@aws-sdk/client-firehose 3.775.0 → 3.782.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-types/commands/CreateDeliveryStreamCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDeliveryStreamCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDeliveryStreamCommand.d.ts +1 -0
- package/dist-types/commands/ListDeliveryStreamsCommand.d.ts +1 -0
- package/dist-types/commands/ListTagsForDeliveryStreamCommand.d.ts +1 -0
- package/dist-types/commands/PutRecordBatchCommand.d.ts +1 -0
- package/dist-types/commands/PutRecordCommand.d.ts +1 -0
- package/dist-types/commands/StartDeliveryStreamEncryptionCommand.d.ts +1 -0
- package/dist-types/commands/StopDeliveryStreamEncryptionCommand.d.ts +1 -0
- package/dist-types/commands/TagDeliveryStreamCommand.d.ts +1 -0
- package/dist-types/commands/UntagDeliveryStreamCommand.d.ts +1 -0
- package/dist-types/commands/UpdateDestinationCommand.d.ts +1 -0
- package/package.json +5 -5
|
@@ -693,6 +693,7 @@ declare const CreateDeliveryStreamCommand_base: {
|
|
|
693
693
|
* @throws {@link FirehoseServiceException}
|
|
694
694
|
* <p>Base exception class for all service exceptions from Firehose service.</p>
|
|
695
695
|
*
|
|
696
|
+
*
|
|
696
697
|
* @public
|
|
697
698
|
*/
|
|
698
699
|
export declare class CreateDeliveryStreamCommand extends CreateDeliveryStreamCommand_base {
|
|
@@ -71,6 +71,7 @@ declare const DeleteDeliveryStreamCommand_base: {
|
|
|
71
71
|
* @throws {@link FirehoseServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from Firehose service.</p>
|
|
73
73
|
*
|
|
74
|
+
*
|
|
74
75
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class DeleteDeliveryStreamCommand extends DeleteDeliveryStreamCommand_base {
|
|
@@ -651,6 +651,7 @@ declare const DescribeDeliveryStreamCommand_base: {
|
|
|
651
651
|
* @throws {@link FirehoseServiceException}
|
|
652
652
|
* <p>Base exception class for all service exceptions from Firehose service.</p>
|
|
653
653
|
*
|
|
654
|
+
*
|
|
654
655
|
* @public
|
|
655
656
|
*/
|
|
656
657
|
export declare class DescribeDeliveryStreamCommand extends DescribeDeliveryStreamCommand_base {
|
|
@@ -66,6 +66,7 @@ declare const ListDeliveryStreamsCommand_base: {
|
|
|
66
66
|
* @throws {@link FirehoseServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from Firehose service.</p>
|
|
68
68
|
*
|
|
69
|
+
*
|
|
69
70
|
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class ListDeliveryStreamsCommand extends ListDeliveryStreamsCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const ListTagsForDeliveryStreamCommand_base: {
|
|
|
72
72
|
* @throws {@link FirehoseServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from Firehose service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class ListTagsForDeliveryStreamCommand extends ListTagsForDeliveryStreamCommand_base {
|
|
@@ -147,6 +147,7 @@ declare const PutRecordBatchCommand_base: {
|
|
|
147
147
|
* @throws {@link FirehoseServiceException}
|
|
148
148
|
* <p>Base exception class for all service exceptions from Firehose service.</p>
|
|
149
149
|
*
|
|
150
|
+
*
|
|
150
151
|
* @public
|
|
151
152
|
*/
|
|
152
153
|
export declare class PutRecordBatchCommand extends PutRecordBatchCommand_base {
|
|
@@ -120,6 +120,7 @@ declare const PutRecordCommand_base: {
|
|
|
120
120
|
* @throws {@link FirehoseServiceException}
|
|
121
121
|
* <p>Base exception class for all service exceptions from Firehose service.</p>
|
|
122
122
|
*
|
|
123
|
+
*
|
|
123
124
|
* @public
|
|
124
125
|
*/
|
|
125
126
|
export declare class PutRecordCommand extends PutRecordCommand_base {
|
|
@@ -112,6 +112,7 @@ declare const StartDeliveryStreamEncryptionCommand_base: {
|
|
|
112
112
|
* @throws {@link FirehoseServiceException}
|
|
113
113
|
* <p>Base exception class for all service exceptions from Firehose service.</p>
|
|
114
114
|
*
|
|
115
|
+
*
|
|
115
116
|
* @public
|
|
116
117
|
*/
|
|
117
118
|
export declare class StartDeliveryStreamEncryptionCommand extends StartDeliveryStreamEncryptionCommand_base {
|
|
@@ -82,6 +82,7 @@ declare const StopDeliveryStreamEncryptionCommand_base: {
|
|
|
82
82
|
* @throws {@link FirehoseServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from Firehose service.</p>
|
|
84
84
|
*
|
|
85
|
+
*
|
|
85
86
|
* @public
|
|
86
87
|
*/
|
|
87
88
|
export declare class StopDeliveryStreamEncryptionCommand extends StopDeliveryStreamEncryptionCommand_base {
|
|
@@ -79,6 +79,7 @@ declare const TagDeliveryStreamCommand_base: {
|
|
|
79
79
|
* @throws {@link FirehoseServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from Firehose service.</p>
|
|
81
81
|
*
|
|
82
|
+
*
|
|
82
83
|
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class TagDeliveryStreamCommand extends TagDeliveryStreamCommand_base {
|
|
@@ -70,6 +70,7 @@ declare const UntagDeliveryStreamCommand_base: {
|
|
|
70
70
|
* @throws {@link FirehoseServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from Firehose service.</p>
|
|
72
72
|
*
|
|
73
|
+
*
|
|
73
74
|
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class UntagDeliveryStreamCommand extends UntagDeliveryStreamCommand_base {
|
|
@@ -551,6 +551,7 @@ declare const UpdateDestinationCommand_base: {
|
|
|
551
551
|
* @throws {@link FirehoseServiceException}
|
|
552
552
|
* <p>Base exception class for all service exceptions from Firehose service.</p>
|
|
553
553
|
*
|
|
554
|
+
*
|
|
554
555
|
* @public
|
|
555
556
|
*/
|
|
556
557
|
export declare class UpdateDestinationCommand extends UpdateDestinationCommand_base {
|
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.782.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",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.782.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.782.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
30
30
|
"@aws-sdk/types": "3.775.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.782.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.782.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.0",
|
|
35
35
|
"@smithy/core": "^3.2.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.2",
|