@aws-sdk/client-keyspacesstreams 3.998.0 → 3.1000.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/schemas/schemas_0.js +3 -2
- package/dist-es/schemas/schemas_0.js +3 -2
- package/dist-types/commands/GetRecordsCommand.d.ts +3 -1
- package/dist-types/commands/GetShardIteratorCommand.d.ts +1 -1
- package/dist-types/commands/GetStreamCommand.d.ts +1 -1
- package/dist-types/commands/ListStreamsCommand.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +72 -12
- package/dist-types/ts3.4/models/models_0.d.ts +57 -0
- package/package.json +12 -12
|
@@ -50,6 +50,7 @@ const _cT = "counterT";
|
|
|
50
50
|
const _dT = "dateT";
|
|
51
51
|
const _dTe = "decimalT";
|
|
52
52
|
const _dTo = "doubleT";
|
|
53
|
+
const _dTu = "durationT";
|
|
53
54
|
const _e = "error";
|
|
54
55
|
const _eC = "errorCode";
|
|
55
56
|
const _eSN = "endingSequenceNumber";
|
|
@@ -261,8 +262,8 @@ var KeyspacesUdtMap = [2, n0, _KUM,
|
|
|
261
262
|
];
|
|
262
263
|
exports.KeyspacesCellValue$ = [4, n0, _KCV,
|
|
263
264
|
0,
|
|
264
|
-
[_aT, _bT, _bTl, _bTo, _cT, _dT, _dTe, _dTo, _fT, _iT, _iTn, _lT, _mT, _sT, _sTm, _tT, _tTi, _tTim, _tTime, _tTin, _tTu, _uT, _vT, _vTa, _uTd],
|
|
265
|
-
[0, 0, 21, 2, 0, 0, 0, 0, 0, 0, 0, () => KeyspacesCellList, () => KeyspacesCellMap, () => KeyspacesCellList, 0, 0, 0, 0, 0, 0, () => KeyspacesCellList, 0, 0, 0, () => KeyspacesUdtMap]
|
|
265
|
+
[_aT, _bT, _bTl, _bTo, _cT, _dT, _dTe, _dTo, _dTu, _fT, _iT, _iTn, _lT, _mT, _sT, _sTm, _tT, _tTi, _tTim, _tTime, _tTin, _tTu, _uT, _vT, _vTa, _uTd],
|
|
266
|
+
[0, 0, 21, 2, 0, 0, 0, 0, 0, 0, 0, 0, () => KeyspacesCellList, () => KeyspacesCellMap, () => KeyspacesCellList, 0, 0, 0, 0, 0, 0, () => KeyspacesCellList, 0, 0, 0, () => KeyspacesUdtMap]
|
|
266
267
|
];
|
|
267
268
|
exports.GetRecords$ = [9, n0, _GR,
|
|
268
269
|
0, () => exports.GetRecordsInput$, () => exports.GetRecordsOutput$
|
|
@@ -47,6 +47,7 @@ const _cT = "counterT";
|
|
|
47
47
|
const _dT = "dateT";
|
|
48
48
|
const _dTe = "decimalT";
|
|
49
49
|
const _dTo = "doubleT";
|
|
50
|
+
const _dTu = "durationT";
|
|
50
51
|
const _e = "error";
|
|
51
52
|
const _eC = "errorCode";
|
|
52
53
|
const _eSN = "endingSequenceNumber";
|
|
@@ -258,8 +259,8 @@ var KeyspacesUdtMap = [2, n0, _KUM,
|
|
|
258
259
|
];
|
|
259
260
|
export var KeyspacesCellValue$ = [4, n0, _KCV,
|
|
260
261
|
0,
|
|
261
|
-
[_aT, _bT, _bTl, _bTo, _cT, _dT, _dTe, _dTo, _fT, _iT, _iTn, _lT, _mT, _sT, _sTm, _tT, _tTi, _tTim, _tTime, _tTin, _tTu, _uT, _vT, _vTa, _uTd],
|
|
262
|
-
[0, 0, 21, 2, 0, 0, 0, 0, 0, 0, 0, () => KeyspacesCellList, () => KeyspacesCellMap, () => KeyspacesCellList, 0, 0, 0, 0, 0, 0, () => KeyspacesCellList, 0, 0, 0, () => KeyspacesUdtMap]
|
|
262
|
+
[_aT, _bT, _bTl, _bTo, _cT, _dT, _dTe, _dTo, _dTu, _fT, _iT, _iTn, _lT, _mT, _sT, _sTm, _tT, _tTi, _tTim, _tTime, _tTin, _tTu, _uT, _vT, _vTa, _uTd],
|
|
263
|
+
[0, 0, 21, 2, 0, 0, 0, 0, 0, 0, 0, 0, () => KeyspacesCellList, () => KeyspacesCellMap, () => KeyspacesCellList, 0, 0, 0, 0, 0, 0, () => KeyspacesCellList, 0, 0, 0, () => KeyspacesUdtMap]
|
|
263
264
|
];
|
|
264
265
|
export var GetRecords$ = [9, n0, _GR,
|
|
265
266
|
0, () => GetRecordsInput$, () => GetRecordsOutput$
|
|
@@ -58,6 +58,7 @@ declare const GetRecordsCommand_base: {
|
|
|
58
58
|
* // dateT: "STRING_VALUE",
|
|
59
59
|
* // decimalT: "STRING_VALUE",
|
|
60
60
|
* // doubleT: "STRING_VALUE",
|
|
61
|
+
* // durationT: "STRING_VALUE",
|
|
61
62
|
* // floatT: "STRING_VALUE",
|
|
62
63
|
* // inetT: "STRING_VALUE",
|
|
63
64
|
* // intT: "STRING_VALUE",
|
|
@@ -72,6 +73,7 @@ declare const GetRecordsCommand_base: {
|
|
|
72
73
|
* // dateT: "STRING_VALUE",
|
|
73
74
|
* // decimalT: "STRING_VALUE",
|
|
74
75
|
* // doubleT: "STRING_VALUE",
|
|
76
|
+
* // durationT: "STRING_VALUE",
|
|
75
77
|
* // floatT: "STRING_VALUE",
|
|
76
78
|
* // inetT: "STRING_VALUE",
|
|
77
79
|
* // intT: "STRING_VALUE",
|
|
@@ -204,7 +206,7 @@ declare const GetRecordsCommand_base: {
|
|
|
204
206
|
* <p>The requested resource doesn't exist or could not be found. </p> <p>This exception occurs when you attempt to access a keyspace, table, stream, or other Amazon Keyspaces resource that doesn't exist or that has been deleted. Verify that the resource identifier is correct and that the resource exists in your account.</p>
|
|
205
207
|
*
|
|
206
208
|
* @throws {@link ThrottlingException} (client fault)
|
|
207
|
-
* <p>The request rate is too high and exceeds the service's throughput limits. </p> <p>This exception occurs when you send too many requests in a short period of time. Implement exponential backoff in your retry strategy to handle this exception. Reducing your request frequency or distributing requests more evenly can help avoid throughput exceptions.</p>
|
|
209
|
+
* <p>The request rate is too high and exceeds the service's throughput limits. </p> <p>This exception occurs when you send too many requests in a short period of time. Implement exponential backoff in your retry strategy to handle this exception. Reducing your request frequency or distributing requests more evenly can help avoid throughput exceptions.</p> <p>This exception can also occur when more than two processes are reading from the same stream shard at the same time. Ensure that only one process reads from a stream shard at the same time. </p>
|
|
208
210
|
*
|
|
209
211
|
* @throws {@link ValidationException} (client fault)
|
|
210
212
|
* <p>The request validation failed because one or more input parameters failed validation. </p> <p>This exception occurs when there are syntax errors in the request, field constraints are violated, or required parameters are missing. To help you fix the issue, the exception message provides details about which parameter failed and why.</p>
|
|
@@ -66,7 +66,7 @@ declare const GetShardIteratorCommand_base: {
|
|
|
66
66
|
* <p>The requested resource doesn't exist or could not be found. </p> <p>This exception occurs when you attempt to access a keyspace, table, stream, or other Amazon Keyspaces resource that doesn't exist or that has been deleted. Verify that the resource identifier is correct and that the resource exists in your account.</p>
|
|
67
67
|
*
|
|
68
68
|
* @throws {@link ThrottlingException} (client fault)
|
|
69
|
-
* <p>The request rate is too high and exceeds the service's throughput limits. </p> <p>This exception occurs when you send too many requests in a short period of time. Implement exponential backoff in your retry strategy to handle this exception. Reducing your request frequency or distributing requests more evenly can help avoid throughput exceptions.</p>
|
|
69
|
+
* <p>The request rate is too high and exceeds the service's throughput limits. </p> <p>This exception occurs when you send too many requests in a short period of time. Implement exponential backoff in your retry strategy to handle this exception. Reducing your request frequency or distributing requests more evenly can help avoid throughput exceptions.</p> <p>This exception can also occur when more than two processes are reading from the same stream shard at the same time. Ensure that only one process reads from a stream shard at the same time. </p>
|
|
70
70
|
*
|
|
71
71
|
* @throws {@link ValidationException} (client fault)
|
|
72
72
|
* <p>The request validation failed because one or more input parameters failed validation. </p> <p>This exception occurs when there are syntax errors in the request, field constraints are violated, or required parameters are missing. To help you fix the issue, the exception message provides details about which parameter failed and why.</p>
|
|
@@ -88,7 +88,7 @@ declare const GetStreamCommand_base: {
|
|
|
88
88
|
* <p>The requested resource doesn't exist or could not be found. </p> <p>This exception occurs when you attempt to access a keyspace, table, stream, or other Amazon Keyspaces resource that doesn't exist or that has been deleted. Verify that the resource identifier is correct and that the resource exists in your account.</p>
|
|
89
89
|
*
|
|
90
90
|
* @throws {@link ThrottlingException} (client fault)
|
|
91
|
-
* <p>The request rate is too high and exceeds the service's throughput limits. </p> <p>This exception occurs when you send too many requests in a short period of time. Implement exponential backoff in your retry strategy to handle this exception. Reducing your request frequency or distributing requests more evenly can help avoid throughput exceptions.</p>
|
|
91
|
+
* <p>The request rate is too high and exceeds the service's throughput limits. </p> <p>This exception occurs when you send too many requests in a short period of time. Implement exponential backoff in your retry strategy to handle this exception. Reducing your request frequency or distributing requests more evenly can help avoid throughput exceptions.</p> <p>This exception can also occur when more than two processes are reading from the same stream shard at the same time. Ensure that only one process reads from a stream shard at the same time. </p>
|
|
92
92
|
*
|
|
93
93
|
* @throws {@link ValidationException} (client fault)
|
|
94
94
|
* <p>The request validation failed because one or more input parameters failed validation. </p> <p>This exception occurs when there are syntax errors in the request, field constraints are violated, or required parameters are missing. To help you fix the issue, the exception message provides details about which parameter failed and why.</p>
|
|
@@ -74,7 +74,7 @@ declare const ListStreamsCommand_base: {
|
|
|
74
74
|
* <p>The requested resource doesn't exist or could not be found. </p> <p>This exception occurs when you attempt to access a keyspace, table, stream, or other Amazon Keyspaces resource that doesn't exist or that has been deleted. Verify that the resource identifier is correct and that the resource exists in your account.</p>
|
|
75
75
|
*
|
|
76
76
|
* @throws {@link ThrottlingException} (client fault)
|
|
77
|
-
* <p>The request rate is too high and exceeds the service's throughput limits. </p> <p>This exception occurs when you send too many requests in a short period of time. Implement exponential backoff in your retry strategy to handle this exception. Reducing your request frequency or distributing requests more evenly can help avoid throughput exceptions.</p>
|
|
77
|
+
* <p>The request rate is too high and exceeds the service's throughput limits. </p> <p>This exception occurs when you send too many requests in a short period of time. Implement exponential backoff in your retry strategy to handle this exception. Reducing your request frequency or distributing requests more evenly can help avoid throughput exceptions.</p> <p>This exception can also occur when more than two processes are reading from the same stream shard at the same time. Ensure that only one process reads from a stream shard at the same time. </p>
|
|
78
78
|
*
|
|
79
79
|
* @throws {@link ValidationException} (client fault)
|
|
80
80
|
* <p>The request validation failed because one or more input parameters failed validation. </p> <p>This exception occurs when there are syntax errors in the request, field constraints are violated, or required parameters are missing. To help you fix the issue, the exception message provides details about which parameter failed and why.</p>
|
|
@@ -38,7 +38,7 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
38
38
|
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
39
39
|
}
|
|
40
40
|
/**
|
|
41
|
-
* <p>The request rate is too high and exceeds the service's throughput limits. </p> <p>This exception occurs when you send too many requests in a short period of time. Implement exponential backoff in your retry strategy to handle this exception. Reducing your request frequency or distributing requests more evenly can help avoid throughput exceptions.</p>
|
|
41
|
+
* <p>The request rate is too high and exceeds the service's throughput limits. </p> <p>This exception occurs when you send too many requests in a short period of time. Implement exponential backoff in your retry strategy to handle this exception. Reducing your request frequency or distributing requests more evenly can help avoid throughput exceptions.</p> <p>This exception can also occur when more than two processes are reading from the same stream shard at the same time. Ensure that only one process reads from a stream shard at the same time. </p>
|
|
42
42
|
* @public
|
|
43
43
|
*/
|
|
44
44
|
export declare class ThrottlingException extends __BaseException {
|
|
@@ -4,12 +4,12 @@ import { OriginType, ShardFilterType, ShardIteratorType, StreamStatus, StreamVie
|
|
|
4
4
|
*/
|
|
5
5
|
export interface GetRecordsInput {
|
|
6
6
|
/**
|
|
7
|
-
* <p> The unique identifier of the shard iterator. A shard iterator specifies the position in the shard from which you want to start reading data records sequentially. You obtain this value by calling the <code>GetShardIterator</code> operation. Each shard iterator is valid for 15 minutes after creation. </p>
|
|
7
|
+
* <p> The unique identifier of the shard iterator. A shard iterator specifies the position in the shard from which you want to start reading data records sequentially. You obtain this value by calling the <code>GetShardIterator </code> operation. Each shard iterator is valid for 15 minutes after creation. </p>
|
|
8
8
|
* @public
|
|
9
9
|
*/
|
|
10
10
|
shardIterator: string | undefined;
|
|
11
11
|
/**
|
|
12
|
-
* <p> The maximum number of records to return in a single <code>GetRecords</code> request.
|
|
12
|
+
* <p> The maximum number of records to return in a single <code>GetRecords</code> request. The default value is 100. You can specify a limit between 1 and 1000, but the actual number returned might be less than the specified maximum if the size of the data for the returned records exceeds the internal size limit. </p>
|
|
13
13
|
* @public
|
|
14
14
|
*/
|
|
15
15
|
maxResults?: number | undefined;
|
|
@@ -45,7 +45,7 @@ export interface GetShardIteratorInput {
|
|
|
45
45
|
*/
|
|
46
46
|
shardId: string | undefined;
|
|
47
47
|
/**
|
|
48
|
-
* <p> Determines how the shard iterator is positioned. Must be one of the following
|
|
48
|
+
* <p> Determines how the shard iterator is positioned. Must be one of the following: </p> <ul> <li> <p> <code>TRIM_HORIZON</code> - Start reading at the last untrimmed record in the shard, which is the oldest data record in the shard.</p> </li> <li> <p> <code>AT_SEQUENCE_NUMBER</code> - Start reading exactly from the specified sequence number.</p> </li> <li> <p> <code>AFTER_SEQUENCE_NUMBER</code> - Start reading right after the specified sequence number. </p> </li> <li> <p> <code>LATEST</code> - Start reading just after the most recent record in the shard, so that you always read the most recent data. </p> </li> </ul>
|
|
49
49
|
* @public
|
|
50
50
|
*/
|
|
51
51
|
shardIteratorType: ShardIteratorType | undefined;
|
|
@@ -91,17 +91,17 @@ export interface GetStreamInput {
|
|
|
91
91
|
*/
|
|
92
92
|
streamArn: string | undefined;
|
|
93
93
|
/**
|
|
94
|
-
* <p> The maximum number of shard objects to return in a single <code>GetStream</code> request.
|
|
94
|
+
* <p> The maximum number of shard objects to return in a single <code>GetStream</code> request. The default value is 100. The minimum value is 1 and the maximum value is 100. </p>
|
|
95
95
|
* @public
|
|
96
96
|
*/
|
|
97
97
|
maxResults?: number | undefined;
|
|
98
98
|
/**
|
|
99
|
-
* <p> Optional filter criteria to apply when retrieving shards. You can filter shards based on their
|
|
99
|
+
* <p> Optional filter criteria to apply when retrieving shards. You can filter shards based on their parent <code>shardID</code> to get a list of children shards to narrow down the results returned by the <code>GetStream</code> operation. </p>
|
|
100
100
|
* @public
|
|
101
101
|
*/
|
|
102
102
|
shardFilter?: ShardFilter | undefined;
|
|
103
103
|
/**
|
|
104
|
-
* <p> An optional pagination token provided by a previous <code>GetStream</code> operation. If this parameter is specified, the response includes only records beyond the token, up to the value specified by <code>
|
|
104
|
+
* <p> An optional pagination token provided by a previous <code>GetStream</code> operation. If this parameter is specified, the response includes only records beyond the token, up to the value specified by <code>MaxResults</code>. </p>
|
|
105
105
|
* @public
|
|
106
106
|
*/
|
|
107
107
|
nextToken?: string | undefined;
|
|
@@ -163,7 +163,7 @@ export interface GetStreamOutput {
|
|
|
163
163
|
*/
|
|
164
164
|
streamStatus: StreamStatus | undefined;
|
|
165
165
|
/**
|
|
166
|
-
* <p> The format of the data records in this stream. Currently, this can be one of the following options
|
|
166
|
+
* <p> The format of the data records in this stream. Currently, this can be one of the following options: </p> <ul> <li> <p> <code>NEW_AND_OLD_IMAGES</code> - both versions of the row, before and after the change. This is the default.</p> </li> <li> <p> <code>NEW_IMAGE</code> - the version of the row after the change.</p> </li> <li> <p> <code>OLD_IMAGE</code> - the version of the row before the change.</p> </li> <li> <p> <code>KEYS_ONLY</code> - the partition and clustering keys of the row that was changed.</p> </li> </ul>
|
|
167
167
|
* @public
|
|
168
168
|
*/
|
|
169
169
|
streamViewType: StreamViewType | undefined;
|
|
@@ -208,7 +208,7 @@ export interface ListStreamsInput {
|
|
|
208
208
|
*/
|
|
209
209
|
tableName?: string | undefined;
|
|
210
210
|
/**
|
|
211
|
-
* <p> The maximum number of streams to return in a single <code>ListStreams</code> request.
|
|
211
|
+
* <p> The maximum number of streams to return in a single <code>ListStreams</code> request. The default value is 100. The minimum value is 1 and the maximum value is 100. </p>
|
|
212
212
|
* @public
|
|
213
213
|
*/
|
|
214
214
|
maxResults?: number | undefined;
|
|
@@ -254,7 +254,7 @@ export interface ListStreamsOutput {
|
|
|
254
254
|
*/
|
|
255
255
|
streams?: _Stream[] | undefined;
|
|
256
256
|
/**
|
|
257
|
-
* <p> A pagination token that can be used in a subsequent <code>ListStreams</code> request. This token is returned if the response contains more streams than can be returned in a single response based on the <code>
|
|
257
|
+
* <p> A pagination token that can be used in a subsequent <code>ListStreams</code> request. This token is returned if the response contains more streams than can be returned in a single response based on the <code>maxResults</code> parameter. </p>
|
|
258
258
|
* @public
|
|
259
259
|
*/
|
|
260
260
|
nextToken?: string | undefined;
|
|
@@ -263,7 +263,7 @@ export interface ListStreamsOutput {
|
|
|
263
263
|
* <p>Represents the value of a cell in an Amazon Keyspaces table, supporting various data types with type-specific fields.</p>
|
|
264
264
|
* @public
|
|
265
265
|
*/
|
|
266
|
-
export type KeyspacesCellValue = KeyspacesCellValue.AsciiTMember | KeyspacesCellValue.BigintTMember | KeyspacesCellValue.BlobTMember | KeyspacesCellValue.BoolTMember | KeyspacesCellValue.CounterTMember | KeyspacesCellValue.DateTMember | KeyspacesCellValue.DecimalTMember | KeyspacesCellValue.DoubleTMember | KeyspacesCellValue.FloatTMember | KeyspacesCellValue.InetTMember | KeyspacesCellValue.IntTMember | KeyspacesCellValue.ListTMember | KeyspacesCellValue.MapTMember | KeyspacesCellValue.SetTMember | KeyspacesCellValue.SmallintTMember | KeyspacesCellValue.TextTMember | KeyspacesCellValue.TimeTMember | KeyspacesCellValue.TimestampTMember | KeyspacesCellValue.TimeuuidTMember | KeyspacesCellValue.TinyintTMember | KeyspacesCellValue.TupleTMember | KeyspacesCellValue.UdtTMember | KeyspacesCellValue.UuidTMember | KeyspacesCellValue.VarcharTMember | KeyspacesCellValue.VarintTMember | KeyspacesCellValue.$UnknownMember;
|
|
266
|
+
export type KeyspacesCellValue = KeyspacesCellValue.AsciiTMember | KeyspacesCellValue.BigintTMember | KeyspacesCellValue.BlobTMember | KeyspacesCellValue.BoolTMember | KeyspacesCellValue.CounterTMember | KeyspacesCellValue.DateTMember | KeyspacesCellValue.DecimalTMember | KeyspacesCellValue.DoubleTMember | KeyspacesCellValue.DurationTMember | KeyspacesCellValue.FloatTMember | KeyspacesCellValue.InetTMember | KeyspacesCellValue.IntTMember | KeyspacesCellValue.ListTMember | KeyspacesCellValue.MapTMember | KeyspacesCellValue.SetTMember | KeyspacesCellValue.SmallintTMember | KeyspacesCellValue.TextTMember | KeyspacesCellValue.TimeTMember | KeyspacesCellValue.TimestampTMember | KeyspacesCellValue.TimeuuidTMember | KeyspacesCellValue.TinyintTMember | KeyspacesCellValue.TupleTMember | KeyspacesCellValue.UdtTMember | KeyspacesCellValue.UuidTMember | KeyspacesCellValue.VarcharTMember | KeyspacesCellValue.VarintTMember | KeyspacesCellValue.$UnknownMember;
|
|
267
267
|
/**
|
|
268
268
|
* @public
|
|
269
269
|
*/
|
|
@@ -281,6 +281,7 @@ export declare namespace KeyspacesCellValue {
|
|
|
281
281
|
dateT?: never;
|
|
282
282
|
decimalT?: never;
|
|
283
283
|
doubleT?: never;
|
|
284
|
+
durationT?: never;
|
|
284
285
|
floatT?: never;
|
|
285
286
|
inetT?: never;
|
|
286
287
|
intT?: never;
|
|
@@ -313,6 +314,7 @@ export declare namespace KeyspacesCellValue {
|
|
|
313
314
|
dateT?: never;
|
|
314
315
|
decimalT?: never;
|
|
315
316
|
doubleT?: never;
|
|
317
|
+
durationT?: never;
|
|
316
318
|
floatT?: never;
|
|
317
319
|
inetT?: never;
|
|
318
320
|
intT?: never;
|
|
@@ -345,6 +347,7 @@ export declare namespace KeyspacesCellValue {
|
|
|
345
347
|
dateT?: never;
|
|
346
348
|
decimalT?: never;
|
|
347
349
|
doubleT?: never;
|
|
350
|
+
durationT?: never;
|
|
348
351
|
floatT?: never;
|
|
349
352
|
inetT?: never;
|
|
350
353
|
intT?: never;
|
|
@@ -377,6 +380,7 @@ export declare namespace KeyspacesCellValue {
|
|
|
377
380
|
dateT?: never;
|
|
378
381
|
decimalT?: never;
|
|
379
382
|
doubleT?: never;
|
|
383
|
+
durationT?: never;
|
|
380
384
|
floatT?: never;
|
|
381
385
|
inetT?: never;
|
|
382
386
|
intT?: never;
|
|
@@ -409,6 +413,7 @@ export declare namespace KeyspacesCellValue {
|
|
|
409
413
|
dateT?: never;
|
|
410
414
|
decimalT?: never;
|
|
411
415
|
doubleT?: never;
|
|
416
|
+
durationT?: never;
|
|
412
417
|
floatT?: never;
|
|
413
418
|
inetT?: never;
|
|
414
419
|
intT?: never;
|
|
@@ -441,6 +446,7 @@ export declare namespace KeyspacesCellValue {
|
|
|
441
446
|
dateT: string;
|
|
442
447
|
decimalT?: never;
|
|
443
448
|
doubleT?: never;
|
|
449
|
+
durationT?: never;
|
|
444
450
|
floatT?: never;
|
|
445
451
|
inetT?: never;
|
|
446
452
|
intT?: never;
|
|
@@ -473,6 +479,7 @@ export declare namespace KeyspacesCellValue {
|
|
|
473
479
|
dateT?: never;
|
|
474
480
|
decimalT: string;
|
|
475
481
|
doubleT?: never;
|
|
482
|
+
durationT?: never;
|
|
476
483
|
floatT?: never;
|
|
477
484
|
inetT?: never;
|
|
478
485
|
intT?: never;
|
|
@@ -505,6 +512,40 @@ export declare namespace KeyspacesCellValue {
|
|
|
505
512
|
dateT?: never;
|
|
506
513
|
decimalT?: never;
|
|
507
514
|
doubleT: string;
|
|
515
|
+
durationT?: never;
|
|
516
|
+
floatT?: never;
|
|
517
|
+
inetT?: never;
|
|
518
|
+
intT?: never;
|
|
519
|
+
listT?: never;
|
|
520
|
+
mapT?: never;
|
|
521
|
+
setT?: never;
|
|
522
|
+
smallintT?: never;
|
|
523
|
+
textT?: never;
|
|
524
|
+
timeT?: never;
|
|
525
|
+
timestampT?: never;
|
|
526
|
+
timeuuidT?: never;
|
|
527
|
+
tinyintT?: never;
|
|
528
|
+
tupleT?: never;
|
|
529
|
+
uuidT?: never;
|
|
530
|
+
varcharT?: never;
|
|
531
|
+
varintT?: never;
|
|
532
|
+
udtT?: never;
|
|
533
|
+
$unknown?: never;
|
|
534
|
+
}
|
|
535
|
+
/**
|
|
536
|
+
* <p>A duration value with nanosecond precision, representing a period of time encoded as 32-bit months, 32-bit days, and 64-bit nanoseconds. </p>
|
|
537
|
+
* @public
|
|
538
|
+
*/
|
|
539
|
+
interface DurationTMember {
|
|
540
|
+
asciiT?: never;
|
|
541
|
+
bigintT?: never;
|
|
542
|
+
blobT?: never;
|
|
543
|
+
boolT?: never;
|
|
544
|
+
counterT?: never;
|
|
545
|
+
dateT?: never;
|
|
546
|
+
decimalT?: never;
|
|
547
|
+
doubleT?: never;
|
|
548
|
+
durationT: string;
|
|
508
549
|
floatT?: never;
|
|
509
550
|
inetT?: never;
|
|
510
551
|
intT?: never;
|
|
@@ -537,6 +578,7 @@ export declare namespace KeyspacesCellValue {
|
|
|
537
578
|
dateT?: never;
|
|
538
579
|
decimalT?: never;
|
|
539
580
|
doubleT?: never;
|
|
581
|
+
durationT?: never;
|
|
540
582
|
floatT: string;
|
|
541
583
|
inetT?: never;
|
|
542
584
|
intT?: never;
|
|
@@ -569,6 +611,7 @@ export declare namespace KeyspacesCellValue {
|
|
|
569
611
|
dateT?: never;
|
|
570
612
|
decimalT?: never;
|
|
571
613
|
doubleT?: never;
|
|
614
|
+
durationT?: never;
|
|
572
615
|
floatT?: never;
|
|
573
616
|
inetT: string;
|
|
574
617
|
intT?: never;
|
|
@@ -601,6 +644,7 @@ export declare namespace KeyspacesCellValue {
|
|
|
601
644
|
dateT?: never;
|
|
602
645
|
decimalT?: never;
|
|
603
646
|
doubleT?: never;
|
|
647
|
+
durationT?: never;
|
|
604
648
|
floatT?: never;
|
|
605
649
|
inetT?: never;
|
|
606
650
|
intT: string;
|
|
@@ -633,6 +677,7 @@ export declare namespace KeyspacesCellValue {
|
|
|
633
677
|
dateT?: never;
|
|
634
678
|
decimalT?: never;
|
|
635
679
|
doubleT?: never;
|
|
680
|
+
durationT?: never;
|
|
636
681
|
floatT?: never;
|
|
637
682
|
inetT?: never;
|
|
638
683
|
intT?: never;
|
|
@@ -665,6 +710,7 @@ export declare namespace KeyspacesCellValue {
|
|
|
665
710
|
dateT?: never;
|
|
666
711
|
decimalT?: never;
|
|
667
712
|
doubleT?: never;
|
|
713
|
+
durationT?: never;
|
|
668
714
|
floatT?: never;
|
|
669
715
|
inetT?: never;
|
|
670
716
|
intT?: never;
|
|
@@ -697,6 +743,7 @@ export declare namespace KeyspacesCellValue {
|
|
|
697
743
|
dateT?: never;
|
|
698
744
|
decimalT?: never;
|
|
699
745
|
doubleT?: never;
|
|
746
|
+
durationT?: never;
|
|
700
747
|
floatT?: never;
|
|
701
748
|
inetT?: never;
|
|
702
749
|
intT?: never;
|
|
@@ -729,6 +776,7 @@ export declare namespace KeyspacesCellValue {
|
|
|
729
776
|
dateT?: never;
|
|
730
777
|
decimalT?: never;
|
|
731
778
|
doubleT?: never;
|
|
779
|
+
durationT?: never;
|
|
732
780
|
floatT?: never;
|
|
733
781
|
inetT?: never;
|
|
734
782
|
intT?: never;
|
|
@@ -761,6 +809,7 @@ export declare namespace KeyspacesCellValue {
|
|
|
761
809
|
dateT?: never;
|
|
762
810
|
decimalT?: never;
|
|
763
811
|
doubleT?: never;
|
|
812
|
+
durationT?: never;
|
|
764
813
|
floatT?: never;
|
|
765
814
|
inetT?: never;
|
|
766
815
|
intT?: never;
|
|
@@ -793,6 +842,7 @@ export declare namespace KeyspacesCellValue {
|
|
|
793
842
|
dateT?: never;
|
|
794
843
|
decimalT?: never;
|
|
795
844
|
doubleT?: never;
|
|
845
|
+
durationT?: never;
|
|
796
846
|
floatT?: never;
|
|
797
847
|
inetT?: never;
|
|
798
848
|
intT?: never;
|
|
@@ -825,6 +875,7 @@ export declare namespace KeyspacesCellValue {
|
|
|
825
875
|
dateT?: never;
|
|
826
876
|
decimalT?: never;
|
|
827
877
|
doubleT?: never;
|
|
878
|
+
durationT?: never;
|
|
828
879
|
floatT?: never;
|
|
829
880
|
inetT?: never;
|
|
830
881
|
intT?: never;
|
|
@@ -857,6 +908,7 @@ export declare namespace KeyspacesCellValue {
|
|
|
857
908
|
dateT?: never;
|
|
858
909
|
decimalT?: never;
|
|
859
910
|
doubleT?: never;
|
|
911
|
+
durationT?: never;
|
|
860
912
|
floatT?: never;
|
|
861
913
|
inetT?: never;
|
|
862
914
|
intT?: never;
|
|
@@ -889,6 +941,7 @@ export declare namespace KeyspacesCellValue {
|
|
|
889
941
|
dateT?: never;
|
|
890
942
|
decimalT?: never;
|
|
891
943
|
doubleT?: never;
|
|
944
|
+
durationT?: never;
|
|
892
945
|
floatT?: never;
|
|
893
946
|
inetT?: never;
|
|
894
947
|
intT?: never;
|
|
@@ -921,6 +974,7 @@ export declare namespace KeyspacesCellValue {
|
|
|
921
974
|
dateT?: never;
|
|
922
975
|
decimalT?: never;
|
|
923
976
|
doubleT?: never;
|
|
977
|
+
durationT?: never;
|
|
924
978
|
floatT?: never;
|
|
925
979
|
inetT?: never;
|
|
926
980
|
intT?: never;
|
|
@@ -953,6 +1007,7 @@ export declare namespace KeyspacesCellValue {
|
|
|
953
1007
|
dateT?: never;
|
|
954
1008
|
decimalT?: never;
|
|
955
1009
|
doubleT?: never;
|
|
1010
|
+
durationT?: never;
|
|
956
1011
|
floatT?: never;
|
|
957
1012
|
inetT?: never;
|
|
958
1013
|
intT?: never;
|
|
@@ -985,6 +1040,7 @@ export declare namespace KeyspacesCellValue {
|
|
|
985
1040
|
dateT?: never;
|
|
986
1041
|
decimalT?: never;
|
|
987
1042
|
doubleT?: never;
|
|
1043
|
+
durationT?: never;
|
|
988
1044
|
floatT?: never;
|
|
989
1045
|
inetT?: never;
|
|
990
1046
|
intT?: never;
|
|
@@ -1005,7 +1061,7 @@ export declare namespace KeyspacesCellValue {
|
|
|
1005
1061
|
$unknown?: never;
|
|
1006
1062
|
}
|
|
1007
1063
|
/**
|
|
1008
|
-
* <p>
|
|
1064
|
+
* <p>An integer value within the +/-10^38 range. </p>
|
|
1009
1065
|
* @public
|
|
1010
1066
|
*/
|
|
1011
1067
|
interface VarintTMember {
|
|
@@ -1017,6 +1073,7 @@ export declare namespace KeyspacesCellValue {
|
|
|
1017
1073
|
dateT?: never;
|
|
1018
1074
|
decimalT?: never;
|
|
1019
1075
|
doubleT?: never;
|
|
1076
|
+
durationT?: never;
|
|
1020
1077
|
floatT?: never;
|
|
1021
1078
|
inetT?: never;
|
|
1022
1079
|
intT?: never;
|
|
@@ -1049,6 +1106,7 @@ export declare namespace KeyspacesCellValue {
|
|
|
1049
1106
|
dateT?: never;
|
|
1050
1107
|
decimalT?: never;
|
|
1051
1108
|
doubleT?: never;
|
|
1109
|
+
durationT?: never;
|
|
1052
1110
|
floatT?: never;
|
|
1053
1111
|
inetT?: never;
|
|
1054
1112
|
intT?: never;
|
|
@@ -1080,6 +1138,7 @@ export declare namespace KeyspacesCellValue {
|
|
|
1080
1138
|
dateT?: never;
|
|
1081
1139
|
decimalT?: never;
|
|
1082
1140
|
doubleT?: never;
|
|
1141
|
+
durationT?: never;
|
|
1083
1142
|
floatT?: never;
|
|
1084
1143
|
inetT?: never;
|
|
1085
1144
|
intT?: never;
|
|
@@ -1112,6 +1171,7 @@ export declare namespace KeyspacesCellValue {
|
|
|
1112
1171
|
dateT: (value: string) => T;
|
|
1113
1172
|
decimalT: (value: string) => T;
|
|
1114
1173
|
doubleT: (value: string) => T;
|
|
1174
|
+
durationT: (value: string) => T;
|
|
1115
1175
|
floatT: (value: string) => T;
|
|
1116
1176
|
inetT: (value: string) => T;
|
|
1117
1177
|
intT: (value: string) => T;
|
|
@@ -1246,7 +1306,7 @@ export interface GetRecordsOutput {
|
|
|
1246
1306
|
*/
|
|
1247
1307
|
changeRecords?: _Record[] | undefined;
|
|
1248
1308
|
/**
|
|
1249
|
-
* <p> The next position in the shard from which to start sequentially reading data records. If null, the shard has been closed and the requested iterator
|
|
1309
|
+
* <p> The next position in the shard from which to start sequentially reading data records. If null, the shard has been closed and the requested iterator will not return any more data. </p>
|
|
1250
1310
|
* @public
|
|
1251
1311
|
*/
|
|
1252
1312
|
nextShardIterator?: string | undefined;
|
|
@@ -77,6 +77,7 @@ export type KeyspacesCellValue =
|
|
|
77
77
|
| KeyspacesCellValue.DateTMember
|
|
78
78
|
| KeyspacesCellValue.DecimalTMember
|
|
79
79
|
| KeyspacesCellValue.DoubleTMember
|
|
80
|
+
| KeyspacesCellValue.DurationTMember
|
|
80
81
|
| KeyspacesCellValue.FloatTMember
|
|
81
82
|
| KeyspacesCellValue.InetTMember
|
|
82
83
|
| KeyspacesCellValue.IntTMember
|
|
@@ -105,6 +106,7 @@ export declare namespace KeyspacesCellValue {
|
|
|
105
106
|
dateT?: never;
|
|
106
107
|
decimalT?: never;
|
|
107
108
|
doubleT?: never;
|
|
109
|
+
durationT?: never;
|
|
108
110
|
floatT?: never;
|
|
109
111
|
inetT?: never;
|
|
110
112
|
intT?: never;
|
|
@@ -133,6 +135,7 @@ export declare namespace KeyspacesCellValue {
|
|
|
133
135
|
dateT?: never;
|
|
134
136
|
decimalT?: never;
|
|
135
137
|
doubleT?: never;
|
|
138
|
+
durationT?: never;
|
|
136
139
|
floatT?: never;
|
|
137
140
|
inetT?: never;
|
|
138
141
|
intT?: never;
|
|
@@ -161,6 +164,7 @@ export declare namespace KeyspacesCellValue {
|
|
|
161
164
|
dateT?: never;
|
|
162
165
|
decimalT?: never;
|
|
163
166
|
doubleT?: never;
|
|
167
|
+
durationT?: never;
|
|
164
168
|
floatT?: never;
|
|
165
169
|
inetT?: never;
|
|
166
170
|
intT?: never;
|
|
@@ -189,6 +193,7 @@ export declare namespace KeyspacesCellValue {
|
|
|
189
193
|
dateT?: never;
|
|
190
194
|
decimalT?: never;
|
|
191
195
|
doubleT?: never;
|
|
196
|
+
durationT?: never;
|
|
192
197
|
floatT?: never;
|
|
193
198
|
inetT?: never;
|
|
194
199
|
intT?: never;
|
|
@@ -217,6 +222,7 @@ export declare namespace KeyspacesCellValue {
|
|
|
217
222
|
dateT?: never;
|
|
218
223
|
decimalT?: never;
|
|
219
224
|
doubleT?: never;
|
|
225
|
+
durationT?: never;
|
|
220
226
|
floatT?: never;
|
|
221
227
|
inetT?: never;
|
|
222
228
|
intT?: never;
|
|
@@ -245,6 +251,7 @@ export declare namespace KeyspacesCellValue {
|
|
|
245
251
|
dateT: string;
|
|
246
252
|
decimalT?: never;
|
|
247
253
|
doubleT?: never;
|
|
254
|
+
durationT?: never;
|
|
248
255
|
floatT?: never;
|
|
249
256
|
inetT?: never;
|
|
250
257
|
intT?: never;
|
|
@@ -273,6 +280,7 @@ export declare namespace KeyspacesCellValue {
|
|
|
273
280
|
dateT?: never;
|
|
274
281
|
decimalT: string;
|
|
275
282
|
doubleT?: never;
|
|
283
|
+
durationT?: never;
|
|
276
284
|
floatT?: never;
|
|
277
285
|
inetT?: never;
|
|
278
286
|
intT?: never;
|
|
@@ -301,6 +309,36 @@ export declare namespace KeyspacesCellValue {
|
|
|
301
309
|
dateT?: never;
|
|
302
310
|
decimalT?: never;
|
|
303
311
|
doubleT: string;
|
|
312
|
+
durationT?: never;
|
|
313
|
+
floatT?: never;
|
|
314
|
+
inetT?: never;
|
|
315
|
+
intT?: never;
|
|
316
|
+
listT?: never;
|
|
317
|
+
mapT?: never;
|
|
318
|
+
setT?: never;
|
|
319
|
+
smallintT?: never;
|
|
320
|
+
textT?: never;
|
|
321
|
+
timeT?: never;
|
|
322
|
+
timestampT?: never;
|
|
323
|
+
timeuuidT?: never;
|
|
324
|
+
tinyintT?: never;
|
|
325
|
+
tupleT?: never;
|
|
326
|
+
uuidT?: never;
|
|
327
|
+
varcharT?: never;
|
|
328
|
+
varintT?: never;
|
|
329
|
+
udtT?: never;
|
|
330
|
+
$unknown?: never;
|
|
331
|
+
}
|
|
332
|
+
interface DurationTMember {
|
|
333
|
+
asciiT?: never;
|
|
334
|
+
bigintT?: never;
|
|
335
|
+
blobT?: never;
|
|
336
|
+
boolT?: never;
|
|
337
|
+
counterT?: never;
|
|
338
|
+
dateT?: never;
|
|
339
|
+
decimalT?: never;
|
|
340
|
+
doubleT?: never;
|
|
341
|
+
durationT: string;
|
|
304
342
|
floatT?: never;
|
|
305
343
|
inetT?: never;
|
|
306
344
|
intT?: never;
|
|
@@ -329,6 +367,7 @@ export declare namespace KeyspacesCellValue {
|
|
|
329
367
|
dateT?: never;
|
|
330
368
|
decimalT?: never;
|
|
331
369
|
doubleT?: never;
|
|
370
|
+
durationT?: never;
|
|
332
371
|
floatT: string;
|
|
333
372
|
inetT?: never;
|
|
334
373
|
intT?: never;
|
|
@@ -357,6 +396,7 @@ export declare namespace KeyspacesCellValue {
|
|
|
357
396
|
dateT?: never;
|
|
358
397
|
decimalT?: never;
|
|
359
398
|
doubleT?: never;
|
|
399
|
+
durationT?: never;
|
|
360
400
|
floatT?: never;
|
|
361
401
|
inetT: string;
|
|
362
402
|
intT?: never;
|
|
@@ -385,6 +425,7 @@ export declare namespace KeyspacesCellValue {
|
|
|
385
425
|
dateT?: never;
|
|
386
426
|
decimalT?: never;
|
|
387
427
|
doubleT?: never;
|
|
428
|
+
durationT?: never;
|
|
388
429
|
floatT?: never;
|
|
389
430
|
inetT?: never;
|
|
390
431
|
intT: string;
|
|
@@ -413,6 +454,7 @@ export declare namespace KeyspacesCellValue {
|
|
|
413
454
|
dateT?: never;
|
|
414
455
|
decimalT?: never;
|
|
415
456
|
doubleT?: never;
|
|
457
|
+
durationT?: never;
|
|
416
458
|
floatT?: never;
|
|
417
459
|
inetT?: never;
|
|
418
460
|
intT?: never;
|
|
@@ -441,6 +483,7 @@ export declare namespace KeyspacesCellValue {
|
|
|
441
483
|
dateT?: never;
|
|
442
484
|
decimalT?: never;
|
|
443
485
|
doubleT?: never;
|
|
486
|
+
durationT?: never;
|
|
444
487
|
floatT?: never;
|
|
445
488
|
inetT?: never;
|
|
446
489
|
intT?: never;
|
|
@@ -469,6 +512,7 @@ export declare namespace KeyspacesCellValue {
|
|
|
469
512
|
dateT?: never;
|
|
470
513
|
decimalT?: never;
|
|
471
514
|
doubleT?: never;
|
|
515
|
+
durationT?: never;
|
|
472
516
|
floatT?: never;
|
|
473
517
|
inetT?: never;
|
|
474
518
|
intT?: never;
|
|
@@ -497,6 +541,7 @@ export declare namespace KeyspacesCellValue {
|
|
|
497
541
|
dateT?: never;
|
|
498
542
|
decimalT?: never;
|
|
499
543
|
doubleT?: never;
|
|
544
|
+
durationT?: never;
|
|
500
545
|
floatT?: never;
|
|
501
546
|
inetT?: never;
|
|
502
547
|
intT?: never;
|
|
@@ -525,6 +570,7 @@ export declare namespace KeyspacesCellValue {
|
|
|
525
570
|
dateT?: never;
|
|
526
571
|
decimalT?: never;
|
|
527
572
|
doubleT?: never;
|
|
573
|
+
durationT?: never;
|
|
528
574
|
floatT?: never;
|
|
529
575
|
inetT?: never;
|
|
530
576
|
intT?: never;
|
|
@@ -553,6 +599,7 @@ export declare namespace KeyspacesCellValue {
|
|
|
553
599
|
dateT?: never;
|
|
554
600
|
decimalT?: never;
|
|
555
601
|
doubleT?: never;
|
|
602
|
+
durationT?: never;
|
|
556
603
|
floatT?: never;
|
|
557
604
|
inetT?: never;
|
|
558
605
|
intT?: never;
|
|
@@ -581,6 +628,7 @@ export declare namespace KeyspacesCellValue {
|
|
|
581
628
|
dateT?: never;
|
|
582
629
|
decimalT?: never;
|
|
583
630
|
doubleT?: never;
|
|
631
|
+
durationT?: never;
|
|
584
632
|
floatT?: never;
|
|
585
633
|
inetT?: never;
|
|
586
634
|
intT?: never;
|
|
@@ -609,6 +657,7 @@ export declare namespace KeyspacesCellValue {
|
|
|
609
657
|
dateT?: never;
|
|
610
658
|
decimalT?: never;
|
|
611
659
|
doubleT?: never;
|
|
660
|
+
durationT?: never;
|
|
612
661
|
floatT?: never;
|
|
613
662
|
inetT?: never;
|
|
614
663
|
intT?: never;
|
|
@@ -637,6 +686,7 @@ export declare namespace KeyspacesCellValue {
|
|
|
637
686
|
dateT?: never;
|
|
638
687
|
decimalT?: never;
|
|
639
688
|
doubleT?: never;
|
|
689
|
+
durationT?: never;
|
|
640
690
|
floatT?: never;
|
|
641
691
|
inetT?: never;
|
|
642
692
|
intT?: never;
|
|
@@ -665,6 +715,7 @@ export declare namespace KeyspacesCellValue {
|
|
|
665
715
|
dateT?: never;
|
|
666
716
|
decimalT?: never;
|
|
667
717
|
doubleT?: never;
|
|
718
|
+
durationT?: never;
|
|
668
719
|
floatT?: never;
|
|
669
720
|
inetT?: never;
|
|
670
721
|
intT?: never;
|
|
@@ -693,6 +744,7 @@ export declare namespace KeyspacesCellValue {
|
|
|
693
744
|
dateT?: never;
|
|
694
745
|
decimalT?: never;
|
|
695
746
|
doubleT?: never;
|
|
747
|
+
durationT?: never;
|
|
696
748
|
floatT?: never;
|
|
697
749
|
inetT?: never;
|
|
698
750
|
intT?: never;
|
|
@@ -721,6 +773,7 @@ export declare namespace KeyspacesCellValue {
|
|
|
721
773
|
dateT?: never;
|
|
722
774
|
decimalT?: never;
|
|
723
775
|
doubleT?: never;
|
|
776
|
+
durationT?: never;
|
|
724
777
|
floatT?: never;
|
|
725
778
|
inetT?: never;
|
|
726
779
|
intT?: never;
|
|
@@ -749,6 +802,7 @@ export declare namespace KeyspacesCellValue {
|
|
|
749
802
|
dateT?: never;
|
|
750
803
|
decimalT?: never;
|
|
751
804
|
doubleT?: never;
|
|
805
|
+
durationT?: never;
|
|
752
806
|
floatT?: never;
|
|
753
807
|
inetT?: never;
|
|
754
808
|
intT?: never;
|
|
@@ -777,6 +831,7 @@ export declare namespace KeyspacesCellValue {
|
|
|
777
831
|
dateT?: never;
|
|
778
832
|
decimalT?: never;
|
|
779
833
|
doubleT?: never;
|
|
834
|
+
durationT?: never;
|
|
780
835
|
floatT?: never;
|
|
781
836
|
inetT?: never;
|
|
782
837
|
intT?: never;
|
|
@@ -805,6 +860,7 @@ export declare namespace KeyspacesCellValue {
|
|
|
805
860
|
dateT?: never;
|
|
806
861
|
decimalT?: never;
|
|
807
862
|
doubleT?: never;
|
|
863
|
+
durationT?: never;
|
|
808
864
|
floatT?: never;
|
|
809
865
|
inetT?: never;
|
|
810
866
|
intT?: never;
|
|
@@ -833,6 +889,7 @@ export declare namespace KeyspacesCellValue {
|
|
|
833
889
|
dateT: (value: string) => T;
|
|
834
890
|
decimalT: (value: string) => T;
|
|
835
891
|
doubleT: (value: string) => T;
|
|
892
|
+
durationT: (value: string) => T;
|
|
836
893
|
floatT: (value: string) => T;
|
|
837
894
|
inetT: (value: string) => T;
|
|
838
895
|
intT: (value: string) => T;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-keyspacesstreams",
|
|
3
3
|
"description": "AWS SDK for JavaScript Keyspacesstreams Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1000.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-keyspacesstreams",
|
|
@@ -21,17 +21,17 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
27
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
31
|
-
"@aws-sdk/types": "^3.973.
|
|
32
|
-
"@aws-sdk/util-endpoints": "^3.996.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.
|
|
24
|
+
"@aws-sdk/core": "^3.973.15",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.14",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "^3.972.6",
|
|
27
|
+
"@aws-sdk/middleware-logger": "^3.972.6",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.6",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.15",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "^3.972.6",
|
|
31
|
+
"@aws-sdk/types": "^3.973.4",
|
|
32
|
+
"@aws-sdk/util-endpoints": "^3.996.3",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.6",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.973.0",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.9",
|
|
36
36
|
"@smithy/core": "^3.23.6",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.11",
|