@aws-sdk/client-firehose 3.649.0 → 3.650.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/index.js +12 -36
- package/dist-es/commands/CreateDeliveryStreamCommand.js +1 -3
- package/dist-es/commands/DeleteDeliveryStreamCommand.js +1 -3
- package/dist-es/commands/DescribeDeliveryStreamCommand.js +1 -3
- package/dist-es/commands/ListDeliveryStreamsCommand.js +1 -3
- package/dist-es/commands/ListTagsForDeliveryStreamCommand.js +1 -3
- package/dist-es/commands/PutRecordBatchCommand.js +1 -3
- package/dist-es/commands/PutRecordCommand.js +1 -3
- package/dist-es/commands/StartDeliveryStreamEncryptionCommand.js +1 -3
- package/dist-es/commands/StopDeliveryStreamEncryptionCommand.js +1 -3
- package/dist-es/commands/TagDeliveryStreamCommand.js +1 -3
- package/dist-es/commands/UntagDeliveryStreamCommand.js +1 -3
- package/dist-es/commands/UpdateDestinationCommand.js +1 -3
- package/package.json +4 -4
package/dist-cjs/index.js
CHANGED
|
@@ -1370,9 +1370,7 @@ function sharedHeaders(operation) {
|
|
|
1370
1370
|
__name(sharedHeaders, "sharedHeaders");
|
|
1371
1371
|
|
|
1372
1372
|
// src/commands/CreateDeliveryStreamCommand.ts
|
|
1373
|
-
var _CreateDeliveryStreamCommand = class _CreateDeliveryStreamCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1374
|
-
...commonParams
|
|
1375
|
-
}).m(function(Command, cs, config, o) {
|
|
1373
|
+
var _CreateDeliveryStreamCommand = class _CreateDeliveryStreamCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1376
1374
|
return [
|
|
1377
1375
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1378
1376
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1386,9 +1384,7 @@ var CreateDeliveryStreamCommand = _CreateDeliveryStreamCommand;
|
|
|
1386
1384
|
|
|
1387
1385
|
|
|
1388
1386
|
|
|
1389
|
-
var _DeleteDeliveryStreamCommand = class _DeleteDeliveryStreamCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1390
|
-
...commonParams
|
|
1391
|
-
}).m(function(Command, cs, config, o) {
|
|
1387
|
+
var _DeleteDeliveryStreamCommand = class _DeleteDeliveryStreamCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1392
1388
|
return [
|
|
1393
1389
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1394
1390
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1402,9 +1398,7 @@ var DeleteDeliveryStreamCommand = _DeleteDeliveryStreamCommand;
|
|
|
1402
1398
|
|
|
1403
1399
|
|
|
1404
1400
|
|
|
1405
|
-
var _DescribeDeliveryStreamCommand = class _DescribeDeliveryStreamCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1406
|
-
...commonParams
|
|
1407
|
-
}).m(function(Command, cs, config, o) {
|
|
1401
|
+
var _DescribeDeliveryStreamCommand = class _DescribeDeliveryStreamCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1408
1402
|
return [
|
|
1409
1403
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1410
1404
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1418,9 +1412,7 @@ var DescribeDeliveryStreamCommand = _DescribeDeliveryStreamCommand;
|
|
|
1418
1412
|
|
|
1419
1413
|
|
|
1420
1414
|
|
|
1421
|
-
var _ListDeliveryStreamsCommand = class _ListDeliveryStreamsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1422
|
-
...commonParams
|
|
1423
|
-
}).m(function(Command, cs, config, o) {
|
|
1415
|
+
var _ListDeliveryStreamsCommand = class _ListDeliveryStreamsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1424
1416
|
return [
|
|
1425
1417
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1426
1418
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1434,9 +1426,7 @@ var ListDeliveryStreamsCommand = _ListDeliveryStreamsCommand;
|
|
|
1434
1426
|
|
|
1435
1427
|
|
|
1436
1428
|
|
|
1437
|
-
var _ListTagsForDeliveryStreamCommand = class _ListTagsForDeliveryStreamCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1438
|
-
...commonParams
|
|
1439
|
-
}).m(function(Command, cs, config, o) {
|
|
1429
|
+
var _ListTagsForDeliveryStreamCommand = class _ListTagsForDeliveryStreamCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1440
1430
|
return [
|
|
1441
1431
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1442
1432
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1450,9 +1440,7 @@ var ListTagsForDeliveryStreamCommand = _ListTagsForDeliveryStreamCommand;
|
|
|
1450
1440
|
|
|
1451
1441
|
|
|
1452
1442
|
|
|
1453
|
-
var _PutRecordBatchCommand = class _PutRecordBatchCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1454
|
-
...commonParams
|
|
1455
|
-
}).m(function(Command, cs, config, o) {
|
|
1443
|
+
var _PutRecordBatchCommand = class _PutRecordBatchCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1456
1444
|
return [
|
|
1457
1445
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1458
1446
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1466,9 +1454,7 @@ var PutRecordBatchCommand = _PutRecordBatchCommand;
|
|
|
1466
1454
|
|
|
1467
1455
|
|
|
1468
1456
|
|
|
1469
|
-
var _PutRecordCommand = class _PutRecordCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1470
|
-
...commonParams
|
|
1471
|
-
}).m(function(Command, cs, config, o) {
|
|
1457
|
+
var _PutRecordCommand = class _PutRecordCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1472
1458
|
return [
|
|
1473
1459
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1474
1460
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1482,9 +1468,7 @@ var PutRecordCommand = _PutRecordCommand;
|
|
|
1482
1468
|
|
|
1483
1469
|
|
|
1484
1470
|
|
|
1485
|
-
var _StartDeliveryStreamEncryptionCommand = class _StartDeliveryStreamEncryptionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1486
|
-
...commonParams
|
|
1487
|
-
}).m(function(Command, cs, config, o) {
|
|
1471
|
+
var _StartDeliveryStreamEncryptionCommand = class _StartDeliveryStreamEncryptionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1488
1472
|
return [
|
|
1489
1473
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1490
1474
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1498,9 +1482,7 @@ var StartDeliveryStreamEncryptionCommand = _StartDeliveryStreamEncryptionCommand
|
|
|
1498
1482
|
|
|
1499
1483
|
|
|
1500
1484
|
|
|
1501
|
-
var _StopDeliveryStreamEncryptionCommand = class _StopDeliveryStreamEncryptionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1502
|
-
...commonParams
|
|
1503
|
-
}).m(function(Command, cs, config, o) {
|
|
1485
|
+
var _StopDeliveryStreamEncryptionCommand = class _StopDeliveryStreamEncryptionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1504
1486
|
return [
|
|
1505
1487
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1506
1488
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1514,9 +1496,7 @@ var StopDeliveryStreamEncryptionCommand = _StopDeliveryStreamEncryptionCommand;
|
|
|
1514
1496
|
|
|
1515
1497
|
|
|
1516
1498
|
|
|
1517
|
-
var _TagDeliveryStreamCommand = class _TagDeliveryStreamCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1518
|
-
...commonParams
|
|
1519
|
-
}).m(function(Command, cs, config, o) {
|
|
1499
|
+
var _TagDeliveryStreamCommand = class _TagDeliveryStreamCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1520
1500
|
return [
|
|
1521
1501
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1522
1502
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1530,9 +1510,7 @@ var TagDeliveryStreamCommand = _TagDeliveryStreamCommand;
|
|
|
1530
1510
|
|
|
1531
1511
|
|
|
1532
1512
|
|
|
1533
|
-
var _UntagDeliveryStreamCommand = class _UntagDeliveryStreamCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1534
|
-
...commonParams
|
|
1535
|
-
}).m(function(Command, cs, config, o) {
|
|
1513
|
+
var _UntagDeliveryStreamCommand = class _UntagDeliveryStreamCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1536
1514
|
return [
|
|
1537
1515
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1538
1516
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1546,9 +1524,7 @@ var UntagDeliveryStreamCommand = _UntagDeliveryStreamCommand;
|
|
|
1546
1524
|
|
|
1547
1525
|
|
|
1548
1526
|
|
|
1549
|
-
var _UpdateDestinationCommand = class _UpdateDestinationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1550
|
-
...commonParams
|
|
1551
|
-
}).m(function(Command, cs, config, o) {
|
|
1527
|
+
var _UpdateDestinationCommand = class _UpdateDestinationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1552
1528
|
return [
|
|
1553
1529
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1554
1530
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7,9 +7,7 @@ import { de_CreateDeliveryStreamCommand, se_CreateDeliveryStreamCommand } from "
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateDeliveryStreamCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteDeliveryStreamCommand, se_DeleteDeliveryStreamCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteDeliveryStreamCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_DescribeDeliveryStreamCommand, se_DescribeDeliveryStreamCommand } fr
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DescribeDeliveryStreamCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListDeliveryStreamsCommand, se_ListDeliveryStreamsCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListDeliveryStreamsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListTagsForDeliveryStreamCommand, se_ListTagsForDeliveryStreamComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTagsForDeliveryStreamCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_PutRecordBatchCommand, se_PutRecordBatchCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PutRecordBatchCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_PutRecordCommand, se_PutRecordCommand } from "../protocols/Aws_json1
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PutRecordCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_StartDeliveryStreamEncryptionCommand, se_StartDeliveryStreamEncrypti
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StartDeliveryStreamEncryptionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_StopDeliveryStreamEncryptionCommand, se_StopDeliveryStreamEncryption
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StopDeliveryStreamEncryptionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_TagDeliveryStreamCommand, se_TagDeliveryStreamCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class TagDeliveryStreamCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UntagDeliveryStreamCommand, se_UntagDeliveryStreamCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UntagDeliveryStreamCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_UpdateDestinationCommand, se_UpdateDestinationCommand } from "../pro
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UpdateDestinationCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-firehose",
|
|
3
3
|
"description": "AWS SDK for JavaScript Firehose Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.650.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-firehose",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.650.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.650.0",
|
|
25
25
|
"@aws-sdk/core": "3.649.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.650.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|