@aws-sdk/client-kinesis 3.987.0 → 3.989.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 +58 -1288
- package/dist-cjs/models/KinesisServiceException.js +12 -0
- package/dist-cjs/models/errors.js +212 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +912 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +101 -95
- package/dist-types/schemas/schemas_0.d.ts +23 -16
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +18 -16
- package/package.json +13 -13
|
@@ -0,0 +1,912 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListShardsInput$ = exports.IncreaseStreamRetentionPeriodInput$ = exports.HashKeyRange$ = exports.GetShardIteratorOutput$ = exports.GetShardIteratorInput$ = exports.GetResourcePolicyOutput$ = exports.GetResourcePolicyInput$ = exports.GetRecordsOutput$ = exports.GetRecordsInput$ = exports.EnhancedMonitoringOutput$ = exports.EnhancedMetrics$ = exports.EnableEnhancedMonitoringInput$ = exports.DisableEnhancedMonitoringInput$ = exports.DescribeStreamSummaryOutput$ = exports.DescribeStreamSummaryInput$ = exports.DescribeStreamOutput$ = exports.DescribeStreamInput$ = exports.DescribeStreamConsumerOutput$ = exports.DescribeStreamConsumerInput$ = exports.DescribeLimitsOutput$ = exports.DescribeLimitsInput$ = exports.DescribeAccountSettingsOutput$ = exports.DescribeAccountSettingsInput$ = exports.DeregisterStreamConsumerInput$ = exports.DeleteStreamInput$ = exports.DeleteResourcePolicyInput$ = exports.DecreaseStreamRetentionPeriodInput$ = exports.CreateStreamInput$ = exports.ConsumerDescription$ = exports.Consumer$ = exports.ChildShard$ = exports.AddTagsToStreamInput$ = exports.errorTypeRegistries = exports.ValidationException$ = exports.ResourceNotFoundException$ = exports.ResourceInUseException$ = exports.ProvisionedThroughputExceededException$ = exports.LimitExceededException$ = exports.KMSThrottlingException$ = exports.KMSOptInRequired$ = exports.KMSNotFoundException$ = exports.KMSInvalidStateException$ = exports.KMSDisabledException$ = exports.KMSAccessDeniedException$ = exports.InvalidArgumentException$ = exports.InternalFailureException$ = exports.ExpiredNextTokenException$ = exports.ExpiredIteratorException$ = exports.AccessDeniedException$ = exports.KinesisServiceException$ = void 0;
|
|
4
|
+
exports.SubscribeToShardEventStream$ = exports.WarmThroughputObject$ = exports.UpdateStreamWarmThroughputOutput$ = exports.UpdateStreamWarmThroughputInput$ = exports.UpdateStreamModeInput$ = exports.UpdateShardCountOutput$ = exports.UpdateShardCountInput$ = exports.UpdateMaxRecordSizeInput$ = exports.UpdateAccountSettingsOutput$ = exports.UpdateAccountSettingsInput$ = exports.UntagResourceInput$ = exports.TagResourceInput$ = exports.Tag$ = exports.SubscribeToShardOutput$ = exports.SubscribeToShardInput$ = exports.SubscribeToShardEvent$ = exports.StreamSummary$ = exports.StreamModeDetails$ = exports.StreamDescriptionSummary$ = exports.StreamDescription$ = exports.StopStreamEncryptionInput$ = exports.StartStreamEncryptionInput$ = exports.StartingPosition$ = exports.SplitShardInput$ = exports.ShardFilter$ = exports.Shard$ = exports.SequenceNumberRange$ = exports.RemoveTagsFromStreamInput$ = exports.RegisterStreamConsumerOutput$ = exports.RegisterStreamConsumerInput$ = exports._Record$ = exports.PutResourcePolicyInput$ = exports.PutRecordsResultEntry$ = exports.PutRecordsRequestEntry$ = exports.PutRecordsOutput$ = exports.PutRecordsInput$ = exports.PutRecordOutput$ = exports.PutRecordInput$ = exports.MinimumThroughputBillingCommitmentOutput$ = exports.MinimumThroughputBillingCommitmentInput$ = exports.MergeShardsInput$ = exports.ListTagsForStreamOutput$ = exports.ListTagsForStreamInput$ = exports.ListTagsForResourceOutput$ = exports.ListTagsForResourceInput$ = exports.ListStreamsOutput$ = exports.ListStreamsInput$ = exports.ListStreamConsumersOutput$ = exports.ListStreamConsumersInput$ = exports.ListShardsOutput$ = void 0;
|
|
5
|
+
exports.UpdateStreamWarmThroughput$ = exports.UpdateStreamMode$ = exports.UpdateShardCount$ = exports.UpdateMaxRecordSize$ = exports.UpdateAccountSettings$ = exports.UntagResource$ = exports.TagResource$ = exports.SubscribeToShard$ = exports.StopStreamEncryption$ = exports.StartStreamEncryption$ = exports.SplitShard$ = exports.RemoveTagsFromStream$ = exports.RegisterStreamConsumer$ = exports.PutResourcePolicy$ = exports.PutRecords$ = exports.PutRecord$ = exports.MergeShards$ = exports.ListTagsForStream$ = exports.ListTagsForResource$ = exports.ListStreams$ = exports.ListStreamConsumers$ = exports.ListShards$ = exports.IncreaseStreamRetentionPeriod$ = exports.GetShardIterator$ = exports.GetResourcePolicy$ = exports.GetRecords$ = exports.EnableEnhancedMonitoring$ = exports.DisableEnhancedMonitoring$ = exports.DescribeStreamSummary$ = exports.DescribeStreamConsumer$ = exports.DescribeStream$ = exports.DescribeLimits$ = exports.DescribeAccountSettings$ = exports.DeregisterStreamConsumer$ = exports.DeleteStream$ = exports.DeleteResourcePolicy$ = exports.DecreaseStreamRetentionPeriod$ = exports.CreateStream$ = exports.AddTagsToStream$ = void 0;
|
|
6
|
+
const _AAT = "ApproximateArrivalTimestamp";
|
|
7
|
+
const _ADE = "AccessDeniedException";
|
|
8
|
+
const _APSI = "AdjacentParentShardId";
|
|
9
|
+
const _ASTM = "AdjacentShardToMerge";
|
|
10
|
+
const _ATTS = "AddTagsToStream";
|
|
11
|
+
const _ATTSI = "AddTagsToStreamInput";
|
|
12
|
+
const _C = "Consumer";
|
|
13
|
+
const _CARN = "ConsumerARN";
|
|
14
|
+
const _CC = "ConsumerCount";
|
|
15
|
+
const _CCT = "ConsumerCreationTimestamp";
|
|
16
|
+
const _CD = "ConsumerDescription";
|
|
17
|
+
const _CL = "ConsumerList";
|
|
18
|
+
const _CMB = "CurrentMiBps";
|
|
19
|
+
const _CN = "ConsumerName";
|
|
20
|
+
const _CS = "ChildShard";
|
|
21
|
+
const _CSC = "CurrentShardCount";
|
|
22
|
+
const _CSI = "CreateStreamInput";
|
|
23
|
+
const _CSL = "ChildShardList";
|
|
24
|
+
const _CSLM = "CurrentShardLevelMetrics";
|
|
25
|
+
const _CSN = "ContinuationSequenceNumber";
|
|
26
|
+
const _CSh = "ChildShards";
|
|
27
|
+
const _CSo = "ConsumerStatus";
|
|
28
|
+
const _CSr = "CreateStream";
|
|
29
|
+
const _Co = "Consumers";
|
|
30
|
+
const _D = "Data";
|
|
31
|
+
const _DAS = "DescribeAccountSettings";
|
|
32
|
+
const _DASI = "DescribeAccountSettingsInput";
|
|
33
|
+
const _DASO = "DescribeAccountSettingsOutput";
|
|
34
|
+
const _DEM = "DisableEnhancedMonitoring";
|
|
35
|
+
const _DEMI = "DisableEnhancedMonitoringInput";
|
|
36
|
+
const _DL = "DescribeLimits";
|
|
37
|
+
const _DLI = "DescribeLimitsInput";
|
|
38
|
+
const _DLO = "DescribeLimitsOutput";
|
|
39
|
+
const _DRP = "DeleteResourcePolicy";
|
|
40
|
+
const _DRPI = "DeleteResourcePolicyInput";
|
|
41
|
+
const _DS = "DeleteStream";
|
|
42
|
+
const _DSC = "DeregisterStreamConsumer";
|
|
43
|
+
const _DSCI = "DeregisterStreamConsumerInput";
|
|
44
|
+
const _DSCIe = "DescribeStreamConsumerInput";
|
|
45
|
+
const _DSCO = "DescribeStreamConsumerOutput";
|
|
46
|
+
const _DSCe = "DescribeStreamConsumer";
|
|
47
|
+
const _DSI = "DeleteStreamInput";
|
|
48
|
+
const _DSIe = "DescribeStreamInput";
|
|
49
|
+
const _DSLM = "DesiredShardLevelMetrics";
|
|
50
|
+
const _DSO = "DescribeStreamOutput";
|
|
51
|
+
const _DSRP = "DecreaseStreamRetentionPeriod";
|
|
52
|
+
const _DSRPI = "DecreaseStreamRetentionPeriodInput";
|
|
53
|
+
const _DSS = "DescribeStreamSummary";
|
|
54
|
+
const _DSSI = "DescribeStreamSummaryInput";
|
|
55
|
+
const _DSSO = "DescribeStreamSummaryOutput";
|
|
56
|
+
const _DSe = "DescribeStream";
|
|
57
|
+
const _EA = "EndedAt";
|
|
58
|
+
const _EAEA = "EarliestAllowedEndAt";
|
|
59
|
+
const _EC = "ErrorCode";
|
|
60
|
+
const _ECD = "EnforceConsumerDeletion";
|
|
61
|
+
const _EEM = "EnableEnhancedMonitoring";
|
|
62
|
+
const _EEMI = "EnableEnhancedMonitoringInput";
|
|
63
|
+
const _EHK = "EndingHashKey";
|
|
64
|
+
const _EHKx = "ExplicitHashKey";
|
|
65
|
+
const _EIE = "ExpiredIteratorException";
|
|
66
|
+
const _EM = "EnhancedMetrics";
|
|
67
|
+
const _EML = "EnhancedMonitoringList";
|
|
68
|
+
const _EMO = "EnhancedMonitoringOutput";
|
|
69
|
+
const _EMn = "EnhancedMonitoring";
|
|
70
|
+
const _EMr = "ErrorMessage";
|
|
71
|
+
const _ENTE = "ExpiredNextTokenException";
|
|
72
|
+
const _ES = "EventStream";
|
|
73
|
+
const _ESN = "EndingSequenceNumber";
|
|
74
|
+
const _ESSI = "ExclusiveStartShardId";
|
|
75
|
+
const _ESSN = "ExclusiveStartStreamName";
|
|
76
|
+
const _ESTK = "ExclusiveStartTagKey";
|
|
77
|
+
const _ET = "EncryptionType";
|
|
78
|
+
const _FRC = "FailedRecordCount";
|
|
79
|
+
const _GR = "GetRecords";
|
|
80
|
+
const _GRI = "GetRecordsInput";
|
|
81
|
+
const _GRO = "GetRecordsOutput";
|
|
82
|
+
const _GRP = "GetResourcePolicy";
|
|
83
|
+
const _GRPI = "GetResourcePolicyInput";
|
|
84
|
+
const _GRPO = "GetResourcePolicyOutput";
|
|
85
|
+
const _GSI = "GetShardIterator";
|
|
86
|
+
const _GSII = "GetShardIteratorInput";
|
|
87
|
+
const _GSIO = "GetShardIteratorOutput";
|
|
88
|
+
const _HKR = "HashKeyRange";
|
|
89
|
+
const _HMS = "HasMoreStreams";
|
|
90
|
+
const _HMSa = "HasMoreShards";
|
|
91
|
+
const _HMT = "HasMoreTags";
|
|
92
|
+
const _IAE = "InvalidArgumentException";
|
|
93
|
+
const _IFE = "InternalFailureException";
|
|
94
|
+
const _ISRP = "IncreaseStreamRetentionPeriod";
|
|
95
|
+
const _ISRPI = "IncreaseStreamRetentionPeriodInput";
|
|
96
|
+
const _K = "Key";
|
|
97
|
+
const _KI = "KeyId";
|
|
98
|
+
const _KMSADE = "KMSAccessDeniedException";
|
|
99
|
+
const _KMSDE = "KMSDisabledException";
|
|
100
|
+
const _KMSISE = "KMSInvalidStateException";
|
|
101
|
+
const _KMSNFE = "KMSNotFoundException";
|
|
102
|
+
const _KMSOIR = "KMSOptInRequired";
|
|
103
|
+
const _KMSTE = "KMSThrottlingException";
|
|
104
|
+
const _L = "Limit";
|
|
105
|
+
const _LEE = "LimitExceededException";
|
|
106
|
+
const _LS = "ListShards";
|
|
107
|
+
const _LSC = "ListStreamConsumers";
|
|
108
|
+
const _LSCI = "ListStreamConsumersInput";
|
|
109
|
+
const _LSCO = "ListStreamConsumersOutput";
|
|
110
|
+
const _LSI = "ListShardsInput";
|
|
111
|
+
const _LSIi = "ListStreamsInput";
|
|
112
|
+
const _LSO = "ListShardsOutput";
|
|
113
|
+
const _LSOi = "ListStreamsOutput";
|
|
114
|
+
const _LSi = "ListStreams";
|
|
115
|
+
const _LTFR = "ListTagsForResource";
|
|
116
|
+
const _LTFRI = "ListTagsForResourceInput";
|
|
117
|
+
const _LTFRO = "ListTagsForResourceOutput";
|
|
118
|
+
const _LTFS = "ListTagsForStream";
|
|
119
|
+
const _LTFSI = "ListTagsForStreamInput";
|
|
120
|
+
const _LTFSO = "ListTagsForStreamOutput";
|
|
121
|
+
const _MBL = "MillisBehindLatest";
|
|
122
|
+
const _MR = "MaxResults";
|
|
123
|
+
const _MRSIKB = "MaxRecordSizeInKiB";
|
|
124
|
+
const _MS = "MergeShards";
|
|
125
|
+
const _MSI = "MergeShardsInput";
|
|
126
|
+
const _MTBC = "MinimumThroughputBillingCommitment";
|
|
127
|
+
const _MTBCI = "MinimumThroughputBillingCommitmentInput";
|
|
128
|
+
const _MTBCO = "MinimumThroughputBillingCommitmentOutput";
|
|
129
|
+
const _NSHK = "NewStartingHashKey";
|
|
130
|
+
const _NSI = "NextShardIterator";
|
|
131
|
+
const _NT = "NextToken";
|
|
132
|
+
const _ODSC = "OnDemandStreamCount";
|
|
133
|
+
const _ODSCL = "OnDemandStreamCountLimit";
|
|
134
|
+
const _OSC = "OpenShardCount";
|
|
135
|
+
const _P = "Policy";
|
|
136
|
+
const _PK = "PartitionKey";
|
|
137
|
+
const _PR = "PutRecord";
|
|
138
|
+
const _PRI = "PutRecordInput";
|
|
139
|
+
const _PRIu = "PutRecordsInput";
|
|
140
|
+
const _PRO = "PutRecordOutput";
|
|
141
|
+
const _PROu = "PutRecordsOutput";
|
|
142
|
+
const _PRP = "PutResourcePolicy";
|
|
143
|
+
const _PRPI = "PutResourcePolicyInput";
|
|
144
|
+
const _PRRE = "PutRecordsRequestEntry";
|
|
145
|
+
const _PRREL = "PutRecordsRequestEntryList";
|
|
146
|
+
const _PRRELu = "PutRecordsResultEntryList";
|
|
147
|
+
const _PRREu = "PutRecordsResultEntry";
|
|
148
|
+
const _PRu = "PutRecords";
|
|
149
|
+
const _PS = "ParentShards";
|
|
150
|
+
const _PSI = "ParentShardId";
|
|
151
|
+
const _PTEE = "ProvisionedThroughputExceededException";
|
|
152
|
+
const _R = "Records";
|
|
153
|
+
const _RARN = "ResourceARN";
|
|
154
|
+
const _RIUE = "ResourceInUseException";
|
|
155
|
+
const _RL = "RecordList";
|
|
156
|
+
const _RNFE = "ResourceNotFoundException";
|
|
157
|
+
const _RPH = "RetentionPeriodHours";
|
|
158
|
+
const _RSC = "RegisterStreamConsumer";
|
|
159
|
+
const _RSCI = "RegisterStreamConsumerInput";
|
|
160
|
+
const _RSCO = "RegisterStreamConsumerOutput";
|
|
161
|
+
const _RTFS = "RemoveTagsFromStream";
|
|
162
|
+
const _RTFSI = "RemoveTagsFromStreamInput";
|
|
163
|
+
const _Re = "Record";
|
|
164
|
+
const _S = "Shards";
|
|
165
|
+
const _SA = "StartedAt";
|
|
166
|
+
const _SARN = "StreamARN";
|
|
167
|
+
const _SC = "ShardCount";
|
|
168
|
+
const _SCT = "StreamCreationTimestamp";
|
|
169
|
+
const _SD = "StreamDescription";
|
|
170
|
+
const _SDS = "StreamDescriptionSummary";
|
|
171
|
+
const _SF = "ShardFilter";
|
|
172
|
+
const _SHK = "StartingHashKey";
|
|
173
|
+
const _SI = "StreamId";
|
|
174
|
+
const _SIT = "ShardIteratorType";
|
|
175
|
+
const _SIh = "ShardId";
|
|
176
|
+
const _SIha = "ShardIterator";
|
|
177
|
+
const _SL = "ShardLimit";
|
|
178
|
+
const _SLM = "ShardLevelMetrics";
|
|
179
|
+
const _SLh = "ShardList";
|
|
180
|
+
const _SM = "StreamMode";
|
|
181
|
+
const _SMD = "StreamModeDetails";
|
|
182
|
+
const _SN = "StreamName";
|
|
183
|
+
const _SNFO = "SequenceNumberForOrdering";
|
|
184
|
+
const _SNR = "SequenceNumberRange";
|
|
185
|
+
const _SNe = "SequenceNumber";
|
|
186
|
+
const _SNt = "StreamNames";
|
|
187
|
+
const _SP = "StartingPosition";
|
|
188
|
+
const _SS = "StreamSummaries";
|
|
189
|
+
const _SSE = "StartStreamEncryption";
|
|
190
|
+
const _SSEI = "StartStreamEncryptionInput";
|
|
191
|
+
const _SSEIt = "StopStreamEncryptionInput";
|
|
192
|
+
const _SSEt = "StopStreamEncryption";
|
|
193
|
+
const _SSI = "SplitShardInput";
|
|
194
|
+
const _SSL = "StreamSummaryList";
|
|
195
|
+
const _SSN = "StartingSequenceNumber";
|
|
196
|
+
const _SSp = "SplitShard";
|
|
197
|
+
const _SSt = "StreamStatus";
|
|
198
|
+
const _SStr = "StreamSummary";
|
|
199
|
+
const _ST = "ScalingType";
|
|
200
|
+
const _STM = "ShardToMerge";
|
|
201
|
+
const _STS = "ShardToSplit";
|
|
202
|
+
const _STSE = "SubscribeToShardEvent";
|
|
203
|
+
const _STSES = "SubscribeToShardEventStream";
|
|
204
|
+
const _STSI = "SubscribeToShardInput";
|
|
205
|
+
const _STSO = "SubscribeToShardOutput";
|
|
206
|
+
const _STSu = "SubscribeToShard";
|
|
207
|
+
const _Sh = "Shard";
|
|
208
|
+
const _St = "Status";
|
|
209
|
+
const _T = "Tags";
|
|
210
|
+
const _TK = "TagKeys";
|
|
211
|
+
const _TL = "TagList";
|
|
212
|
+
const _TMB = "TargetMiBps";
|
|
213
|
+
const _TR = "TagResource";
|
|
214
|
+
const _TRI = "TagResourceInput";
|
|
215
|
+
const _TSC = "TargetShardCount";
|
|
216
|
+
const _Ta = "Tag";
|
|
217
|
+
const _Ti = "Timestamp";
|
|
218
|
+
const _Ty = "Type";
|
|
219
|
+
const _UAS = "UpdateAccountSettings";
|
|
220
|
+
const _UASI = "UpdateAccountSettingsInput";
|
|
221
|
+
const _UASO = "UpdateAccountSettingsOutput";
|
|
222
|
+
const _UMRS = "UpdateMaxRecordSize";
|
|
223
|
+
const _UMRSI = "UpdateMaxRecordSizeInput";
|
|
224
|
+
const _UR = "UntagResource";
|
|
225
|
+
const _URI = "UntagResourceInput";
|
|
226
|
+
const _USC = "UpdateShardCount";
|
|
227
|
+
const _USCI = "UpdateShardCountInput";
|
|
228
|
+
const _USCO = "UpdateShardCountOutput";
|
|
229
|
+
const _USM = "UpdateStreamMode";
|
|
230
|
+
const _USMI = "UpdateStreamModeInput";
|
|
231
|
+
const _USWT = "UpdateStreamWarmThroughput";
|
|
232
|
+
const _USWTI = "UpdateStreamWarmThroughputInput";
|
|
233
|
+
const _USWTO = "UpdateStreamWarmThroughputOutput";
|
|
234
|
+
const _V = "Value";
|
|
235
|
+
const _VE = "ValidationException";
|
|
236
|
+
const _WT = "WarmThroughput";
|
|
237
|
+
const _WTMB = "WarmThroughputMiBps";
|
|
238
|
+
const _WTO = "WarmThroughputObject";
|
|
239
|
+
const _c = "client";
|
|
240
|
+
const _e = "error";
|
|
241
|
+
const _m = "message";
|
|
242
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.kinesis";
|
|
243
|
+
const _se = "server";
|
|
244
|
+
const _st = "streaming";
|
|
245
|
+
const n0 = "com.amazonaws.kinesis";
|
|
246
|
+
const schema_1 = require("@smithy/core/schema");
|
|
247
|
+
const errors_1 = require("../models/errors");
|
|
248
|
+
const KinesisServiceException_1 = require("../models/KinesisServiceException");
|
|
249
|
+
const _s_registry = schema_1.TypeRegistry.for(_s);
|
|
250
|
+
exports.KinesisServiceException$ = [-3, _s, "KinesisServiceException", 0, [], []];
|
|
251
|
+
_s_registry.registerError(exports.KinesisServiceException$, KinesisServiceException_1.KinesisServiceException);
|
|
252
|
+
const n0_registry = schema_1.TypeRegistry.for(n0);
|
|
253
|
+
exports.AccessDeniedException$ = [-3, n0, _ADE,
|
|
254
|
+
{ [_e]: _c },
|
|
255
|
+
[_m],
|
|
256
|
+
[0]
|
|
257
|
+
];
|
|
258
|
+
n0_registry.registerError(exports.AccessDeniedException$, errors_1.AccessDeniedException);
|
|
259
|
+
exports.ExpiredIteratorException$ = [-3, n0, _EIE,
|
|
260
|
+
{ [_e]: _c },
|
|
261
|
+
[_m],
|
|
262
|
+
[0]
|
|
263
|
+
];
|
|
264
|
+
n0_registry.registerError(exports.ExpiredIteratorException$, errors_1.ExpiredIteratorException);
|
|
265
|
+
exports.ExpiredNextTokenException$ = [-3, n0, _ENTE,
|
|
266
|
+
{ [_e]: _c },
|
|
267
|
+
[_m],
|
|
268
|
+
[0]
|
|
269
|
+
];
|
|
270
|
+
n0_registry.registerError(exports.ExpiredNextTokenException$, errors_1.ExpiredNextTokenException);
|
|
271
|
+
exports.InternalFailureException$ = [-3, n0, _IFE,
|
|
272
|
+
{ [_e]: _se },
|
|
273
|
+
[_m],
|
|
274
|
+
[0]
|
|
275
|
+
];
|
|
276
|
+
n0_registry.registerError(exports.InternalFailureException$, errors_1.InternalFailureException);
|
|
277
|
+
exports.InvalidArgumentException$ = [-3, n0, _IAE,
|
|
278
|
+
{ [_e]: _c },
|
|
279
|
+
[_m],
|
|
280
|
+
[0]
|
|
281
|
+
];
|
|
282
|
+
n0_registry.registerError(exports.InvalidArgumentException$, errors_1.InvalidArgumentException);
|
|
283
|
+
exports.KMSAccessDeniedException$ = [-3, n0, _KMSADE,
|
|
284
|
+
{ [_e]: _c },
|
|
285
|
+
[_m],
|
|
286
|
+
[0]
|
|
287
|
+
];
|
|
288
|
+
n0_registry.registerError(exports.KMSAccessDeniedException$, errors_1.KMSAccessDeniedException);
|
|
289
|
+
exports.KMSDisabledException$ = [-3, n0, _KMSDE,
|
|
290
|
+
{ [_e]: _c },
|
|
291
|
+
[_m],
|
|
292
|
+
[0]
|
|
293
|
+
];
|
|
294
|
+
n0_registry.registerError(exports.KMSDisabledException$, errors_1.KMSDisabledException);
|
|
295
|
+
exports.KMSInvalidStateException$ = [-3, n0, _KMSISE,
|
|
296
|
+
{ [_e]: _c },
|
|
297
|
+
[_m],
|
|
298
|
+
[0]
|
|
299
|
+
];
|
|
300
|
+
n0_registry.registerError(exports.KMSInvalidStateException$, errors_1.KMSInvalidStateException);
|
|
301
|
+
exports.KMSNotFoundException$ = [-3, n0, _KMSNFE,
|
|
302
|
+
{ [_e]: _c },
|
|
303
|
+
[_m],
|
|
304
|
+
[0]
|
|
305
|
+
];
|
|
306
|
+
n0_registry.registerError(exports.KMSNotFoundException$, errors_1.KMSNotFoundException);
|
|
307
|
+
exports.KMSOptInRequired$ = [-3, n0, _KMSOIR,
|
|
308
|
+
{ [_e]: _c },
|
|
309
|
+
[_m],
|
|
310
|
+
[0]
|
|
311
|
+
];
|
|
312
|
+
n0_registry.registerError(exports.KMSOptInRequired$, errors_1.KMSOptInRequired);
|
|
313
|
+
exports.KMSThrottlingException$ = [-3, n0, _KMSTE,
|
|
314
|
+
{ [_e]: _c },
|
|
315
|
+
[_m],
|
|
316
|
+
[0]
|
|
317
|
+
];
|
|
318
|
+
n0_registry.registerError(exports.KMSThrottlingException$, errors_1.KMSThrottlingException);
|
|
319
|
+
exports.LimitExceededException$ = [-3, n0, _LEE,
|
|
320
|
+
{ [_e]: _c },
|
|
321
|
+
[_m],
|
|
322
|
+
[0]
|
|
323
|
+
];
|
|
324
|
+
n0_registry.registerError(exports.LimitExceededException$, errors_1.LimitExceededException);
|
|
325
|
+
exports.ProvisionedThroughputExceededException$ = [-3, n0, _PTEE,
|
|
326
|
+
{ [_e]: _c },
|
|
327
|
+
[_m],
|
|
328
|
+
[0]
|
|
329
|
+
];
|
|
330
|
+
n0_registry.registerError(exports.ProvisionedThroughputExceededException$, errors_1.ProvisionedThroughputExceededException);
|
|
331
|
+
exports.ResourceInUseException$ = [-3, n0, _RIUE,
|
|
332
|
+
{ [_e]: _c },
|
|
333
|
+
[_m],
|
|
334
|
+
[0]
|
|
335
|
+
];
|
|
336
|
+
n0_registry.registerError(exports.ResourceInUseException$, errors_1.ResourceInUseException);
|
|
337
|
+
exports.ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
338
|
+
{ [_e]: _c },
|
|
339
|
+
[_m],
|
|
340
|
+
[0]
|
|
341
|
+
];
|
|
342
|
+
n0_registry.registerError(exports.ResourceNotFoundException$, errors_1.ResourceNotFoundException);
|
|
343
|
+
exports.ValidationException$ = [-3, n0, _VE,
|
|
344
|
+
{ [_e]: _c },
|
|
345
|
+
[_m],
|
|
346
|
+
[0]
|
|
347
|
+
];
|
|
348
|
+
n0_registry.registerError(exports.ValidationException$, errors_1.ValidationException);
|
|
349
|
+
exports.errorTypeRegistries = [
|
|
350
|
+
_s_registry,
|
|
351
|
+
n0_registry,
|
|
352
|
+
];
|
|
353
|
+
exports.AddTagsToStreamInput$ = [3, n0, _ATTSI,
|
|
354
|
+
0,
|
|
355
|
+
[_T, _SN, _SARN, _SI],
|
|
356
|
+
[128 | 0, 0, 0, 0], 1
|
|
357
|
+
];
|
|
358
|
+
exports.ChildShard$ = [3, n0, _CS,
|
|
359
|
+
0,
|
|
360
|
+
[_SIh, _PS, _HKR],
|
|
361
|
+
[0, 64 | 0, () => exports.HashKeyRange$], 3
|
|
362
|
+
];
|
|
363
|
+
exports.Consumer$ = [3, n0, _C,
|
|
364
|
+
0,
|
|
365
|
+
[_CN, _CARN, _CSo, _CCT],
|
|
366
|
+
[0, 0, 0, 4], 4
|
|
367
|
+
];
|
|
368
|
+
exports.ConsumerDescription$ = [3, n0, _CD,
|
|
369
|
+
0,
|
|
370
|
+
[_CN, _CARN, _CSo, _CCT, _SARN],
|
|
371
|
+
[0, 0, 0, 4, 0], 5
|
|
372
|
+
];
|
|
373
|
+
exports.CreateStreamInput$ = [3, n0, _CSI,
|
|
374
|
+
0,
|
|
375
|
+
[_SN, _SC, _SMD, _T, _WTMB, _MRSIKB],
|
|
376
|
+
[0, 1, () => exports.StreamModeDetails$, 128 | 0, 1, 1], 1
|
|
377
|
+
];
|
|
378
|
+
exports.DecreaseStreamRetentionPeriodInput$ = [3, n0, _DSRPI,
|
|
379
|
+
0,
|
|
380
|
+
[_RPH, _SN, _SARN, _SI],
|
|
381
|
+
[1, 0, 0, 0], 1
|
|
382
|
+
];
|
|
383
|
+
exports.DeleteResourcePolicyInput$ = [3, n0, _DRPI,
|
|
384
|
+
0,
|
|
385
|
+
[_RARN, _SI],
|
|
386
|
+
[0, 0], 1
|
|
387
|
+
];
|
|
388
|
+
exports.DeleteStreamInput$ = [3, n0, _DSI,
|
|
389
|
+
0,
|
|
390
|
+
[_SN, _ECD, _SARN, _SI],
|
|
391
|
+
[0, 2, 0, 0]
|
|
392
|
+
];
|
|
393
|
+
exports.DeregisterStreamConsumerInput$ = [3, n0, _DSCI,
|
|
394
|
+
0,
|
|
395
|
+
[_SARN, _CN, _CARN, _SI],
|
|
396
|
+
[0, 0, 0, 0]
|
|
397
|
+
];
|
|
398
|
+
exports.DescribeAccountSettingsInput$ = [3, n0, _DASI,
|
|
399
|
+
0,
|
|
400
|
+
[],
|
|
401
|
+
[]
|
|
402
|
+
];
|
|
403
|
+
exports.DescribeAccountSettingsOutput$ = [3, n0, _DASO,
|
|
404
|
+
0,
|
|
405
|
+
[_MTBC],
|
|
406
|
+
[() => exports.MinimumThroughputBillingCommitmentOutput$]
|
|
407
|
+
];
|
|
408
|
+
exports.DescribeLimitsInput$ = [3, n0, _DLI,
|
|
409
|
+
0,
|
|
410
|
+
[],
|
|
411
|
+
[]
|
|
412
|
+
];
|
|
413
|
+
exports.DescribeLimitsOutput$ = [3, n0, _DLO,
|
|
414
|
+
0,
|
|
415
|
+
[_SL, _OSC, _ODSC, _ODSCL],
|
|
416
|
+
[1, 1, 1, 1], 4
|
|
417
|
+
];
|
|
418
|
+
exports.DescribeStreamConsumerInput$ = [3, n0, _DSCIe,
|
|
419
|
+
0,
|
|
420
|
+
[_SARN, _CN, _CARN, _SI],
|
|
421
|
+
[0, 0, 0, 0]
|
|
422
|
+
];
|
|
423
|
+
exports.DescribeStreamConsumerOutput$ = [3, n0, _DSCO,
|
|
424
|
+
0,
|
|
425
|
+
[_CD],
|
|
426
|
+
[() => exports.ConsumerDescription$], 1
|
|
427
|
+
];
|
|
428
|
+
exports.DescribeStreamInput$ = [3, n0, _DSIe,
|
|
429
|
+
0,
|
|
430
|
+
[_SN, _L, _ESSI, _SARN, _SI],
|
|
431
|
+
[0, 1, 0, 0, 0]
|
|
432
|
+
];
|
|
433
|
+
exports.DescribeStreamOutput$ = [3, n0, _DSO,
|
|
434
|
+
0,
|
|
435
|
+
[_SD],
|
|
436
|
+
[() => exports.StreamDescription$], 1
|
|
437
|
+
];
|
|
438
|
+
exports.DescribeStreamSummaryInput$ = [3, n0, _DSSI,
|
|
439
|
+
0,
|
|
440
|
+
[_SN, _SARN, _SI],
|
|
441
|
+
[0, 0, 0]
|
|
442
|
+
];
|
|
443
|
+
exports.DescribeStreamSummaryOutput$ = [3, n0, _DSSO,
|
|
444
|
+
0,
|
|
445
|
+
[_SDS],
|
|
446
|
+
[() => exports.StreamDescriptionSummary$], 1
|
|
447
|
+
];
|
|
448
|
+
exports.DisableEnhancedMonitoringInput$ = [3, n0, _DEMI,
|
|
449
|
+
0,
|
|
450
|
+
[_SLM, _SN, _SARN, _SI],
|
|
451
|
+
[64 | 0, 0, 0, 0], 1
|
|
452
|
+
];
|
|
453
|
+
exports.EnableEnhancedMonitoringInput$ = [3, n0, _EEMI,
|
|
454
|
+
0,
|
|
455
|
+
[_SLM, _SN, _SARN, _SI],
|
|
456
|
+
[64 | 0, 0, 0, 0], 1
|
|
457
|
+
];
|
|
458
|
+
exports.EnhancedMetrics$ = [3, n0, _EM,
|
|
459
|
+
0,
|
|
460
|
+
[_SLM],
|
|
461
|
+
[64 | 0]
|
|
462
|
+
];
|
|
463
|
+
exports.EnhancedMonitoringOutput$ = [3, n0, _EMO,
|
|
464
|
+
0,
|
|
465
|
+
[_SN, _CSLM, _DSLM, _SARN],
|
|
466
|
+
[0, 64 | 0, 64 | 0, 0]
|
|
467
|
+
];
|
|
468
|
+
exports.GetRecordsInput$ = [3, n0, _GRI,
|
|
469
|
+
0,
|
|
470
|
+
[_SIha, _L, _SARN, _SI],
|
|
471
|
+
[0, 1, 0, 0], 1
|
|
472
|
+
];
|
|
473
|
+
exports.GetRecordsOutput$ = [3, n0, _GRO,
|
|
474
|
+
0,
|
|
475
|
+
[_R, _NSI, _MBL, _CSh],
|
|
476
|
+
[() => RecordList, 0, 1, () => ChildShardList], 1
|
|
477
|
+
];
|
|
478
|
+
exports.GetResourcePolicyInput$ = [3, n0, _GRPI,
|
|
479
|
+
0,
|
|
480
|
+
[_RARN, _SI],
|
|
481
|
+
[0, 0], 1
|
|
482
|
+
];
|
|
483
|
+
exports.GetResourcePolicyOutput$ = [3, n0, _GRPO,
|
|
484
|
+
0,
|
|
485
|
+
[_P],
|
|
486
|
+
[0], 1
|
|
487
|
+
];
|
|
488
|
+
exports.GetShardIteratorInput$ = [3, n0, _GSII,
|
|
489
|
+
0,
|
|
490
|
+
[_SIh, _SIT, _SN, _SSN, _Ti, _SARN, _SI],
|
|
491
|
+
[0, 0, 0, 0, 4, 0, 0], 2
|
|
492
|
+
];
|
|
493
|
+
exports.GetShardIteratorOutput$ = [3, n0, _GSIO,
|
|
494
|
+
0,
|
|
495
|
+
[_SIha],
|
|
496
|
+
[0]
|
|
497
|
+
];
|
|
498
|
+
exports.HashKeyRange$ = [3, n0, _HKR,
|
|
499
|
+
0,
|
|
500
|
+
[_SHK, _EHK],
|
|
501
|
+
[0, 0], 2
|
|
502
|
+
];
|
|
503
|
+
exports.IncreaseStreamRetentionPeriodInput$ = [3, n0, _ISRPI,
|
|
504
|
+
0,
|
|
505
|
+
[_RPH, _SN, _SARN, _SI],
|
|
506
|
+
[1, 0, 0, 0], 1
|
|
507
|
+
];
|
|
508
|
+
exports.ListShardsInput$ = [3, n0, _LSI,
|
|
509
|
+
0,
|
|
510
|
+
[_SN, _NT, _ESSI, _MR, _SCT, _SF, _SARN, _SI],
|
|
511
|
+
[0, 0, 0, 1, 4, () => exports.ShardFilter$, 0, 0]
|
|
512
|
+
];
|
|
513
|
+
exports.ListShardsOutput$ = [3, n0, _LSO,
|
|
514
|
+
0,
|
|
515
|
+
[_S, _NT],
|
|
516
|
+
[() => ShardList, 0]
|
|
517
|
+
];
|
|
518
|
+
exports.ListStreamConsumersInput$ = [3, n0, _LSCI,
|
|
519
|
+
0,
|
|
520
|
+
[_SARN, _NT, _MR, _SCT, _SI],
|
|
521
|
+
[0, 0, 1, 4, 0], 1
|
|
522
|
+
];
|
|
523
|
+
exports.ListStreamConsumersOutput$ = [3, n0, _LSCO,
|
|
524
|
+
0,
|
|
525
|
+
[_Co, _NT],
|
|
526
|
+
[() => ConsumerList, 0]
|
|
527
|
+
];
|
|
528
|
+
exports.ListStreamsInput$ = [3, n0, _LSIi,
|
|
529
|
+
0,
|
|
530
|
+
[_L, _ESSN, _NT],
|
|
531
|
+
[1, 0, 0]
|
|
532
|
+
];
|
|
533
|
+
exports.ListStreamsOutput$ = [3, n0, _LSOi,
|
|
534
|
+
0,
|
|
535
|
+
[_SNt, _HMS, _NT, _SS],
|
|
536
|
+
[64 | 0, 2, 0, () => StreamSummaryList], 2
|
|
537
|
+
];
|
|
538
|
+
exports.ListTagsForResourceInput$ = [3, n0, _LTFRI,
|
|
539
|
+
0,
|
|
540
|
+
[_RARN, _SI],
|
|
541
|
+
[0, 0], 1
|
|
542
|
+
];
|
|
543
|
+
exports.ListTagsForResourceOutput$ = [3, n0, _LTFRO,
|
|
544
|
+
0,
|
|
545
|
+
[_T],
|
|
546
|
+
[() => TagList]
|
|
547
|
+
];
|
|
548
|
+
exports.ListTagsForStreamInput$ = [3, n0, _LTFSI,
|
|
549
|
+
0,
|
|
550
|
+
[_SN, _ESTK, _L, _SARN, _SI],
|
|
551
|
+
[0, 0, 1, 0, 0]
|
|
552
|
+
];
|
|
553
|
+
exports.ListTagsForStreamOutput$ = [3, n0, _LTFSO,
|
|
554
|
+
0,
|
|
555
|
+
[_T, _HMT],
|
|
556
|
+
[() => TagList, 2], 2
|
|
557
|
+
];
|
|
558
|
+
exports.MergeShardsInput$ = [3, n0, _MSI,
|
|
559
|
+
0,
|
|
560
|
+
[_STM, _ASTM, _SN, _SARN, _SI],
|
|
561
|
+
[0, 0, 0, 0, 0], 2
|
|
562
|
+
];
|
|
563
|
+
exports.MinimumThroughputBillingCommitmentInput$ = [3, n0, _MTBCI,
|
|
564
|
+
0,
|
|
565
|
+
[_St],
|
|
566
|
+
[0], 1
|
|
567
|
+
];
|
|
568
|
+
exports.MinimumThroughputBillingCommitmentOutput$ = [3, n0, _MTBCO,
|
|
569
|
+
0,
|
|
570
|
+
[_St, _SA, _EA, _EAEA],
|
|
571
|
+
[0, 4, 4, 4], 1
|
|
572
|
+
];
|
|
573
|
+
exports.PutRecordInput$ = [3, n0, _PRI,
|
|
574
|
+
0,
|
|
575
|
+
[_D, _PK, _SN, _EHKx, _SNFO, _SARN, _SI],
|
|
576
|
+
[21, 0, 0, 0, 0, 0, 0], 2
|
|
577
|
+
];
|
|
578
|
+
exports.PutRecordOutput$ = [3, n0, _PRO,
|
|
579
|
+
0,
|
|
580
|
+
[_SIh, _SNe, _ET],
|
|
581
|
+
[0, 0, 0], 2
|
|
582
|
+
];
|
|
583
|
+
exports.PutRecordsInput$ = [3, n0, _PRIu,
|
|
584
|
+
0,
|
|
585
|
+
[_R, _SN, _SARN, _SI],
|
|
586
|
+
[() => PutRecordsRequestEntryList, 0, 0, 0], 1
|
|
587
|
+
];
|
|
588
|
+
exports.PutRecordsOutput$ = [3, n0, _PROu,
|
|
589
|
+
0,
|
|
590
|
+
[_R, _FRC, _ET],
|
|
591
|
+
[() => PutRecordsResultEntryList, 1, 0], 1
|
|
592
|
+
];
|
|
593
|
+
exports.PutRecordsRequestEntry$ = [3, n0, _PRRE,
|
|
594
|
+
0,
|
|
595
|
+
[_D, _PK, _EHKx],
|
|
596
|
+
[21, 0, 0], 2
|
|
597
|
+
];
|
|
598
|
+
exports.PutRecordsResultEntry$ = [3, n0, _PRREu,
|
|
599
|
+
0,
|
|
600
|
+
[_SNe, _SIh, _EC, _EMr],
|
|
601
|
+
[0, 0, 0, 0]
|
|
602
|
+
];
|
|
603
|
+
exports.PutResourcePolicyInput$ = [3, n0, _PRPI,
|
|
604
|
+
0,
|
|
605
|
+
[_RARN, _P, _SI],
|
|
606
|
+
[0, 0, 0], 2
|
|
607
|
+
];
|
|
608
|
+
exports._Record$ = [3, n0, _Re,
|
|
609
|
+
0,
|
|
610
|
+
[_SNe, _D, _PK, _AAT, _ET],
|
|
611
|
+
[0, 21, 0, 4, 0], 3
|
|
612
|
+
];
|
|
613
|
+
exports.RegisterStreamConsumerInput$ = [3, n0, _RSCI,
|
|
614
|
+
0,
|
|
615
|
+
[_SARN, _CN, _SI, _T],
|
|
616
|
+
[0, 0, 0, 128 | 0], 2
|
|
617
|
+
];
|
|
618
|
+
exports.RegisterStreamConsumerOutput$ = [3, n0, _RSCO,
|
|
619
|
+
0,
|
|
620
|
+
[_C],
|
|
621
|
+
[() => exports.Consumer$], 1
|
|
622
|
+
];
|
|
623
|
+
exports.RemoveTagsFromStreamInput$ = [3, n0, _RTFSI,
|
|
624
|
+
0,
|
|
625
|
+
[_TK, _SN, _SARN, _SI],
|
|
626
|
+
[64 | 0, 0, 0, 0], 1
|
|
627
|
+
];
|
|
628
|
+
exports.SequenceNumberRange$ = [3, n0, _SNR,
|
|
629
|
+
0,
|
|
630
|
+
[_SSN, _ESN],
|
|
631
|
+
[0, 0], 1
|
|
632
|
+
];
|
|
633
|
+
exports.Shard$ = [3, n0, _Sh,
|
|
634
|
+
0,
|
|
635
|
+
[_SIh, _HKR, _SNR, _PSI, _APSI],
|
|
636
|
+
[0, () => exports.HashKeyRange$, () => exports.SequenceNumberRange$, 0, 0], 3
|
|
637
|
+
];
|
|
638
|
+
exports.ShardFilter$ = [3, n0, _SF,
|
|
639
|
+
0,
|
|
640
|
+
[_Ty, _SIh, _Ti],
|
|
641
|
+
[0, 0, 4], 1
|
|
642
|
+
];
|
|
643
|
+
exports.SplitShardInput$ = [3, n0, _SSI,
|
|
644
|
+
0,
|
|
645
|
+
[_STS, _NSHK, _SN, _SARN, _SI],
|
|
646
|
+
[0, 0, 0, 0, 0], 2
|
|
647
|
+
];
|
|
648
|
+
exports.StartingPosition$ = [3, n0, _SP,
|
|
649
|
+
0,
|
|
650
|
+
[_Ty, _SNe, _Ti],
|
|
651
|
+
[0, 0, 4], 1
|
|
652
|
+
];
|
|
653
|
+
exports.StartStreamEncryptionInput$ = [3, n0, _SSEI,
|
|
654
|
+
0,
|
|
655
|
+
[_ET, _KI, _SN, _SARN, _SI],
|
|
656
|
+
[0, 0, 0, 0, 0], 2
|
|
657
|
+
];
|
|
658
|
+
exports.StopStreamEncryptionInput$ = [3, n0, _SSEIt,
|
|
659
|
+
0,
|
|
660
|
+
[_ET, _KI, _SN, _SARN, _SI],
|
|
661
|
+
[0, 0, 0, 0, 0], 2
|
|
662
|
+
];
|
|
663
|
+
exports.StreamDescription$ = [3, n0, _SD,
|
|
664
|
+
0,
|
|
665
|
+
[_SN, _SARN, _SSt, _S, _HMSa, _RPH, _SCT, _EMn, _SMD, _ET, _KI],
|
|
666
|
+
[0, 0, 0, () => ShardList, 2, 1, 4, () => EnhancedMonitoringList, () => exports.StreamModeDetails$, 0, 0], 8
|
|
667
|
+
];
|
|
668
|
+
exports.StreamDescriptionSummary$ = [3, n0, _SDS,
|
|
669
|
+
0,
|
|
670
|
+
[_SN, _SARN, _SSt, _RPH, _SCT, _EMn, _OSC, _SI, _SMD, _ET, _KI, _CC, _WT, _MRSIKB],
|
|
671
|
+
[0, 0, 0, 1, 4, () => EnhancedMonitoringList, 1, 0, () => exports.StreamModeDetails$, 0, 0, 1, () => exports.WarmThroughputObject$, 1], 7
|
|
672
|
+
];
|
|
673
|
+
exports.StreamModeDetails$ = [3, n0, _SMD,
|
|
674
|
+
0,
|
|
675
|
+
[_SM],
|
|
676
|
+
[0], 1
|
|
677
|
+
];
|
|
678
|
+
exports.StreamSummary$ = [3, n0, _SStr,
|
|
679
|
+
0,
|
|
680
|
+
[_SN, _SARN, _SSt, _SMD, _SCT],
|
|
681
|
+
[0, 0, 0, () => exports.StreamModeDetails$, 4], 3
|
|
682
|
+
];
|
|
683
|
+
exports.SubscribeToShardEvent$ = [3, n0, _STSE,
|
|
684
|
+
0,
|
|
685
|
+
[_R, _CSN, _MBL, _CSh],
|
|
686
|
+
[() => RecordList, 0, 1, () => ChildShardList], 3
|
|
687
|
+
];
|
|
688
|
+
exports.SubscribeToShardInput$ = [3, n0, _STSI,
|
|
689
|
+
0,
|
|
690
|
+
[_CARN, _SIh, _SP, _SI],
|
|
691
|
+
[0, 0, () => exports.StartingPosition$, 0], 3
|
|
692
|
+
];
|
|
693
|
+
exports.SubscribeToShardOutput$ = [3, n0, _STSO,
|
|
694
|
+
0,
|
|
695
|
+
[_ES],
|
|
696
|
+
[[() => exports.SubscribeToShardEventStream$, 0]], 1
|
|
697
|
+
];
|
|
698
|
+
exports.Tag$ = [3, n0, _Ta,
|
|
699
|
+
0,
|
|
700
|
+
[_K, _V],
|
|
701
|
+
[0, 0], 1
|
|
702
|
+
];
|
|
703
|
+
exports.TagResourceInput$ = [3, n0, _TRI,
|
|
704
|
+
0,
|
|
705
|
+
[_T, _RARN, _SI],
|
|
706
|
+
[128 | 0, 0, 0], 2
|
|
707
|
+
];
|
|
708
|
+
exports.UntagResourceInput$ = [3, n0, _URI,
|
|
709
|
+
0,
|
|
710
|
+
[_TK, _RARN, _SI],
|
|
711
|
+
[64 | 0, 0, 0], 2
|
|
712
|
+
];
|
|
713
|
+
exports.UpdateAccountSettingsInput$ = [3, n0, _UASI,
|
|
714
|
+
0,
|
|
715
|
+
[_MTBC],
|
|
716
|
+
[() => exports.MinimumThroughputBillingCommitmentInput$], 1
|
|
717
|
+
];
|
|
718
|
+
exports.UpdateAccountSettingsOutput$ = [3, n0, _UASO,
|
|
719
|
+
0,
|
|
720
|
+
[_MTBC],
|
|
721
|
+
[() => exports.MinimumThroughputBillingCommitmentOutput$]
|
|
722
|
+
];
|
|
723
|
+
exports.UpdateMaxRecordSizeInput$ = [3, n0, _UMRSI,
|
|
724
|
+
0,
|
|
725
|
+
[_MRSIKB, _SARN, _SI],
|
|
726
|
+
[1, 0, 0], 1
|
|
727
|
+
];
|
|
728
|
+
exports.UpdateShardCountInput$ = [3, n0, _USCI,
|
|
729
|
+
0,
|
|
730
|
+
[_TSC, _ST, _SN, _SARN, _SI],
|
|
731
|
+
[1, 0, 0, 0, 0], 2
|
|
732
|
+
];
|
|
733
|
+
exports.UpdateShardCountOutput$ = [3, n0, _USCO,
|
|
734
|
+
0,
|
|
735
|
+
[_SN, _CSC, _TSC, _SARN],
|
|
736
|
+
[0, 1, 1, 0]
|
|
737
|
+
];
|
|
738
|
+
exports.UpdateStreamModeInput$ = [3, n0, _USMI,
|
|
739
|
+
0,
|
|
740
|
+
[_SARN, _SMD, _SI, _WTMB],
|
|
741
|
+
[0, () => exports.StreamModeDetails$, 0, 1], 2
|
|
742
|
+
];
|
|
743
|
+
exports.UpdateStreamWarmThroughputInput$ = [3, n0, _USWTI,
|
|
744
|
+
0,
|
|
745
|
+
[_WTMB, _SARN, _SN, _SI],
|
|
746
|
+
[1, 0, 0, 0], 1
|
|
747
|
+
];
|
|
748
|
+
exports.UpdateStreamWarmThroughputOutput$ = [3, n0, _USWTO,
|
|
749
|
+
0,
|
|
750
|
+
[_SARN, _SN, _WT],
|
|
751
|
+
[0, 0, () => exports.WarmThroughputObject$]
|
|
752
|
+
];
|
|
753
|
+
exports.WarmThroughputObject$ = [3, n0, _WTO,
|
|
754
|
+
0,
|
|
755
|
+
[_TMB, _CMB],
|
|
756
|
+
[1, 1]
|
|
757
|
+
];
|
|
758
|
+
var __Unit = "unit";
|
|
759
|
+
var ChildShardList = [1, n0, _CSL,
|
|
760
|
+
0, () => exports.ChildShard$
|
|
761
|
+
];
|
|
762
|
+
var ConsumerList = [1, n0, _CL,
|
|
763
|
+
0, () => exports.Consumer$
|
|
764
|
+
];
|
|
765
|
+
var EnhancedMonitoringList = [1, n0, _EML,
|
|
766
|
+
0, () => exports.EnhancedMetrics$
|
|
767
|
+
];
|
|
768
|
+
var MetricsNameList = 64 | 0;
|
|
769
|
+
var PutRecordsRequestEntryList = [1, n0, _PRREL,
|
|
770
|
+
0, () => exports.PutRecordsRequestEntry$
|
|
771
|
+
];
|
|
772
|
+
var PutRecordsResultEntryList = [1, n0, _PRRELu,
|
|
773
|
+
0, () => exports.PutRecordsResultEntry$
|
|
774
|
+
];
|
|
775
|
+
var RecordList = [1, n0, _RL,
|
|
776
|
+
0, () => exports._Record$
|
|
777
|
+
];
|
|
778
|
+
var ShardIdList = 64 | 0;
|
|
779
|
+
var ShardList = [1, n0, _SLh,
|
|
780
|
+
0, () => exports.Shard$
|
|
781
|
+
];
|
|
782
|
+
var StreamNameList = 64 | 0;
|
|
783
|
+
var StreamSummaryList = [1, n0, _SSL,
|
|
784
|
+
0, () => exports.StreamSummary$
|
|
785
|
+
];
|
|
786
|
+
var TagKeyList = 64 | 0;
|
|
787
|
+
var TagList = [1, n0, _TL,
|
|
788
|
+
0, () => exports.Tag$
|
|
789
|
+
];
|
|
790
|
+
var TagMap = 128 | 0;
|
|
791
|
+
exports.SubscribeToShardEventStream$ = [4, n0, _STSES,
|
|
792
|
+
{ [_st]: 1 },
|
|
793
|
+
[_STSE, _RNFE, _RIUE, _KMSDE, _KMSISE, _KMSADE, _KMSNFE, _KMSOIR, _KMSTE, _IFE],
|
|
794
|
+
[() => exports.SubscribeToShardEvent$, [() => exports.ResourceNotFoundException$, 0], [() => exports.ResourceInUseException$, 0], [() => exports.KMSDisabledException$, 0], [() => exports.KMSInvalidStateException$, 0], [() => exports.KMSAccessDeniedException$, 0], [() => exports.KMSNotFoundException$, 0], [() => exports.KMSOptInRequired$, 0], [() => exports.KMSThrottlingException$, 0], [() => exports.InternalFailureException$, 0]]
|
|
795
|
+
];
|
|
796
|
+
exports.AddTagsToStream$ = [9, n0, _ATTS,
|
|
797
|
+
0, () => exports.AddTagsToStreamInput$, () => __Unit
|
|
798
|
+
];
|
|
799
|
+
exports.CreateStream$ = [9, n0, _CSr,
|
|
800
|
+
0, () => exports.CreateStreamInput$, () => __Unit
|
|
801
|
+
];
|
|
802
|
+
exports.DecreaseStreamRetentionPeriod$ = [9, n0, _DSRP,
|
|
803
|
+
0, () => exports.DecreaseStreamRetentionPeriodInput$, () => __Unit
|
|
804
|
+
];
|
|
805
|
+
exports.DeleteResourcePolicy$ = [9, n0, _DRP,
|
|
806
|
+
0, () => exports.DeleteResourcePolicyInput$, () => __Unit
|
|
807
|
+
];
|
|
808
|
+
exports.DeleteStream$ = [9, n0, _DS,
|
|
809
|
+
0, () => exports.DeleteStreamInput$, () => __Unit
|
|
810
|
+
];
|
|
811
|
+
exports.DeregisterStreamConsumer$ = [9, n0, _DSC,
|
|
812
|
+
0, () => exports.DeregisterStreamConsumerInput$, () => __Unit
|
|
813
|
+
];
|
|
814
|
+
exports.DescribeAccountSettings$ = [9, n0, _DAS,
|
|
815
|
+
0, () => exports.DescribeAccountSettingsInput$, () => exports.DescribeAccountSettingsOutput$
|
|
816
|
+
];
|
|
817
|
+
exports.DescribeLimits$ = [9, n0, _DL,
|
|
818
|
+
0, () => exports.DescribeLimitsInput$, () => exports.DescribeLimitsOutput$
|
|
819
|
+
];
|
|
820
|
+
exports.DescribeStream$ = [9, n0, _DSe,
|
|
821
|
+
0, () => exports.DescribeStreamInput$, () => exports.DescribeStreamOutput$
|
|
822
|
+
];
|
|
823
|
+
exports.DescribeStreamConsumer$ = [9, n0, _DSCe,
|
|
824
|
+
0, () => exports.DescribeStreamConsumerInput$, () => exports.DescribeStreamConsumerOutput$
|
|
825
|
+
];
|
|
826
|
+
exports.DescribeStreamSummary$ = [9, n0, _DSS,
|
|
827
|
+
0, () => exports.DescribeStreamSummaryInput$, () => exports.DescribeStreamSummaryOutput$
|
|
828
|
+
];
|
|
829
|
+
exports.DisableEnhancedMonitoring$ = [9, n0, _DEM,
|
|
830
|
+
0, () => exports.DisableEnhancedMonitoringInput$, () => exports.EnhancedMonitoringOutput$
|
|
831
|
+
];
|
|
832
|
+
exports.EnableEnhancedMonitoring$ = [9, n0, _EEM,
|
|
833
|
+
0, () => exports.EnableEnhancedMonitoringInput$, () => exports.EnhancedMonitoringOutput$
|
|
834
|
+
];
|
|
835
|
+
exports.GetRecords$ = [9, n0, _GR,
|
|
836
|
+
0, () => exports.GetRecordsInput$, () => exports.GetRecordsOutput$
|
|
837
|
+
];
|
|
838
|
+
exports.GetResourcePolicy$ = [9, n0, _GRP,
|
|
839
|
+
0, () => exports.GetResourcePolicyInput$, () => exports.GetResourcePolicyOutput$
|
|
840
|
+
];
|
|
841
|
+
exports.GetShardIterator$ = [9, n0, _GSI,
|
|
842
|
+
0, () => exports.GetShardIteratorInput$, () => exports.GetShardIteratorOutput$
|
|
843
|
+
];
|
|
844
|
+
exports.IncreaseStreamRetentionPeriod$ = [9, n0, _ISRP,
|
|
845
|
+
0, () => exports.IncreaseStreamRetentionPeriodInput$, () => __Unit
|
|
846
|
+
];
|
|
847
|
+
exports.ListShards$ = [9, n0, _LS,
|
|
848
|
+
0, () => exports.ListShardsInput$, () => exports.ListShardsOutput$
|
|
849
|
+
];
|
|
850
|
+
exports.ListStreamConsumers$ = [9, n0, _LSC,
|
|
851
|
+
0, () => exports.ListStreamConsumersInput$, () => exports.ListStreamConsumersOutput$
|
|
852
|
+
];
|
|
853
|
+
exports.ListStreams$ = [9, n0, _LSi,
|
|
854
|
+
0, () => exports.ListStreamsInput$, () => exports.ListStreamsOutput$
|
|
855
|
+
];
|
|
856
|
+
exports.ListTagsForResource$ = [9, n0, _LTFR,
|
|
857
|
+
0, () => exports.ListTagsForResourceInput$, () => exports.ListTagsForResourceOutput$
|
|
858
|
+
];
|
|
859
|
+
exports.ListTagsForStream$ = [9, n0, _LTFS,
|
|
860
|
+
0, () => exports.ListTagsForStreamInput$, () => exports.ListTagsForStreamOutput$
|
|
861
|
+
];
|
|
862
|
+
exports.MergeShards$ = [9, n0, _MS,
|
|
863
|
+
0, () => exports.MergeShardsInput$, () => __Unit
|
|
864
|
+
];
|
|
865
|
+
exports.PutRecord$ = [9, n0, _PR,
|
|
866
|
+
0, () => exports.PutRecordInput$, () => exports.PutRecordOutput$
|
|
867
|
+
];
|
|
868
|
+
exports.PutRecords$ = [9, n0, _PRu,
|
|
869
|
+
0, () => exports.PutRecordsInput$, () => exports.PutRecordsOutput$
|
|
870
|
+
];
|
|
871
|
+
exports.PutResourcePolicy$ = [9, n0, _PRP,
|
|
872
|
+
0, () => exports.PutResourcePolicyInput$, () => __Unit
|
|
873
|
+
];
|
|
874
|
+
exports.RegisterStreamConsumer$ = [9, n0, _RSC,
|
|
875
|
+
0, () => exports.RegisterStreamConsumerInput$, () => exports.RegisterStreamConsumerOutput$
|
|
876
|
+
];
|
|
877
|
+
exports.RemoveTagsFromStream$ = [9, n0, _RTFS,
|
|
878
|
+
0, () => exports.RemoveTagsFromStreamInput$, () => __Unit
|
|
879
|
+
];
|
|
880
|
+
exports.SplitShard$ = [9, n0, _SSp,
|
|
881
|
+
0, () => exports.SplitShardInput$, () => __Unit
|
|
882
|
+
];
|
|
883
|
+
exports.StartStreamEncryption$ = [9, n0, _SSE,
|
|
884
|
+
0, () => exports.StartStreamEncryptionInput$, () => __Unit
|
|
885
|
+
];
|
|
886
|
+
exports.StopStreamEncryption$ = [9, n0, _SSEt,
|
|
887
|
+
0, () => exports.StopStreamEncryptionInput$, () => __Unit
|
|
888
|
+
];
|
|
889
|
+
exports.SubscribeToShard$ = [9, n0, _STSu,
|
|
890
|
+
0, () => exports.SubscribeToShardInput$, () => exports.SubscribeToShardOutput$
|
|
891
|
+
];
|
|
892
|
+
exports.TagResource$ = [9, n0, _TR,
|
|
893
|
+
0, () => exports.TagResourceInput$, () => __Unit
|
|
894
|
+
];
|
|
895
|
+
exports.UntagResource$ = [9, n0, _UR,
|
|
896
|
+
0, () => exports.UntagResourceInput$, () => __Unit
|
|
897
|
+
];
|
|
898
|
+
exports.UpdateAccountSettings$ = [9, n0, _UAS,
|
|
899
|
+
0, () => exports.UpdateAccountSettingsInput$, () => exports.UpdateAccountSettingsOutput$
|
|
900
|
+
];
|
|
901
|
+
exports.UpdateMaxRecordSize$ = [9, n0, _UMRS,
|
|
902
|
+
0, () => exports.UpdateMaxRecordSizeInput$, () => __Unit
|
|
903
|
+
];
|
|
904
|
+
exports.UpdateShardCount$ = [9, n0, _USC,
|
|
905
|
+
0, () => exports.UpdateShardCountInput$, () => exports.UpdateShardCountOutput$
|
|
906
|
+
];
|
|
907
|
+
exports.UpdateStreamMode$ = [9, n0, _USM,
|
|
908
|
+
0, () => exports.UpdateStreamModeInput$, () => __Unit
|
|
909
|
+
];
|
|
910
|
+
exports.UpdateStreamWarmThroughput$ = [9, n0, _USWT,
|
|
911
|
+
0, () => exports.UpdateStreamWarmThroughputInput$, () => exports.UpdateStreamWarmThroughputOutput$
|
|
912
|
+
];
|