@aws-sdk/client-firehose 3.716.0 → 3.723.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 +115 -86
- package/dist-es/FirehoseClient.js +1 -0
- package/dist-es/models/models_0.js +18 -16
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
- package/package.json +43 -43
package/dist-cjs/index.js
CHANGED
|
@@ -197,7 +197,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
|
|
|
197
197
|
}, "resolveRuntimeExtensions");
|
|
198
198
|
|
|
199
199
|
// src/FirehoseClient.ts
|
|
200
|
-
var
|
|
200
|
+
var FirehoseClient = class extends import_smithy_client.Client {
|
|
201
|
+
static {
|
|
202
|
+
__name(this, "FirehoseClient");
|
|
203
|
+
}
|
|
204
|
+
/**
|
|
205
|
+
* The resolved configuration of FirehoseClient class. This is resolved and normalized from the {@link FirehoseClientConfig | constructor configuration interface}.
|
|
206
|
+
*/
|
|
207
|
+
config;
|
|
201
208
|
constructor(...[configuration]) {
|
|
202
209
|
const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
|
|
203
210
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
@@ -207,7 +214,7 @@ var _FirehoseClient = class _FirehoseClient extends import_smithy_client.Client
|
|
|
207
214
|
const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
|
|
208
215
|
const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
|
|
209
216
|
const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
|
|
210
|
-
const _config_8 = resolveRuntimeExtensions(_config_7,
|
|
217
|
+
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
211
218
|
super(_config_8);
|
|
212
219
|
this.config = _config_8;
|
|
213
220
|
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
|
@@ -235,8 +242,6 @@ var _FirehoseClient = class _FirehoseClient extends import_smithy_client.Client
|
|
|
235
242
|
super.destroy();
|
|
236
243
|
}
|
|
237
244
|
};
|
|
238
|
-
__name(_FirehoseClient, "FirehoseClient");
|
|
239
|
-
var FirehoseClient = _FirehoseClient;
|
|
240
245
|
|
|
241
246
|
// src/Firehose.ts
|
|
242
247
|
|
|
@@ -251,7 +256,10 @@ var import_middleware_serde = require("@smithy/middleware-serde");
|
|
|
251
256
|
|
|
252
257
|
// src/models/FirehoseServiceException.ts
|
|
253
258
|
|
|
254
|
-
var
|
|
259
|
+
var FirehoseServiceException = class _FirehoseServiceException extends import_smithy_client.ServiceException {
|
|
260
|
+
static {
|
|
261
|
+
__name(this, "FirehoseServiceException");
|
|
262
|
+
}
|
|
255
263
|
/**
|
|
256
264
|
* @internal
|
|
257
265
|
*/
|
|
@@ -260,8 +268,6 @@ var _FirehoseServiceException = class _FirehoseServiceException extends import_s
|
|
|
260
268
|
Object.setPrototypeOf(this, _FirehoseServiceException.prototype);
|
|
261
269
|
}
|
|
262
270
|
};
|
|
263
|
-
__name(_FirehoseServiceException, "FirehoseServiceException");
|
|
264
|
-
var FirehoseServiceException = _FirehoseServiceException;
|
|
265
271
|
|
|
266
272
|
// src/models/models_0.ts
|
|
267
273
|
var ProcessorParameterName = {
|
|
@@ -318,7 +324,12 @@ var Connectivity = {
|
|
|
318
324
|
PRIVATE: "PRIVATE",
|
|
319
325
|
PUBLIC: "PUBLIC"
|
|
320
326
|
};
|
|
321
|
-
var
|
|
327
|
+
var ConcurrentModificationException = class _ConcurrentModificationException extends FirehoseServiceException {
|
|
328
|
+
static {
|
|
329
|
+
__name(this, "ConcurrentModificationException");
|
|
330
|
+
}
|
|
331
|
+
name = "ConcurrentModificationException";
|
|
332
|
+
$fault = "client";
|
|
322
333
|
/**
|
|
323
334
|
* @internal
|
|
324
335
|
*/
|
|
@@ -328,13 +339,9 @@ var _ConcurrentModificationException = class _ConcurrentModificationException ex
|
|
|
328
339
|
$fault: "client",
|
|
329
340
|
...opts
|
|
330
341
|
});
|
|
331
|
-
this.name = "ConcurrentModificationException";
|
|
332
|
-
this.$fault = "client";
|
|
333
342
|
Object.setPrototypeOf(this, _ConcurrentModificationException.prototype);
|
|
334
343
|
}
|
|
335
344
|
};
|
|
336
|
-
__name(_ConcurrentModificationException, "ConcurrentModificationException");
|
|
337
|
-
var ConcurrentModificationException = _ConcurrentModificationException;
|
|
338
345
|
var ContentEncoding = {
|
|
339
346
|
GZIP: "GZIP",
|
|
340
347
|
NONE: "NONE"
|
|
@@ -419,7 +426,12 @@ var SplunkS3BackupMode = {
|
|
|
419
426
|
AllEvents: "AllEvents",
|
|
420
427
|
FailedEventsOnly: "FailedEventsOnly"
|
|
421
428
|
};
|
|
422
|
-
var
|
|
429
|
+
var InvalidArgumentException = class _InvalidArgumentException extends FirehoseServiceException {
|
|
430
|
+
static {
|
|
431
|
+
__name(this, "InvalidArgumentException");
|
|
432
|
+
}
|
|
433
|
+
name = "InvalidArgumentException";
|
|
434
|
+
$fault = "client";
|
|
423
435
|
/**
|
|
424
436
|
* @internal
|
|
425
437
|
*/
|
|
@@ -429,14 +441,16 @@ var _InvalidArgumentException = class _InvalidArgumentException extends Firehose
|
|
|
429
441
|
$fault: "client",
|
|
430
442
|
...opts
|
|
431
443
|
});
|
|
432
|
-
this.name = "InvalidArgumentException";
|
|
433
|
-
this.$fault = "client";
|
|
434
444
|
Object.setPrototypeOf(this, _InvalidArgumentException.prototype);
|
|
435
445
|
}
|
|
436
446
|
};
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
447
|
+
var InvalidKMSResourceException = class _InvalidKMSResourceException extends FirehoseServiceException {
|
|
448
|
+
static {
|
|
449
|
+
__name(this, "InvalidKMSResourceException");
|
|
450
|
+
}
|
|
451
|
+
name = "InvalidKMSResourceException";
|
|
452
|
+
$fault = "client";
|
|
453
|
+
code;
|
|
440
454
|
/**
|
|
441
455
|
* @internal
|
|
442
456
|
*/
|
|
@@ -446,15 +460,16 @@ var _InvalidKMSResourceException = class _InvalidKMSResourceException extends Fi
|
|
|
446
460
|
$fault: "client",
|
|
447
461
|
...opts
|
|
448
462
|
});
|
|
449
|
-
this.name = "InvalidKMSResourceException";
|
|
450
|
-
this.$fault = "client";
|
|
451
463
|
Object.setPrototypeOf(this, _InvalidKMSResourceException.prototype);
|
|
452
464
|
this.code = opts.code;
|
|
453
465
|
}
|
|
454
466
|
};
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
467
|
+
var LimitExceededException = class _LimitExceededException extends FirehoseServiceException {
|
|
468
|
+
static {
|
|
469
|
+
__name(this, "LimitExceededException");
|
|
470
|
+
}
|
|
471
|
+
name = "LimitExceededException";
|
|
472
|
+
$fault = "client";
|
|
458
473
|
/**
|
|
459
474
|
* @internal
|
|
460
475
|
*/
|
|
@@ -464,14 +479,15 @@ var _LimitExceededException = class _LimitExceededException extends FirehoseServ
|
|
|
464
479
|
$fault: "client",
|
|
465
480
|
...opts
|
|
466
481
|
});
|
|
467
|
-
this.name = "LimitExceededException";
|
|
468
|
-
this.$fault = "client";
|
|
469
482
|
Object.setPrototypeOf(this, _LimitExceededException.prototype);
|
|
470
483
|
}
|
|
471
484
|
};
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
485
|
+
var ResourceInUseException = class _ResourceInUseException extends FirehoseServiceException {
|
|
486
|
+
static {
|
|
487
|
+
__name(this, "ResourceInUseException");
|
|
488
|
+
}
|
|
489
|
+
name = "ResourceInUseException";
|
|
490
|
+
$fault = "client";
|
|
475
491
|
/**
|
|
476
492
|
* @internal
|
|
477
493
|
*/
|
|
@@ -481,13 +497,9 @@ var _ResourceInUseException = class _ResourceInUseException extends FirehoseServ
|
|
|
481
497
|
$fault: "client",
|
|
482
498
|
...opts
|
|
483
499
|
});
|
|
484
|
-
this.name = "ResourceInUseException";
|
|
485
|
-
this.$fault = "client";
|
|
486
500
|
Object.setPrototypeOf(this, _ResourceInUseException.prototype);
|
|
487
501
|
}
|
|
488
502
|
};
|
|
489
|
-
__name(_ResourceInUseException, "ResourceInUseException");
|
|
490
|
-
var ResourceInUseException = _ResourceInUseException;
|
|
491
503
|
var DeliveryStreamFailureType = {
|
|
492
504
|
CREATE_ENI_FAILED: "CREATE_ENI_FAILED",
|
|
493
505
|
CREATE_KMS_GRANT_FAILED: "CREATE_KMS_GRANT_FAILED",
|
|
@@ -516,7 +528,12 @@ var SnapshotStatus = {
|
|
|
516
528
|
IN_PROGRESS: "IN_PROGRESS",
|
|
517
529
|
SUSPENDED: "SUSPENDED"
|
|
518
530
|
};
|
|
519
|
-
var
|
|
531
|
+
var ResourceNotFoundException = class _ResourceNotFoundException extends FirehoseServiceException {
|
|
532
|
+
static {
|
|
533
|
+
__name(this, "ResourceNotFoundException");
|
|
534
|
+
}
|
|
535
|
+
name = "ResourceNotFoundException";
|
|
536
|
+
$fault = "client";
|
|
520
537
|
/**
|
|
521
538
|
* @internal
|
|
522
539
|
*/
|
|
@@ -526,13 +543,9 @@ var _ResourceNotFoundException = class _ResourceNotFoundException extends Fireho
|
|
|
526
543
|
$fault: "client",
|
|
527
544
|
...opts
|
|
528
545
|
});
|
|
529
|
-
this.name = "ResourceNotFoundException";
|
|
530
|
-
this.$fault = "client";
|
|
531
546
|
Object.setPrototypeOf(this, _ResourceNotFoundException.prototype);
|
|
532
547
|
}
|
|
533
548
|
};
|
|
534
|
-
__name(_ResourceNotFoundException, "ResourceNotFoundException");
|
|
535
|
-
var ResourceNotFoundException = _ResourceNotFoundException;
|
|
536
549
|
var DeliveryStreamEncryptionStatus = {
|
|
537
550
|
DISABLED: "DISABLED",
|
|
538
551
|
DISABLING: "DISABLING",
|
|
@@ -548,7 +561,13 @@ var DeliveryStreamStatus = {
|
|
|
548
561
|
DELETING: "DELETING",
|
|
549
562
|
DELETING_FAILED: "DELETING_FAILED"
|
|
550
563
|
};
|
|
551
|
-
var
|
|
564
|
+
var InvalidSourceException = class _InvalidSourceException extends FirehoseServiceException {
|
|
565
|
+
static {
|
|
566
|
+
__name(this, "InvalidSourceException");
|
|
567
|
+
}
|
|
568
|
+
name = "InvalidSourceException";
|
|
569
|
+
$fault = "client";
|
|
570
|
+
code;
|
|
552
571
|
/**
|
|
553
572
|
* @internal
|
|
554
573
|
*/
|
|
@@ -558,15 +577,16 @@ var _InvalidSourceException = class _InvalidSourceException extends FirehoseServ
|
|
|
558
577
|
$fault: "client",
|
|
559
578
|
...opts
|
|
560
579
|
});
|
|
561
|
-
this.name = "InvalidSourceException";
|
|
562
|
-
this.$fault = "client";
|
|
563
580
|
Object.setPrototypeOf(this, _InvalidSourceException.prototype);
|
|
564
581
|
this.code = opts.code;
|
|
565
582
|
}
|
|
566
583
|
};
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
584
|
+
var ServiceUnavailableException = class _ServiceUnavailableException extends FirehoseServiceException {
|
|
585
|
+
static {
|
|
586
|
+
__name(this, "ServiceUnavailableException");
|
|
587
|
+
}
|
|
588
|
+
name = "ServiceUnavailableException";
|
|
589
|
+
$fault = "server";
|
|
570
590
|
/**
|
|
571
591
|
* @internal
|
|
572
592
|
*/
|
|
@@ -576,13 +596,9 @@ var _ServiceUnavailableException = class _ServiceUnavailableException extends Fi
|
|
|
576
596
|
$fault: "server",
|
|
577
597
|
...opts
|
|
578
598
|
});
|
|
579
|
-
this.name = "ServiceUnavailableException";
|
|
580
|
-
this.$fault = "server";
|
|
581
599
|
Object.setPrototypeOf(this, _ServiceUnavailableException.prototype);
|
|
582
600
|
}
|
|
583
601
|
};
|
|
584
|
-
__name(_ServiceUnavailableException, "ServiceUnavailableException");
|
|
585
|
-
var ServiceUnavailableException = _ServiceUnavailableException;
|
|
586
602
|
var HttpEndpointConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
587
603
|
...obj,
|
|
588
604
|
...obj.Url && { Url: import_smithy_client.SENSITIVE_STRING },
|
|
@@ -1425,169 +1441,181 @@ function sharedHeaders(operation) {
|
|
|
1425
1441
|
__name(sharedHeaders, "sharedHeaders");
|
|
1426
1442
|
|
|
1427
1443
|
// src/commands/CreateDeliveryStreamCommand.ts
|
|
1428
|
-
var
|
|
1444
|
+
var CreateDeliveryStreamCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1429
1445
|
return [
|
|
1430
1446
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1431
1447
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1432
1448
|
];
|
|
1433
1449
|
}).s("Firehose_20150804", "CreateDeliveryStream", {}).n("FirehoseClient", "CreateDeliveryStreamCommand").f(CreateDeliveryStreamInputFilterSensitiveLog, void 0).ser(se_CreateDeliveryStreamCommand).de(de_CreateDeliveryStreamCommand).build() {
|
|
1450
|
+
static {
|
|
1451
|
+
__name(this, "CreateDeliveryStreamCommand");
|
|
1452
|
+
}
|
|
1434
1453
|
};
|
|
1435
|
-
__name(_CreateDeliveryStreamCommand, "CreateDeliveryStreamCommand");
|
|
1436
|
-
var CreateDeliveryStreamCommand = _CreateDeliveryStreamCommand;
|
|
1437
1454
|
|
|
1438
1455
|
// src/commands/DeleteDeliveryStreamCommand.ts
|
|
1439
1456
|
|
|
1440
1457
|
|
|
1441
1458
|
|
|
1442
|
-
var
|
|
1459
|
+
var DeleteDeliveryStreamCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1443
1460
|
return [
|
|
1444
1461
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1445
1462
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1446
1463
|
];
|
|
1447
1464
|
}).s("Firehose_20150804", "DeleteDeliveryStream", {}).n("FirehoseClient", "DeleteDeliveryStreamCommand").f(void 0, void 0).ser(se_DeleteDeliveryStreamCommand).de(de_DeleteDeliveryStreamCommand).build() {
|
|
1465
|
+
static {
|
|
1466
|
+
__name(this, "DeleteDeliveryStreamCommand");
|
|
1467
|
+
}
|
|
1448
1468
|
};
|
|
1449
|
-
__name(_DeleteDeliveryStreamCommand, "DeleteDeliveryStreamCommand");
|
|
1450
|
-
var DeleteDeliveryStreamCommand = _DeleteDeliveryStreamCommand;
|
|
1451
1469
|
|
|
1452
1470
|
// src/commands/DescribeDeliveryStreamCommand.ts
|
|
1453
1471
|
|
|
1454
1472
|
|
|
1455
1473
|
|
|
1456
|
-
var
|
|
1474
|
+
var DescribeDeliveryStreamCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1457
1475
|
return [
|
|
1458
1476
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1459
1477
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1460
1478
|
];
|
|
1461
1479
|
}).s("Firehose_20150804", "DescribeDeliveryStream", {}).n("FirehoseClient", "DescribeDeliveryStreamCommand").f(void 0, DescribeDeliveryStreamOutputFilterSensitiveLog).ser(se_DescribeDeliveryStreamCommand).de(de_DescribeDeliveryStreamCommand).build() {
|
|
1480
|
+
static {
|
|
1481
|
+
__name(this, "DescribeDeliveryStreamCommand");
|
|
1482
|
+
}
|
|
1462
1483
|
};
|
|
1463
|
-
__name(_DescribeDeliveryStreamCommand, "DescribeDeliveryStreamCommand");
|
|
1464
|
-
var DescribeDeliveryStreamCommand = _DescribeDeliveryStreamCommand;
|
|
1465
1484
|
|
|
1466
1485
|
// src/commands/ListDeliveryStreamsCommand.ts
|
|
1467
1486
|
|
|
1468
1487
|
|
|
1469
1488
|
|
|
1470
|
-
var
|
|
1489
|
+
var ListDeliveryStreamsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1471
1490
|
return [
|
|
1472
1491
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1473
1492
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1474
1493
|
];
|
|
1475
1494
|
}).s("Firehose_20150804", "ListDeliveryStreams", {}).n("FirehoseClient", "ListDeliveryStreamsCommand").f(void 0, void 0).ser(se_ListDeliveryStreamsCommand).de(de_ListDeliveryStreamsCommand).build() {
|
|
1495
|
+
static {
|
|
1496
|
+
__name(this, "ListDeliveryStreamsCommand");
|
|
1497
|
+
}
|
|
1476
1498
|
};
|
|
1477
|
-
__name(_ListDeliveryStreamsCommand, "ListDeliveryStreamsCommand");
|
|
1478
|
-
var ListDeliveryStreamsCommand = _ListDeliveryStreamsCommand;
|
|
1479
1499
|
|
|
1480
1500
|
// src/commands/ListTagsForDeliveryStreamCommand.ts
|
|
1481
1501
|
|
|
1482
1502
|
|
|
1483
1503
|
|
|
1484
|
-
var
|
|
1504
|
+
var ListTagsForDeliveryStreamCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1485
1505
|
return [
|
|
1486
1506
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1487
1507
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1488
1508
|
];
|
|
1489
1509
|
}).s("Firehose_20150804", "ListTagsForDeliveryStream", {}).n("FirehoseClient", "ListTagsForDeliveryStreamCommand").f(void 0, void 0).ser(se_ListTagsForDeliveryStreamCommand).de(de_ListTagsForDeliveryStreamCommand).build() {
|
|
1510
|
+
static {
|
|
1511
|
+
__name(this, "ListTagsForDeliveryStreamCommand");
|
|
1512
|
+
}
|
|
1490
1513
|
};
|
|
1491
|
-
__name(_ListTagsForDeliveryStreamCommand, "ListTagsForDeliveryStreamCommand");
|
|
1492
|
-
var ListTagsForDeliveryStreamCommand = _ListTagsForDeliveryStreamCommand;
|
|
1493
1514
|
|
|
1494
1515
|
// src/commands/PutRecordBatchCommand.ts
|
|
1495
1516
|
|
|
1496
1517
|
|
|
1497
1518
|
|
|
1498
|
-
var
|
|
1519
|
+
var PutRecordBatchCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1499
1520
|
return [
|
|
1500
1521
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1501
1522
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1502
1523
|
];
|
|
1503
1524
|
}).s("Firehose_20150804", "PutRecordBatch", {}).n("FirehoseClient", "PutRecordBatchCommand").f(void 0, void 0).ser(se_PutRecordBatchCommand).de(de_PutRecordBatchCommand).build() {
|
|
1525
|
+
static {
|
|
1526
|
+
__name(this, "PutRecordBatchCommand");
|
|
1527
|
+
}
|
|
1504
1528
|
};
|
|
1505
|
-
__name(_PutRecordBatchCommand, "PutRecordBatchCommand");
|
|
1506
|
-
var PutRecordBatchCommand = _PutRecordBatchCommand;
|
|
1507
1529
|
|
|
1508
1530
|
// src/commands/PutRecordCommand.ts
|
|
1509
1531
|
|
|
1510
1532
|
|
|
1511
1533
|
|
|
1512
|
-
var
|
|
1534
|
+
var PutRecordCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1513
1535
|
return [
|
|
1514
1536
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1515
1537
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1516
1538
|
];
|
|
1517
1539
|
}).s("Firehose_20150804", "PutRecord", {}).n("FirehoseClient", "PutRecordCommand").f(void 0, void 0).ser(se_PutRecordCommand).de(de_PutRecordCommand).build() {
|
|
1540
|
+
static {
|
|
1541
|
+
__name(this, "PutRecordCommand");
|
|
1542
|
+
}
|
|
1518
1543
|
};
|
|
1519
|
-
__name(_PutRecordCommand, "PutRecordCommand");
|
|
1520
|
-
var PutRecordCommand = _PutRecordCommand;
|
|
1521
1544
|
|
|
1522
1545
|
// src/commands/StartDeliveryStreamEncryptionCommand.ts
|
|
1523
1546
|
|
|
1524
1547
|
|
|
1525
1548
|
|
|
1526
|
-
var
|
|
1549
|
+
var StartDeliveryStreamEncryptionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1527
1550
|
return [
|
|
1528
1551
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1529
1552
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1530
1553
|
];
|
|
1531
1554
|
}).s("Firehose_20150804", "StartDeliveryStreamEncryption", {}).n("FirehoseClient", "StartDeliveryStreamEncryptionCommand").f(void 0, void 0).ser(se_StartDeliveryStreamEncryptionCommand).de(de_StartDeliveryStreamEncryptionCommand).build() {
|
|
1555
|
+
static {
|
|
1556
|
+
__name(this, "StartDeliveryStreamEncryptionCommand");
|
|
1557
|
+
}
|
|
1532
1558
|
};
|
|
1533
|
-
__name(_StartDeliveryStreamEncryptionCommand, "StartDeliveryStreamEncryptionCommand");
|
|
1534
|
-
var StartDeliveryStreamEncryptionCommand = _StartDeliveryStreamEncryptionCommand;
|
|
1535
1559
|
|
|
1536
1560
|
// src/commands/StopDeliveryStreamEncryptionCommand.ts
|
|
1537
1561
|
|
|
1538
1562
|
|
|
1539
1563
|
|
|
1540
|
-
var
|
|
1564
|
+
var StopDeliveryStreamEncryptionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1541
1565
|
return [
|
|
1542
1566
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1543
1567
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1544
1568
|
];
|
|
1545
1569
|
}).s("Firehose_20150804", "StopDeliveryStreamEncryption", {}).n("FirehoseClient", "StopDeliveryStreamEncryptionCommand").f(void 0, void 0).ser(se_StopDeliveryStreamEncryptionCommand).de(de_StopDeliveryStreamEncryptionCommand).build() {
|
|
1570
|
+
static {
|
|
1571
|
+
__name(this, "StopDeliveryStreamEncryptionCommand");
|
|
1572
|
+
}
|
|
1546
1573
|
};
|
|
1547
|
-
__name(_StopDeliveryStreamEncryptionCommand, "StopDeliveryStreamEncryptionCommand");
|
|
1548
|
-
var StopDeliveryStreamEncryptionCommand = _StopDeliveryStreamEncryptionCommand;
|
|
1549
1574
|
|
|
1550
1575
|
// src/commands/TagDeliveryStreamCommand.ts
|
|
1551
1576
|
|
|
1552
1577
|
|
|
1553
1578
|
|
|
1554
|
-
var
|
|
1579
|
+
var TagDeliveryStreamCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1555
1580
|
return [
|
|
1556
1581
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1557
1582
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1558
1583
|
];
|
|
1559
1584
|
}).s("Firehose_20150804", "TagDeliveryStream", {}).n("FirehoseClient", "TagDeliveryStreamCommand").f(void 0, void 0).ser(se_TagDeliveryStreamCommand).de(de_TagDeliveryStreamCommand).build() {
|
|
1585
|
+
static {
|
|
1586
|
+
__name(this, "TagDeliveryStreamCommand");
|
|
1587
|
+
}
|
|
1560
1588
|
};
|
|
1561
|
-
__name(_TagDeliveryStreamCommand, "TagDeliveryStreamCommand");
|
|
1562
|
-
var TagDeliveryStreamCommand = _TagDeliveryStreamCommand;
|
|
1563
1589
|
|
|
1564
1590
|
// src/commands/UntagDeliveryStreamCommand.ts
|
|
1565
1591
|
|
|
1566
1592
|
|
|
1567
1593
|
|
|
1568
|
-
var
|
|
1594
|
+
var UntagDeliveryStreamCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1569
1595
|
return [
|
|
1570
1596
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1571
1597
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1572
1598
|
];
|
|
1573
1599
|
}).s("Firehose_20150804", "UntagDeliveryStream", {}).n("FirehoseClient", "UntagDeliveryStreamCommand").f(void 0, void 0).ser(se_UntagDeliveryStreamCommand).de(de_UntagDeliveryStreamCommand).build() {
|
|
1600
|
+
static {
|
|
1601
|
+
__name(this, "UntagDeliveryStreamCommand");
|
|
1602
|
+
}
|
|
1574
1603
|
};
|
|
1575
|
-
__name(_UntagDeliveryStreamCommand, "UntagDeliveryStreamCommand");
|
|
1576
|
-
var UntagDeliveryStreamCommand = _UntagDeliveryStreamCommand;
|
|
1577
1604
|
|
|
1578
1605
|
// src/commands/UpdateDestinationCommand.ts
|
|
1579
1606
|
|
|
1580
1607
|
|
|
1581
1608
|
|
|
1582
|
-
var
|
|
1609
|
+
var UpdateDestinationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1583
1610
|
return [
|
|
1584
1611
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1585
1612
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1586
1613
|
];
|
|
1587
1614
|
}).s("Firehose_20150804", "UpdateDestination", {}).n("FirehoseClient", "UpdateDestinationCommand").f(UpdateDestinationInputFilterSensitiveLog, void 0).ser(se_UpdateDestinationCommand).de(de_UpdateDestinationCommand).build() {
|
|
1615
|
+
static {
|
|
1616
|
+
__name(this, "UpdateDestinationCommand");
|
|
1617
|
+
}
|
|
1588
1618
|
};
|
|
1589
|
-
__name(_UpdateDestinationCommand, "UpdateDestinationCommand");
|
|
1590
|
-
var UpdateDestinationCommand = _UpdateDestinationCommand;
|
|
1591
1619
|
|
|
1592
1620
|
// src/Firehose.ts
|
|
1593
1621
|
var commands = {
|
|
@@ -1604,10 +1632,11 @@ var commands = {
|
|
|
1604
1632
|
UntagDeliveryStreamCommand,
|
|
1605
1633
|
UpdateDestinationCommand
|
|
1606
1634
|
};
|
|
1607
|
-
var
|
|
1635
|
+
var Firehose = class extends FirehoseClient {
|
|
1636
|
+
static {
|
|
1637
|
+
__name(this, "Firehose");
|
|
1638
|
+
}
|
|
1608
1639
|
};
|
|
1609
|
-
__name(_Firehose, "Firehose");
|
|
1610
|
-
var Firehose = _Firehose;
|
|
1611
1640
|
(0, import_smithy_client.createAggregatedClient)(commands, Firehose);
|
|
1612
1641
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1613
1642
|
|
|
@@ -14,6 +14,7 @@ import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
|
14
14
|
import { resolveRuntimeExtensions } from "./runtimeExtensions";
|
|
15
15
|
export { __Client };
|
|
16
16
|
export class FirehoseClient extends __Client {
|
|
17
|
+
config;
|
|
17
18
|
constructor(...[configuration]) {
|
|
18
19
|
const _config_0 = __getRuntimeConfig(configuration || {});
|
|
19
20
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
@@ -55,14 +55,14 @@ export const Connectivity = {
|
|
|
55
55
|
PUBLIC: "PUBLIC",
|
|
56
56
|
};
|
|
57
57
|
export class ConcurrentModificationException extends __BaseException {
|
|
58
|
+
name = "ConcurrentModificationException";
|
|
59
|
+
$fault = "client";
|
|
58
60
|
constructor(opts) {
|
|
59
61
|
super({
|
|
60
62
|
name: "ConcurrentModificationException",
|
|
61
63
|
$fault: "client",
|
|
62
64
|
...opts,
|
|
63
65
|
});
|
|
64
|
-
this.name = "ConcurrentModificationException";
|
|
65
|
-
this.$fault = "client";
|
|
66
66
|
Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
|
|
67
67
|
}
|
|
68
68
|
}
|
|
@@ -151,51 +151,52 @@ export const SplunkS3BackupMode = {
|
|
|
151
151
|
FailedEventsOnly: "FailedEventsOnly",
|
|
152
152
|
};
|
|
153
153
|
export class InvalidArgumentException extends __BaseException {
|
|
154
|
+
name = "InvalidArgumentException";
|
|
155
|
+
$fault = "client";
|
|
154
156
|
constructor(opts) {
|
|
155
157
|
super({
|
|
156
158
|
name: "InvalidArgumentException",
|
|
157
159
|
$fault: "client",
|
|
158
160
|
...opts,
|
|
159
161
|
});
|
|
160
|
-
this.name = "InvalidArgumentException";
|
|
161
|
-
this.$fault = "client";
|
|
162
162
|
Object.setPrototypeOf(this, InvalidArgumentException.prototype);
|
|
163
163
|
}
|
|
164
164
|
}
|
|
165
165
|
export class InvalidKMSResourceException extends __BaseException {
|
|
166
|
+
name = "InvalidKMSResourceException";
|
|
167
|
+
$fault = "client";
|
|
168
|
+
code;
|
|
166
169
|
constructor(opts) {
|
|
167
170
|
super({
|
|
168
171
|
name: "InvalidKMSResourceException",
|
|
169
172
|
$fault: "client",
|
|
170
173
|
...opts,
|
|
171
174
|
});
|
|
172
|
-
this.name = "InvalidKMSResourceException";
|
|
173
|
-
this.$fault = "client";
|
|
174
175
|
Object.setPrototypeOf(this, InvalidKMSResourceException.prototype);
|
|
175
176
|
this.code = opts.code;
|
|
176
177
|
}
|
|
177
178
|
}
|
|
178
179
|
export class LimitExceededException extends __BaseException {
|
|
180
|
+
name = "LimitExceededException";
|
|
181
|
+
$fault = "client";
|
|
179
182
|
constructor(opts) {
|
|
180
183
|
super({
|
|
181
184
|
name: "LimitExceededException",
|
|
182
185
|
$fault: "client",
|
|
183
186
|
...opts,
|
|
184
187
|
});
|
|
185
|
-
this.name = "LimitExceededException";
|
|
186
|
-
this.$fault = "client";
|
|
187
188
|
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
188
189
|
}
|
|
189
190
|
}
|
|
190
191
|
export class ResourceInUseException extends __BaseException {
|
|
192
|
+
name = "ResourceInUseException";
|
|
193
|
+
$fault = "client";
|
|
191
194
|
constructor(opts) {
|
|
192
195
|
super({
|
|
193
196
|
name: "ResourceInUseException",
|
|
194
197
|
$fault: "client",
|
|
195
198
|
...opts,
|
|
196
199
|
});
|
|
197
|
-
this.name = "ResourceInUseException";
|
|
198
|
-
this.$fault = "client";
|
|
199
200
|
Object.setPrototypeOf(this, ResourceInUseException.prototype);
|
|
200
201
|
}
|
|
201
202
|
}
|
|
@@ -228,14 +229,14 @@ export const SnapshotStatus = {
|
|
|
228
229
|
SUSPENDED: "SUSPENDED",
|
|
229
230
|
};
|
|
230
231
|
export class ResourceNotFoundException extends __BaseException {
|
|
232
|
+
name = "ResourceNotFoundException";
|
|
233
|
+
$fault = "client";
|
|
231
234
|
constructor(opts) {
|
|
232
235
|
super({
|
|
233
236
|
name: "ResourceNotFoundException",
|
|
234
237
|
$fault: "client",
|
|
235
238
|
...opts,
|
|
236
239
|
});
|
|
237
|
-
this.name = "ResourceNotFoundException";
|
|
238
|
-
this.$fault = "client";
|
|
239
240
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
240
241
|
}
|
|
241
242
|
}
|
|
@@ -255,27 +256,28 @@ export const DeliveryStreamStatus = {
|
|
|
255
256
|
DELETING_FAILED: "DELETING_FAILED",
|
|
256
257
|
};
|
|
257
258
|
export class InvalidSourceException extends __BaseException {
|
|
259
|
+
name = "InvalidSourceException";
|
|
260
|
+
$fault = "client";
|
|
261
|
+
code;
|
|
258
262
|
constructor(opts) {
|
|
259
263
|
super({
|
|
260
264
|
name: "InvalidSourceException",
|
|
261
265
|
$fault: "client",
|
|
262
266
|
...opts,
|
|
263
267
|
});
|
|
264
|
-
this.name = "InvalidSourceException";
|
|
265
|
-
this.$fault = "client";
|
|
266
268
|
Object.setPrototypeOf(this, InvalidSourceException.prototype);
|
|
267
269
|
this.code = opts.code;
|
|
268
270
|
}
|
|
269
271
|
}
|
|
270
272
|
export class ServiceUnavailableException extends __BaseException {
|
|
273
|
+
name = "ServiceUnavailableException";
|
|
274
|
+
$fault = "server";
|
|
271
275
|
constructor(opts) {
|
|
272
276
|
super({
|
|
273
277
|
name: "ServiceUnavailableException",
|
|
274
278
|
$fault: "server",
|
|
275
279
|
...opts,
|
|
276
280
|
});
|
|
277
|
-
this.name = "ServiceUnavailableException";
|
|
278
|
-
this.$fault = "server";
|
|
279
281
|
Object.setPrototypeOf(this, ServiceUnavailableException.prototype);
|
|
280
282
|
}
|
|
281
283
|
}
|
|
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: FirehoseClientConfig) => {
|
|
|
7
7
|
runtime: string;
|
|
8
8
|
defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
|
-
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
10
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: FirehoseClientConfig) => {
|
|
|
7
7
|
runtime: string;
|
|
8
8
|
defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
|
-
credentialDefaultProvider: (init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity
|
|
10
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
13
13
|
region: string | import("@smithy/types").Provider<string>;
|
|
@@ -22,7 +22,7 @@ export declare const getRuntimeConfig: (config: FirehoseClientConfig) => {
|
|
|
22
22
|
region: string | import("@smithy/types").Provider<any>;
|
|
23
23
|
profile?: string | undefined;
|
|
24
24
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
25
|
-
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
|
25
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
26
26
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
27
27
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
28
|
logger: import("@smithy/types").Logger;
|
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: FirehoseClientConfig) => {
|
|
|
31
31
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
|
32
32
|
userAgentAppId?: string | import("@smithy/types").Provider<string | undefined> | undefined;
|
|
33
33
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
|
34
|
-
endpoint?: string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2> | undefined;
|
|
34
|
+
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
35
35
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
36
36
|
logger?: import("@smithy/types").Logger | undefined;
|
|
37
37
|
}) => import("@smithy/types").EndpointV2;
|
|
@@ -6,9 +6,11 @@ export declare const getRuntimeConfig: (config: FirehoseClientConfig) => {
|
|
|
6
6
|
import("@smithy/smithy-client").ResolvedDefaultsMode
|
|
7
7
|
>;
|
|
8
8
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
9
|
-
credentialDefaultProvider:
|
|
10
|
-
input: any
|
|
11
|
-
|
|
9
|
+
credentialDefaultProvider:
|
|
10
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
11
|
+
| ((
|
|
12
|
+
_: unknown
|
|
13
|
+
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
12
14
|
defaultUserAgentProvider: (
|
|
13
15
|
config?:
|
|
14
16
|
| import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
|
|
@@ -6,13 +6,15 @@ export declare const getRuntimeConfig: (config: FirehoseClientConfig) => {
|
|
|
6
6
|
import("@smithy/smithy-client").ResolvedDefaultsMode
|
|
7
7
|
>;
|
|
8
8
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
9
|
-
credentialDefaultProvider:
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
9
|
+
credentialDefaultProvider:
|
|
10
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
11
|
+
| ((
|
|
12
|
+
init?:
|
|
13
|
+
| import("@aws-sdk/credential-provider-node").DefaultProviderInit
|
|
14
|
+
| undefined
|
|
15
|
+
) => import("@smithy/types").MemoizedProvider<
|
|
16
|
+
import("@smithy/types").AwsCredentialIdentity
|
|
17
|
+
>);
|
|
16
18
|
defaultUserAgentProvider: (
|
|
17
19
|
config?:
|
|
18
20
|
| import("@aws-sdk/util-user-agent-node").PreviouslyResolved
|
|
@@ -28,9 +28,11 @@ export declare const getRuntimeConfig: (config: FirehoseClientConfig) => {
|
|
|
28
28
|
| import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
|
|
29
29
|
| undefined
|
|
30
30
|
) => Promise<import("@smithy/types").UserAgent>;
|
|
31
|
-
credentialDefaultProvider:
|
|
32
|
-
input: any
|
|
33
|
-
|
|
31
|
+
credentialDefaultProvider:
|
|
32
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
33
|
+
| ((
|
|
34
|
+
_: unknown
|
|
35
|
+
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
|
34
36
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
35
37
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
36
38
|
logger: import("@smithy/types").Logger;
|
|
@@ -50,11 +52,21 @@ export declare const getRuntimeConfig: (config: FirehoseClientConfig) => {
|
|
|
50
52
|
| import("@smithy/types").RetryStrategyV2
|
|
51
53
|
| undefined;
|
|
52
54
|
endpoint?:
|
|
53
|
-
|
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
55
|
+
| ((
|
|
56
|
+
| string
|
|
57
|
+
| import("@smithy/types").Endpoint
|
|
58
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
59
|
+
| import("@smithy/types").EndpointV2
|
|
60
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
61
|
+
) &
|
|
62
|
+
(
|
|
63
|
+
| string
|
|
64
|
+
| import("@smithy/types").Provider<string>
|
|
65
|
+
| import("@smithy/types").Endpoint
|
|
66
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
|
67
|
+
| import("@smithy/types").EndpointV2
|
|
68
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
|
69
|
+
))
|
|
58
70
|
| undefined;
|
|
59
71
|
endpointProvider: (
|
|
60
72
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|
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.723.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,56 +20,56 @@
|
|
|
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.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^
|
|
37
|
-
"@smithy/core": "^
|
|
38
|
-
"@smithy/fetch-http-handler": "^
|
|
39
|
-
"@smithy/hash-node": "^
|
|
40
|
-
"@smithy/invalid-dependency": "^
|
|
41
|
-
"@smithy/middleware-content-length": "^
|
|
42
|
-
"@smithy/middleware-endpoint": "^
|
|
43
|
-
"@smithy/middleware-retry": "^
|
|
44
|
-
"@smithy/middleware-serde": "^
|
|
45
|
-
"@smithy/middleware-stack": "^
|
|
46
|
-
"@smithy/node-config-provider": "^
|
|
47
|
-
"@smithy/node-http-handler": "^
|
|
48
|
-
"@smithy/protocol-http": "^
|
|
49
|
-
"@smithy/smithy-client": "^
|
|
50
|
-
"@smithy/types": "^
|
|
51
|
-
"@smithy/url-parser": "^
|
|
52
|
-
"@smithy/util-base64": "^
|
|
53
|
-
"@smithy/util-body-length-browser": "^
|
|
54
|
-
"@smithy/util-body-length-node": "^
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^
|
|
57
|
-
"@smithy/util-endpoints": "^
|
|
58
|
-
"@smithy/util-middleware": "^
|
|
59
|
-
"@smithy/util-retry": "^
|
|
60
|
-
"@smithy/util-utf8": "^
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.723.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.723.0",
|
|
25
|
+
"@aws-sdk/core": "3.723.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.723.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.723.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.723.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.723.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.723.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.723.0",
|
|
32
|
+
"@aws-sdk/types": "3.723.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.723.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.723.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.723.0",
|
|
36
|
+
"@smithy/config-resolver": "^4.0.0",
|
|
37
|
+
"@smithy/core": "^3.0.0",
|
|
38
|
+
"@smithy/fetch-http-handler": "^5.0.0",
|
|
39
|
+
"@smithy/hash-node": "^4.0.0",
|
|
40
|
+
"@smithy/invalid-dependency": "^4.0.0",
|
|
41
|
+
"@smithy/middleware-content-length": "^4.0.0",
|
|
42
|
+
"@smithy/middleware-endpoint": "^4.0.0",
|
|
43
|
+
"@smithy/middleware-retry": "^4.0.0",
|
|
44
|
+
"@smithy/middleware-serde": "^4.0.0",
|
|
45
|
+
"@smithy/middleware-stack": "^4.0.0",
|
|
46
|
+
"@smithy/node-config-provider": "^4.0.0",
|
|
47
|
+
"@smithy/node-http-handler": "^4.0.0",
|
|
48
|
+
"@smithy/protocol-http": "^5.0.0",
|
|
49
|
+
"@smithy/smithy-client": "^4.0.0",
|
|
50
|
+
"@smithy/types": "^4.0.0",
|
|
51
|
+
"@smithy/url-parser": "^4.0.0",
|
|
52
|
+
"@smithy/util-base64": "^4.0.0",
|
|
53
|
+
"@smithy/util-body-length-browser": "^4.0.0",
|
|
54
|
+
"@smithy/util-body-length-node": "^4.0.0",
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^4.0.0",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^4.0.0",
|
|
57
|
+
"@smithy/util-endpoints": "^3.0.0",
|
|
58
|
+
"@smithy/util-middleware": "^4.0.0",
|
|
59
|
+
"@smithy/util-retry": "^4.0.0",
|
|
60
|
+
"@smithy/util-utf8": "^4.0.0",
|
|
61
61
|
"tslib": "^2.6.2"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@tsconfig/
|
|
65
|
-
"@types/node": "^
|
|
64
|
+
"@tsconfig/node18": "18.2.4",
|
|
65
|
+
"@types/node": "^18.19.69",
|
|
66
66
|
"concurrently": "7.0.0",
|
|
67
67
|
"downlevel-dts": "0.10.1",
|
|
68
68
|
"rimraf": "3.0.2",
|
|
69
|
-
"typescript": "~
|
|
69
|
+
"typescript": "~5.2.2"
|
|
70
70
|
},
|
|
71
71
|
"engines": {
|
|
72
|
-
"node": ">=
|
|
72
|
+
"node": ">=18.0.0"
|
|
73
73
|
},
|
|
74
74
|
"typesVersions": {
|
|
75
75
|
"<4.0": {
|