@aws-sdk/client-dynamodb-streams 3.32.0 → 3.36.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 +44 -0
- package/{dist/cjs → dist-cjs}/DynamoDBStreams.js +1 -2
- package/{dist/cjs → dist-cjs}/DynamoDBStreamsClient.js +8 -9
- package/{dist/cjs → dist-cjs}/commands/DescribeStreamCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetRecordsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetShardIteratorCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListStreamsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -1
- package/{dist/cjs → dist-cjs}/protocols/Aws_json1_0.js +0 -1
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -1
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -2
- package/{dist/es → dist-es}/DynamoDBStreams.js +2 -11
- package/{dist/es → dist-es}/DynamoDBStreamsClient.js +2 -16
- package/dist-es/commands/DescribeStreamCommand.js +39 -0
- package/dist-es/commands/GetRecordsCommand.js +39 -0
- package/{dist/es → dist-es}/commands/GetShardIteratorCommand.js +4 -37
- package/{dist/es → dist-es}/commands/ListStreamsCommand.js +4 -35
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -67
- package/{dist/es → dist-es}/protocols/Aws_json1_0.js +83 -89
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
- package/{dist/types → dist-types}/DynamoDBStreams.d.ts +2 -2
- package/{dist/types → dist-types}/DynamoDBStreamsClient.d.ts +5 -5
- package/{dist/types → dist-types}/commands/DescribeStreamCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetRecordsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetShardIteratorCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListStreamsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/protocols/Aws_json1_0.d.ts +2 -2
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.browser.d.ts +37 -36
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.native.d.ts +36 -35
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/DynamoDBStreams.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/DynamoDBStreamsClient.d.ts +5 -5
- package/{dist/types → dist-types}/ts3.4/commands/DescribeStreamCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetRecordsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetShardIteratorCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListStreamsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_0.d.ts +2 -2
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.browser.d.ts +37 -36
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.native.d.ts +36 -35
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +52 -49
- package/DynamoDBStreams.ts +0 -170
- package/DynamoDBStreamsClient.ts +0 -252
- package/commands/DescribeStreamCommand.ts +0 -102
- package/commands/GetRecordsCommand.ts +0 -104
- package/commands/GetShardIteratorCommand.ts +0 -101
- package/commands/ListStreamsCommand.ts +0 -99
- package/dist/cjs/DynamoDBStreams.js.map +0 -1
- package/dist/cjs/DynamoDBStreamsClient.js.map +0 -1
- package/dist/cjs/commands/DescribeStreamCommand.js.map +0 -1
- package/dist/cjs/commands/GetRecordsCommand.js.map +0 -1
- package/dist/cjs/commands/GetShardIteratorCommand.js.map +0 -1
- package/dist/cjs/commands/ListStreamsCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/protocols/Aws_json1_0.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/DynamoDBStreams.js.map +0 -1
- package/dist/es/DynamoDBStreamsClient.js.map +0 -1
- package/dist/es/commands/DescribeStreamCommand.js +0 -73
- package/dist/es/commands/DescribeStreamCommand.js.map +0 -1
- package/dist/es/commands/GetRecordsCommand.js +0 -75
- package/dist/es/commands/GetRecordsCommand.js.map +0 -1
- package/dist/es/commands/GetShardIteratorCommand.js.map +0 -1
- package/dist/es/commands/ListStreamsCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -8
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/protocols/Aws_json1_0.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/endpoints.ts +0 -96
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -1132
- package/protocols/Aws_json1_0.ts +0 -917
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
package/DynamoDBStreamsClient.ts
DELETED
|
@@ -1,252 +0,0 @@
|
|
|
1
|
-
import { DescribeStreamCommandInput, DescribeStreamCommandOutput } from "./commands/DescribeStreamCommand";
|
|
2
|
-
import { GetRecordsCommandInput, GetRecordsCommandOutput } from "./commands/GetRecordsCommand";
|
|
3
|
-
import { GetShardIteratorCommandInput, GetShardIteratorCommandOutput } from "./commands/GetShardIteratorCommand";
|
|
4
|
-
import { ListStreamsCommandInput, ListStreamsCommandOutput } from "./commands/ListStreamsCommand";
|
|
5
|
-
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
6
|
-
import {
|
|
7
|
-
EndpointsInputConfig,
|
|
8
|
-
EndpointsResolvedConfig,
|
|
9
|
-
RegionInputConfig,
|
|
10
|
-
RegionResolvedConfig,
|
|
11
|
-
resolveEndpointsConfig,
|
|
12
|
-
resolveRegionConfig,
|
|
13
|
-
} from "@aws-sdk/config-resolver";
|
|
14
|
-
import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
|
|
15
|
-
import {
|
|
16
|
-
HostHeaderInputConfig,
|
|
17
|
-
HostHeaderResolvedConfig,
|
|
18
|
-
getHostHeaderPlugin,
|
|
19
|
-
resolveHostHeaderConfig,
|
|
20
|
-
} from "@aws-sdk/middleware-host-header";
|
|
21
|
-
import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
|
|
22
|
-
import { RetryInputConfig, RetryResolvedConfig, getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
|
|
23
|
-
import {
|
|
24
|
-
AwsAuthInputConfig,
|
|
25
|
-
AwsAuthResolvedConfig,
|
|
26
|
-
getAwsAuthPlugin,
|
|
27
|
-
resolveAwsAuthConfig,
|
|
28
|
-
} from "@aws-sdk/middleware-signing";
|
|
29
|
-
import {
|
|
30
|
-
UserAgentInputConfig,
|
|
31
|
-
UserAgentResolvedConfig,
|
|
32
|
-
getUserAgentPlugin,
|
|
33
|
-
resolveUserAgentConfig,
|
|
34
|
-
} from "@aws-sdk/middleware-user-agent";
|
|
35
|
-
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
36
|
-
import {
|
|
37
|
-
Client as __Client,
|
|
38
|
-
SmithyConfiguration as __SmithyConfiguration,
|
|
39
|
-
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
40
|
-
} from "@aws-sdk/smithy-client";
|
|
41
|
-
import {
|
|
42
|
-
Provider,
|
|
43
|
-
RegionInfoProvider,
|
|
44
|
-
Credentials as __Credentials,
|
|
45
|
-
Decoder as __Decoder,
|
|
46
|
-
Encoder as __Encoder,
|
|
47
|
-
Hash as __Hash,
|
|
48
|
-
HashConstructor as __HashConstructor,
|
|
49
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
50
|
-
Logger as __Logger,
|
|
51
|
-
Provider as __Provider,
|
|
52
|
-
StreamCollector as __StreamCollector,
|
|
53
|
-
UrlParser as __UrlParser,
|
|
54
|
-
UserAgent as __UserAgent,
|
|
55
|
-
} from "@aws-sdk/types";
|
|
56
|
-
|
|
57
|
-
export type ServiceInputTypes =
|
|
58
|
-
| DescribeStreamCommandInput
|
|
59
|
-
| GetRecordsCommandInput
|
|
60
|
-
| GetShardIteratorCommandInput
|
|
61
|
-
| ListStreamsCommandInput;
|
|
62
|
-
|
|
63
|
-
export type ServiceOutputTypes =
|
|
64
|
-
| DescribeStreamCommandOutput
|
|
65
|
-
| GetRecordsCommandOutput
|
|
66
|
-
| GetShardIteratorCommandOutput
|
|
67
|
-
| ListStreamsCommandOutput;
|
|
68
|
-
|
|
69
|
-
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
70
|
-
/**
|
|
71
|
-
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
72
|
-
*/
|
|
73
|
-
requestHandler?: __HttpHandler;
|
|
74
|
-
|
|
75
|
-
/**
|
|
76
|
-
* A constructor for a class implementing the {@link __Hash} interface
|
|
77
|
-
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
78
|
-
* @internal
|
|
79
|
-
*/
|
|
80
|
-
sha256?: __HashConstructor;
|
|
81
|
-
|
|
82
|
-
/**
|
|
83
|
-
* The function that will be used to convert strings into HTTP endpoints.
|
|
84
|
-
* @internal
|
|
85
|
-
*/
|
|
86
|
-
urlParser?: __UrlParser;
|
|
87
|
-
|
|
88
|
-
/**
|
|
89
|
-
* A function that can calculate the length of a request body.
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
bodyLengthChecker?: (body: any) => number | undefined;
|
|
93
|
-
|
|
94
|
-
/**
|
|
95
|
-
* A function that converts a stream into an array of bytes.
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
|
-
streamCollector?: __StreamCollector;
|
|
99
|
-
|
|
100
|
-
/**
|
|
101
|
-
* The function that will be used to convert a base64-encoded string to a byte array.
|
|
102
|
-
* @internal
|
|
103
|
-
*/
|
|
104
|
-
base64Decoder?: __Decoder;
|
|
105
|
-
|
|
106
|
-
/**
|
|
107
|
-
* The function that will be used to convert binary data to a base64-encoded string.
|
|
108
|
-
* @internal
|
|
109
|
-
*/
|
|
110
|
-
base64Encoder?: __Encoder;
|
|
111
|
-
|
|
112
|
-
/**
|
|
113
|
-
* The function that will be used to convert a UTF8-encoded string to a byte array.
|
|
114
|
-
* @internal
|
|
115
|
-
*/
|
|
116
|
-
utf8Decoder?: __Decoder;
|
|
117
|
-
|
|
118
|
-
/**
|
|
119
|
-
* The function that will be used to convert binary data to a UTF-8 encoded string.
|
|
120
|
-
* @internal
|
|
121
|
-
*/
|
|
122
|
-
utf8Encoder?: __Encoder;
|
|
123
|
-
|
|
124
|
-
/**
|
|
125
|
-
* The runtime environment.
|
|
126
|
-
* @internal
|
|
127
|
-
*/
|
|
128
|
-
runtime?: string;
|
|
129
|
-
|
|
130
|
-
/**
|
|
131
|
-
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
|
|
132
|
-
* trait of an operation.
|
|
133
|
-
*/
|
|
134
|
-
disableHostPrefix?: boolean;
|
|
135
|
-
|
|
136
|
-
/**
|
|
137
|
-
* Value for how many times a request will be made at most in case of retry.
|
|
138
|
-
*/
|
|
139
|
-
maxAttempts?: number | __Provider<number>;
|
|
140
|
-
|
|
141
|
-
/**
|
|
142
|
-
* Specifies which retry algorithm to use.
|
|
143
|
-
*/
|
|
144
|
-
retryMode?: string | __Provider<string>;
|
|
145
|
-
|
|
146
|
-
/**
|
|
147
|
-
* Optional logger for logging debug/info/warn/error.
|
|
148
|
-
*/
|
|
149
|
-
logger?: __Logger;
|
|
150
|
-
|
|
151
|
-
/**
|
|
152
|
-
* Unique service identifier.
|
|
153
|
-
* @internal
|
|
154
|
-
*/
|
|
155
|
-
serviceId?: string;
|
|
156
|
-
|
|
157
|
-
/**
|
|
158
|
-
* The AWS region to which this client will send requests
|
|
159
|
-
*/
|
|
160
|
-
region?: string | __Provider<string>;
|
|
161
|
-
|
|
162
|
-
/**
|
|
163
|
-
* Default credentials provider; Not available in browser runtime.
|
|
164
|
-
* @internal
|
|
165
|
-
*/
|
|
166
|
-
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
167
|
-
|
|
168
|
-
/**
|
|
169
|
-
* Fetch related hostname, signing name or signing region with given region.
|
|
170
|
-
* @internal
|
|
171
|
-
*/
|
|
172
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
173
|
-
|
|
174
|
-
/**
|
|
175
|
-
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
176
|
-
* @internal
|
|
177
|
-
*/
|
|
178
|
-
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
type DynamoDBStreamsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
|
|
182
|
-
ClientDefaults &
|
|
183
|
-
RegionInputConfig &
|
|
184
|
-
EndpointsInputConfig &
|
|
185
|
-
RetryInputConfig &
|
|
186
|
-
HostHeaderInputConfig &
|
|
187
|
-
AwsAuthInputConfig &
|
|
188
|
-
UserAgentInputConfig;
|
|
189
|
-
/**
|
|
190
|
-
* The configuration interface of DynamoDBStreamsClient class constructor that set the region, credentials and other options.
|
|
191
|
-
*/
|
|
192
|
-
export interface DynamoDBStreamsClientConfig extends DynamoDBStreamsClientConfigType {}
|
|
193
|
-
|
|
194
|
-
type DynamoDBStreamsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
195
|
-
Required<ClientDefaults> &
|
|
196
|
-
RegionResolvedConfig &
|
|
197
|
-
EndpointsResolvedConfig &
|
|
198
|
-
RetryResolvedConfig &
|
|
199
|
-
HostHeaderResolvedConfig &
|
|
200
|
-
AwsAuthResolvedConfig &
|
|
201
|
-
UserAgentResolvedConfig;
|
|
202
|
-
/**
|
|
203
|
-
* The resolved configuration interface of DynamoDBStreamsClient class. This is resolved and normalized from the {@link DynamoDBStreamsClientConfig | constructor configuration interface}.
|
|
204
|
-
*/
|
|
205
|
-
export interface DynamoDBStreamsClientResolvedConfig extends DynamoDBStreamsClientResolvedConfigType {}
|
|
206
|
-
|
|
207
|
-
/**
|
|
208
|
-
* <fullname>Amazon DynamoDB</fullname>
|
|
209
|
-
*
|
|
210
|
-
* <p>Amazon DynamoDB Streams provides API actions for accessing streams and processing
|
|
211
|
-
* stream records. To learn more about application development with Streams, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Streams.html">Capturing
|
|
212
|
-
* Table Activity with DynamoDB Streams</a> in the Amazon DynamoDB Developer
|
|
213
|
-
* Guide.</p>
|
|
214
|
-
*/
|
|
215
|
-
export class DynamoDBStreamsClient extends __Client<
|
|
216
|
-
__HttpHandlerOptions,
|
|
217
|
-
ServiceInputTypes,
|
|
218
|
-
ServiceOutputTypes,
|
|
219
|
-
DynamoDBStreamsClientResolvedConfig
|
|
220
|
-
> {
|
|
221
|
-
/**
|
|
222
|
-
* The resolved configuration of DynamoDBStreamsClient class. This is resolved and normalized from the {@link DynamoDBStreamsClientConfig | constructor configuration interface}.
|
|
223
|
-
*/
|
|
224
|
-
readonly config: DynamoDBStreamsClientResolvedConfig;
|
|
225
|
-
|
|
226
|
-
constructor(configuration: DynamoDBStreamsClientConfig) {
|
|
227
|
-
let _config_0 = __getRuntimeConfig(configuration);
|
|
228
|
-
let _config_1 = resolveRegionConfig(_config_0);
|
|
229
|
-
let _config_2 = resolveEndpointsConfig(_config_1);
|
|
230
|
-
let _config_3 = resolveRetryConfig(_config_2);
|
|
231
|
-
let _config_4 = resolveHostHeaderConfig(_config_3);
|
|
232
|
-
let _config_5 = resolveAwsAuthConfig(_config_4);
|
|
233
|
-
let _config_6 = resolveUserAgentConfig(_config_5);
|
|
234
|
-
super(_config_6);
|
|
235
|
-
this.config = _config_6;
|
|
236
|
-
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
237
|
-
this.middlewareStack.use(getContentLengthPlugin(this.config));
|
|
238
|
-
this.middlewareStack.use(getHostHeaderPlugin(this.config));
|
|
239
|
-
this.middlewareStack.use(getLoggerPlugin(this.config));
|
|
240
|
-
this.middlewareStack.use(getAwsAuthPlugin(this.config));
|
|
241
|
-
this.middlewareStack.use(getUserAgentPlugin(this.config));
|
|
242
|
-
}
|
|
243
|
-
|
|
244
|
-
/**
|
|
245
|
-
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
246
|
-
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
247
|
-
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
248
|
-
*/
|
|
249
|
-
destroy(): void {
|
|
250
|
-
super.destroy();
|
|
251
|
-
}
|
|
252
|
-
}
|
|
@@ -1,102 +0,0 @@
|
|
|
1
|
-
import { DynamoDBStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBStreamsClient";
|
|
2
|
-
import { DescribeStreamInput, DescribeStreamOutput } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_json1_0DescribeStreamCommand,
|
|
5
|
-
serializeAws_json1_0DescribeStreamCommand,
|
|
6
|
-
} from "../protocols/Aws_json1_0";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface DescribeStreamCommandInput extends DescribeStreamInput {}
|
|
21
|
-
export interface DescribeStreamCommandOutput extends DescribeStreamOutput, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Returns information about a stream, including the current status of the stream, its Amazon Resource Name (ARN), the composition of its shards, and its corresponding DynamoDB table.</p>
|
|
25
|
-
* <note>
|
|
26
|
-
* <p>You can call <code>DescribeStream</code> at a maximum rate of 10 times per second.</p>
|
|
27
|
-
* </note>
|
|
28
|
-
* <p>Each shard in the stream has a <code>SequenceNumberRange</code> associated with it. If the
|
|
29
|
-
* <code>SequenceNumberRange</code> has a <code>StartingSequenceNumber</code> but no
|
|
30
|
-
* <code>EndingSequenceNumber</code>, then the shard is still open (able to receive more stream
|
|
31
|
-
* records). If both <code>StartingSequenceNumber</code> and <code>EndingSequenceNumber</code>
|
|
32
|
-
* are present, then that shard is closed and can no longer receive more data.</p>
|
|
33
|
-
* @example
|
|
34
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
35
|
-
* ```javascript
|
|
36
|
-
* import { DynamoDBStreamsClient, DescribeStreamCommand } from "@aws-sdk/client-dynamodb-streams"; // ES Modules import
|
|
37
|
-
* // const { DynamoDBStreamsClient, DescribeStreamCommand } = require("@aws-sdk/client-dynamodb-streams"); // CommonJS import
|
|
38
|
-
* const client = new DynamoDBStreamsClient(config);
|
|
39
|
-
* const command = new DescribeStreamCommand(input);
|
|
40
|
-
* const response = await client.send(command);
|
|
41
|
-
* ```
|
|
42
|
-
*
|
|
43
|
-
* @see {@link DescribeStreamCommandInput} for command's `input` shape.
|
|
44
|
-
* @see {@link DescribeStreamCommandOutput} for command's `response` shape.
|
|
45
|
-
* @see {@link DynamoDBStreamsClientResolvedConfig | config} for command's `input` shape.
|
|
46
|
-
*
|
|
47
|
-
*/
|
|
48
|
-
export class DescribeStreamCommand extends $Command<
|
|
49
|
-
DescribeStreamCommandInput,
|
|
50
|
-
DescribeStreamCommandOutput,
|
|
51
|
-
DynamoDBStreamsClientResolvedConfig
|
|
52
|
-
> {
|
|
53
|
-
// Start section: command_properties
|
|
54
|
-
// End section: command_properties
|
|
55
|
-
|
|
56
|
-
constructor(readonly input: DescribeStreamCommandInput) {
|
|
57
|
-
// Start section: command_constructor
|
|
58
|
-
super();
|
|
59
|
-
// End section: command_constructor
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
/**
|
|
63
|
-
* @internal
|
|
64
|
-
*/
|
|
65
|
-
resolveMiddleware(
|
|
66
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
67
|
-
configuration: DynamoDBStreamsClientResolvedConfig,
|
|
68
|
-
options?: __HttpHandlerOptions
|
|
69
|
-
): Handler<DescribeStreamCommandInput, DescribeStreamCommandOutput> {
|
|
70
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
71
|
-
|
|
72
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
73
|
-
|
|
74
|
-
const { logger } = configuration;
|
|
75
|
-
const clientName = "DynamoDBStreamsClient";
|
|
76
|
-
const commandName = "DescribeStreamCommand";
|
|
77
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
78
|
-
logger,
|
|
79
|
-
clientName,
|
|
80
|
-
commandName,
|
|
81
|
-
inputFilterSensitiveLog: DescribeStreamInput.filterSensitiveLog,
|
|
82
|
-
outputFilterSensitiveLog: DescribeStreamOutput.filterSensitiveLog,
|
|
83
|
-
};
|
|
84
|
-
const { requestHandler } = configuration;
|
|
85
|
-
return stack.resolve(
|
|
86
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
87
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
88
|
-
handlerExecutionContext
|
|
89
|
-
);
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
private serialize(input: DescribeStreamCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
93
|
-
return serializeAws_json1_0DescribeStreamCommand(input, context);
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<DescribeStreamCommandOutput> {
|
|
97
|
-
return deserializeAws_json1_0DescribeStreamCommand(output, context);
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
// Start section: command_body_extra
|
|
101
|
-
// End section: command_body_extra
|
|
102
|
-
}
|
|
@@ -1,104 +0,0 @@
|
|
|
1
|
-
import { DynamoDBStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBStreamsClient";
|
|
2
|
-
import { GetRecordsInput, GetRecordsOutput } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_json1_0GetRecordsCommand,
|
|
5
|
-
serializeAws_json1_0GetRecordsCommand,
|
|
6
|
-
} from "../protocols/Aws_json1_0";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface GetRecordsCommandInput extends GetRecordsInput {}
|
|
21
|
-
export interface GetRecordsCommandOutput extends GetRecordsOutput, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Retrieves the stream records from a given shard.</p>
|
|
25
|
-
* <p>Specify a shard iterator using the <code>ShardIterator</code> parameter. The shard iterator
|
|
26
|
-
* specifies the position in the shard from which you want to start reading stream records
|
|
27
|
-
* sequentially. If there are no stream records available in the portion of the shard that the
|
|
28
|
-
* iterator points to, <code>GetRecords</code> returns an empty list. Note that it might take
|
|
29
|
-
* multiple calls to get to a portion of the shard that contains stream records.</p>
|
|
30
|
-
* <note>
|
|
31
|
-
* <p>
|
|
32
|
-
* <code>GetRecords</code> can retrieve a maximum of 1 MB of data or 1000 stream records,
|
|
33
|
-
* whichever comes first.</p>
|
|
34
|
-
* </note>
|
|
35
|
-
* @example
|
|
36
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
37
|
-
* ```javascript
|
|
38
|
-
* import { DynamoDBStreamsClient, GetRecordsCommand } from "@aws-sdk/client-dynamodb-streams"; // ES Modules import
|
|
39
|
-
* // const { DynamoDBStreamsClient, GetRecordsCommand } = require("@aws-sdk/client-dynamodb-streams"); // CommonJS import
|
|
40
|
-
* const client = new DynamoDBStreamsClient(config);
|
|
41
|
-
* const command = new GetRecordsCommand(input);
|
|
42
|
-
* const response = await client.send(command);
|
|
43
|
-
* ```
|
|
44
|
-
*
|
|
45
|
-
* @see {@link GetRecordsCommandInput} for command's `input` shape.
|
|
46
|
-
* @see {@link GetRecordsCommandOutput} for command's `response` shape.
|
|
47
|
-
* @see {@link DynamoDBStreamsClientResolvedConfig | config} for command's `input` shape.
|
|
48
|
-
*
|
|
49
|
-
*/
|
|
50
|
-
export class GetRecordsCommand extends $Command<
|
|
51
|
-
GetRecordsCommandInput,
|
|
52
|
-
GetRecordsCommandOutput,
|
|
53
|
-
DynamoDBStreamsClientResolvedConfig
|
|
54
|
-
> {
|
|
55
|
-
// Start section: command_properties
|
|
56
|
-
// End section: command_properties
|
|
57
|
-
|
|
58
|
-
constructor(readonly input: GetRecordsCommandInput) {
|
|
59
|
-
// Start section: command_constructor
|
|
60
|
-
super();
|
|
61
|
-
// End section: command_constructor
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
/**
|
|
65
|
-
* @internal
|
|
66
|
-
*/
|
|
67
|
-
resolveMiddleware(
|
|
68
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
69
|
-
configuration: DynamoDBStreamsClientResolvedConfig,
|
|
70
|
-
options?: __HttpHandlerOptions
|
|
71
|
-
): Handler<GetRecordsCommandInput, GetRecordsCommandOutput> {
|
|
72
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
73
|
-
|
|
74
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
75
|
-
|
|
76
|
-
const { logger } = configuration;
|
|
77
|
-
const clientName = "DynamoDBStreamsClient";
|
|
78
|
-
const commandName = "GetRecordsCommand";
|
|
79
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
80
|
-
logger,
|
|
81
|
-
clientName,
|
|
82
|
-
commandName,
|
|
83
|
-
inputFilterSensitiveLog: GetRecordsInput.filterSensitiveLog,
|
|
84
|
-
outputFilterSensitiveLog: GetRecordsOutput.filterSensitiveLog,
|
|
85
|
-
};
|
|
86
|
-
const { requestHandler } = configuration;
|
|
87
|
-
return stack.resolve(
|
|
88
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
89
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
90
|
-
handlerExecutionContext
|
|
91
|
-
);
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
private serialize(input: GetRecordsCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
95
|
-
return serializeAws_json1_0GetRecordsCommand(input, context);
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<GetRecordsCommandOutput> {
|
|
99
|
-
return deserializeAws_json1_0GetRecordsCommand(output, context);
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
// Start section: command_body_extra
|
|
103
|
-
// End section: command_body_extra
|
|
104
|
-
}
|
|
@@ -1,101 +0,0 @@
|
|
|
1
|
-
import { DynamoDBStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBStreamsClient";
|
|
2
|
-
import { GetShardIteratorInput, GetShardIteratorOutput } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_json1_0GetShardIteratorCommand,
|
|
5
|
-
serializeAws_json1_0GetShardIteratorCommand,
|
|
6
|
-
} from "../protocols/Aws_json1_0";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface GetShardIteratorCommandInput extends GetShardIteratorInput {}
|
|
21
|
-
export interface GetShardIteratorCommandOutput extends GetShardIteratorOutput, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Returns a shard iterator. A shard iterator provides information
|
|
25
|
-
* about how to retrieve the stream records from within a shard. Use
|
|
26
|
-
* the shard iterator in a subsequent
|
|
27
|
-
* <code>GetRecords</code> request to read the stream records
|
|
28
|
-
* from the shard.</p>
|
|
29
|
-
* <note>
|
|
30
|
-
* <p>A shard iterator expires 15 minutes after it is returned to the requester.</p>
|
|
31
|
-
* </note>
|
|
32
|
-
* @example
|
|
33
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
34
|
-
* ```javascript
|
|
35
|
-
* import { DynamoDBStreamsClient, GetShardIteratorCommand } from "@aws-sdk/client-dynamodb-streams"; // ES Modules import
|
|
36
|
-
* // const { DynamoDBStreamsClient, GetShardIteratorCommand } = require("@aws-sdk/client-dynamodb-streams"); // CommonJS import
|
|
37
|
-
* const client = new DynamoDBStreamsClient(config);
|
|
38
|
-
* const command = new GetShardIteratorCommand(input);
|
|
39
|
-
* const response = await client.send(command);
|
|
40
|
-
* ```
|
|
41
|
-
*
|
|
42
|
-
* @see {@link GetShardIteratorCommandInput} for command's `input` shape.
|
|
43
|
-
* @see {@link GetShardIteratorCommandOutput} for command's `response` shape.
|
|
44
|
-
* @see {@link DynamoDBStreamsClientResolvedConfig | config} for command's `input` shape.
|
|
45
|
-
*
|
|
46
|
-
*/
|
|
47
|
-
export class GetShardIteratorCommand extends $Command<
|
|
48
|
-
GetShardIteratorCommandInput,
|
|
49
|
-
GetShardIteratorCommandOutput,
|
|
50
|
-
DynamoDBStreamsClientResolvedConfig
|
|
51
|
-
> {
|
|
52
|
-
// Start section: command_properties
|
|
53
|
-
// End section: command_properties
|
|
54
|
-
|
|
55
|
-
constructor(readonly input: GetShardIteratorCommandInput) {
|
|
56
|
-
// Start section: command_constructor
|
|
57
|
-
super();
|
|
58
|
-
// End section: command_constructor
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
/**
|
|
62
|
-
* @internal
|
|
63
|
-
*/
|
|
64
|
-
resolveMiddleware(
|
|
65
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
66
|
-
configuration: DynamoDBStreamsClientResolvedConfig,
|
|
67
|
-
options?: __HttpHandlerOptions
|
|
68
|
-
): Handler<GetShardIteratorCommandInput, GetShardIteratorCommandOutput> {
|
|
69
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
70
|
-
|
|
71
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
72
|
-
|
|
73
|
-
const { logger } = configuration;
|
|
74
|
-
const clientName = "DynamoDBStreamsClient";
|
|
75
|
-
const commandName = "GetShardIteratorCommand";
|
|
76
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
77
|
-
logger,
|
|
78
|
-
clientName,
|
|
79
|
-
commandName,
|
|
80
|
-
inputFilterSensitiveLog: GetShardIteratorInput.filterSensitiveLog,
|
|
81
|
-
outputFilterSensitiveLog: GetShardIteratorOutput.filterSensitiveLog,
|
|
82
|
-
};
|
|
83
|
-
const { requestHandler } = configuration;
|
|
84
|
-
return stack.resolve(
|
|
85
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
86
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
87
|
-
handlerExecutionContext
|
|
88
|
-
);
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
private serialize(input: GetShardIteratorCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
92
|
-
return serializeAws_json1_0GetShardIteratorCommand(input, context);
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<GetShardIteratorCommandOutput> {
|
|
96
|
-
return deserializeAws_json1_0GetShardIteratorCommand(output, context);
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
// Start section: command_body_extra
|
|
100
|
-
// End section: command_body_extra
|
|
101
|
-
}
|
|
@@ -1,99 +0,0 @@
|
|
|
1
|
-
import { DynamoDBStreamsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DynamoDBStreamsClient";
|
|
2
|
-
import { ListStreamsInput, ListStreamsOutput } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_json1_0ListStreamsCommand,
|
|
5
|
-
serializeAws_json1_0ListStreamsCommand,
|
|
6
|
-
} from "../protocols/Aws_json1_0";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface ListStreamsCommandInput extends ListStreamsInput {}
|
|
21
|
-
export interface ListStreamsCommandOutput extends ListStreamsOutput, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Returns an array of stream ARNs associated with the current account and endpoint. If the
|
|
25
|
-
* <code>TableName</code> parameter is present, then <code>ListStreams</code> will return only the
|
|
26
|
-
* streams ARNs for that table.</p>
|
|
27
|
-
* <note>
|
|
28
|
-
* <p>You can call <code>ListStreams</code> at a maximum rate of 5 times per second.</p>
|
|
29
|
-
* </note>
|
|
30
|
-
* @example
|
|
31
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
32
|
-
* ```javascript
|
|
33
|
-
* import { DynamoDBStreamsClient, ListStreamsCommand } from "@aws-sdk/client-dynamodb-streams"; // ES Modules import
|
|
34
|
-
* // const { DynamoDBStreamsClient, ListStreamsCommand } = require("@aws-sdk/client-dynamodb-streams"); // CommonJS import
|
|
35
|
-
* const client = new DynamoDBStreamsClient(config);
|
|
36
|
-
* const command = new ListStreamsCommand(input);
|
|
37
|
-
* const response = await client.send(command);
|
|
38
|
-
* ```
|
|
39
|
-
*
|
|
40
|
-
* @see {@link ListStreamsCommandInput} for command's `input` shape.
|
|
41
|
-
* @see {@link ListStreamsCommandOutput} for command's `response` shape.
|
|
42
|
-
* @see {@link DynamoDBStreamsClientResolvedConfig | config} for command's `input` shape.
|
|
43
|
-
*
|
|
44
|
-
*/
|
|
45
|
-
export class ListStreamsCommand extends $Command<
|
|
46
|
-
ListStreamsCommandInput,
|
|
47
|
-
ListStreamsCommandOutput,
|
|
48
|
-
DynamoDBStreamsClientResolvedConfig
|
|
49
|
-
> {
|
|
50
|
-
// Start section: command_properties
|
|
51
|
-
// End section: command_properties
|
|
52
|
-
|
|
53
|
-
constructor(readonly input: ListStreamsCommandInput) {
|
|
54
|
-
// Start section: command_constructor
|
|
55
|
-
super();
|
|
56
|
-
// End section: command_constructor
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
/**
|
|
60
|
-
* @internal
|
|
61
|
-
*/
|
|
62
|
-
resolveMiddleware(
|
|
63
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
64
|
-
configuration: DynamoDBStreamsClientResolvedConfig,
|
|
65
|
-
options?: __HttpHandlerOptions
|
|
66
|
-
): Handler<ListStreamsCommandInput, ListStreamsCommandOutput> {
|
|
67
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
68
|
-
|
|
69
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
70
|
-
|
|
71
|
-
const { logger } = configuration;
|
|
72
|
-
const clientName = "DynamoDBStreamsClient";
|
|
73
|
-
const commandName = "ListStreamsCommand";
|
|
74
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
75
|
-
logger,
|
|
76
|
-
clientName,
|
|
77
|
-
commandName,
|
|
78
|
-
inputFilterSensitiveLog: ListStreamsInput.filterSensitiveLog,
|
|
79
|
-
outputFilterSensitiveLog: ListStreamsOutput.filterSensitiveLog,
|
|
80
|
-
};
|
|
81
|
-
const { requestHandler } = configuration;
|
|
82
|
-
return stack.resolve(
|
|
83
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
84
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
85
|
-
handlerExecutionContext
|
|
86
|
-
);
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
private serialize(input: ListStreamsCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
90
|
-
return serializeAws_json1_0ListStreamsCommand(input, context);
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<ListStreamsCommandOutput> {
|
|
94
|
-
return deserializeAws_json1_0ListStreamsCommand(output, context);
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
// Start section: command_body_extra
|
|
98
|
-
// End section: command_body_extra
|
|
99
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DynamoDBStreams.js","sourceRoot":"","sources":["../../DynamoDBStreams.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DynamoDBStreamsClient.js","sourceRoot":"","sources":["../../DynamoDBStreamsClient.ts"],"names":[],"mappings":";;;AAIA,mDAAyE;AACzE,8DAOkC;AAClC,kFAA4E;AAC5E,4EAKyC;AACzC,kEAA6D;AAC7D,gEAAsH;AACtH,oEAKqC;AACrC,0EAKwC;AAExC,0DAIgC;AAuKhC;;;;;;;GAOG;AACH,MAAa,qBAAsB,SAAQ,sBAK1C;IAMC,YAAY,aAA0C;QACpD,IAAI,SAAS,GAAG,gCAAkB,CAAC,aAAa,CAAC,CAAC;QAClD,IAAI,SAAS,GAAG,qCAAmB,CAAC,SAAS,CAAC,CAAC;QAC/C,IAAI,SAAS,GAAG,wCAAsB,CAAC,SAAS,CAAC,CAAC;QAClD,IAAI,SAAS,GAAG,qCAAkB,CAAC,SAAS,CAAC,CAAC;QAC9C,IAAI,SAAS,GAAG,gDAAuB,CAAC,SAAS,CAAC,CAAC;QACnD,IAAI,SAAS,GAAG,yCAAoB,CAAC,SAAS,CAAC,CAAC;QAChD,IAAI,SAAS,GAAG,8CAAsB,CAAC,SAAS,CAAC,CAAC;QAClD,KAAK,CAAC,SAAS,CAAC,CAAC;QACjB,IAAI,CAAC,MAAM,GAAG,SAAS,CAAC;QACxB,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC;QACtD,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,kDAAsB,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC;QAC9D,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,4CAAmB,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC;QAC3D,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,mCAAe,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC;QACvD,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,qCAAgB,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC;QACxD,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,0CAAkB,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC;IAC5D,CAAC;IAED;;;;OAIG;IACH,OAAO;QACL,KAAK,CAAC,OAAO,EAAE,CAAC;IAClB,CAAC;CACF;AArCD,sDAqCC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DescribeStreamCommand.js","sourceRoot":"","sources":["../../../commands/DescribeStreamCommand.ts"],"names":[],"mappings":";;;AACA,iDAA+E;AAC/E,0DAGkC;AAClC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;;;;;;;;;GAwBG;AACH,MAAa,qBAAsB,SAAQ,uBAI1C;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAAiC;QACpD,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAA4B;QAGpD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAAkD,EAClD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,uBAAuB,CAAC;QAC3C,MAAM,WAAW,GAAG,uBAAuB,CAAC;QAC5C,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,8BAAmB,CAAC,kBAAkB;YAC/D,wBAAwB,EAAE,+BAAoB,CAAC,kBAAkB;SAClE,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAAiC,EAAE,OAAuB;QAC1E,OAAO,uDAAyC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IACnE,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,yDAA2C,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACtE,CAAC;CAIF;AAtDD,sDAsDC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"GetRecordsCommand.js","sourceRoot":"","sources":["../../../commands/GetRecordsCommand.ts"],"names":[],"mappings":";;;AACA,iDAAuE;AACvE,0DAGkC;AAClC,gEAA2D;AAE3D,0DAA6D;AAc7D;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,MAAa,iBAAkB,SAAQ,uBAItC;IACC,oCAAoC;IACpC,kCAAkC;IAElC,YAAqB,KAA6B;QAChD,qCAAqC;QACrC,KAAK,EAAE,CAAC;QAFW,UAAK,GAAL,KAAK,CAAwB;QAGhD,mCAAmC;IACrC,CAAC;IAED;;OAEG;IACH,iBAAiB,CACf,WAAmE,EACnE,aAAkD,EAClD,OAA8B;QAE9B,IAAI,CAAC,eAAe,CAAC,GAAG,CAAC,iCAAc,CAAC,aAAa,EAAE,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;QAE1F,MAAM,KAAK,GAAG,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,eAAe,CAAC,CAAC;QAEvD,MAAM,EAAE,MAAM,EAAE,GAAG,aAAa,CAAC;QACjC,MAAM,UAAU,GAAG,uBAAuB,CAAC;QAC3C,MAAM,WAAW,GAAG,mBAAmB,CAAC;QACxC,MAAM,uBAAuB,GAA4B;YACvD,MAAM;YACN,UAAU;YACV,WAAW;YACX,uBAAuB,EAAE,0BAAe,CAAC,kBAAkB;YAC3D,wBAAwB,EAAE,2BAAgB,CAAC,kBAAkB;SAC9D,CAAC;QACF,MAAM,EAAE,cAAc,EAAE,GAAG,aAAa,CAAC;QACzC,OAAO,KAAK,CAAC,OAAO,CAClB,CAAC,OAAsC,EAAE,EAAE,CACzC,cAAc,CAAC,MAAM,CAAC,OAAO,CAAC,OAAwB,EAAE,OAAO,IAAI,EAAE,CAAC,EACxE,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAEO,SAAS,CAAC,KAA6B,EAAE,OAAuB;QACtE,OAAO,mDAAqC,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAC/D,CAAC;IAEO,WAAW,CAAC,MAAsB,EAAE,OAAuB;QACjE,OAAO,qDAAuC,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAClE,CAAC;CAIF;AAtDD,8CAsDC"}
|