@aws-sdk/client-dynamodb-streams 3.52.0 → 3.53.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 +11 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/DynamoDBStreamsServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +67 -1
- package/dist-cjs/protocols/Aws_json1_0.js +61 -145
- package/dist-es/index.js +1 -0
- package/dist-es/models/DynamoDBStreamsServiceException.js +12 -0
- package/dist-es/models/models_0.js +62 -1
- package/dist-es/protocols/Aws_json1_0.js +106 -152
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/DynamoDBStreamsServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +27 -26
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/DynamoDBStreamsServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +22 -21
- package/package.json +25 -25
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { DynamoDBStreamsServiceException as __BaseException } from "./DynamoDBStreamsServiceException";
|
|
2
3
|
|
|
3
4
|
export interface DescribeStreamInput {
|
|
4
5
|
|
|
@@ -85,25 +86,25 @@ export declare namespace DescribeStreamOutput {
|
|
|
85
86
|
const filterSensitiveLog: (obj: DescribeStreamOutput) => any;
|
|
86
87
|
}
|
|
87
88
|
|
|
88
|
-
export
|
|
89
|
-
name: "InternalServerError";
|
|
90
|
-
$fault: "server";
|
|
89
|
+
export declare class InternalServerError extends __BaseException {
|
|
90
|
+
readonly name: "InternalServerError";
|
|
91
|
+
readonly $fault: "server";
|
|
91
92
|
|
|
92
|
-
|
|
93
|
+
constructor(opts: __ExceptionOptionType<InternalServerError, __BaseException>);
|
|
93
94
|
}
|
|
94
95
|
|
|
95
|
-
export
|
|
96
|
-
name: "ResourceNotFoundException";
|
|
97
|
-
$fault: "client";
|
|
96
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
97
|
+
readonly name: "ResourceNotFoundException";
|
|
98
|
+
readonly $fault: "client";
|
|
98
99
|
|
|
99
|
-
|
|
100
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
100
101
|
}
|
|
101
102
|
|
|
102
|
-
export
|
|
103
|
-
name: "ExpiredIteratorException";
|
|
104
|
-
$fault: "client";
|
|
103
|
+
export declare class ExpiredIteratorException extends __BaseException {
|
|
104
|
+
readonly name: "ExpiredIteratorException";
|
|
105
|
+
readonly $fault: "client";
|
|
105
106
|
|
|
106
|
-
|
|
107
|
+
constructor(opts: __ExceptionOptionType<ExpiredIteratorException, __BaseException>);
|
|
107
108
|
}
|
|
108
109
|
|
|
109
110
|
export interface GetRecordsInput {
|
|
@@ -129,18 +130,18 @@ export declare namespace Identity {
|
|
|
129
130
|
const filterSensitiveLog: (obj: Identity) => any;
|
|
130
131
|
}
|
|
131
132
|
|
|
132
|
-
export
|
|
133
|
-
name: "LimitExceededException";
|
|
134
|
-
$fault: "client";
|
|
133
|
+
export declare class LimitExceededException extends __BaseException {
|
|
134
|
+
readonly name: "LimitExceededException";
|
|
135
|
+
readonly $fault: "client";
|
|
135
136
|
|
|
136
|
-
|
|
137
|
+
constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
|
|
137
138
|
}
|
|
138
139
|
|
|
139
|
-
export
|
|
140
|
-
name: "TrimmedDataAccessException";
|
|
141
|
-
$fault: "client";
|
|
140
|
+
export declare class TrimmedDataAccessException extends __BaseException {
|
|
141
|
+
readonly name: "TrimmedDataAccessException";
|
|
142
|
+
readonly $fault: "client";
|
|
142
143
|
|
|
143
|
-
|
|
144
|
+
constructor(opts: __ExceptionOptionType<TrimmedDataAccessException, __BaseException>);
|
|
144
145
|
}
|
|
145
146
|
export declare type ShardIteratorType = "AFTER_SEQUENCE_NUMBER" | "AT_SEQUENCE_NUMBER" | "LATEST" | "TRIM_HORIZON";
|
|
146
147
|
|
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.53.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",
|
|
@@ -18,34 +18,34 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
25
|
-
"@aws-sdk/hash-node": "3.
|
|
26
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
27
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-retry": "3.
|
|
31
|
-
"@aws-sdk/middleware-serde": "3.
|
|
32
|
-
"@aws-sdk/middleware-signing": "3.
|
|
33
|
-
"@aws-sdk/middleware-stack": "3.
|
|
34
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
35
|
-
"@aws-sdk/node-config-provider": "3.
|
|
36
|
-
"@aws-sdk/node-http-handler": "3.
|
|
37
|
-
"@aws-sdk/protocol-http": "3.
|
|
38
|
-
"@aws-sdk/smithy-client": "3.
|
|
39
|
-
"@aws-sdk/types": "3.
|
|
40
|
-
"@aws-sdk/url-parser": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.53.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.53.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.53.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.53.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.53.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.53.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.53.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.53.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.53.0",
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.53.0",
|
|
31
|
+
"@aws-sdk/middleware-serde": "3.53.0",
|
|
32
|
+
"@aws-sdk/middleware-signing": "3.53.0",
|
|
33
|
+
"@aws-sdk/middleware-stack": "3.53.0",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.53.0",
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.53.0",
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.53.0",
|
|
37
|
+
"@aws-sdk/protocol-http": "3.53.0",
|
|
38
|
+
"@aws-sdk/smithy-client": "3.53.0",
|
|
39
|
+
"@aws-sdk/types": "3.53.0",
|
|
40
|
+
"@aws-sdk/url-parser": "3.53.0",
|
|
41
41
|
"@aws-sdk/util-base64-browser": "3.52.0",
|
|
42
42
|
"@aws-sdk/util-base64-node": "3.52.0",
|
|
43
43
|
"@aws-sdk/util-body-length-browser": "3.52.0",
|
|
44
44
|
"@aws-sdk/util-body-length-node": "3.52.0",
|
|
45
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
46
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
47
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.53.0",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.53.0",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.53.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.53.0",
|
|
49
49
|
"@aws-sdk/util-utf8-browser": "3.52.0",
|
|
50
50
|
"@aws-sdk/util-utf8-node": "3.52.0",
|
|
51
51
|
"tslib": "^2.3.0"
|