@aws-sdk/client-firehose 3.590.0 → 3.596.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 +3 -4
- package/dist-cjs/index.js +0 -12
- package/dist-types/Firehose.d.ts +3 -4
- package/dist-types/FirehoseClient.d.ts +3 -4
- package/dist-types/commands/CreateDeliveryStreamCommand.d.ts +27 -6
- package/dist-types/commands/DeleteDeliveryStreamCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDeliveryStreamCommand.d.ts +23 -2
- package/dist-types/commands/ListDeliveryStreamsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForDeliveryStreamCommand.d.ts +2 -1
- package/dist-types/commands/PutRecordBatchCommand.d.ts +2 -1
- package/dist-types/commands/PutRecordCommand.d.ts +2 -1
- package/dist-types/commands/StartDeliveryStreamEncryptionCommand.d.ts +5 -2
- package/dist-types/commands/StopDeliveryStreamEncryptionCommand.d.ts +2 -1
- package/dist-types/commands/TagDeliveryStreamCommand.d.ts +2 -1
- package/dist-types/commands/UntagDeliveryStreamCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDestinationCommand.d.ts +22 -1
- package/dist-types/index.d.ts +5 -6
- package/dist-types/models/FirehoseServiceException.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +120 -9
- package/dist-types/ts3.4/commands/CreateDeliveryStreamCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteDeliveryStreamCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeDeliveryStreamCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListDeliveryStreamsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTagsForDeliveryStreamCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/PutRecordBatchCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/PutRecordCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartDeliveryStreamEncryptionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StopDeliveryStreamEncryptionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TagDeliveryStreamCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UntagDeliveryStreamCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateDestinationCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/FirehoseServiceException.d.ts +2 -1
- package/dist-types/ts3.4/models/models_0.d.ts +23 -6
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -11,10 +11,9 @@ AWS SDK for JavaScript Firehose Client for Node.js, Browser and React Native.
|
|
|
11
11
|
|
|
12
12
|
<p>Amazon Data Firehose was previously known as Amazon Kinesis Data Firehose.</p>
|
|
13
13
|
</note>
|
|
14
|
-
<p>Amazon Data Firehose is a fully managed service that delivers real-time
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
destinations.</p>
|
|
14
|
+
<p>Amazon Data Firehose is a fully managed service that delivers real-time streaming
|
|
15
|
+
data to destinations such as Amazon Simple Storage Service (Amazon S3), Amazon OpenSearch
|
|
16
|
+
Service, Amazon Redshift, Splunk, and various other supported destinations.</p>
|
|
18
17
|
|
|
19
18
|
## Installing
|
|
20
19
|
|
package/dist-cjs/index.js
CHANGED
|
@@ -246,7 +246,6 @@ var FirehoseClient = _FirehoseClient;
|
|
|
246
246
|
|
|
247
247
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
248
248
|
|
|
249
|
-
var import_types = require("@smithy/types");
|
|
250
249
|
|
|
251
250
|
// src/models/models_0.ts
|
|
252
251
|
|
|
@@ -1376,7 +1375,6 @@ var CreateDeliveryStreamCommand = _CreateDeliveryStreamCommand;
|
|
|
1376
1375
|
|
|
1377
1376
|
|
|
1378
1377
|
|
|
1379
|
-
|
|
1380
1378
|
var _DeleteDeliveryStreamCommand = class _DeleteDeliveryStreamCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1381
1379
|
...commonParams
|
|
1382
1380
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1393,7 +1391,6 @@ var DeleteDeliveryStreamCommand = _DeleteDeliveryStreamCommand;
|
|
|
1393
1391
|
|
|
1394
1392
|
|
|
1395
1393
|
|
|
1396
|
-
|
|
1397
1394
|
var _DescribeDeliveryStreamCommand = class _DescribeDeliveryStreamCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1398
1395
|
...commonParams
|
|
1399
1396
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1410,7 +1407,6 @@ var DescribeDeliveryStreamCommand = _DescribeDeliveryStreamCommand;
|
|
|
1410
1407
|
|
|
1411
1408
|
|
|
1412
1409
|
|
|
1413
|
-
|
|
1414
1410
|
var _ListDeliveryStreamsCommand = class _ListDeliveryStreamsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1415
1411
|
...commonParams
|
|
1416
1412
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1427,7 +1423,6 @@ var ListDeliveryStreamsCommand = _ListDeliveryStreamsCommand;
|
|
|
1427
1423
|
|
|
1428
1424
|
|
|
1429
1425
|
|
|
1430
|
-
|
|
1431
1426
|
var _ListTagsForDeliveryStreamCommand = class _ListTagsForDeliveryStreamCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1432
1427
|
...commonParams
|
|
1433
1428
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1444,7 +1439,6 @@ var ListTagsForDeliveryStreamCommand = _ListTagsForDeliveryStreamCommand;
|
|
|
1444
1439
|
|
|
1445
1440
|
|
|
1446
1441
|
|
|
1447
|
-
|
|
1448
1442
|
var _PutRecordBatchCommand = class _PutRecordBatchCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1449
1443
|
...commonParams
|
|
1450
1444
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1461,7 +1455,6 @@ var PutRecordBatchCommand = _PutRecordBatchCommand;
|
|
|
1461
1455
|
|
|
1462
1456
|
|
|
1463
1457
|
|
|
1464
|
-
|
|
1465
1458
|
var _PutRecordCommand = class _PutRecordCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1466
1459
|
...commonParams
|
|
1467
1460
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1478,7 +1471,6 @@ var PutRecordCommand = _PutRecordCommand;
|
|
|
1478
1471
|
|
|
1479
1472
|
|
|
1480
1473
|
|
|
1481
|
-
|
|
1482
1474
|
var _StartDeliveryStreamEncryptionCommand = class _StartDeliveryStreamEncryptionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1483
1475
|
...commonParams
|
|
1484
1476
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1495,7 +1487,6 @@ var StartDeliveryStreamEncryptionCommand = _StartDeliveryStreamEncryptionCommand
|
|
|
1495
1487
|
|
|
1496
1488
|
|
|
1497
1489
|
|
|
1498
|
-
|
|
1499
1490
|
var _StopDeliveryStreamEncryptionCommand = class _StopDeliveryStreamEncryptionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1500
1491
|
...commonParams
|
|
1501
1492
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1512,7 +1503,6 @@ var StopDeliveryStreamEncryptionCommand = _StopDeliveryStreamEncryptionCommand;
|
|
|
1512
1503
|
|
|
1513
1504
|
|
|
1514
1505
|
|
|
1515
|
-
|
|
1516
1506
|
var _TagDeliveryStreamCommand = class _TagDeliveryStreamCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1517
1507
|
...commonParams
|
|
1518
1508
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1529,7 +1519,6 @@ var TagDeliveryStreamCommand = _TagDeliveryStreamCommand;
|
|
|
1529
1519
|
|
|
1530
1520
|
|
|
1531
1521
|
|
|
1532
|
-
|
|
1533
1522
|
var _UntagDeliveryStreamCommand = class _UntagDeliveryStreamCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1534
1523
|
...commonParams
|
|
1535
1524
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1546,7 +1535,6 @@ var UntagDeliveryStreamCommand = _UntagDeliveryStreamCommand;
|
|
|
1546
1535
|
|
|
1547
1536
|
|
|
1548
1537
|
|
|
1549
|
-
|
|
1550
1538
|
var _UpdateDestinationCommand = class _UpdateDestinationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1551
1539
|
...commonParams
|
|
1552
1540
|
}).m(function(Command, cs, config, o) {
|
package/dist-types/Firehose.d.ts
CHANGED
|
@@ -92,10 +92,9 @@ export interface Firehose {
|
|
|
92
92
|
* <note>
|
|
93
93
|
* <p>Amazon Data Firehose was previously known as Amazon Kinesis Data Firehose.</p>
|
|
94
94
|
* </note>
|
|
95
|
-
* <p>Amazon Data Firehose is a fully managed service that delivers real-time
|
|
96
|
-
*
|
|
97
|
-
*
|
|
98
|
-
* destinations.</p>
|
|
95
|
+
* <p>Amazon Data Firehose is a fully managed service that delivers real-time streaming
|
|
96
|
+
* data to destinations such as Amazon Simple Storage Service (Amazon S3), Amazon OpenSearch
|
|
97
|
+
* Service, Amazon Redshift, Splunk, and various other supported destinations.</p>
|
|
99
98
|
* @public
|
|
100
99
|
*/
|
|
101
100
|
export declare class Firehose extends FirehoseClient implements Firehose {
|
|
@@ -167,10 +167,9 @@ export interface FirehoseClientResolvedConfig extends FirehoseClientResolvedConf
|
|
|
167
167
|
* <note>
|
|
168
168
|
* <p>Amazon Data Firehose was previously known as Amazon Kinesis Data Firehose.</p>
|
|
169
169
|
* </note>
|
|
170
|
-
* <p>Amazon Data Firehose is a fully managed service that delivers real-time
|
|
171
|
-
*
|
|
172
|
-
*
|
|
173
|
-
* destinations.</p>
|
|
170
|
+
* <p>Amazon Data Firehose is a fully managed service that delivers real-time streaming
|
|
171
|
+
* data to destinations such as Amazon Simple Storage Service (Amazon S3), Amazon OpenSearch
|
|
172
|
+
* Service, Amazon Redshift, Splunk, and various other supported destinations.</p>
|
|
174
173
|
* @public
|
|
175
174
|
*/
|
|
176
175
|
export declare class FirehoseClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, FirehoseClientResolvedConfig> {
|
|
@@ -5,7 +5,8 @@ import { CreateDeliveryStreamInput, CreateDeliveryStreamOutput } from "../models
|
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
8
|
-
export { __MetadataBearer
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
9
10
|
/**
|
|
10
11
|
* @public
|
|
11
12
|
*
|
|
@@ -260,8 +261,8 @@ declare const CreateDeliveryStreamCommand_base: {
|
|
|
260
261
|
* DataTableColumns: "STRING_VALUE",
|
|
261
262
|
* CopyOptions: "STRING_VALUE",
|
|
262
263
|
* },
|
|
263
|
-
* Username: "STRING_VALUE",
|
|
264
|
-
* Password: "STRING_VALUE",
|
|
264
|
+
* Username: "STRING_VALUE",
|
|
265
|
+
* Password: "STRING_VALUE",
|
|
265
266
|
* RetryOptions: { // RedshiftRetryOptions
|
|
266
267
|
* DurationInSeconds: Number("int"),
|
|
267
268
|
* },
|
|
@@ -325,6 +326,11 @@ declare const CreateDeliveryStreamCommand_base: {
|
|
|
325
326
|
* },
|
|
326
327
|
* },
|
|
327
328
|
* CloudWatchLoggingOptions: "<CloudWatchLoggingOptions>",
|
|
329
|
+
* SecretsManagerConfiguration: { // SecretsManagerConfiguration
|
|
330
|
+
* SecretARN: "STRING_VALUE",
|
|
331
|
+
* RoleARN: "STRING_VALUE",
|
|
332
|
+
* Enabled: true || false, // required
|
|
333
|
+
* },
|
|
328
334
|
* },
|
|
329
335
|
* ElasticsearchDestinationConfiguration: { // ElasticsearchDestinationConfiguration
|
|
330
336
|
* RoleARN: "STRING_VALUE", // required
|
|
@@ -426,7 +432,7 @@ declare const CreateDeliveryStreamCommand_base: {
|
|
|
426
432
|
* SplunkDestinationConfiguration: { // SplunkDestinationConfiguration
|
|
427
433
|
* HECEndpoint: "STRING_VALUE", // required
|
|
428
434
|
* HECEndpointType: "Raw" || "Event", // required
|
|
429
|
-
* HECToken: "STRING_VALUE",
|
|
435
|
+
* HECToken: "STRING_VALUE",
|
|
430
436
|
* HECAcknowledgmentTimeoutInSeconds: Number("int"),
|
|
431
437
|
* RetryOptions: { // SplunkRetryOptions
|
|
432
438
|
* DurationInSeconds: Number("int"),
|
|
@@ -452,6 +458,11 @@ declare const CreateDeliveryStreamCommand_base: {
|
|
|
452
458
|
* IntervalInSeconds: Number("int"),
|
|
453
459
|
* SizeInMBs: Number("int"),
|
|
454
460
|
* },
|
|
461
|
+
* SecretsManagerConfiguration: {
|
|
462
|
+
* SecretARN: "STRING_VALUE",
|
|
463
|
+
* RoleARN: "STRING_VALUE",
|
|
464
|
+
* Enabled: true || false, // required
|
|
465
|
+
* },
|
|
455
466
|
* },
|
|
456
467
|
* HttpEndpointDestinationConfiguration: { // HttpEndpointDestinationConfiguration
|
|
457
468
|
* EndpointConfiguration: { // HttpEndpointConfiguration
|
|
@@ -480,6 +491,11 @@ declare const CreateDeliveryStreamCommand_base: {
|
|
|
480
491
|
* },
|
|
481
492
|
* S3BackupMode: "FailedDataOnly" || "AllData",
|
|
482
493
|
* S3Configuration: "<S3DestinationConfiguration>", // required
|
|
494
|
+
* SecretsManagerConfiguration: {
|
|
495
|
+
* SecretARN: "STRING_VALUE",
|
|
496
|
+
* RoleARN: "STRING_VALUE",
|
|
497
|
+
* Enabled: true || false, // required
|
|
498
|
+
* },
|
|
483
499
|
* },
|
|
484
500
|
* Tags: [ // TagDeliveryStreamInputTagList
|
|
485
501
|
* { // Tag
|
|
@@ -522,9 +538,9 @@ declare const CreateDeliveryStreamCommand_base: {
|
|
|
522
538
|
* },
|
|
523
539
|
* SnowflakeDestinationConfiguration: { // SnowflakeDestinationConfiguration
|
|
524
540
|
* AccountUrl: "STRING_VALUE", // required
|
|
525
|
-
* PrivateKey: "STRING_VALUE",
|
|
541
|
+
* PrivateKey: "STRING_VALUE",
|
|
526
542
|
* KeyPassphrase: "STRING_VALUE",
|
|
527
|
-
* User: "STRING_VALUE",
|
|
543
|
+
* User: "STRING_VALUE",
|
|
528
544
|
* Database: "STRING_VALUE", // required
|
|
529
545
|
* Schema: "STRING_VALUE", // required
|
|
530
546
|
* Table: "STRING_VALUE", // required
|
|
@@ -546,6 +562,11 @@ declare const CreateDeliveryStreamCommand_base: {
|
|
|
546
562
|
* },
|
|
547
563
|
* S3BackupMode: "FailedDataOnly" || "AllData",
|
|
548
564
|
* S3Configuration: "<S3DestinationConfiguration>", // required
|
|
565
|
+
* SecretsManagerConfiguration: {
|
|
566
|
+
* SecretARN: "STRING_VALUE",
|
|
567
|
+
* RoleARN: "STRING_VALUE",
|
|
568
|
+
* Enabled: true || false, // required
|
|
569
|
+
* },
|
|
549
570
|
* },
|
|
550
571
|
* };
|
|
551
572
|
* const command = new CreateDeliveryStreamCommand(input);
|
|
@@ -5,7 +5,8 @@ import { DescribeDeliveryStreamInput, DescribeDeliveryStreamOutput } from "../mo
|
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
8
|
-
export { __MetadataBearer
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
9
10
|
/**
|
|
10
11
|
* @public
|
|
11
12
|
*
|
|
@@ -237,7 +238,7 @@ declare const DescribeDeliveryStreamCommand_base: {
|
|
|
237
238
|
* // DataTableColumns: "STRING_VALUE",
|
|
238
239
|
* // CopyOptions: "STRING_VALUE",
|
|
239
240
|
* // },
|
|
240
|
-
* // Username: "STRING_VALUE",
|
|
241
|
+
* // Username: "STRING_VALUE",
|
|
241
242
|
* // RetryOptions: { // RedshiftRetryOptions
|
|
242
243
|
* // DurationInSeconds: Number("int"),
|
|
243
244
|
* // },
|
|
@@ -301,6 +302,11 @@ declare const DescribeDeliveryStreamCommand_base: {
|
|
|
301
302
|
* // },
|
|
302
303
|
* // },
|
|
303
304
|
* // CloudWatchLoggingOptions: "<CloudWatchLoggingOptions>",
|
|
305
|
+
* // SecretsManagerConfiguration: { // SecretsManagerConfiguration
|
|
306
|
+
* // SecretARN: "STRING_VALUE",
|
|
307
|
+
* // RoleARN: "STRING_VALUE",
|
|
308
|
+
* // Enabled: true || false, // required
|
|
309
|
+
* // },
|
|
304
310
|
* // },
|
|
305
311
|
* // ElasticsearchDestinationDescription: { // ElasticsearchDestinationDescription
|
|
306
312
|
* // RoleARN: "STRING_VALUE",
|
|
@@ -430,6 +436,11 @@ declare const DescribeDeliveryStreamCommand_base: {
|
|
|
430
436
|
* // IntervalInSeconds: Number("int"),
|
|
431
437
|
* // SizeInMBs: Number("int"),
|
|
432
438
|
* // },
|
|
439
|
+
* // SecretsManagerConfiguration: {
|
|
440
|
+
* // SecretARN: "STRING_VALUE",
|
|
441
|
+
* // RoleARN: "STRING_VALUE",
|
|
442
|
+
* // Enabled: true || false, // required
|
|
443
|
+
* // },
|
|
433
444
|
* // },
|
|
434
445
|
* // HttpEndpointDestinationDescription: { // HttpEndpointDestinationDescription
|
|
435
446
|
* // EndpointConfiguration: { // HttpEndpointDescription
|
|
@@ -457,6 +468,11 @@ declare const DescribeDeliveryStreamCommand_base: {
|
|
|
457
468
|
* // },
|
|
458
469
|
* // S3BackupMode: "FailedDataOnly" || "AllData",
|
|
459
470
|
* // S3DestinationDescription: "<S3DestinationDescription>",
|
|
471
|
+
* // SecretsManagerConfiguration: {
|
|
472
|
+
* // SecretARN: "STRING_VALUE",
|
|
473
|
+
* // RoleARN: "STRING_VALUE",
|
|
474
|
+
* // Enabled: true || false, // required
|
|
475
|
+
* // },
|
|
460
476
|
* // },
|
|
461
477
|
* // SnowflakeDestinationDescription: { // SnowflakeDestinationDescription
|
|
462
478
|
* // AccountUrl: "STRING_VALUE",
|
|
@@ -482,6 +498,11 @@ declare const DescribeDeliveryStreamCommand_base: {
|
|
|
482
498
|
* // },
|
|
483
499
|
* // S3BackupMode: "FailedDataOnly" || "AllData",
|
|
484
500
|
* // S3DestinationDescription: "<S3DestinationDescription>",
|
|
501
|
+
* // SecretsManagerConfiguration: {
|
|
502
|
+
* // SecretARN: "STRING_VALUE",
|
|
503
|
+
* // RoleARN: "STRING_VALUE",
|
|
504
|
+
* // Enabled: true || false, // required
|
|
505
|
+
* // },
|
|
485
506
|
* // },
|
|
486
507
|
* // AmazonOpenSearchServerlessDestinationDescription: { // AmazonOpenSearchServerlessDestinationDescription
|
|
487
508
|
* // RoleARN: "STRING_VALUE",
|
|
@@ -5,7 +5,8 @@ import { StartDeliveryStreamEncryptionInput, StartDeliveryStreamEncryptionOutput
|
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
8
|
-
export { __MetadataBearer
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
9
10
|
/**
|
|
10
11
|
* @public
|
|
11
12
|
*
|
|
@@ -45,7 +46,9 @@ declare const StartDeliveryStreamEncryptionCommand_base: {
|
|
|
45
46
|
* CMK is of type <code>CUSTOMER_MANAGED_CMK</code>, Firehose creates a grant
|
|
46
47
|
* that enables it to use the new CMK to encrypt and decrypt data and to manage the
|
|
47
48
|
* grant.</p>
|
|
48
|
-
* <p>For the KMS grant creation to be successful, Firehose
|
|
49
|
+
* <p>For the KMS grant creation to be successful, the Firehose API operations
|
|
50
|
+
* <code>StartDeliveryStreamEncryption</code> and <code>CreateDeliveryStream</code> should
|
|
51
|
+
* not be called with session credentials that are more than 6 hours old.</p>
|
|
49
52
|
* <p>If a delivery stream already has encryption enabled and then you invoke this operation
|
|
50
53
|
* to change the ARN of the CMK or both its type and ARN and you get
|
|
51
54
|
* <code>ENABLING_FAILED</code>, this only means that the attempt to change the CMK failed.
|
|
@@ -5,7 +5,8 @@ import { UpdateDestinationInput, UpdateDestinationOutput } from "../models/model
|
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
8
|
-
export { __MetadataBearer
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
9
10
|
/**
|
|
10
11
|
* @public
|
|
11
12
|
*
|
|
@@ -274,6 +275,11 @@ declare const UpdateDestinationCommand_base: {
|
|
|
274
275
|
* },
|
|
275
276
|
* },
|
|
276
277
|
* CloudWatchLoggingOptions: "<CloudWatchLoggingOptions>",
|
|
278
|
+
* SecretsManagerConfiguration: { // SecretsManagerConfiguration
|
|
279
|
+
* SecretARN: "STRING_VALUE",
|
|
280
|
+
* RoleARN: "STRING_VALUE",
|
|
281
|
+
* Enabled: true || false, // required
|
|
282
|
+
* },
|
|
277
283
|
* },
|
|
278
284
|
* ElasticsearchDestinationUpdate: { // ElasticsearchDestinationUpdate
|
|
279
285
|
* RoleARN: "STRING_VALUE",
|
|
@@ -381,6 +387,11 @@ declare const UpdateDestinationCommand_base: {
|
|
|
381
387
|
* IntervalInSeconds: Number("int"),
|
|
382
388
|
* SizeInMBs: Number("int"),
|
|
383
389
|
* },
|
|
390
|
+
* SecretsManagerConfiguration: {
|
|
391
|
+
* SecretARN: "STRING_VALUE",
|
|
392
|
+
* RoleARN: "STRING_VALUE",
|
|
393
|
+
* Enabled: true || false, // required
|
|
394
|
+
* },
|
|
384
395
|
* },
|
|
385
396
|
* HttpEndpointDestinationUpdate: { // HttpEndpointDestinationUpdate
|
|
386
397
|
* EndpointConfiguration: { // HttpEndpointConfiguration
|
|
@@ -409,6 +420,11 @@ declare const UpdateDestinationCommand_base: {
|
|
|
409
420
|
* },
|
|
410
421
|
* S3BackupMode: "FailedDataOnly" || "AllData",
|
|
411
422
|
* S3Update: "<S3DestinationUpdate>",
|
|
423
|
+
* SecretsManagerConfiguration: {
|
|
424
|
+
* SecretARN: "STRING_VALUE",
|
|
425
|
+
* RoleARN: "STRING_VALUE",
|
|
426
|
+
* Enabled: true || false, // required
|
|
427
|
+
* },
|
|
412
428
|
* },
|
|
413
429
|
* AmazonOpenSearchServerlessDestinationUpdate: { // AmazonOpenSearchServerlessDestinationUpdate
|
|
414
430
|
* RoleARN: "STRING_VALUE",
|
|
@@ -448,6 +464,11 @@ declare const UpdateDestinationCommand_base: {
|
|
|
448
464
|
* },
|
|
449
465
|
* S3BackupMode: "FailedDataOnly" || "AllData",
|
|
450
466
|
* S3Update: "<S3DestinationUpdate>",
|
|
467
|
+
* SecretsManagerConfiguration: {
|
|
468
|
+
* SecretARN: "STRING_VALUE",
|
|
469
|
+
* RoleARN: "STRING_VALUE",
|
|
470
|
+
* Enabled: true || false, // required
|
|
471
|
+
* },
|
|
451
472
|
* },
|
|
452
473
|
* };
|
|
453
474
|
* const command = new UpdateDestinationCommand(input);
|
package/dist-types/index.d.ts
CHANGED
|
@@ -3,18 +3,17 @@
|
|
|
3
3
|
* <note>
|
|
4
4
|
* <p>Amazon Data Firehose was previously known as Amazon Kinesis Data Firehose.</p>
|
|
5
5
|
* </note>
|
|
6
|
-
* <p>Amazon Data Firehose is a fully managed service that delivers real-time
|
|
7
|
-
*
|
|
8
|
-
*
|
|
9
|
-
* destinations.</p>
|
|
6
|
+
* <p>Amazon Data Firehose is a fully managed service that delivers real-time streaming
|
|
7
|
+
* data to destinations such as Amazon Simple Storage Service (Amazon S3), Amazon OpenSearch
|
|
8
|
+
* Service, Amazon Redshift, Splunk, and various other supported destinations.</p>
|
|
10
9
|
*
|
|
11
10
|
* @packageDocumentation
|
|
12
11
|
*/
|
|
13
12
|
export * from "./FirehoseClient";
|
|
14
13
|
export * from "./Firehose";
|
|
15
14
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
16
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
17
|
-
export { FirehoseExtensionConfiguration } from "./extensionConfiguration";
|
|
15
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
16
|
+
export type { FirehoseExtensionConfiguration } from "./extensionConfiguration";
|
|
18
17
|
export * from "./commands";
|
|
19
18
|
export * from "./models";
|
|
20
19
|
export { FirehoseServiceException } from "./models/FirehoseServiceException";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
|
|
2
|
-
export {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|
|
@@ -1673,7 +1673,7 @@ export declare const ParquetWriterVersion: {
|
|
|
1673
1673
|
export type ParquetWriterVersion = (typeof ParquetWriterVersion)[keyof typeof ParquetWriterVersion];
|
|
1674
1674
|
/**
|
|
1675
1675
|
* <p>A serializer to use for converting data to the Parquet format before storing it in
|
|
1676
|
-
* Amazon S3. For more information, see <a href="https://parquet.apache.org/
|
|
1676
|
+
* Amazon S3. For more information, see <a href="https://parquet.apache.org/docs/">Apache Parquet</a>.</p>
|
|
1677
1677
|
* @public
|
|
1678
1678
|
*/
|
|
1679
1679
|
export interface ParquetSerDe {
|
|
@@ -2108,6 +2108,33 @@ export declare const HttpEndpointS3BackupMode: {
|
|
|
2108
2108
|
* @public
|
|
2109
2109
|
*/
|
|
2110
2110
|
export type HttpEndpointS3BackupMode = (typeof HttpEndpointS3BackupMode)[keyof typeof HttpEndpointS3BackupMode];
|
|
2111
|
+
/**
|
|
2112
|
+
* <p>The structure that defines how Firehose accesses the secret.</p>
|
|
2113
|
+
* @public
|
|
2114
|
+
*/
|
|
2115
|
+
export interface SecretsManagerConfiguration {
|
|
2116
|
+
/**
|
|
2117
|
+
* <p>The ARN of the secret that stores your credentials. It must be in the same region as the
|
|
2118
|
+
* Firehose stream and the role. The secret ARN can reside in a different account than the delivery stream and role as Firehose supports cross-account secret access. This parameter is required when <b>Enabled</b> is set to <code>True</code>.</p>
|
|
2119
|
+
* @public
|
|
2120
|
+
*/
|
|
2121
|
+
SecretARN?: string;
|
|
2122
|
+
/**
|
|
2123
|
+
* <p>
|
|
2124
|
+
* Specifies the role that Firehose assumes when calling the Secrets Manager API operation. When you provide the role, it overrides any destination specific role defined in the destination configuration. If you do not provide the then we use the destination specific role. This parameter is required for Splunk.
|
|
2125
|
+
* </p>
|
|
2126
|
+
* @public
|
|
2127
|
+
*/
|
|
2128
|
+
RoleARN?: string;
|
|
2129
|
+
/**
|
|
2130
|
+
* <p>Specifies whether you want to use the the secrets manager feature. When set as
|
|
2131
|
+
* <code>True</code> the secrets manager configuration overwrites the existing secrets in
|
|
2132
|
+
* the destination configuration. When it's set to <code>False</code> Firehose falls back to
|
|
2133
|
+
* the credentials in the destination configuration.</p>
|
|
2134
|
+
* @public
|
|
2135
|
+
*/
|
|
2136
|
+
Enabled: boolean | undefined;
|
|
2137
|
+
}
|
|
2111
2138
|
/**
|
|
2112
2139
|
* <p>Describes the configuration of the HTTP endpoint destination.</p>
|
|
2113
2140
|
* @public
|
|
@@ -2133,7 +2160,7 @@ export interface HttpEndpointDestinationConfiguration {
|
|
|
2133
2160
|
*/
|
|
2134
2161
|
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
2135
2162
|
/**
|
|
2136
|
-
* <p>The configuration of the
|
|
2163
|
+
* <p>The configuration of the request sent to the HTTP endpoint that is specified as the
|
|
2137
2164
|
* destination.</p>
|
|
2138
2165
|
* @public
|
|
2139
2166
|
*/
|
|
@@ -2169,6 +2196,13 @@ export interface HttpEndpointDestinationConfiguration {
|
|
|
2169
2196
|
* @public
|
|
2170
2197
|
*/
|
|
2171
2198
|
S3Configuration: S3DestinationConfiguration | undefined;
|
|
2199
|
+
/**
|
|
2200
|
+
* <p>
|
|
2201
|
+
* The configuration that defines how you access secrets for HTTP Endpoint destination.
|
|
2202
|
+
* </p>
|
|
2203
|
+
* @public
|
|
2204
|
+
*/
|
|
2205
|
+
SecretsManagerConfiguration?: SecretsManagerConfiguration;
|
|
2172
2206
|
}
|
|
2173
2207
|
/**
|
|
2174
2208
|
* <p>The stream and role Amazon Resource Names (ARNs) for a Kinesis data stream used as
|
|
@@ -2266,12 +2300,12 @@ export interface RedshiftDestinationConfiguration {
|
|
|
2266
2300
|
* <p>The name of the user.</p>
|
|
2267
2301
|
* @public
|
|
2268
2302
|
*/
|
|
2269
|
-
Username
|
|
2303
|
+
Username?: string;
|
|
2270
2304
|
/**
|
|
2271
2305
|
* <p>The user password.</p>
|
|
2272
2306
|
* @public
|
|
2273
2307
|
*/
|
|
2274
|
-
Password
|
|
2308
|
+
Password?: string;
|
|
2275
2309
|
/**
|
|
2276
2310
|
* <p>The retry behavior in case Firehose is unable to deliver documents to
|
|
2277
2311
|
* Amazon Redshift. Default value is 3600 (60 minutes).</p>
|
|
@@ -2310,6 +2344,13 @@ export interface RedshiftDestinationConfiguration {
|
|
|
2310
2344
|
* @public
|
|
2311
2345
|
*/
|
|
2312
2346
|
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
2347
|
+
/**
|
|
2348
|
+
* <p>
|
|
2349
|
+
* The configuration that defines how you access secrets for Amazon Redshift.
|
|
2350
|
+
* </p>
|
|
2351
|
+
* @public
|
|
2352
|
+
*/
|
|
2353
|
+
SecretsManagerConfiguration?: SecretsManagerConfiguration;
|
|
2313
2354
|
}
|
|
2314
2355
|
/**
|
|
2315
2356
|
* @public
|
|
@@ -2399,7 +2440,7 @@ export interface SnowflakeDestinationConfiguration {
|
|
|
2399
2440
|
* <p>The private key used to encrypt your Snowflake client. For information, see <a href="https://docs.snowflake.com/en/user-guide/data-load-snowpipe-streaming-configuration#using-key-pair-authentication-key-rotation">Using Key Pair Authentication & Key Rotation</a>.</p>
|
|
2400
2441
|
* @public
|
|
2401
2442
|
*/
|
|
2402
|
-
PrivateKey
|
|
2443
|
+
PrivateKey?: string;
|
|
2403
2444
|
/**
|
|
2404
2445
|
* <p>Passphrase to decrypt the private key when the key is encrypted. For information, see <a href="https://docs.snowflake.com/en/user-guide/data-load-snowpipe-streaming-configuration#using-key-pair-authentication-key-rotation">Using Key Pair Authentication & Key Rotation</a>.</p>
|
|
2405
2446
|
* @public
|
|
@@ -2409,7 +2450,7 @@ export interface SnowflakeDestinationConfiguration {
|
|
|
2409
2450
|
* <p>User login name for the Snowflake account.</p>
|
|
2410
2451
|
* @public
|
|
2411
2452
|
*/
|
|
2412
|
-
User
|
|
2453
|
+
User?: string;
|
|
2413
2454
|
/**
|
|
2414
2455
|
* <p>All data in Snowflake is maintained in databases.</p>
|
|
2415
2456
|
* @public
|
|
@@ -2482,6 +2523,13 @@ export interface SnowflakeDestinationConfiguration {
|
|
|
2482
2523
|
* @public
|
|
2483
2524
|
*/
|
|
2484
2525
|
S3Configuration: S3DestinationConfiguration | undefined;
|
|
2526
|
+
/**
|
|
2527
|
+
* <p>
|
|
2528
|
+
* The configuration that defines how you access secrets for Snowflake.
|
|
2529
|
+
* </p>
|
|
2530
|
+
* @public
|
|
2531
|
+
*/
|
|
2532
|
+
SecretsManagerConfiguration?: SecretsManagerConfiguration;
|
|
2485
2533
|
}
|
|
2486
2534
|
/**
|
|
2487
2535
|
* <p>The buffering options. If no value is specified, the default values for Splunk are used.</p>
|
|
@@ -2561,7 +2609,7 @@ export interface SplunkDestinationConfiguration {
|
|
|
2561
2609
|
* endpoint.</p>
|
|
2562
2610
|
* @public
|
|
2563
2611
|
*/
|
|
2564
|
-
HECToken
|
|
2612
|
+
HECToken?: string;
|
|
2565
2613
|
/**
|
|
2566
2614
|
* <p>The amount of time that Firehose waits to receive an acknowledgment from
|
|
2567
2615
|
* Splunk after it sends it data. At the end of the timeout period, Firehose
|
|
@@ -2608,6 +2656,13 @@ export interface SplunkDestinationConfiguration {
|
|
|
2608
2656
|
* @public
|
|
2609
2657
|
*/
|
|
2610
2658
|
BufferingHints?: SplunkBufferingHints;
|
|
2659
|
+
/**
|
|
2660
|
+
* <p>
|
|
2661
|
+
* The configuration that defines how you access secrets for Splunk.
|
|
2662
|
+
* </p>
|
|
2663
|
+
* @public
|
|
2664
|
+
*/
|
|
2665
|
+
SecretsManagerConfiguration?: SecretsManagerConfiguration;
|
|
2611
2666
|
}
|
|
2612
2667
|
/**
|
|
2613
2668
|
* <p>Metadata that you can assign to a delivery stream, consisting of a key-value
|
|
@@ -3223,6 +3278,13 @@ export interface HttpEndpointDestinationDescription {
|
|
|
3223
3278
|
* @public
|
|
3224
3279
|
*/
|
|
3225
3280
|
S3DestinationDescription?: S3DestinationDescription;
|
|
3281
|
+
/**
|
|
3282
|
+
* <p>
|
|
3283
|
+
* The configuration that defines how you access secrets for HTTP Endpoint destination.
|
|
3284
|
+
* </p>
|
|
3285
|
+
* @public
|
|
3286
|
+
*/
|
|
3287
|
+
SecretsManagerConfiguration?: SecretsManagerConfiguration;
|
|
3226
3288
|
}
|
|
3227
3289
|
/**
|
|
3228
3290
|
* <p>Describes a destination in Amazon Redshift.</p>
|
|
@@ -3250,7 +3312,7 @@ export interface RedshiftDestinationDescription {
|
|
|
3250
3312
|
* <p>The name of the user.</p>
|
|
3251
3313
|
* @public
|
|
3252
3314
|
*/
|
|
3253
|
-
Username
|
|
3315
|
+
Username?: string;
|
|
3254
3316
|
/**
|
|
3255
3317
|
* <p>The retry behavior in case Firehose is unable to deliver documents to
|
|
3256
3318
|
* Amazon Redshift. Default value is 3600 (60 minutes).</p>
|
|
@@ -3282,6 +3344,13 @@ export interface RedshiftDestinationDescription {
|
|
|
3282
3344
|
* @public
|
|
3283
3345
|
*/
|
|
3284
3346
|
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
3347
|
+
/**
|
|
3348
|
+
* <p>
|
|
3349
|
+
* The configuration that defines how you access secrets for Amazon Redshift.
|
|
3350
|
+
* </p>
|
|
3351
|
+
* @public
|
|
3352
|
+
*/
|
|
3353
|
+
SecretsManagerConfiguration?: SecretsManagerConfiguration;
|
|
3285
3354
|
}
|
|
3286
3355
|
/**
|
|
3287
3356
|
* <p>Optional Snowflake destination description</p>
|
|
@@ -3371,6 +3440,13 @@ export interface SnowflakeDestinationDescription {
|
|
|
3371
3440
|
* @public
|
|
3372
3441
|
*/
|
|
3373
3442
|
S3DestinationDescription?: S3DestinationDescription;
|
|
3443
|
+
/**
|
|
3444
|
+
* <p>
|
|
3445
|
+
* The configuration that defines how you access secrets for Snowflake.
|
|
3446
|
+
* </p>
|
|
3447
|
+
* @public
|
|
3448
|
+
*/
|
|
3449
|
+
SecretsManagerConfiguration?: SecretsManagerConfiguration;
|
|
3374
3450
|
}
|
|
3375
3451
|
/**
|
|
3376
3452
|
* <p>Describes a destination in Splunk.</p>
|
|
@@ -3437,6 +3513,13 @@ export interface SplunkDestinationDescription {
|
|
|
3437
3513
|
* @public
|
|
3438
3514
|
*/
|
|
3439
3515
|
BufferingHints?: SplunkBufferingHints;
|
|
3516
|
+
/**
|
|
3517
|
+
* <p>
|
|
3518
|
+
* The configuration that defines how you access secrets for Splunk.
|
|
3519
|
+
* </p>
|
|
3520
|
+
* @public
|
|
3521
|
+
*/
|
|
3522
|
+
SecretsManagerConfiguration?: SecretsManagerConfiguration;
|
|
3440
3523
|
}
|
|
3441
3524
|
/**
|
|
3442
3525
|
* <p>Describes the destination for a delivery stream.</p>
|
|
@@ -4239,6 +4322,13 @@ export interface HttpEndpointDestinationUpdate {
|
|
|
4239
4322
|
* @public
|
|
4240
4323
|
*/
|
|
4241
4324
|
S3Update?: S3DestinationUpdate;
|
|
4325
|
+
/**
|
|
4326
|
+
* <p>
|
|
4327
|
+
* The configuration that defines how you access secrets for HTTP Endpoint destination.
|
|
4328
|
+
* </p>
|
|
4329
|
+
* @public
|
|
4330
|
+
*/
|
|
4331
|
+
SecretsManagerConfiguration?: SecretsManagerConfiguration;
|
|
4242
4332
|
}
|
|
4243
4333
|
/**
|
|
4244
4334
|
* <p>Describes an update for a destination in Amazon Redshift.</p>
|
|
@@ -4308,6 +4398,13 @@ export interface RedshiftDestinationUpdate {
|
|
|
4308
4398
|
* @public
|
|
4309
4399
|
*/
|
|
4310
4400
|
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
4401
|
+
/**
|
|
4402
|
+
* <p>
|
|
4403
|
+
* The configuration that defines how you access secrets for Amazon Redshift.
|
|
4404
|
+
* </p>
|
|
4405
|
+
* @public
|
|
4406
|
+
*/
|
|
4407
|
+
SecretsManagerConfiguration?: SecretsManagerConfiguration;
|
|
4311
4408
|
}
|
|
4312
4409
|
/**
|
|
4313
4410
|
* <p>Update to configuration settings</p>
|
|
@@ -4408,6 +4505,13 @@ export interface SnowflakeDestinationUpdate {
|
|
|
4408
4505
|
* @public
|
|
4409
4506
|
*/
|
|
4410
4507
|
S3Update?: S3DestinationUpdate;
|
|
4508
|
+
/**
|
|
4509
|
+
* <p>
|
|
4510
|
+
* Describes the Secrets Manager configuration in Snowflake.
|
|
4511
|
+
* </p>
|
|
4512
|
+
* @public
|
|
4513
|
+
*/
|
|
4514
|
+
SecretsManagerConfiguration?: SecretsManagerConfiguration;
|
|
4411
4515
|
}
|
|
4412
4516
|
/**
|
|
4413
4517
|
* <p>Describes an update for a destination in Splunk.</p>
|
|
@@ -4477,6 +4581,13 @@ export interface SplunkDestinationUpdate {
|
|
|
4477
4581
|
* @public
|
|
4478
4582
|
*/
|
|
4479
4583
|
BufferingHints?: SplunkBufferingHints;
|
|
4584
|
+
/**
|
|
4585
|
+
* <p>
|
|
4586
|
+
* The configuration that defines how you access secrets for Splunk.
|
|
4587
|
+
* </p>
|
|
4588
|
+
* @public
|
|
4589
|
+
*/
|
|
4590
|
+
SecretsManagerConfiguration?: SecretsManagerConfiguration;
|
|
4480
4591
|
}
|
|
4481
4592
|
/**
|
|
4482
4593
|
* @public
|
|
@@ -4545,7 +4656,7 @@ export interface UpdateDestinationInput {
|
|
|
4545
4656
|
*/
|
|
4546
4657
|
AmazonOpenSearchServerlessDestinationUpdate?: AmazonOpenSearchServerlessDestinationUpdate;
|
|
4547
4658
|
/**
|
|
4548
|
-
* <p>Update to the Snowflake destination
|
|
4659
|
+
* <p>Update to the Snowflake destination configuration settings.</p>
|
|
4549
4660
|
* @public
|
|
4550
4661
|
*/
|
|
4551
4662
|
SnowflakeDestinationUpdate?: SnowflakeDestinationUpdate;
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateDeliveryStreamInput,
|
|
10
10
|
CreateDeliveryStreamOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateDeliveryStreamCommandInput
|
|
14
15
|
extends CreateDeliveryStreamInput {}
|
|
15
16
|
export interface CreateDeliveryStreamCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteDeliveryStreamInput,
|
|
10
10
|
DeleteDeliveryStreamOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteDeliveryStreamCommandInput
|
|
14
15
|
extends DeleteDeliveryStreamInput {}
|
|
15
16
|
export interface DeleteDeliveryStreamCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeDeliveryStreamInput,
|
|
10
10
|
DescribeDeliveryStreamOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeDeliveryStreamCommandInput
|
|
14
15
|
extends DescribeDeliveryStreamInput {}
|
|
15
16
|
export interface DescribeDeliveryStreamCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListDeliveryStreamsInput,
|
|
10
10
|
ListDeliveryStreamsOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListDeliveryStreamsCommandInput
|
|
14
15
|
extends ListDeliveryStreamsInput {}
|
|
15
16
|
export interface ListDeliveryStreamsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListTagsForDeliveryStreamInput,
|
|
10
10
|
ListTagsForDeliveryStreamOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListTagsForDeliveryStreamCommandInput
|
|
14
15
|
extends ListTagsForDeliveryStreamInput {}
|
|
15
16
|
export interface ListTagsForDeliveryStreamCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../FirehoseClient";
|
|
8
8
|
import { PutRecordBatchInput, PutRecordBatchOutput } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface PutRecordBatchCommandInput extends PutRecordBatchInput {}
|
|
11
12
|
export interface PutRecordBatchCommandOutput
|
|
12
13
|
extends PutRecordBatchOutput,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../FirehoseClient";
|
|
8
8
|
import { PutRecordInput, PutRecordOutput } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface PutRecordCommandInput extends PutRecordInput {}
|
|
11
12
|
export interface PutRecordCommandOutput
|
|
12
13
|
extends PutRecordOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
StartDeliveryStreamEncryptionInput,
|
|
10
10
|
StartDeliveryStreamEncryptionOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface StartDeliveryStreamEncryptionCommandInput
|
|
14
15
|
extends StartDeliveryStreamEncryptionInput {}
|
|
15
16
|
export interface StartDeliveryStreamEncryptionCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
StopDeliveryStreamEncryptionInput,
|
|
10
10
|
StopDeliveryStreamEncryptionOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface StopDeliveryStreamEncryptionCommandInput
|
|
14
15
|
extends StopDeliveryStreamEncryptionInput {}
|
|
15
16
|
export interface StopDeliveryStreamEncryptionCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
TagDeliveryStreamInput,
|
|
10
10
|
TagDeliveryStreamOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface TagDeliveryStreamCommandInput extends TagDeliveryStreamInput {}
|
|
14
15
|
export interface TagDeliveryStreamCommandOutput
|
|
15
16
|
extends TagDeliveryStreamOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UntagDeliveryStreamInput,
|
|
10
10
|
UntagDeliveryStreamOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UntagDeliveryStreamCommandInput
|
|
14
15
|
extends UntagDeliveryStreamInput {}
|
|
15
16
|
export interface UntagDeliveryStreamCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateDestinationInput,
|
|
10
10
|
UpdateDestinationOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateDestinationCommandInput extends UpdateDestinationInput {}
|
|
14
15
|
export interface UpdateDestinationCommandOutput
|
|
15
16
|
extends UpdateDestinationOutput,
|
|
@@ -2,7 +2,8 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@smithy/smithy-client";
|
|
5
|
-
export {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class FirehoseServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
|
@@ -452,6 +452,11 @@ export declare const HttpEndpointS3BackupMode: {
|
|
|
452
452
|
};
|
|
453
453
|
export type HttpEndpointS3BackupMode =
|
|
454
454
|
(typeof HttpEndpointS3BackupMode)[keyof typeof HttpEndpointS3BackupMode];
|
|
455
|
+
export interface SecretsManagerConfiguration {
|
|
456
|
+
SecretARN?: string;
|
|
457
|
+
RoleARN?: string;
|
|
458
|
+
Enabled: boolean | undefined;
|
|
459
|
+
}
|
|
455
460
|
export interface HttpEndpointDestinationConfiguration {
|
|
456
461
|
EndpointConfiguration: HttpEndpointConfiguration | undefined;
|
|
457
462
|
BufferingHints?: HttpEndpointBufferingHints;
|
|
@@ -462,6 +467,7 @@ export interface HttpEndpointDestinationConfiguration {
|
|
|
462
467
|
RetryOptions?: HttpEndpointRetryOptions;
|
|
463
468
|
S3BackupMode?: HttpEndpointS3BackupMode;
|
|
464
469
|
S3Configuration: S3DestinationConfiguration | undefined;
|
|
470
|
+
SecretsManagerConfiguration?: SecretsManagerConfiguration;
|
|
465
471
|
}
|
|
466
472
|
export interface KinesisStreamSourceConfiguration {
|
|
467
473
|
KinesisStreamARN: string | undefined;
|
|
@@ -485,14 +491,15 @@ export interface RedshiftDestinationConfiguration {
|
|
|
485
491
|
RoleARN: string | undefined;
|
|
486
492
|
ClusterJDBCURL: string | undefined;
|
|
487
493
|
CopyCommand: CopyCommand | undefined;
|
|
488
|
-
Username
|
|
489
|
-
Password
|
|
494
|
+
Username?: string;
|
|
495
|
+
Password?: string;
|
|
490
496
|
RetryOptions?: RedshiftRetryOptions;
|
|
491
497
|
S3Configuration: S3DestinationConfiguration | undefined;
|
|
492
498
|
ProcessingConfiguration?: ProcessingConfiguration;
|
|
493
499
|
S3BackupMode?: RedshiftS3BackupMode;
|
|
494
500
|
S3BackupConfiguration?: S3DestinationConfiguration;
|
|
495
501
|
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
502
|
+
SecretsManagerConfiguration?: SecretsManagerConfiguration;
|
|
496
503
|
}
|
|
497
504
|
export declare const SnowflakeDataLoadingOption: {
|
|
498
505
|
readonly JSON_MAPPING: "JSON_MAPPING";
|
|
@@ -519,9 +526,9 @@ export interface SnowflakeVpcConfiguration {
|
|
|
519
526
|
}
|
|
520
527
|
export interface SnowflakeDestinationConfiguration {
|
|
521
528
|
AccountUrl: string | undefined;
|
|
522
|
-
PrivateKey
|
|
529
|
+
PrivateKey?: string;
|
|
523
530
|
KeyPassphrase?: string;
|
|
524
|
-
User
|
|
531
|
+
User?: string;
|
|
525
532
|
Database: string | undefined;
|
|
526
533
|
Schema: string | undefined;
|
|
527
534
|
Table: string | undefined;
|
|
@@ -536,6 +543,7 @@ export interface SnowflakeDestinationConfiguration {
|
|
|
536
543
|
RetryOptions?: SnowflakeRetryOptions;
|
|
537
544
|
S3BackupMode?: SnowflakeS3BackupMode;
|
|
538
545
|
S3Configuration: S3DestinationConfiguration | undefined;
|
|
546
|
+
SecretsManagerConfiguration?: SecretsManagerConfiguration;
|
|
539
547
|
}
|
|
540
548
|
export interface SplunkBufferingHints {
|
|
541
549
|
IntervalInSeconds?: number;
|
|
@@ -559,7 +567,7 @@ export type SplunkS3BackupMode =
|
|
|
559
567
|
export interface SplunkDestinationConfiguration {
|
|
560
568
|
HECEndpoint: string | undefined;
|
|
561
569
|
HECEndpointType: HECEndpointType | undefined;
|
|
562
|
-
HECToken
|
|
570
|
+
HECToken?: string;
|
|
563
571
|
HECAcknowledgmentTimeoutInSeconds?: number;
|
|
564
572
|
RetryOptions?: SplunkRetryOptions;
|
|
565
573
|
S3BackupMode?: SplunkS3BackupMode;
|
|
@@ -567,6 +575,7 @@ export interface SplunkDestinationConfiguration {
|
|
|
567
575
|
ProcessingConfiguration?: ProcessingConfiguration;
|
|
568
576
|
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
569
577
|
BufferingHints?: SplunkBufferingHints;
|
|
578
|
+
SecretsManagerConfiguration?: SecretsManagerConfiguration;
|
|
570
579
|
}
|
|
571
580
|
export interface Tag {
|
|
572
581
|
Key: string | undefined;
|
|
@@ -728,18 +737,20 @@ export interface HttpEndpointDestinationDescription {
|
|
|
728
737
|
RetryOptions?: HttpEndpointRetryOptions;
|
|
729
738
|
S3BackupMode?: HttpEndpointS3BackupMode;
|
|
730
739
|
S3DestinationDescription?: S3DestinationDescription;
|
|
740
|
+
SecretsManagerConfiguration?: SecretsManagerConfiguration;
|
|
731
741
|
}
|
|
732
742
|
export interface RedshiftDestinationDescription {
|
|
733
743
|
RoleARN: string | undefined;
|
|
734
744
|
ClusterJDBCURL: string | undefined;
|
|
735
745
|
CopyCommand: CopyCommand | undefined;
|
|
736
|
-
Username
|
|
746
|
+
Username?: string;
|
|
737
747
|
RetryOptions?: RedshiftRetryOptions;
|
|
738
748
|
S3DestinationDescription: S3DestinationDescription | undefined;
|
|
739
749
|
ProcessingConfiguration?: ProcessingConfiguration;
|
|
740
750
|
S3BackupMode?: RedshiftS3BackupMode;
|
|
741
751
|
S3BackupDescription?: S3DestinationDescription;
|
|
742
752
|
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
753
|
+
SecretsManagerConfiguration?: SecretsManagerConfiguration;
|
|
743
754
|
}
|
|
744
755
|
export interface SnowflakeDestinationDescription {
|
|
745
756
|
AccountUrl?: string;
|
|
@@ -758,6 +769,7 @@ export interface SnowflakeDestinationDescription {
|
|
|
758
769
|
RetryOptions?: SnowflakeRetryOptions;
|
|
759
770
|
S3BackupMode?: SnowflakeS3BackupMode;
|
|
760
771
|
S3DestinationDescription?: S3DestinationDescription;
|
|
772
|
+
SecretsManagerConfiguration?: SecretsManagerConfiguration;
|
|
761
773
|
}
|
|
762
774
|
export interface SplunkDestinationDescription {
|
|
763
775
|
HECEndpoint?: string;
|
|
@@ -770,6 +782,7 @@ export interface SplunkDestinationDescription {
|
|
|
770
782
|
ProcessingConfiguration?: ProcessingConfiguration;
|
|
771
783
|
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
772
784
|
BufferingHints?: SplunkBufferingHints;
|
|
785
|
+
SecretsManagerConfiguration?: SecretsManagerConfiguration;
|
|
773
786
|
}
|
|
774
787
|
export interface DestinationDescription {
|
|
775
788
|
DestinationId: string | undefined;
|
|
@@ -938,6 +951,7 @@ export interface HttpEndpointDestinationUpdate {
|
|
|
938
951
|
RetryOptions?: HttpEndpointRetryOptions;
|
|
939
952
|
S3BackupMode?: HttpEndpointS3BackupMode;
|
|
940
953
|
S3Update?: S3DestinationUpdate;
|
|
954
|
+
SecretsManagerConfiguration?: SecretsManagerConfiguration;
|
|
941
955
|
}
|
|
942
956
|
export interface RedshiftDestinationUpdate {
|
|
943
957
|
RoleARN?: string;
|
|
@@ -951,6 +965,7 @@ export interface RedshiftDestinationUpdate {
|
|
|
951
965
|
S3BackupMode?: RedshiftS3BackupMode;
|
|
952
966
|
S3BackupUpdate?: S3DestinationUpdate;
|
|
953
967
|
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
968
|
+
SecretsManagerConfiguration?: SecretsManagerConfiguration;
|
|
954
969
|
}
|
|
955
970
|
export interface SnowflakeDestinationUpdate {
|
|
956
971
|
AccountUrl?: string;
|
|
@@ -970,6 +985,7 @@ export interface SnowflakeDestinationUpdate {
|
|
|
970
985
|
RetryOptions?: SnowflakeRetryOptions;
|
|
971
986
|
S3BackupMode?: SnowflakeS3BackupMode;
|
|
972
987
|
S3Update?: S3DestinationUpdate;
|
|
988
|
+
SecretsManagerConfiguration?: SecretsManagerConfiguration;
|
|
973
989
|
}
|
|
974
990
|
export interface SplunkDestinationUpdate {
|
|
975
991
|
HECEndpoint?: string;
|
|
@@ -982,6 +998,7 @@ export interface SplunkDestinationUpdate {
|
|
|
982
998
|
ProcessingConfiguration?: ProcessingConfiguration;
|
|
983
999
|
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
984
1000
|
BufferingHints?: SplunkBufferingHints;
|
|
1001
|
+
SecretsManagerConfiguration?: SecretsManagerConfiguration;
|
|
985
1002
|
}
|
|
986
1003
|
export interface UpdateDestinationInput {
|
|
987
1004
|
DeliveryStreamName: string | undefined;
|
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.596.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": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.596.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.596.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.596.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.577.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.577.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.577.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.587.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.1",
|
|
37
|
-
"@smithy/core": "^2.
|
|
37
|
+
"@smithy/core": "^2.2.0",
|
|
38
38
|
"@smithy/fetch-http-handler": "^3.0.1",
|
|
39
39
|
"@smithy/hash-node": "^3.0.0",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.0",
|