@aws-sdk/client-dynamodb-streams 3.170.0 → 3.178.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/CHANGELOG.md +16 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/DynamoDBStreams.d.ts +0 -4
- package/dist-types/ts3.4/DynamoDBStreamsClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/DescribeStreamCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRecordsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetShardIteratorCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListStreamsCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/DynamoDBStreamsServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -90
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-dynamodb-streams
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-dynamodb-streams
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-sdk/client-dynamodb-streams
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: DynamoDBStreamsClientConfig) =>
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: DynamoDBStreamsClientConfig) =>
|
|
|
31
31
|
tls?: boolean | undefined;
|
|
32
32
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
33
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
34
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
34
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
35
35
|
signingEscapePath?: boolean | undefined;
|
|
36
36
|
systemClockOffset?: number | undefined;
|
|
37
37
|
signingRegion?: string | undefined;
|
|
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: DynamoDBStreamsClientConfig) =>
|
|
|
30
30
|
tls?: boolean | undefined;
|
|
31
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
32
32
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
33
|
-
signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").
|
|
33
|
+
signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
|
|
34
34
|
signingEscapePath?: boolean | undefined;
|
|
35
35
|
systemClockOffset?: number | undefined;
|
|
36
36
|
signingRegion?: string | undefined;
|
|
@@ -16,7 +16,6 @@ import {
|
|
|
16
16
|
ListStreamsCommandOutput,
|
|
17
17
|
} from "./commands/ListStreamsCommand";
|
|
18
18
|
import { DynamoDBStreamsClient } from "./DynamoDBStreamsClient";
|
|
19
|
-
|
|
20
19
|
export declare class DynamoDBStreams extends DynamoDBStreamsClient {
|
|
21
20
|
describeStream(
|
|
22
21
|
args: DescribeStreamCommandInput,
|
|
@@ -31,7 +30,6 @@ export declare class DynamoDBStreams extends DynamoDBStreamsClient {
|
|
|
31
30
|
options: __HttpHandlerOptions,
|
|
32
31
|
cb: (err: any, data?: DescribeStreamCommandOutput) => void
|
|
33
32
|
): void;
|
|
34
|
-
|
|
35
33
|
getRecords(
|
|
36
34
|
args: GetRecordsCommandInput,
|
|
37
35
|
options?: __HttpHandlerOptions
|
|
@@ -45,7 +43,6 @@ export declare class DynamoDBStreams extends DynamoDBStreamsClient {
|
|
|
45
43
|
options: __HttpHandlerOptions,
|
|
46
44
|
cb: (err: any, data?: GetRecordsCommandOutput) => void
|
|
47
45
|
): void;
|
|
48
|
-
|
|
49
46
|
getShardIterator(
|
|
50
47
|
args: GetShardIteratorCommandInput,
|
|
51
48
|
options?: __HttpHandlerOptions
|
|
@@ -59,7 +56,6 @@ export declare class DynamoDBStreams extends DynamoDBStreamsClient {
|
|
|
59
56
|
options: __HttpHandlerOptions,
|
|
60
57
|
cb: (err: any, data?: GetShardIteratorCommandOutput) => void
|
|
61
58
|
): void;
|
|
62
|
-
|
|
63
59
|
listStreams(
|
|
64
60
|
args: ListStreamsCommandInput,
|
|
65
61
|
options?: __HttpHandlerOptions
|
|
@@ -71,47 +71,26 @@ export declare type ServiceOutputTypes =
|
|
|
71
71
|
export interface ClientDefaults
|
|
72
72
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
73
73
|
requestHandler?: __HttpHandler;
|
|
74
|
-
|
|
75
74
|
sha256?: __HashConstructor;
|
|
76
|
-
|
|
77
75
|
urlParser?: __UrlParser;
|
|
78
|
-
|
|
79
76
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
80
|
-
|
|
81
77
|
streamCollector?: __StreamCollector;
|
|
82
|
-
|
|
83
78
|
base64Decoder?: __Decoder;
|
|
84
|
-
|
|
85
79
|
base64Encoder?: __Encoder;
|
|
86
|
-
|
|
87
80
|
utf8Decoder?: __Decoder;
|
|
88
|
-
|
|
89
81
|
utf8Encoder?: __Encoder;
|
|
90
|
-
|
|
91
82
|
runtime?: string;
|
|
92
|
-
|
|
93
83
|
disableHostPrefix?: boolean;
|
|
94
|
-
|
|
95
84
|
maxAttempts?: number | __Provider<number>;
|
|
96
|
-
|
|
97
85
|
retryMode?: string | __Provider<string>;
|
|
98
|
-
|
|
99
86
|
logger?: __Logger;
|
|
100
|
-
|
|
101
87
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
102
|
-
|
|
103
88
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
104
|
-
|
|
105
89
|
serviceId?: string;
|
|
106
|
-
|
|
107
90
|
region?: string | __Provider<string>;
|
|
108
|
-
|
|
109
91
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
110
|
-
|
|
111
92
|
regionInfoProvider?: RegionInfoProvider;
|
|
112
|
-
|
|
113
93
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
114
|
-
|
|
115
94
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
116
95
|
}
|
|
117
96
|
declare type DynamoDBStreamsClientConfigType = Partial<
|
|
@@ -124,7 +103,6 @@ declare type DynamoDBStreamsClientConfigType = Partial<
|
|
|
124
103
|
HostHeaderInputConfig &
|
|
125
104
|
AwsAuthInputConfig &
|
|
126
105
|
UserAgentInputConfig;
|
|
127
|
-
|
|
128
106
|
export interface DynamoDBStreamsClientConfig
|
|
129
107
|
extends DynamoDBStreamsClientConfigType {}
|
|
130
108
|
declare type DynamoDBStreamsClientResolvedConfigType =
|
|
@@ -136,10 +114,8 @@ declare type DynamoDBStreamsClientResolvedConfigType =
|
|
|
136
114
|
HostHeaderResolvedConfig &
|
|
137
115
|
AwsAuthResolvedConfig &
|
|
138
116
|
UserAgentResolvedConfig;
|
|
139
|
-
|
|
140
117
|
export interface DynamoDBStreamsClientResolvedConfig
|
|
141
118
|
extends DynamoDBStreamsClientResolvedConfigType {}
|
|
142
|
-
|
|
143
119
|
export declare class DynamoDBStreamsClient extends __Client<
|
|
144
120
|
__HttpHandlerOptions,
|
|
145
121
|
ServiceInputTypes,
|
|
@@ -148,7 +124,6 @@ export declare class DynamoDBStreamsClient extends __Client<
|
|
|
148
124
|
> {
|
|
149
125
|
readonly config: DynamoDBStreamsClientResolvedConfig;
|
|
150
126
|
constructor(configuration: DynamoDBStreamsClientConfig);
|
|
151
|
-
|
|
152
127
|
destroy(): void;
|
|
153
128
|
}
|
|
154
129
|
export {};
|
|
@@ -15,7 +15,6 @@ export interface DescribeStreamCommandInput extends DescribeStreamInput {}
|
|
|
15
15
|
export interface DescribeStreamCommandOutput
|
|
16
16
|
extends DescribeStreamOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DescribeStreamCommand extends $Command<
|
|
20
19
|
DescribeStreamCommandInput,
|
|
21
20
|
DescribeStreamCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DescribeStreamCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DescribeStreamCommandInput;
|
|
25
24
|
constructor(input: DescribeStreamCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: DynamoDBStreamsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface GetRecordsCommandInput extends GetRecordsInput {}
|
|
|
15
15
|
export interface GetRecordsCommandOutput
|
|
16
16
|
extends GetRecordsOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class GetRecordsCommand extends $Command<
|
|
20
19
|
GetRecordsCommandInput,
|
|
21
20
|
GetRecordsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class GetRecordsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: GetRecordsCommandInput;
|
|
25
24
|
constructor(input: GetRecordsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: DynamoDBStreamsClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface GetShardIteratorCommandInput extends GetShardIteratorInput {}
|
|
|
18
18
|
export interface GetShardIteratorCommandOutput
|
|
19
19
|
extends GetShardIteratorOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class GetShardIteratorCommand extends $Command<
|
|
23
22
|
GetShardIteratorCommandInput,
|
|
24
23
|
GetShardIteratorCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class GetShardIteratorCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: GetShardIteratorCommandInput;
|
|
28
27
|
constructor(input: GetShardIteratorCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: DynamoDBStreamsClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListStreamsCommandInput extends ListStreamsInput {}
|
|
|
15
15
|
export interface ListStreamsCommandOutput
|
|
16
16
|
extends ListStreamsOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListStreamsCommand extends $Command<
|
|
20
19
|
ListStreamsCommandInput,
|
|
21
20
|
ListStreamsCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListStreamsCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListStreamsCommandInput;
|
|
25
24
|
constructor(input: ListStreamsCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: DynamoDBStreamsClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class DynamoDBStreamsServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|
|
@@ -1,32 +1,22 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { DynamoDBStreamsServiceException as __BaseException } from "./DynamoDBStreamsServiceException";
|
|
3
|
-
|
|
4
3
|
export interface DescribeStreamInput {
|
|
5
4
|
StreamArn: string | undefined;
|
|
6
|
-
|
|
7
5
|
Limit?: number;
|
|
8
|
-
|
|
9
6
|
ExclusiveStartShardId?: string;
|
|
10
7
|
}
|
|
11
8
|
export declare type KeyType = "HASH" | "RANGE";
|
|
12
|
-
|
|
13
9
|
export interface KeySchemaElement {
|
|
14
10
|
AttributeName: string | undefined;
|
|
15
|
-
|
|
16
11
|
KeyType: KeyType | string | undefined;
|
|
17
12
|
}
|
|
18
|
-
|
|
19
13
|
export interface SequenceNumberRange {
|
|
20
14
|
StartingSequenceNumber?: string;
|
|
21
|
-
|
|
22
15
|
EndingSequenceNumber?: string;
|
|
23
16
|
}
|
|
24
|
-
|
|
25
17
|
export interface Shard {
|
|
26
18
|
ShardId?: string;
|
|
27
|
-
|
|
28
19
|
SequenceNumberRange?: SequenceNumberRange;
|
|
29
|
-
|
|
30
20
|
ParentShardId?: string;
|
|
31
21
|
}
|
|
32
22
|
export declare type StreamStatus =
|
|
@@ -39,84 +29,60 @@ export declare type StreamViewType =
|
|
|
39
29
|
| "NEW_AND_OLD_IMAGES"
|
|
40
30
|
| "NEW_IMAGE"
|
|
41
31
|
| "OLD_IMAGE";
|
|
42
|
-
|
|
43
32
|
export interface StreamDescription {
|
|
44
33
|
StreamArn?: string;
|
|
45
|
-
|
|
46
34
|
StreamLabel?: string;
|
|
47
|
-
|
|
48
35
|
StreamStatus?: StreamStatus | string;
|
|
49
|
-
|
|
50
36
|
StreamViewType?: StreamViewType | string;
|
|
51
|
-
|
|
52
37
|
CreationRequestDateTime?: Date;
|
|
53
|
-
|
|
54
38
|
TableName?: string;
|
|
55
|
-
|
|
56
39
|
KeySchema?: KeySchemaElement[];
|
|
57
|
-
|
|
58
40
|
Shards?: Shard[];
|
|
59
|
-
|
|
60
41
|
LastEvaluatedShardId?: string;
|
|
61
42
|
}
|
|
62
|
-
|
|
63
43
|
export interface DescribeStreamOutput {
|
|
64
44
|
StreamDescription?: StreamDescription;
|
|
65
45
|
}
|
|
66
|
-
|
|
67
46
|
export declare class InternalServerError extends __BaseException {
|
|
68
47
|
readonly name: "InternalServerError";
|
|
69
48
|
readonly $fault: "server";
|
|
70
|
-
|
|
71
49
|
constructor(
|
|
72
50
|
opts: __ExceptionOptionType<InternalServerError, __BaseException>
|
|
73
51
|
);
|
|
74
52
|
}
|
|
75
|
-
|
|
76
53
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
77
54
|
readonly name: "ResourceNotFoundException";
|
|
78
55
|
readonly $fault: "client";
|
|
79
|
-
|
|
80
56
|
constructor(
|
|
81
57
|
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
82
58
|
);
|
|
83
59
|
}
|
|
84
|
-
|
|
85
60
|
export declare class ExpiredIteratorException extends __BaseException {
|
|
86
61
|
readonly name: "ExpiredIteratorException";
|
|
87
62
|
readonly $fault: "client";
|
|
88
|
-
|
|
89
63
|
constructor(
|
|
90
64
|
opts: __ExceptionOptionType<ExpiredIteratorException, __BaseException>
|
|
91
65
|
);
|
|
92
66
|
}
|
|
93
|
-
|
|
94
67
|
export interface GetRecordsInput {
|
|
95
68
|
ShardIterator: string | undefined;
|
|
96
|
-
|
|
97
69
|
Limit?: number;
|
|
98
70
|
}
|
|
99
71
|
export declare type OperationType = "INSERT" | "MODIFY" | "REMOVE";
|
|
100
|
-
|
|
101
72
|
export interface Identity {
|
|
102
73
|
PrincipalId?: string;
|
|
103
|
-
|
|
104
74
|
Type?: string;
|
|
105
75
|
}
|
|
106
|
-
|
|
107
76
|
export declare class LimitExceededException extends __BaseException {
|
|
108
77
|
readonly name: "LimitExceededException";
|
|
109
78
|
readonly $fault: "client";
|
|
110
|
-
|
|
111
79
|
constructor(
|
|
112
80
|
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
113
81
|
);
|
|
114
82
|
}
|
|
115
|
-
|
|
116
83
|
export declare class TrimmedDataAccessException extends __BaseException {
|
|
117
84
|
readonly name: "TrimmedDataAccessException";
|
|
118
85
|
readonly $fault: "client";
|
|
119
|
-
|
|
120
86
|
constructor(
|
|
121
87
|
opts: __ExceptionOptionType<TrimmedDataAccessException, __BaseException>
|
|
122
88
|
);
|
|
@@ -126,43 +92,29 @@ export declare type ShardIteratorType =
|
|
|
126
92
|
| "AT_SEQUENCE_NUMBER"
|
|
127
93
|
| "LATEST"
|
|
128
94
|
| "TRIM_HORIZON";
|
|
129
|
-
|
|
130
95
|
export interface GetShardIteratorInput {
|
|
131
96
|
StreamArn: string | undefined;
|
|
132
|
-
|
|
133
97
|
ShardId: string | undefined;
|
|
134
|
-
|
|
135
98
|
ShardIteratorType: ShardIteratorType | string | undefined;
|
|
136
|
-
|
|
137
99
|
SequenceNumber?: string;
|
|
138
100
|
}
|
|
139
|
-
|
|
140
101
|
export interface GetShardIteratorOutput {
|
|
141
102
|
ShardIterator?: string;
|
|
142
103
|
}
|
|
143
|
-
|
|
144
104
|
export interface ListStreamsInput {
|
|
145
105
|
TableName?: string;
|
|
146
|
-
|
|
147
106
|
Limit?: number;
|
|
148
|
-
|
|
149
107
|
ExclusiveStartStreamArn?: string;
|
|
150
108
|
}
|
|
151
|
-
|
|
152
109
|
export interface _Stream {
|
|
153
110
|
StreamArn?: string;
|
|
154
|
-
|
|
155
111
|
TableName?: string;
|
|
156
|
-
|
|
157
112
|
StreamLabel?: string;
|
|
158
113
|
}
|
|
159
|
-
|
|
160
114
|
export interface ListStreamsOutput {
|
|
161
115
|
Streams?: _Stream[];
|
|
162
|
-
|
|
163
116
|
LastEvaluatedStreamArn?: string;
|
|
164
117
|
}
|
|
165
|
-
|
|
166
118
|
export declare type AttributeValue =
|
|
167
119
|
| AttributeValue.BMember
|
|
168
120
|
| AttributeValue.BOOLMember
|
|
@@ -189,7 +141,6 @@ export declare namespace AttributeValue {
|
|
|
189
141
|
BOOL?: never;
|
|
190
142
|
$unknown?: never;
|
|
191
143
|
}
|
|
192
|
-
|
|
193
144
|
interface NMember {
|
|
194
145
|
S?: never;
|
|
195
146
|
N: string;
|
|
@@ -203,7 +154,6 @@ export declare namespace AttributeValue {
|
|
|
203
154
|
BOOL?: never;
|
|
204
155
|
$unknown?: never;
|
|
205
156
|
}
|
|
206
|
-
|
|
207
157
|
interface BMember {
|
|
208
158
|
S?: never;
|
|
209
159
|
N?: never;
|
|
@@ -217,7 +167,6 @@ export declare namespace AttributeValue {
|
|
|
217
167
|
BOOL?: never;
|
|
218
168
|
$unknown?: never;
|
|
219
169
|
}
|
|
220
|
-
|
|
221
170
|
interface SSMember {
|
|
222
171
|
S?: never;
|
|
223
172
|
N?: never;
|
|
@@ -231,7 +180,6 @@ export declare namespace AttributeValue {
|
|
|
231
180
|
BOOL?: never;
|
|
232
181
|
$unknown?: never;
|
|
233
182
|
}
|
|
234
|
-
|
|
235
183
|
interface NSMember {
|
|
236
184
|
S?: never;
|
|
237
185
|
N?: never;
|
|
@@ -245,7 +193,6 @@ export declare namespace AttributeValue {
|
|
|
245
193
|
BOOL?: never;
|
|
246
194
|
$unknown?: never;
|
|
247
195
|
}
|
|
248
|
-
|
|
249
196
|
interface BSMember {
|
|
250
197
|
S?: never;
|
|
251
198
|
N?: never;
|
|
@@ -259,7 +206,6 @@ export declare namespace AttributeValue {
|
|
|
259
206
|
BOOL?: never;
|
|
260
207
|
$unknown?: never;
|
|
261
208
|
}
|
|
262
|
-
|
|
263
209
|
interface MMember {
|
|
264
210
|
S?: never;
|
|
265
211
|
N?: never;
|
|
@@ -273,7 +219,6 @@ export declare namespace AttributeValue {
|
|
|
273
219
|
BOOL?: never;
|
|
274
220
|
$unknown?: never;
|
|
275
221
|
}
|
|
276
|
-
|
|
277
222
|
interface LMember {
|
|
278
223
|
S?: never;
|
|
279
224
|
N?: never;
|
|
@@ -287,7 +232,6 @@ export declare namespace AttributeValue {
|
|
|
287
232
|
BOOL?: never;
|
|
288
233
|
$unknown?: never;
|
|
289
234
|
}
|
|
290
|
-
|
|
291
235
|
interface NULLMember {
|
|
292
236
|
S?: never;
|
|
293
237
|
N?: never;
|
|
@@ -301,7 +245,6 @@ export declare namespace AttributeValue {
|
|
|
301
245
|
BOOL?: never;
|
|
302
246
|
$unknown?: never;
|
|
303
247
|
}
|
|
304
|
-
|
|
305
248
|
interface BOOLMember {
|
|
306
249
|
S?: never;
|
|
307
250
|
N?: never;
|
|
@@ -343,99 +286,66 @@ export declare namespace AttributeValue {
|
|
|
343
286
|
}
|
|
344
287
|
const visit: <T>(value: AttributeValue, visitor: Visitor<T>) => T;
|
|
345
288
|
}
|
|
346
|
-
|
|
347
289
|
export interface StreamRecord {
|
|
348
290
|
ApproximateCreationDateTime?: Date;
|
|
349
|
-
|
|
350
291
|
Keys?: Record<string, AttributeValue>;
|
|
351
|
-
|
|
352
292
|
NewImage?: Record<string, AttributeValue>;
|
|
353
|
-
|
|
354
293
|
OldImage?: Record<string, AttributeValue>;
|
|
355
|
-
|
|
356
294
|
SequenceNumber?: string;
|
|
357
|
-
|
|
358
295
|
SizeBytes?: number;
|
|
359
|
-
|
|
360
296
|
StreamViewType?: StreamViewType | string;
|
|
361
297
|
}
|
|
362
|
-
|
|
363
298
|
export interface _Record {
|
|
364
299
|
eventID?: string;
|
|
365
|
-
|
|
366
300
|
eventName?: OperationType | string;
|
|
367
|
-
|
|
368
301
|
eventVersion?: string;
|
|
369
|
-
|
|
370
302
|
eventSource?: string;
|
|
371
|
-
|
|
372
303
|
awsRegion?: string;
|
|
373
|
-
|
|
374
304
|
dynamodb?: StreamRecord;
|
|
375
|
-
|
|
376
305
|
userIdentity?: Identity;
|
|
377
306
|
}
|
|
378
|
-
|
|
379
307
|
export interface GetRecordsOutput {
|
|
380
308
|
Records?: _Record[];
|
|
381
|
-
|
|
382
309
|
NextShardIterator?: string;
|
|
383
310
|
}
|
|
384
|
-
|
|
385
311
|
export declare const DescribeStreamInputFilterSensitiveLog: (
|
|
386
312
|
obj: DescribeStreamInput
|
|
387
313
|
) => any;
|
|
388
|
-
|
|
389
314
|
export declare const KeySchemaElementFilterSensitiveLog: (
|
|
390
315
|
obj: KeySchemaElement
|
|
391
316
|
) => any;
|
|
392
|
-
|
|
393
317
|
export declare const SequenceNumberRangeFilterSensitiveLog: (
|
|
394
318
|
obj: SequenceNumberRange
|
|
395
319
|
) => any;
|
|
396
|
-
|
|
397
320
|
export declare const ShardFilterSensitiveLog: (obj: Shard) => any;
|
|
398
|
-
|
|
399
321
|
export declare const StreamDescriptionFilterSensitiveLog: (
|
|
400
322
|
obj: StreamDescription
|
|
401
323
|
) => any;
|
|
402
|
-
|
|
403
324
|
export declare const DescribeStreamOutputFilterSensitiveLog: (
|
|
404
325
|
obj: DescribeStreamOutput
|
|
405
326
|
) => any;
|
|
406
|
-
|
|
407
327
|
export declare const GetRecordsInputFilterSensitiveLog: (
|
|
408
328
|
obj: GetRecordsInput
|
|
409
329
|
) => any;
|
|
410
|
-
|
|
411
330
|
export declare const IdentityFilterSensitiveLog: (obj: Identity) => any;
|
|
412
|
-
|
|
413
331
|
export declare const GetShardIteratorInputFilterSensitiveLog: (
|
|
414
332
|
obj: GetShardIteratorInput
|
|
415
333
|
) => any;
|
|
416
|
-
|
|
417
334
|
export declare const GetShardIteratorOutputFilterSensitiveLog: (
|
|
418
335
|
obj: GetShardIteratorOutput
|
|
419
336
|
) => any;
|
|
420
|
-
|
|
421
337
|
export declare const ListStreamsInputFilterSensitiveLog: (
|
|
422
338
|
obj: ListStreamsInput
|
|
423
339
|
) => any;
|
|
424
|
-
|
|
425
340
|
export declare const _StreamFilterSensitiveLog: (obj: _Stream) => any;
|
|
426
|
-
|
|
427
341
|
export declare const ListStreamsOutputFilterSensitiveLog: (
|
|
428
342
|
obj: ListStreamsOutput
|
|
429
343
|
) => any;
|
|
430
|
-
|
|
431
344
|
export declare const AttributeValueFilterSensitiveLog: (
|
|
432
345
|
obj: AttributeValue
|
|
433
346
|
) => any;
|
|
434
|
-
|
|
435
347
|
export declare const StreamRecordFilterSensitiveLog: (obj: StreamRecord) => any;
|
|
436
|
-
|
|
437
348
|
export declare const _RecordFilterSensitiveLog: (obj: _Record) => any;
|
|
438
|
-
|
|
439
349
|
export declare const GetRecordsOutputFilterSensitiveLog: (
|
|
440
350
|
obj: GetRecordsOutput
|
|
441
351
|
) => any;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { DynamoDBStreamsClientConfig } from "./DynamoDBStreamsClient";
|
|
3
|
-
|
|
4
3
|
export declare const getRuntimeConfig: (
|
|
5
4
|
config: DynamoDBStreamsClientConfig
|
|
6
5
|
) => {
|
|
@@ -53,7 +52,9 @@ export declare const getRuntimeConfig: (
|
|
|
53
52
|
| undefined;
|
|
54
53
|
signer?:
|
|
55
54
|
| import("@aws-sdk/types").RequestSigner
|
|
56
|
-
|
|
|
55
|
+
| ((
|
|
56
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
57
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
57
58
|
| undefined;
|
|
58
59
|
signingEscapePath?: boolean | undefined;
|
|
59
60
|
systemClockOffset?: number | undefined;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { DynamoDBStreamsClientConfig } from "./DynamoDBStreamsClient";
|
|
3
|
-
|
|
4
3
|
export declare const getRuntimeConfig: (
|
|
5
4
|
config: DynamoDBStreamsClientConfig
|
|
6
5
|
) => {
|
|
@@ -53,7 +52,9 @@ export declare const getRuntimeConfig: (
|
|
|
53
52
|
| undefined;
|
|
54
53
|
signer?:
|
|
55
54
|
| import("@aws-sdk/types").RequestSigner
|
|
56
|
-
|
|
|
55
|
+
| ((
|
|
56
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
57
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
57
58
|
| undefined;
|
|
58
59
|
signingEscapePath?: boolean | undefined;
|
|
59
60
|
systemClockOffset?: number | undefined;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { DynamoDBStreamsClientConfig } from "./DynamoDBStreamsClient";
|
|
2
|
-
|
|
3
2
|
export declare const getRuntimeConfig: (
|
|
4
3
|
config: DynamoDBStreamsClientConfig
|
|
5
4
|
) => {
|
|
@@ -54,7 +53,9 @@ export declare const getRuntimeConfig: (
|
|
|
54
53
|
| undefined;
|
|
55
54
|
signer?:
|
|
56
55
|
| import("@aws-sdk/types").RequestSigner
|
|
57
|
-
|
|
|
56
|
+
| ((
|
|
57
|
+
authScheme?: import("@aws-sdk/types").AuthScheme | undefined
|
|
58
|
+
) => Promise<import("@aws-sdk/types").RequestSigner>)
|
|
58
59
|
| undefined;
|
|
59
60
|
signingEscapePath?: boolean | undefined;
|
|
60
61
|
systemClockOffset?: number | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-dynamodb-streams",
|
|
3
3
|
"description": "AWS SDK for JavaScript Dynamodb Streams Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.178.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -19,35 +19,35 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
-
"@aws-sdk/config-resolver": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
26
|
-
"@aws-sdk/hash-node": "3.
|
|
27
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
28
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
29
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
30
|
-
"@aws-sdk/middleware-logger": "3.
|
|
31
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
32
|
-
"@aws-sdk/middleware-retry": "3.
|
|
33
|
-
"@aws-sdk/middleware-serde": "3.
|
|
34
|
-
"@aws-sdk/middleware-signing": "3.
|
|
35
|
-
"@aws-sdk/middleware-stack": "3.
|
|
36
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
37
|
-
"@aws-sdk/node-config-provider": "3.
|
|
38
|
-
"@aws-sdk/node-http-handler": "3.
|
|
39
|
-
"@aws-sdk/protocol-http": "3.
|
|
40
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
-
"@aws-sdk/types": "3.
|
|
42
|
-
"@aws-sdk/url-parser": "3.
|
|
22
|
+
"@aws-sdk/client-sts": "3.178.0",
|
|
23
|
+
"@aws-sdk/config-resolver": "3.178.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.178.0",
|
|
25
|
+
"@aws-sdk/fetch-http-handler": "3.178.0",
|
|
26
|
+
"@aws-sdk/hash-node": "3.178.0",
|
|
27
|
+
"@aws-sdk/invalid-dependency": "3.178.0",
|
|
28
|
+
"@aws-sdk/middleware-content-length": "3.178.0",
|
|
29
|
+
"@aws-sdk/middleware-host-header": "3.178.0",
|
|
30
|
+
"@aws-sdk/middleware-logger": "3.178.0",
|
|
31
|
+
"@aws-sdk/middleware-recursion-detection": "3.178.0",
|
|
32
|
+
"@aws-sdk/middleware-retry": "3.178.0",
|
|
33
|
+
"@aws-sdk/middleware-serde": "3.178.0",
|
|
34
|
+
"@aws-sdk/middleware-signing": "3.178.0",
|
|
35
|
+
"@aws-sdk/middleware-stack": "3.178.0",
|
|
36
|
+
"@aws-sdk/middleware-user-agent": "3.178.0",
|
|
37
|
+
"@aws-sdk/node-config-provider": "3.178.0",
|
|
38
|
+
"@aws-sdk/node-http-handler": "3.178.0",
|
|
39
|
+
"@aws-sdk/protocol-http": "3.178.0",
|
|
40
|
+
"@aws-sdk/smithy-client": "3.178.0",
|
|
41
|
+
"@aws-sdk/types": "3.178.0",
|
|
42
|
+
"@aws-sdk/url-parser": "3.178.0",
|
|
43
43
|
"@aws-sdk/util-base64-browser": "3.170.0",
|
|
44
44
|
"@aws-sdk/util-base64-node": "3.170.0",
|
|
45
45
|
"@aws-sdk/util-body-length-browser": "3.170.0",
|
|
46
46
|
"@aws-sdk/util-body-length-node": "3.170.0",
|
|
47
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
50
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
47
|
+
"@aws-sdk/util-defaults-mode-browser": "3.178.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-node": "3.178.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-browser": "3.178.0",
|
|
50
|
+
"@aws-sdk/util-user-agent-node": "3.178.0",
|
|
51
51
|
"@aws-sdk/util-utf8-browser": "3.170.0",
|
|
52
52
|
"@aws-sdk/util-utf8-node": "3.170.0",
|
|
53
53
|
"tslib": "^2.3.1"
|