@aws-sdk/client-kinesis 3.650.0 → 3.654.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-types/commands/AddTagsToStreamCommand.d.ts +11 -0
- package/dist-types/commands/CreateStreamCommand.d.ts +11 -0
- package/dist-types/commands/DecreaseStreamRetentionPeriodCommand.d.ts +11 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +11 -0
- package/dist-types/commands/DeleteStreamCommand.d.ts +11 -0
- package/dist-types/commands/DeregisterStreamConsumerCommand.d.ts +11 -0
- package/dist-types/commands/DescribeLimitsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeStreamCommand.d.ts +11 -0
- package/dist-types/commands/DescribeStreamConsumerCommand.d.ts +11 -0
- package/dist-types/commands/DescribeStreamSummaryCommand.d.ts +11 -0
- package/dist-types/commands/DisableEnhancedMonitoringCommand.d.ts +11 -0
- package/dist-types/commands/EnableEnhancedMonitoringCommand.d.ts +11 -0
- package/dist-types/commands/GetRecordsCommand.d.ts +11 -0
- package/dist-types/commands/GetResourcePolicyCommand.d.ts +11 -0
- package/dist-types/commands/GetShardIteratorCommand.d.ts +11 -0
- package/dist-types/commands/IncreaseStreamRetentionPeriodCommand.d.ts +11 -0
- package/dist-types/commands/ListShardsCommand.d.ts +11 -0
- package/dist-types/commands/ListStreamConsumersCommand.d.ts +11 -0
- package/dist-types/commands/ListStreamsCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForStreamCommand.d.ts +11 -0
- package/dist-types/commands/MergeShardsCommand.d.ts +11 -0
- package/dist-types/commands/PutRecordCommand.d.ts +11 -0
- package/dist-types/commands/PutRecordsCommand.d.ts +11 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +11 -0
- package/dist-types/commands/RegisterStreamConsumerCommand.d.ts +11 -0
- package/dist-types/commands/RemoveTagsFromStreamCommand.d.ts +11 -0
- package/dist-types/commands/SplitShardCommand.d.ts +11 -0
- package/dist-types/commands/StartStreamEncryptionCommand.d.ts +11 -0
- package/dist-types/commands/StopStreamEncryptionCommand.d.ts +11 -0
- package/dist-types/commands/SubscribeToShardCommand.d.ts +11 -0
- package/dist-types/commands/UpdateShardCountCommand.d.ts +11 -0
- package/dist-types/commands/UpdateStreamModeCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/AddTagsToStreamCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateStreamCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DecreaseStreamRetentionPeriodCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteStreamCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeregisterStreamConsumerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeLimitsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeStreamCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeStreamConsumerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeStreamSummaryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisableEnhancedMonitoringCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/EnableEnhancedMonitoringCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetRecordsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetShardIteratorCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/IncreaseStreamRetentionPeriodCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListShardsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListStreamConsumersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListStreamsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForStreamCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/MergeShardsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutRecordCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutRecordsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RegisterStreamConsumerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RemoveTagsFromStreamCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SplitShardCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartStreamEncryptionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StopStreamEncryptionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SubscribeToShardCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateShardCountCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateStreamModeCommand.d.ts +12 -1
- package/package.json +39 -39
|
@@ -90,4 +90,15 @@ declare const AddTagsToStreamCommand_base: {
|
|
|
90
90
|
* @public
|
|
91
91
|
*/
|
|
92
92
|
export declare class AddTagsToStreamCommand extends AddTagsToStreamCommand_base {
|
|
93
|
+
/** @internal type navigation helper, not in runtime. */
|
|
94
|
+
protected static __types: {
|
|
95
|
+
api: {
|
|
96
|
+
input: AddTagsToStreamInput;
|
|
97
|
+
output: {};
|
|
98
|
+
};
|
|
99
|
+
sdk: {
|
|
100
|
+
input: AddTagsToStreamCommandInput;
|
|
101
|
+
output: AddTagsToStreamCommandOutput;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
93
104
|
}
|
|
@@ -114,4 +114,15 @@ declare const CreateStreamCommand_base: {
|
|
|
114
114
|
* @public
|
|
115
115
|
*/
|
|
116
116
|
export declare class CreateStreamCommand extends CreateStreamCommand_base {
|
|
117
|
+
/** @internal type navigation helper, not in runtime. */
|
|
118
|
+
protected static __types: {
|
|
119
|
+
api: {
|
|
120
|
+
input: CreateStreamInput;
|
|
121
|
+
output: {};
|
|
122
|
+
};
|
|
123
|
+
sdk: {
|
|
124
|
+
input: CreateStreamCommandInput;
|
|
125
|
+
output: CreateStreamCommandOutput;
|
|
126
|
+
};
|
|
127
|
+
};
|
|
117
128
|
}
|
|
@@ -87,4 +87,15 @@ declare const DecreaseStreamRetentionPeriodCommand_base: {
|
|
|
87
87
|
* @public
|
|
88
88
|
*/
|
|
89
89
|
export declare class DecreaseStreamRetentionPeriodCommand extends DecreaseStreamRetentionPeriodCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: DecreaseStreamRetentionPeriodInput;
|
|
94
|
+
output: {};
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: DecreaseStreamRetentionPeriodCommandInput;
|
|
98
|
+
output: DecreaseStreamRetentionPeriodCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
90
101
|
}
|
|
@@ -85,4 +85,15 @@ declare const DeleteResourcePolicyCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: DeleteResourcePolicyInput;
|
|
92
|
+
output: {};
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: DeleteResourcePolicyCommandInput;
|
|
96
|
+
output: DeleteResourcePolicyCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -100,4 +100,15 @@ declare const DeleteStreamCommand_base: {
|
|
|
100
100
|
* @public
|
|
101
101
|
*/
|
|
102
102
|
export declare class DeleteStreamCommand extends DeleteStreamCommand_base {
|
|
103
|
+
/** @internal type navigation helper, not in runtime. */
|
|
104
|
+
protected static __types: {
|
|
105
|
+
api: {
|
|
106
|
+
input: DeleteStreamInput;
|
|
107
|
+
output: {};
|
|
108
|
+
};
|
|
109
|
+
sdk: {
|
|
110
|
+
input: DeleteStreamCommandInput;
|
|
111
|
+
output: DeleteStreamCommandOutput;
|
|
112
|
+
};
|
|
113
|
+
};
|
|
103
114
|
}
|
|
@@ -76,4 +76,15 @@ declare const DeregisterStreamConsumerCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class DeregisterStreamConsumerCommand extends DeregisterStreamConsumerCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: DeregisterStreamConsumerInput;
|
|
83
|
+
output: {};
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: DeregisterStreamConsumerCommandInput;
|
|
87
|
+
output: DeregisterStreamConsumerCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -65,4 +65,15 @@ declare const DescribeLimitsCommand_base: {
|
|
|
65
65
|
* @public
|
|
66
66
|
*/
|
|
67
67
|
export declare class DescribeLimitsCommand extends DescribeLimitsCommand_base {
|
|
68
|
+
/** @internal type navigation helper, not in runtime. */
|
|
69
|
+
protected static __types: {
|
|
70
|
+
api: {
|
|
71
|
+
input: {};
|
|
72
|
+
output: DescribeLimitsOutput;
|
|
73
|
+
};
|
|
74
|
+
sdk: {
|
|
75
|
+
input: DescribeLimitsCommandInput;
|
|
76
|
+
output: DescribeLimitsCommandOutput;
|
|
77
|
+
};
|
|
78
|
+
};
|
|
68
79
|
}
|
|
@@ -134,4 +134,15 @@ declare const DescribeStreamCommand_base: {
|
|
|
134
134
|
* @public
|
|
135
135
|
*/
|
|
136
136
|
export declare class DescribeStreamCommand extends DescribeStreamCommand_base {
|
|
137
|
+
/** @internal type navigation helper, not in runtime. */
|
|
138
|
+
protected static __types: {
|
|
139
|
+
api: {
|
|
140
|
+
input: DescribeStreamInput;
|
|
141
|
+
output: DescribeStreamOutput;
|
|
142
|
+
};
|
|
143
|
+
sdk: {
|
|
144
|
+
input: DescribeStreamCommandInput;
|
|
145
|
+
output: DescribeStreamCommandOutput;
|
|
146
|
+
};
|
|
147
|
+
};
|
|
137
148
|
}
|
|
@@ -87,4 +87,15 @@ declare const DescribeStreamConsumerCommand_base: {
|
|
|
87
87
|
* @public
|
|
88
88
|
*/
|
|
89
89
|
export declare class DescribeStreamConsumerCommand extends DescribeStreamConsumerCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: DescribeStreamConsumerInput;
|
|
94
|
+
output: DescribeStreamConsumerOutput;
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: DescribeStreamConsumerCommandInput;
|
|
98
|
+
output: DescribeStreamConsumerCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
90
101
|
}
|
|
@@ -106,4 +106,15 @@ declare const DescribeStreamSummaryCommand_base: {
|
|
|
106
106
|
* @public
|
|
107
107
|
*/
|
|
108
108
|
export declare class DescribeStreamSummaryCommand extends DescribeStreamSummaryCommand_base {
|
|
109
|
+
/** @internal type navigation helper, not in runtime. */
|
|
110
|
+
protected static __types: {
|
|
111
|
+
api: {
|
|
112
|
+
input: DescribeStreamSummaryInput;
|
|
113
|
+
output: DescribeStreamSummaryOutput;
|
|
114
|
+
};
|
|
115
|
+
sdk: {
|
|
116
|
+
input: DescribeStreamSummaryCommandInput;
|
|
117
|
+
output: DescribeStreamSummaryCommandOutput;
|
|
118
|
+
};
|
|
119
|
+
};
|
|
109
120
|
}
|
|
@@ -93,4 +93,15 @@ declare const DisableEnhancedMonitoringCommand_base: {
|
|
|
93
93
|
* @public
|
|
94
94
|
*/
|
|
95
95
|
export declare class DisableEnhancedMonitoringCommand extends DisableEnhancedMonitoringCommand_base {
|
|
96
|
+
/** @internal type navigation helper, not in runtime. */
|
|
97
|
+
protected static __types: {
|
|
98
|
+
api: {
|
|
99
|
+
input: DisableEnhancedMonitoringInput;
|
|
100
|
+
output: EnhancedMonitoringOutput;
|
|
101
|
+
};
|
|
102
|
+
sdk: {
|
|
103
|
+
input: DisableEnhancedMonitoringCommandInput;
|
|
104
|
+
output: DisableEnhancedMonitoringCommandOutput;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
96
107
|
}
|
|
@@ -93,4 +93,15 @@ declare const EnableEnhancedMonitoringCommand_base: {
|
|
|
93
93
|
* @public
|
|
94
94
|
*/
|
|
95
95
|
export declare class EnableEnhancedMonitoringCommand extends EnableEnhancedMonitoringCommand_base {
|
|
96
|
+
/** @internal type navigation helper, not in runtime. */
|
|
97
|
+
protected static __types: {
|
|
98
|
+
api: {
|
|
99
|
+
input: EnableEnhancedMonitoringInput;
|
|
100
|
+
output: EnhancedMonitoringOutput;
|
|
101
|
+
};
|
|
102
|
+
sdk: {
|
|
103
|
+
input: EnableEnhancedMonitoringCommandInput;
|
|
104
|
+
output: EnableEnhancedMonitoringCommandOutput;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
96
107
|
}
|
|
@@ -182,4 +182,15 @@ declare const GetRecordsCommand_base: {
|
|
|
182
182
|
* @public
|
|
183
183
|
*/
|
|
184
184
|
export declare class GetRecordsCommand extends GetRecordsCommand_base {
|
|
185
|
+
/** @internal type navigation helper, not in runtime. */
|
|
186
|
+
protected static __types: {
|
|
187
|
+
api: {
|
|
188
|
+
input: GetRecordsInput;
|
|
189
|
+
output: GetRecordsOutput;
|
|
190
|
+
};
|
|
191
|
+
sdk: {
|
|
192
|
+
input: GetRecordsCommandInput;
|
|
193
|
+
output: GetRecordsCommandOutput;
|
|
194
|
+
};
|
|
195
|
+
};
|
|
185
196
|
}
|
|
@@ -83,4 +83,15 @@ declare const GetResourcePolicyCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class GetResourcePolicyCommand extends GetResourcePolicyCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: GetResourcePolicyInput;
|
|
90
|
+
output: GetResourcePolicyOutput;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: GetResourcePolicyCommandInput;
|
|
94
|
+
output: GetResourcePolicyCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -119,4 +119,15 @@ declare const GetShardIteratorCommand_base: {
|
|
|
119
119
|
* @public
|
|
120
120
|
*/
|
|
121
121
|
export declare class GetShardIteratorCommand extends GetShardIteratorCommand_base {
|
|
122
|
+
/** @internal type navigation helper, not in runtime. */
|
|
123
|
+
protected static __types: {
|
|
124
|
+
api: {
|
|
125
|
+
input: GetShardIteratorInput;
|
|
126
|
+
output: GetShardIteratorOutput;
|
|
127
|
+
};
|
|
128
|
+
sdk: {
|
|
129
|
+
input: GetShardIteratorCommandInput;
|
|
130
|
+
output: GetShardIteratorCommandOutput;
|
|
131
|
+
};
|
|
132
|
+
};
|
|
122
133
|
}
|
|
@@ -90,4 +90,15 @@ declare const IncreaseStreamRetentionPeriodCommand_base: {
|
|
|
90
90
|
* @public
|
|
91
91
|
*/
|
|
92
92
|
export declare class IncreaseStreamRetentionPeriodCommand extends IncreaseStreamRetentionPeriodCommand_base {
|
|
93
|
+
/** @internal type navigation helper, not in runtime. */
|
|
94
|
+
protected static __types: {
|
|
95
|
+
api: {
|
|
96
|
+
input: IncreaseStreamRetentionPeriodInput;
|
|
97
|
+
output: {};
|
|
98
|
+
};
|
|
99
|
+
sdk: {
|
|
100
|
+
input: IncreaseStreamRetentionPeriodCommandInput;
|
|
101
|
+
output: IncreaseStreamRetentionPeriodCommandOutput;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
93
104
|
}
|
|
@@ -120,4 +120,15 @@ declare const ListShardsCommand_base: {
|
|
|
120
120
|
* @public
|
|
121
121
|
*/
|
|
122
122
|
export declare class ListShardsCommand extends ListShardsCommand_base {
|
|
123
|
+
/** @internal type navigation helper, not in runtime. */
|
|
124
|
+
protected static __types: {
|
|
125
|
+
api: {
|
|
126
|
+
input: ListShardsInput;
|
|
127
|
+
output: ListShardsOutput;
|
|
128
|
+
};
|
|
129
|
+
sdk: {
|
|
130
|
+
input: ListShardsCommandInput;
|
|
131
|
+
output: ListShardsCommandOutput;
|
|
132
|
+
};
|
|
133
|
+
};
|
|
123
134
|
}
|
|
@@ -89,4 +89,15 @@ declare const ListStreamConsumersCommand_base: {
|
|
|
89
89
|
* @public
|
|
90
90
|
*/
|
|
91
91
|
export declare class ListStreamConsumersCommand extends ListStreamConsumersCommand_base {
|
|
92
|
+
/** @internal type navigation helper, not in runtime. */
|
|
93
|
+
protected static __types: {
|
|
94
|
+
api: {
|
|
95
|
+
input: ListStreamConsumersInput;
|
|
96
|
+
output: ListStreamConsumersOutput;
|
|
97
|
+
};
|
|
98
|
+
sdk: {
|
|
99
|
+
input: ListStreamConsumersCommandInput;
|
|
100
|
+
output: ListStreamConsumersCommandOutput;
|
|
101
|
+
};
|
|
102
|
+
};
|
|
92
103
|
}
|
|
@@ -100,4 +100,15 @@ declare const ListStreamsCommand_base: {
|
|
|
100
100
|
* @public
|
|
101
101
|
*/
|
|
102
102
|
export declare class ListStreamsCommand extends ListStreamsCommand_base {
|
|
103
|
+
/** @internal type navigation helper, not in runtime. */
|
|
104
|
+
protected static __types: {
|
|
105
|
+
api: {
|
|
106
|
+
input: ListStreamsInput;
|
|
107
|
+
output: ListStreamsOutput;
|
|
108
|
+
};
|
|
109
|
+
sdk: {
|
|
110
|
+
input: ListStreamsCommandInput;
|
|
111
|
+
output: ListStreamsCommandOutput;
|
|
112
|
+
};
|
|
113
|
+
};
|
|
103
114
|
}
|
|
@@ -88,4 +88,15 @@ declare const ListTagsForStreamCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class ListTagsForStreamCommand extends ListTagsForStreamCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: ListTagsForStreamInput;
|
|
95
|
+
output: ListTagsForStreamOutput;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: ListTagsForStreamCommandInput;
|
|
99
|
+
output: ListTagsForStreamCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -124,4 +124,15 @@ declare const MergeShardsCommand_base: {
|
|
|
124
124
|
* @public
|
|
125
125
|
*/
|
|
126
126
|
export declare class MergeShardsCommand extends MergeShardsCommand_base {
|
|
127
|
+
/** @internal type navigation helper, not in runtime. */
|
|
128
|
+
protected static __types: {
|
|
129
|
+
api: {
|
|
130
|
+
input: MergeShardsInput;
|
|
131
|
+
output: {};
|
|
132
|
+
};
|
|
133
|
+
sdk: {
|
|
134
|
+
input: MergeShardsCommandInput;
|
|
135
|
+
output: MergeShardsCommandOutput;
|
|
136
|
+
};
|
|
137
|
+
};
|
|
127
138
|
}
|
|
@@ -150,4 +150,15 @@ declare const PutRecordCommand_base: {
|
|
|
150
150
|
* @public
|
|
151
151
|
*/
|
|
152
152
|
export declare class PutRecordCommand extends PutRecordCommand_base {
|
|
153
|
+
/** @internal type navigation helper, not in runtime. */
|
|
154
|
+
protected static __types: {
|
|
155
|
+
api: {
|
|
156
|
+
input: PutRecordInput;
|
|
157
|
+
output: PutRecordOutput;
|
|
158
|
+
};
|
|
159
|
+
sdk: {
|
|
160
|
+
input: PutRecordCommandInput;
|
|
161
|
+
output: PutRecordCommandOutput;
|
|
162
|
+
};
|
|
163
|
+
};
|
|
153
164
|
}
|
|
@@ -180,4 +180,15 @@ declare const PutRecordsCommand_base: {
|
|
|
180
180
|
* @public
|
|
181
181
|
*/
|
|
182
182
|
export declare class PutRecordsCommand extends PutRecordsCommand_base {
|
|
183
|
+
/** @internal type navigation helper, not in runtime. */
|
|
184
|
+
protected static __types: {
|
|
185
|
+
api: {
|
|
186
|
+
input: PutRecordsInput;
|
|
187
|
+
output: PutRecordsOutput;
|
|
188
|
+
};
|
|
189
|
+
sdk: {
|
|
190
|
+
input: PutRecordsCommandInput;
|
|
191
|
+
output: PutRecordsCommandOutput;
|
|
192
|
+
};
|
|
193
|
+
};
|
|
183
194
|
}
|
|
@@ -93,4 +93,15 @@ declare const PutResourcePolicyCommand_base: {
|
|
|
93
93
|
* @public
|
|
94
94
|
*/
|
|
95
95
|
export declare class PutResourcePolicyCommand extends PutResourcePolicyCommand_base {
|
|
96
|
+
/** @internal type navigation helper, not in runtime. */
|
|
97
|
+
protected static __types: {
|
|
98
|
+
api: {
|
|
99
|
+
input: PutResourcePolicyInput;
|
|
100
|
+
output: {};
|
|
101
|
+
};
|
|
102
|
+
sdk: {
|
|
103
|
+
input: PutResourcePolicyCommandInput;
|
|
104
|
+
output: PutResourcePolicyCommandOutput;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
96
107
|
}
|
|
@@ -92,4 +92,15 @@ declare const RegisterStreamConsumerCommand_base: {
|
|
|
92
92
|
* @public
|
|
93
93
|
*/
|
|
94
94
|
export declare class RegisterStreamConsumerCommand extends RegisterStreamConsumerCommand_base {
|
|
95
|
+
/** @internal type navigation helper, not in runtime. */
|
|
96
|
+
protected static __types: {
|
|
97
|
+
api: {
|
|
98
|
+
input: RegisterStreamConsumerInput;
|
|
99
|
+
output: RegisterStreamConsumerOutput;
|
|
100
|
+
};
|
|
101
|
+
sdk: {
|
|
102
|
+
input: RegisterStreamConsumerCommandInput;
|
|
103
|
+
output: RegisterStreamConsumerCommandOutput;
|
|
104
|
+
};
|
|
105
|
+
};
|
|
95
106
|
}
|
|
@@ -89,4 +89,15 @@ declare const RemoveTagsFromStreamCommand_base: {
|
|
|
89
89
|
* @public
|
|
90
90
|
*/
|
|
91
91
|
export declare class RemoveTagsFromStreamCommand extends RemoveTagsFromStreamCommand_base {
|
|
92
|
+
/** @internal type navigation helper, not in runtime. */
|
|
93
|
+
protected static __types: {
|
|
94
|
+
api: {
|
|
95
|
+
input: RemoveTagsFromStreamInput;
|
|
96
|
+
output: {};
|
|
97
|
+
};
|
|
98
|
+
sdk: {
|
|
99
|
+
input: RemoveTagsFromStreamCommandInput;
|
|
100
|
+
output: RemoveTagsFromStreamCommandOutput;
|
|
101
|
+
};
|
|
102
|
+
};
|
|
92
103
|
}
|
|
@@ -128,4 +128,15 @@ declare const SplitShardCommand_base: {
|
|
|
128
128
|
* @public
|
|
129
129
|
*/
|
|
130
130
|
export declare class SplitShardCommand extends SplitShardCommand_base {
|
|
131
|
+
/** @internal type navigation helper, not in runtime. */
|
|
132
|
+
protected static __types: {
|
|
133
|
+
api: {
|
|
134
|
+
input: SplitShardInput;
|
|
135
|
+
output: {};
|
|
136
|
+
};
|
|
137
|
+
sdk: {
|
|
138
|
+
input: SplitShardCommandInput;
|
|
139
|
+
output: SplitShardCommandOutput;
|
|
140
|
+
};
|
|
141
|
+
};
|
|
131
142
|
}
|
|
@@ -125,4 +125,15 @@ declare const StartStreamEncryptionCommand_base: {
|
|
|
125
125
|
* @public
|
|
126
126
|
*/
|
|
127
127
|
export declare class StartStreamEncryptionCommand extends StartStreamEncryptionCommand_base {
|
|
128
|
+
/** @internal type navigation helper, not in runtime. */
|
|
129
|
+
protected static __types: {
|
|
130
|
+
api: {
|
|
131
|
+
input: StartStreamEncryptionInput;
|
|
132
|
+
output: {};
|
|
133
|
+
};
|
|
134
|
+
sdk: {
|
|
135
|
+
input: StartStreamEncryptionCommandInput;
|
|
136
|
+
output: StartStreamEncryptionCommandOutput;
|
|
137
|
+
};
|
|
138
|
+
};
|
|
128
139
|
}
|
|
@@ -97,4 +97,15 @@ declare const StopStreamEncryptionCommand_base: {
|
|
|
97
97
|
* @public
|
|
98
98
|
*/
|
|
99
99
|
export declare class StopStreamEncryptionCommand extends StopStreamEncryptionCommand_base {
|
|
100
|
+
/** @internal type navigation helper, not in runtime. */
|
|
101
|
+
protected static __types: {
|
|
102
|
+
api: {
|
|
103
|
+
input: StopStreamEncryptionInput;
|
|
104
|
+
output: {};
|
|
105
|
+
};
|
|
106
|
+
sdk: {
|
|
107
|
+
input: StopStreamEncryptionCommandInput;
|
|
108
|
+
output: StopStreamEncryptionCommandOutput;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
100
111
|
}
|
|
@@ -158,4 +158,15 @@ declare const SubscribeToShardCommand_base: {
|
|
|
158
158
|
* @public
|
|
159
159
|
*/
|
|
160
160
|
export declare class SubscribeToShardCommand extends SubscribeToShardCommand_base {
|
|
161
|
+
/** @internal type navigation helper, not in runtime. */
|
|
162
|
+
protected static __types: {
|
|
163
|
+
api: {
|
|
164
|
+
input: SubscribeToShardInput;
|
|
165
|
+
output: SubscribeToShardOutput;
|
|
166
|
+
};
|
|
167
|
+
sdk: {
|
|
168
|
+
input: SubscribeToShardCommandInput;
|
|
169
|
+
output: SubscribeToShardCommandOutput;
|
|
170
|
+
};
|
|
171
|
+
};
|
|
161
172
|
}
|
|
@@ -139,4 +139,15 @@ declare const UpdateShardCountCommand_base: {
|
|
|
139
139
|
* @public
|
|
140
140
|
*/
|
|
141
141
|
export declare class UpdateShardCountCommand extends UpdateShardCountCommand_base {
|
|
142
|
+
/** @internal type navigation helper, not in runtime. */
|
|
143
|
+
protected static __types: {
|
|
144
|
+
api: {
|
|
145
|
+
input: UpdateShardCountInput;
|
|
146
|
+
output: UpdateShardCountOutput;
|
|
147
|
+
};
|
|
148
|
+
sdk: {
|
|
149
|
+
input: UpdateShardCountCommandInput;
|
|
150
|
+
output: UpdateShardCountCommandOutput;
|
|
151
|
+
};
|
|
152
|
+
};
|
|
142
153
|
}
|
|
@@ -77,4 +77,15 @@ declare const UpdateStreamModeCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class UpdateStreamModeCommand extends UpdateStreamModeCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: UpdateStreamModeInput;
|
|
84
|
+
output: {};
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: UpdateStreamModeCommandInput;
|
|
88
|
+
output: UpdateStreamModeCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -31,4 +31,15 @@ declare const AddTagsToStreamCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class AddTagsToStreamCommand extends AddTagsToStreamCommand_base {
|
|
34
|
+
export declare class AddTagsToStreamCommand extends AddTagsToStreamCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: AddTagsToStreamInput;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: AddTagsToStreamCommandInput;
|
|
42
|
+
output: AddTagsToStreamCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const CreateStreamCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class CreateStreamCommand extends CreateStreamCommand_base {
|
|
34
|
+
export declare class CreateStreamCommand extends CreateStreamCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: CreateStreamInput;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: CreateStreamCommandInput;
|
|
42
|
+
output: CreateStreamCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DecreaseStreamRetentionPeriodCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DecreaseStreamRetentionPeriodCommand extends DecreaseStreamRetentionPeriodCommand_base {
|
|
36
|
+
export declare class DecreaseStreamRetentionPeriodCommand extends DecreaseStreamRetentionPeriodCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DecreaseStreamRetentionPeriodInput;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DecreaseStreamRetentionPeriodCommandInput;
|
|
44
|
+
output: DecreaseStreamRetentionPeriodCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -32,4 +32,15 @@ declare const DeleteResourcePolicyCommand_base: {
|
|
|
32
32
|
>;
|
|
33
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
34
34
|
};
|
|
35
|
-
export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
|
|
35
|
+
export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
|
|
36
|
+
protected static __types: {
|
|
37
|
+
api: {
|
|
38
|
+
input: DeleteResourcePolicyInput;
|
|
39
|
+
output: {};
|
|
40
|
+
};
|
|
41
|
+
sdk: {
|
|
42
|
+
input: DeleteResourcePolicyCommandInput;
|
|
43
|
+
output: DeleteResourcePolicyCommandOutput;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
}
|
|
@@ -31,4 +31,15 @@ declare const DeleteStreamCommand_base: {
|
|
|
31
31
|
>;
|
|
32
32
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
33
33
|
};
|
|
34
|
-
export declare class DeleteStreamCommand extends DeleteStreamCommand_base {
|
|
34
|
+
export declare class DeleteStreamCommand extends DeleteStreamCommand_base {
|
|
35
|
+
protected static __types: {
|
|
36
|
+
api: {
|
|
37
|
+
input: DeleteStreamInput;
|
|
38
|
+
output: {};
|
|
39
|
+
};
|
|
40
|
+
sdk: {
|
|
41
|
+
input: DeleteStreamCommandInput;
|
|
42
|
+
output: DeleteStreamCommandOutput;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DeregisterStreamConsumerCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DeregisterStreamConsumerCommand extends DeregisterStreamConsumerCommand_base {
|
|
36
|
+
export declare class DeregisterStreamConsumerCommand extends DeregisterStreamConsumerCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeregisterStreamConsumerInput;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeregisterStreamConsumerCommandInput;
|
|
44
|
+
output: DeregisterStreamConsumerCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const DescribeLimitsCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class DescribeLimitsCommand extends DescribeLimitsCommand_base {
|
|
36
|
+
export declare class DescribeLimitsCommand extends DescribeLimitsCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: {};
|
|
40
|
+
output: DescribeLimitsOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DescribeLimitsCommandInput;
|
|
44
|
+
output: DescribeLimitsCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|