@aws-sdk/client-firehose 3.957.0 → 3.962.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/README.md +1 -18
- package/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-cjs/index.js +585 -1017
- package/dist-cjs/runtimeConfig.browser.js +1 -2
- package/dist-cjs/runtimeConfig.js +2 -4
- package/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +4 -6
- package/dist-es/schemas/schemas_0.js +585 -1017
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -8,7 +8,6 @@ AWS SDK for JavaScript Firehose Client for Node.js, Browser and React Native.
|
|
|
8
8
|
|
|
9
9
|
<fullname>Amazon Data Firehose</fullname>
|
|
10
10
|
<note>
|
|
11
|
-
|
|
12
11
|
<p>Amazon Data Firehose was previously known as Amazon Kinesis Data Firehose.</p>
|
|
13
12
|
</note>
|
|
14
13
|
<p>Amazon Data Firehose is a fully managed service that delivers real-time streaming
|
|
@@ -16,10 +15,8 @@ data to destinations such as Amazon Simple Storage Service (Amazon S3), Amazon O
|
|
|
16
15
|
Service, Amazon Redshift, Splunk, and various other supported destinations.</p>
|
|
17
16
|
|
|
18
17
|
## Installing
|
|
19
|
-
|
|
20
18
|
To install this package, simply type add or install @aws-sdk/client-firehose
|
|
21
19
|
using your favorite package manager:
|
|
22
|
-
|
|
23
20
|
- `npm install @aws-sdk/client-firehose`
|
|
24
21
|
- `yarn add @aws-sdk/client-firehose`
|
|
25
22
|
- `pnpm add @aws-sdk/client-firehose`
|
|
@@ -55,9 +52,7 @@ To send a request, you:
|
|
|
55
52
|
// a client can be shared by different commands.
|
|
56
53
|
const client = new FirehoseClient({ region: "REGION" });
|
|
57
54
|
|
|
58
|
-
const params = {
|
|
59
|
-
/** input parameters */
|
|
60
|
-
};
|
|
55
|
+
const params = { /** input parameters */ };
|
|
61
56
|
const command = new ListDeliveryStreamsCommand(params);
|
|
62
57
|
```
|
|
63
58
|
|
|
@@ -216,7 +211,6 @@ CreateDeliveryStream
|
|
|
216
211
|
</summary>
|
|
217
212
|
|
|
218
213
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/firehose/command/CreateDeliveryStreamCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-firehose/Interface/CreateDeliveryStreamCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-firehose/Interface/CreateDeliveryStreamCommandOutput/)
|
|
219
|
-
|
|
220
214
|
</details>
|
|
221
215
|
<details>
|
|
222
216
|
<summary>
|
|
@@ -224,7 +218,6 @@ DeleteDeliveryStream
|
|
|
224
218
|
</summary>
|
|
225
219
|
|
|
226
220
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/firehose/command/DeleteDeliveryStreamCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-firehose/Interface/DeleteDeliveryStreamCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-firehose/Interface/DeleteDeliveryStreamCommandOutput/)
|
|
227
|
-
|
|
228
221
|
</details>
|
|
229
222
|
<details>
|
|
230
223
|
<summary>
|
|
@@ -232,7 +225,6 @@ DescribeDeliveryStream
|
|
|
232
225
|
</summary>
|
|
233
226
|
|
|
234
227
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/firehose/command/DescribeDeliveryStreamCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-firehose/Interface/DescribeDeliveryStreamCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-firehose/Interface/DescribeDeliveryStreamCommandOutput/)
|
|
235
|
-
|
|
236
228
|
</details>
|
|
237
229
|
<details>
|
|
238
230
|
<summary>
|
|
@@ -240,7 +232,6 @@ ListDeliveryStreams
|
|
|
240
232
|
</summary>
|
|
241
233
|
|
|
242
234
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/firehose/command/ListDeliveryStreamsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-firehose/Interface/ListDeliveryStreamsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-firehose/Interface/ListDeliveryStreamsCommandOutput/)
|
|
243
|
-
|
|
244
235
|
</details>
|
|
245
236
|
<details>
|
|
246
237
|
<summary>
|
|
@@ -248,7 +239,6 @@ ListTagsForDeliveryStream
|
|
|
248
239
|
</summary>
|
|
249
240
|
|
|
250
241
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/firehose/command/ListTagsForDeliveryStreamCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-firehose/Interface/ListTagsForDeliveryStreamCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-firehose/Interface/ListTagsForDeliveryStreamCommandOutput/)
|
|
251
|
-
|
|
252
242
|
</details>
|
|
253
243
|
<details>
|
|
254
244
|
<summary>
|
|
@@ -256,7 +246,6 @@ PutRecord
|
|
|
256
246
|
</summary>
|
|
257
247
|
|
|
258
248
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/firehose/command/PutRecordCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-firehose/Interface/PutRecordCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-firehose/Interface/PutRecordCommandOutput/)
|
|
259
|
-
|
|
260
249
|
</details>
|
|
261
250
|
<details>
|
|
262
251
|
<summary>
|
|
@@ -264,7 +253,6 @@ PutRecordBatch
|
|
|
264
253
|
</summary>
|
|
265
254
|
|
|
266
255
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/firehose/command/PutRecordBatchCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-firehose/Interface/PutRecordBatchCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-firehose/Interface/PutRecordBatchCommandOutput/)
|
|
267
|
-
|
|
268
256
|
</details>
|
|
269
257
|
<details>
|
|
270
258
|
<summary>
|
|
@@ -272,7 +260,6 @@ StartDeliveryStreamEncryption
|
|
|
272
260
|
</summary>
|
|
273
261
|
|
|
274
262
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/firehose/command/StartDeliveryStreamEncryptionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-firehose/Interface/StartDeliveryStreamEncryptionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-firehose/Interface/StartDeliveryStreamEncryptionCommandOutput/)
|
|
275
|
-
|
|
276
263
|
</details>
|
|
277
264
|
<details>
|
|
278
265
|
<summary>
|
|
@@ -280,7 +267,6 @@ StopDeliveryStreamEncryption
|
|
|
280
267
|
</summary>
|
|
281
268
|
|
|
282
269
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/firehose/command/StopDeliveryStreamEncryptionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-firehose/Interface/StopDeliveryStreamEncryptionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-firehose/Interface/StopDeliveryStreamEncryptionCommandOutput/)
|
|
283
|
-
|
|
284
270
|
</details>
|
|
285
271
|
<details>
|
|
286
272
|
<summary>
|
|
@@ -288,7 +274,6 @@ TagDeliveryStream
|
|
|
288
274
|
</summary>
|
|
289
275
|
|
|
290
276
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/firehose/command/TagDeliveryStreamCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-firehose/Interface/TagDeliveryStreamCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-firehose/Interface/TagDeliveryStreamCommandOutput/)
|
|
291
|
-
|
|
292
277
|
</details>
|
|
293
278
|
<details>
|
|
294
279
|
<summary>
|
|
@@ -296,7 +281,6 @@ UntagDeliveryStream
|
|
|
296
281
|
</summary>
|
|
297
282
|
|
|
298
283
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/firehose/command/UntagDeliveryStreamCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-firehose/Interface/UntagDeliveryStreamCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-firehose/Interface/UntagDeliveryStreamCommandOutput/)
|
|
299
|
-
|
|
300
284
|
</details>
|
|
301
285
|
<details>
|
|
302
286
|
<summary>
|
|
@@ -304,5 +288,4 @@ UpdateDestination
|
|
|
304
288
|
</summary>
|
|
305
289
|
|
|
306
290
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/firehose/command/UpdateDestinationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-firehose/Interface/UpdateDestinationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-firehose/Interface/UpdateDestinationCommandOutput/)
|
|
307
|
-
|
|
308
291
|
</details>
|
|
@@ -6,10 +6,9 @@ const util_middleware_1 = require("@smithy/util-middleware");
|
|
|
6
6
|
const defaultFirehoseHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
7
7
|
return {
|
|
8
8
|
operation: (0, util_middleware_1.getSmithyContext)(context).operation,
|
|
9
|
-
region:
|
|
10
|
-
(
|
|
11
|
-
|
|
12
|
-
})(),
|
|
9
|
+
region: await (0, util_middleware_1.normalizeProvider)(config.region)() || (() => {
|
|
10
|
+
throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
|
|
11
|
+
})(),
|
|
13
12
|
};
|
|
14
13
|
};
|
|
15
14
|
exports.defaultFirehoseHttpAuthSchemeParametersProvider = defaultFirehoseHttpAuthSchemeParametersProvider;
|