@aws-sdk/client-firehose 3.650.0 → 3.654.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 +11 -0
- package/dist-types/commands/DeleteDeliveryStreamCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDeliveryStreamCommand.d.ts +11 -0
- package/dist-types/commands/ListDeliveryStreamsCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForDeliveryStreamCommand.d.ts +11 -0
- package/dist-types/commands/PutRecordBatchCommand.d.ts +11 -0
- package/dist-types/commands/PutRecordCommand.d.ts +11 -0
- package/dist-types/commands/StartDeliveryStreamEncryptionCommand.d.ts +11 -0
- package/dist-types/commands/StopDeliveryStreamEncryptionCommand.d.ts +11 -0
- package/dist-types/commands/TagDeliveryStreamCommand.d.ts +11 -0
- package/dist-types/commands/UntagDeliveryStreamCommand.d.ts +11 -0
- package/dist-types/commands/UpdateDestinationCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/CreateDeliveryStreamCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDeliveryStreamCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDeliveryStreamCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDeliveryStreamsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForDeliveryStreamCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutRecordBatchCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutRecordCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartDeliveryStreamEncryptionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StopDeliveryStreamEncryptionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagDeliveryStreamCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagDeliveryStreamCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDestinationCommand.d.ts +12 -1
- package/package.json +35 -35
|
@@ -634,4 +634,15 @@ declare const CreateDeliveryStreamCommand_base: {
|
|
|
634
634
|
* @public
|
|
635
635
|
*/
|
|
636
636
|
export declare class CreateDeliveryStreamCommand extends CreateDeliveryStreamCommand_base {
|
|
637
|
+
/** @internal type navigation helper, not in runtime. */
|
|
638
|
+
protected static __types: {
|
|
639
|
+
api: {
|
|
640
|
+
input: CreateDeliveryStreamInput;
|
|
641
|
+
output: CreateDeliveryStreamOutput;
|
|
642
|
+
};
|
|
643
|
+
sdk: {
|
|
644
|
+
input: CreateDeliveryStreamCommandInput;
|
|
645
|
+
output: CreateDeliveryStreamCommandOutput;
|
|
646
|
+
};
|
|
647
|
+
};
|
|
637
648
|
}
|
|
@@ -74,4 +74,15 @@ declare const DeleteDeliveryStreamCommand_base: {
|
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class DeleteDeliveryStreamCommand extends DeleteDeliveryStreamCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: DeleteDeliveryStreamInput;
|
|
81
|
+
output: {};
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: DeleteDeliveryStreamCommandInput;
|
|
85
|
+
output: DeleteDeliveryStreamCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -582,4 +582,15 @@ declare const DescribeDeliveryStreamCommand_base: {
|
|
|
582
582
|
* @public
|
|
583
583
|
*/
|
|
584
584
|
export declare class DescribeDeliveryStreamCommand extends DescribeDeliveryStreamCommand_base {
|
|
585
|
+
/** @internal type navigation helper, not in runtime. */
|
|
586
|
+
protected static __types: {
|
|
587
|
+
api: {
|
|
588
|
+
input: DescribeDeliveryStreamInput;
|
|
589
|
+
output: DescribeDeliveryStreamOutput;
|
|
590
|
+
};
|
|
591
|
+
sdk: {
|
|
592
|
+
input: DescribeDeliveryStreamCommandInput;
|
|
593
|
+
output: DescribeDeliveryStreamCommandOutput;
|
|
594
|
+
};
|
|
595
|
+
};
|
|
585
596
|
}
|
|
@@ -69,4 +69,15 @@ declare const ListDeliveryStreamsCommand_base: {
|
|
|
69
69
|
* @public
|
|
70
70
|
*/
|
|
71
71
|
export declare class ListDeliveryStreamsCommand extends ListDeliveryStreamsCommand_base {
|
|
72
|
+
/** @internal type navigation helper, not in runtime. */
|
|
73
|
+
protected static __types: {
|
|
74
|
+
api: {
|
|
75
|
+
input: ListDeliveryStreamsInput;
|
|
76
|
+
output: ListDeliveryStreamsOutput;
|
|
77
|
+
};
|
|
78
|
+
sdk: {
|
|
79
|
+
input: ListDeliveryStreamsCommandInput;
|
|
80
|
+
output: ListDeliveryStreamsCommandOutput;
|
|
81
|
+
};
|
|
82
|
+
};
|
|
72
83
|
}
|
|
@@ -75,4 +75,15 @@ declare const ListTagsForDeliveryStreamCommand_base: {
|
|
|
75
75
|
* @public
|
|
76
76
|
*/
|
|
77
77
|
export declare class ListTagsForDeliveryStreamCommand extends ListTagsForDeliveryStreamCommand_base {
|
|
78
|
+
/** @internal type navigation helper, not in runtime. */
|
|
79
|
+
protected static __types: {
|
|
80
|
+
api: {
|
|
81
|
+
input: ListTagsForDeliveryStreamInput;
|
|
82
|
+
output: ListTagsForDeliveryStreamOutput;
|
|
83
|
+
};
|
|
84
|
+
sdk: {
|
|
85
|
+
input: ListTagsForDeliveryStreamCommandInput;
|
|
86
|
+
output: ListTagsForDeliveryStreamCommandOutput;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
78
89
|
}
|
|
@@ -145,4 +145,15 @@ declare const PutRecordBatchCommand_base: {
|
|
|
145
145
|
* @public
|
|
146
146
|
*/
|
|
147
147
|
export declare class PutRecordBatchCommand extends PutRecordBatchCommand_base {
|
|
148
|
+
/** @internal type navigation helper, not in runtime. */
|
|
149
|
+
protected static __types: {
|
|
150
|
+
api: {
|
|
151
|
+
input: PutRecordBatchInput;
|
|
152
|
+
output: PutRecordBatchOutput;
|
|
153
|
+
};
|
|
154
|
+
sdk: {
|
|
155
|
+
input: PutRecordBatchCommandInput;
|
|
156
|
+
output: PutRecordBatchCommandOutput;
|
|
157
|
+
};
|
|
158
|
+
};
|
|
148
159
|
}
|
|
@@ -118,4 +118,15 @@ declare const PutRecordCommand_base: {
|
|
|
118
118
|
* @public
|
|
119
119
|
*/
|
|
120
120
|
export declare class PutRecordCommand extends PutRecordCommand_base {
|
|
121
|
+
/** @internal type navigation helper, not in runtime. */
|
|
122
|
+
protected static __types: {
|
|
123
|
+
api: {
|
|
124
|
+
input: PutRecordInput;
|
|
125
|
+
output: PutRecordOutput;
|
|
126
|
+
};
|
|
127
|
+
sdk: {
|
|
128
|
+
input: PutRecordCommandInput;
|
|
129
|
+
output: PutRecordCommandOutput;
|
|
130
|
+
};
|
|
131
|
+
};
|
|
121
132
|
}
|
|
@@ -115,4 +115,15 @@ declare const StartDeliveryStreamEncryptionCommand_base: {
|
|
|
115
115
|
* @public
|
|
116
116
|
*/
|
|
117
117
|
export declare class StartDeliveryStreamEncryptionCommand extends StartDeliveryStreamEncryptionCommand_base {
|
|
118
|
+
/** @internal type navigation helper, not in runtime. */
|
|
119
|
+
protected static __types: {
|
|
120
|
+
api: {
|
|
121
|
+
input: StartDeliveryStreamEncryptionInput;
|
|
122
|
+
output: {};
|
|
123
|
+
};
|
|
124
|
+
sdk: {
|
|
125
|
+
input: StartDeliveryStreamEncryptionCommandInput;
|
|
126
|
+
output: StartDeliveryStreamEncryptionCommandOutput;
|
|
127
|
+
};
|
|
128
|
+
};
|
|
118
129
|
}
|
|
@@ -85,4 +85,15 @@ declare const StopDeliveryStreamEncryptionCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class StopDeliveryStreamEncryptionCommand extends StopDeliveryStreamEncryptionCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: StopDeliveryStreamEncryptionInput;
|
|
92
|
+
output: {};
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: StopDeliveryStreamEncryptionCommandInput;
|
|
96
|
+
output: StopDeliveryStreamEncryptionCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -82,4 +82,15 @@ declare const TagDeliveryStreamCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class TagDeliveryStreamCommand extends TagDeliveryStreamCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: TagDeliveryStreamInput;
|
|
89
|
+
output: {};
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: TagDeliveryStreamCommandInput;
|
|
93
|
+
output: TagDeliveryStreamCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -73,4 +73,15 @@ declare const UntagDeliveryStreamCommand_base: {
|
|
|
73
73
|
* @public
|
|
74
74
|
*/
|
|
75
75
|
export declare class UntagDeliveryStreamCommand extends UntagDeliveryStreamCommand_base {
|
|
76
|
+
/** @internal type navigation helper, not in runtime. */
|
|
77
|
+
protected static __types: {
|
|
78
|
+
api: {
|
|
79
|
+
input: UntagDeliveryStreamInput;
|
|
80
|
+
output: {};
|
|
81
|
+
};
|
|
82
|
+
sdk: {
|
|
83
|
+
input: UntagDeliveryStreamCommandInput;
|
|
84
|
+
output: UntagDeliveryStreamCommandOutput;
|
|
85
|
+
};
|
|
86
|
+
};
|
|
76
87
|
}
|
|
@@ -539,4 +539,15 @@ declare const UpdateDestinationCommand_base: {
|
|
|
539
539
|
* @public
|
|
540
540
|
*/
|
|
541
541
|
export declare class UpdateDestinationCommand extends UpdateDestinationCommand_base {
|
|
542
|
+
/** @internal type navigation helper, not in runtime. */
|
|
543
|
+
protected static __types: {
|
|
544
|
+
api: {
|
|
545
|
+
input: UpdateDestinationInput;
|
|
546
|
+
output: {};
|
|
547
|
+
};
|
|
548
|
+
sdk: {
|
|
549
|
+
input: UpdateDestinationCommandInput;
|
|
550
|
+
output: UpdateDestinationCommandOutput;
|
|
551
|
+
};
|
|
552
|
+
};
|
|
542
553
|
}
|
|
@@ -37,4 +37,15 @@ declare const CreateDeliveryStreamCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class CreateDeliveryStreamCommand extends CreateDeliveryStreamCommand_base {
|
|
40
|
+
export declare class CreateDeliveryStreamCommand extends CreateDeliveryStreamCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateDeliveryStreamInput;
|
|
44
|
+
output: CreateDeliveryStreamOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateDeliveryStreamCommandInput;
|
|
48
|
+
output: CreateDeliveryStreamCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DeleteDeliveryStreamCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DeleteDeliveryStreamCommand extends DeleteDeliveryStreamCommand_base {
|
|
40
|
+
export declare class DeleteDeliveryStreamCommand extends DeleteDeliveryStreamCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DeleteDeliveryStreamInput;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DeleteDeliveryStreamCommandInput;
|
|
48
|
+
output: DeleteDeliveryStreamCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const DescribeDeliveryStreamCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class DescribeDeliveryStreamCommand extends DescribeDeliveryStreamCommand_base {
|
|
40
|
+
export declare class DescribeDeliveryStreamCommand extends DescribeDeliveryStreamCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeDeliveryStreamInput;
|
|
44
|
+
output: DescribeDeliveryStreamOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeDeliveryStreamCommandInput;
|
|
48
|
+
output: DescribeDeliveryStreamCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListDeliveryStreamsCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListDeliveryStreamsCommand extends ListDeliveryStreamsCommand_base {
|
|
40
|
+
export declare class ListDeliveryStreamsCommand extends ListDeliveryStreamsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListDeliveryStreamsInput;
|
|
44
|
+
output: ListDeliveryStreamsOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListDeliveryStreamsCommandInput;
|
|
48
|
+
output: ListDeliveryStreamsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ListTagsForDeliveryStreamCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ListTagsForDeliveryStreamCommand extends ListTagsForDeliveryStreamCommand_base {
|
|
40
|
+
export declare class ListTagsForDeliveryStreamCommand extends ListTagsForDeliveryStreamCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListTagsForDeliveryStreamInput;
|
|
44
|
+
output: ListTagsForDeliveryStreamOutput;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListTagsForDeliveryStreamCommandInput;
|
|
48
|
+
output: ListTagsForDeliveryStreamCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const PutRecordBatchCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class PutRecordBatchCommand extends PutRecordBatchCommand_base {
|
|
36
|
+
export declare class PutRecordBatchCommand extends PutRecordBatchCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: PutRecordBatchInput;
|
|
40
|
+
output: PutRecordBatchOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: PutRecordBatchCommandInput;
|
|
44
|
+
output: PutRecordBatchCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -33,4 +33,15 @@ declare const PutRecordCommand_base: {
|
|
|
33
33
|
>;
|
|
34
34
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
35
|
};
|
|
36
|
-
export declare class PutRecordCommand extends PutRecordCommand_base {
|
|
36
|
+
export declare class PutRecordCommand extends PutRecordCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: PutRecordInput;
|
|
40
|
+
output: PutRecordOutput;
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: PutRecordCommandInput;
|
|
44
|
+
output: PutRecordCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const StartDeliveryStreamEncryptionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class StartDeliveryStreamEncryptionCommand extends StartDeliveryStreamEncryptionCommand_base {
|
|
40
|
+
export declare class StartDeliveryStreamEncryptionCommand extends StartDeliveryStreamEncryptionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: StartDeliveryStreamEncryptionInput;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: StartDeliveryStreamEncryptionCommandInput;
|
|
48
|
+
output: StartDeliveryStreamEncryptionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const StopDeliveryStreamEncryptionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class StopDeliveryStreamEncryptionCommand extends StopDeliveryStreamEncryptionCommand_base {
|
|
40
|
+
export declare class StopDeliveryStreamEncryptionCommand extends StopDeliveryStreamEncryptionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: StopDeliveryStreamEncryptionInput;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: StopDeliveryStreamEncryptionCommandInput;
|
|
48
|
+
output: StopDeliveryStreamEncryptionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const TagDeliveryStreamCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class TagDeliveryStreamCommand extends TagDeliveryStreamCommand_base {
|
|
39
|
+
export declare class TagDeliveryStreamCommand extends TagDeliveryStreamCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: TagDeliveryStreamInput;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: TagDeliveryStreamCommandInput;
|
|
47
|
+
output: TagDeliveryStreamCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const UntagDeliveryStreamCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class UntagDeliveryStreamCommand extends UntagDeliveryStreamCommand_base {
|
|
40
|
+
export declare class UntagDeliveryStreamCommand extends UntagDeliveryStreamCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UntagDeliveryStreamInput;
|
|
44
|
+
output: {};
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UntagDeliveryStreamCommandInput;
|
|
48
|
+
output: UntagDeliveryStreamCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -36,4 +36,15 @@ declare const UpdateDestinationCommand_base: {
|
|
|
36
36
|
>;
|
|
37
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
38
|
};
|
|
39
|
-
export declare class UpdateDestinationCommand extends UpdateDestinationCommand_base {
|
|
39
|
+
export declare class UpdateDestinationCommand extends UpdateDestinationCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: UpdateDestinationInput;
|
|
43
|
+
output: {};
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: UpdateDestinationCommandInput;
|
|
47
|
+
output: UpdateDestinationCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
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.654.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,43 +20,43 @@
|
|
|
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": "^3.0.
|
|
37
|
-
"@smithy/core": "^2.4.
|
|
38
|
-
"@smithy/fetch-http-handler": "^3.2.
|
|
39
|
-
"@smithy/hash-node": "^3.0.
|
|
40
|
-
"@smithy/invalid-dependency": "^3.0.
|
|
41
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
42
|
-
"@smithy/middleware-endpoint": "^3.1.
|
|
43
|
-
"@smithy/middleware-retry": "^3.0.
|
|
44
|
-
"@smithy/middleware-serde": "^3.0.
|
|
45
|
-
"@smithy/middleware-stack": "^3.0.
|
|
46
|
-
"@smithy/node-config-provider": "^3.1.
|
|
47
|
-
"@smithy/node-http-handler": "^3.2.
|
|
48
|
-
"@smithy/protocol-http": "^4.1.
|
|
49
|
-
"@smithy/smithy-client": "^3.3.
|
|
50
|
-
"@smithy/types": "^3.4.
|
|
51
|
-
"@smithy/url-parser": "^3.0.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.654.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.654.0",
|
|
25
|
+
"@aws-sdk/core": "3.654.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.654.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.654.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.654.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.654.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.654.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.654.0",
|
|
32
|
+
"@aws-sdk/types": "3.654.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.654.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.654.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.654.0",
|
|
36
|
+
"@smithy/config-resolver": "^3.0.8",
|
|
37
|
+
"@smithy/core": "^2.4.3",
|
|
38
|
+
"@smithy/fetch-http-handler": "^3.2.7",
|
|
39
|
+
"@smithy/hash-node": "^3.0.6",
|
|
40
|
+
"@smithy/invalid-dependency": "^3.0.6",
|
|
41
|
+
"@smithy/middleware-content-length": "^3.0.8",
|
|
42
|
+
"@smithy/middleware-endpoint": "^3.1.3",
|
|
43
|
+
"@smithy/middleware-retry": "^3.0.18",
|
|
44
|
+
"@smithy/middleware-serde": "^3.0.6",
|
|
45
|
+
"@smithy/middleware-stack": "^3.0.6",
|
|
46
|
+
"@smithy/node-config-provider": "^3.1.7",
|
|
47
|
+
"@smithy/node-http-handler": "^3.2.2",
|
|
48
|
+
"@smithy/protocol-http": "^4.1.3",
|
|
49
|
+
"@smithy/smithy-client": "^3.3.2",
|
|
50
|
+
"@smithy/types": "^3.4.2",
|
|
51
|
+
"@smithy/url-parser": "^3.0.6",
|
|
52
52
|
"@smithy/util-base64": "^3.0.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
57
|
-
"@smithy/util-endpoints": "^2.1.
|
|
58
|
-
"@smithy/util-middleware": "^3.0.
|
|
59
|
-
"@smithy/util-retry": "^3.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^3.0.18",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^3.0.18",
|
|
57
|
+
"@smithy/util-endpoints": "^2.1.2",
|
|
58
|
+
"@smithy/util-middleware": "^3.0.6",
|
|
59
|
+
"@smithy/util-retry": "^3.0.6",
|
|
60
60
|
"@smithy/util-utf8": "^3.0.0",
|
|
61
61
|
"tslib": "^2.6.2"
|
|
62
62
|
},
|