@aws-sdk/client-firehose 3.131.0 → 3.141.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/CHANGELOG.md +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/CreateDeliveryStreamCommand.js +2 -2
- package/dist-cjs/commands/DeleteDeliveryStreamCommand.js +2 -2
- package/dist-cjs/commands/DescribeDeliveryStreamCommand.js +2 -2
- package/dist-cjs/commands/ListDeliveryStreamsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForDeliveryStreamCommand.js +2 -2
- package/dist-cjs/commands/PutRecordBatchCommand.js +2 -2
- package/dist-cjs/commands/PutRecordCommand.js +2 -2
- package/dist-cjs/commands/StartDeliveryStreamEncryptionCommand.js +2 -2
- package/dist-cjs/commands/StopDeliveryStreamEncryptionCommand.js +2 -2
- package/dist-cjs/commands/TagDeliveryStreamCommand.js +2 -2
- package/dist-cjs/commands/UntagDeliveryStreamCommand.js +2 -2
- package/dist-cjs/commands/UpdateDestinationCommand.js +2 -2
- package/dist-cjs/endpoints.js +16 -0
- package/dist-cjs/models/models_0.js +418 -598
- package/dist-es/commands/CreateDeliveryStreamCommand.js +3 -3
- package/dist-es/commands/DeleteDeliveryStreamCommand.js +3 -3
- package/dist-es/commands/DescribeDeliveryStreamCommand.js +3 -3
- package/dist-es/commands/ListDeliveryStreamsCommand.js +3 -3
- package/dist-es/commands/ListTagsForDeliveryStreamCommand.js +3 -3
- package/dist-es/commands/PutRecordBatchCommand.js +3 -3
- package/dist-es/commands/PutRecordCommand.js +3 -3
- package/dist-es/commands/StartDeliveryStreamEncryptionCommand.js +3 -3
- package/dist-es/commands/StopDeliveryStreamEncryptionCommand.js +3 -3
- package/dist-es/commands/TagDeliveryStreamCommand.js +3 -3
- package/dist-es/commands/UntagDeliveryStreamCommand.js +3 -3
- package/dist-es/commands/UpdateDestinationCommand.js +3 -3
- package/dist-es/endpoints.js +16 -0
- package/dist-es/models/models_0.js +120 -390
- package/dist-types/models/models_0.d.ts +360 -540
- package/dist-types/ts3.4/models/models_0.d.ts +180 -360
- package/package.json +6 -6
|
@@ -4,12 +4,6 @@ export interface AmazonopensearchserviceBufferingHints {
|
|
|
4
4
|
IntervalInSeconds?: number;
|
|
5
5
|
SizeInMBs?: number;
|
|
6
6
|
}
|
|
7
|
-
export declare namespace AmazonopensearchserviceBufferingHints {
|
|
8
|
-
/**
|
|
9
|
-
* @internal
|
|
10
|
-
*/
|
|
11
|
-
const filterSensitiveLog: (obj: AmazonopensearchserviceBufferingHints) => any;
|
|
12
|
-
}
|
|
13
7
|
/**
|
|
14
8
|
* <p>Describes the Amazon CloudWatch logging options for your delivery stream.</p>
|
|
15
9
|
*/
|
|
@@ -29,12 +23,6 @@ export interface CloudWatchLoggingOptions {
|
|
|
29
23
|
*/
|
|
30
24
|
LogStreamName?: string;
|
|
31
25
|
}
|
|
32
|
-
export declare namespace CloudWatchLoggingOptions {
|
|
33
|
-
/**
|
|
34
|
-
* @internal
|
|
35
|
-
*/
|
|
36
|
-
const filterSensitiveLog: (obj: CloudWatchLoggingOptions) => any;
|
|
37
|
-
}
|
|
38
26
|
export declare enum AmazonopensearchserviceIndexRotationPeriod {
|
|
39
27
|
NoRotation = "NoRotation",
|
|
40
28
|
OneDay = "OneDay",
|
|
@@ -66,12 +54,6 @@ export interface ProcessorParameter {
|
|
|
66
54
|
*/
|
|
67
55
|
ParameterValue: string | undefined;
|
|
68
56
|
}
|
|
69
|
-
export declare namespace ProcessorParameter {
|
|
70
|
-
/**
|
|
71
|
-
* @internal
|
|
72
|
-
*/
|
|
73
|
-
const filterSensitiveLog: (obj: ProcessorParameter) => any;
|
|
74
|
-
}
|
|
75
57
|
export declare type ProcessorType = "AppendDelimiterToRecord" | "Lambda" | "MetadataExtraction" | "RecordDeAggregation";
|
|
76
58
|
/**
|
|
77
59
|
* <p>Describes a data processor.</p>
|
|
@@ -86,12 +68,6 @@ export interface Processor {
|
|
|
86
68
|
*/
|
|
87
69
|
Parameters?: ProcessorParameter[];
|
|
88
70
|
}
|
|
89
|
-
export declare namespace Processor {
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
|
-
const filterSensitiveLog: (obj: Processor) => any;
|
|
94
|
-
}
|
|
95
71
|
/**
|
|
96
72
|
* <p>Describes a data processing configuration.</p>
|
|
97
73
|
*/
|
|
@@ -105,21 +81,9 @@ export interface ProcessingConfiguration {
|
|
|
105
81
|
*/
|
|
106
82
|
Processors?: Processor[];
|
|
107
83
|
}
|
|
108
|
-
export declare namespace ProcessingConfiguration {
|
|
109
|
-
/**
|
|
110
|
-
* @internal
|
|
111
|
-
*/
|
|
112
|
-
const filterSensitiveLog: (obj: ProcessingConfiguration) => any;
|
|
113
|
-
}
|
|
114
84
|
export interface AmazonopensearchserviceRetryOptions {
|
|
115
85
|
DurationInSeconds?: number;
|
|
116
86
|
}
|
|
117
|
-
export declare namespace AmazonopensearchserviceRetryOptions {
|
|
118
|
-
/**
|
|
119
|
-
* @internal
|
|
120
|
-
*/
|
|
121
|
-
const filterSensitiveLog: (obj: AmazonopensearchserviceRetryOptions) => any;
|
|
122
|
-
}
|
|
123
87
|
export declare enum AmazonopensearchserviceS3BackupMode {
|
|
124
88
|
AllDocuments = "AllDocuments",
|
|
125
89
|
FailedDocumentsOnly = "FailedDocumentsOnly"
|
|
@@ -150,12 +114,6 @@ export interface BufferingHints {
|
|
|
150
114
|
*/
|
|
151
115
|
IntervalInSeconds?: number;
|
|
152
116
|
}
|
|
153
|
-
export declare namespace BufferingHints {
|
|
154
|
-
/**
|
|
155
|
-
* @internal
|
|
156
|
-
*/
|
|
157
|
-
const filterSensitiveLog: (obj: BufferingHints) => any;
|
|
158
|
-
}
|
|
159
117
|
export declare enum CompressionFormat {
|
|
160
118
|
GZIP = "GZIP",
|
|
161
119
|
HADOOP_SNAPPY = "HADOOP_SNAPPY",
|
|
@@ -174,12 +132,6 @@ export interface KMSEncryptionConfig {
|
|
|
174
132
|
*/
|
|
175
133
|
AWSKMSKeyARN: string | undefined;
|
|
176
134
|
}
|
|
177
|
-
export declare namespace KMSEncryptionConfig {
|
|
178
|
-
/**
|
|
179
|
-
* @internal
|
|
180
|
-
*/
|
|
181
|
-
const filterSensitiveLog: (obj: KMSEncryptionConfig) => any;
|
|
182
|
-
}
|
|
183
135
|
export declare type NoEncryptionConfig = "NoEncryption";
|
|
184
136
|
/**
|
|
185
137
|
* <p>Describes the encryption for a destination in Amazon S3.</p>
|
|
@@ -195,12 +147,6 @@ export interface EncryptionConfiguration {
|
|
|
195
147
|
*/
|
|
196
148
|
KMSEncryptionConfig?: KMSEncryptionConfig;
|
|
197
149
|
}
|
|
198
|
-
export declare namespace EncryptionConfiguration {
|
|
199
|
-
/**
|
|
200
|
-
* @internal
|
|
201
|
-
*/
|
|
202
|
-
const filterSensitiveLog: (obj: EncryptionConfiguration) => any;
|
|
203
|
-
}
|
|
204
150
|
/**
|
|
205
151
|
* <p>Describes the configuration of a destination in Amazon S3.</p>
|
|
206
152
|
*/
|
|
@@ -252,12 +198,6 @@ export interface S3DestinationConfiguration {
|
|
|
252
198
|
*/
|
|
253
199
|
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
254
200
|
}
|
|
255
|
-
export declare namespace S3DestinationConfiguration {
|
|
256
|
-
/**
|
|
257
|
-
* @internal
|
|
258
|
-
*/
|
|
259
|
-
const filterSensitiveLog: (obj: S3DestinationConfiguration) => any;
|
|
260
|
-
}
|
|
261
201
|
/**
|
|
262
202
|
* <p>The details of the VPC of the Amazon ES destination.</p>
|
|
263
203
|
*/
|
|
@@ -343,12 +283,6 @@ export interface VpcConfiguration {
|
|
|
343
283
|
*/
|
|
344
284
|
SecurityGroupIds: string[] | undefined;
|
|
345
285
|
}
|
|
346
|
-
export declare namespace VpcConfiguration {
|
|
347
|
-
/**
|
|
348
|
-
* @internal
|
|
349
|
-
*/
|
|
350
|
-
const filterSensitiveLog: (obj: VpcConfiguration) => any;
|
|
351
|
-
}
|
|
352
286
|
export interface AmazonopensearchserviceDestinationConfiguration {
|
|
353
287
|
RoleARN: string | undefined;
|
|
354
288
|
DomainARN?: string;
|
|
@@ -376,12 +310,6 @@ export interface AmazonopensearchserviceDestinationConfiguration {
|
|
|
376
310
|
*/
|
|
377
311
|
VpcConfiguration?: VpcConfiguration;
|
|
378
312
|
}
|
|
379
|
-
export declare namespace AmazonopensearchserviceDestinationConfiguration {
|
|
380
|
-
/**
|
|
381
|
-
* @internal
|
|
382
|
-
*/
|
|
383
|
-
const filterSensitiveLog: (obj: AmazonopensearchserviceDestinationConfiguration) => any;
|
|
384
|
-
}
|
|
385
313
|
/**
|
|
386
314
|
* <p>Describes a destination in Amazon S3.</p>
|
|
387
315
|
*/
|
|
@@ -430,12 +358,6 @@ export interface S3DestinationDescription {
|
|
|
430
358
|
*/
|
|
431
359
|
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
432
360
|
}
|
|
433
|
-
export declare namespace S3DestinationDescription {
|
|
434
|
-
/**
|
|
435
|
-
* @internal
|
|
436
|
-
*/
|
|
437
|
-
const filterSensitiveLog: (obj: S3DestinationDescription) => any;
|
|
438
|
-
}
|
|
439
361
|
/**
|
|
440
362
|
* <p>The details of the VPC of the Amazon ES destination.</p>
|
|
441
363
|
*/
|
|
@@ -524,12 +446,6 @@ export interface VpcConfigurationDescription {
|
|
|
524
446
|
*/
|
|
525
447
|
VpcId: string | undefined;
|
|
526
448
|
}
|
|
527
|
-
export declare namespace VpcConfigurationDescription {
|
|
528
|
-
/**
|
|
529
|
-
* @internal
|
|
530
|
-
*/
|
|
531
|
-
const filterSensitiveLog: (obj: VpcConfigurationDescription) => any;
|
|
532
|
-
}
|
|
533
449
|
export interface AmazonopensearchserviceDestinationDescription {
|
|
534
450
|
RoleARN?: string;
|
|
535
451
|
DomainARN?: string;
|
|
@@ -557,12 +473,6 @@ export interface AmazonopensearchserviceDestinationDescription {
|
|
|
557
473
|
*/
|
|
558
474
|
VpcConfigurationDescription?: VpcConfigurationDescription;
|
|
559
475
|
}
|
|
560
|
-
export declare namespace AmazonopensearchserviceDestinationDescription {
|
|
561
|
-
/**
|
|
562
|
-
* @internal
|
|
563
|
-
*/
|
|
564
|
-
const filterSensitiveLog: (obj: AmazonopensearchserviceDestinationDescription) => any;
|
|
565
|
-
}
|
|
566
476
|
/**
|
|
567
477
|
* <p>Describes an update for a destination in Amazon S3.</p>
|
|
568
478
|
*/
|
|
@@ -614,12 +524,6 @@ export interface S3DestinationUpdate {
|
|
|
614
524
|
*/
|
|
615
525
|
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
616
526
|
}
|
|
617
|
-
export declare namespace S3DestinationUpdate {
|
|
618
|
-
/**
|
|
619
|
-
* @internal
|
|
620
|
-
*/
|
|
621
|
-
const filterSensitiveLog: (obj: S3DestinationUpdate) => any;
|
|
622
|
-
}
|
|
623
527
|
export interface AmazonopensearchserviceDestinationUpdate {
|
|
624
528
|
RoleARN?: string;
|
|
625
529
|
DomainARN?: string;
|
|
@@ -642,12 +546,6 @@ export interface AmazonopensearchserviceDestinationUpdate {
|
|
|
642
546
|
*/
|
|
643
547
|
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
644
548
|
}
|
|
645
|
-
export declare namespace AmazonopensearchserviceDestinationUpdate {
|
|
646
|
-
/**
|
|
647
|
-
* @internal
|
|
648
|
-
*/
|
|
649
|
-
const filterSensitiveLog: (obj: AmazonopensearchserviceDestinationUpdate) => any;
|
|
650
|
-
}
|
|
651
549
|
/**
|
|
652
550
|
* <p>Another modification has already happened. Fetch <code>VersionId</code> again and use
|
|
653
551
|
* it to update the destination.</p>
|
|
@@ -700,12 +598,6 @@ export interface CopyCommand {
|
|
|
700
598
|
*/
|
|
701
599
|
CopyOptions?: string;
|
|
702
600
|
}
|
|
703
|
-
export declare namespace CopyCommand {
|
|
704
|
-
/**
|
|
705
|
-
* @internal
|
|
706
|
-
*/
|
|
707
|
-
const filterSensitiveLog: (obj: CopyCommand) => any;
|
|
708
|
-
}
|
|
709
601
|
export declare enum KeyType {
|
|
710
602
|
AWS_OWNED_CMK = "AWS_OWNED_CMK",
|
|
711
603
|
CUSTOMER_MANAGED_CMK = "CUSTOMER_MANAGED_CMK"
|
|
@@ -745,12 +637,6 @@ export interface DeliveryStreamEncryptionConfigurationInput {
|
|
|
745
637
|
*/
|
|
746
638
|
KeyType: KeyType | string | undefined;
|
|
747
639
|
}
|
|
748
|
-
export declare namespace DeliveryStreamEncryptionConfigurationInput {
|
|
749
|
-
/**
|
|
750
|
-
* @internal
|
|
751
|
-
*/
|
|
752
|
-
const filterSensitiveLog: (obj: DeliveryStreamEncryptionConfigurationInput) => any;
|
|
753
|
-
}
|
|
754
640
|
export declare type DeliveryStreamType = "DirectPut" | "KinesisStreamAsSource";
|
|
755
641
|
/**
|
|
756
642
|
* <p>Describes the buffering to perform before delivering data to the Amazon ES
|
|
@@ -771,12 +657,6 @@ export interface ElasticsearchBufferingHints {
|
|
|
771
657
|
*/
|
|
772
658
|
SizeInMBs?: number;
|
|
773
659
|
}
|
|
774
|
-
export declare namespace ElasticsearchBufferingHints {
|
|
775
|
-
/**
|
|
776
|
-
* @internal
|
|
777
|
-
*/
|
|
778
|
-
const filterSensitiveLog: (obj: ElasticsearchBufferingHints) => any;
|
|
779
|
-
}
|
|
780
660
|
export declare type ElasticsearchIndexRotationPeriod = "NoRotation" | "OneDay" | "OneHour" | "OneMonth" | "OneWeek";
|
|
781
661
|
/**
|
|
782
662
|
* <p>Configures retry behavior in case Kinesis Data Firehose is unable to deliver
|
|
@@ -791,12 +671,6 @@ export interface ElasticsearchRetryOptions {
|
|
|
791
671
|
*/
|
|
792
672
|
DurationInSeconds?: number;
|
|
793
673
|
}
|
|
794
|
-
export declare namespace ElasticsearchRetryOptions {
|
|
795
|
-
/**
|
|
796
|
-
* @internal
|
|
797
|
-
*/
|
|
798
|
-
const filterSensitiveLog: (obj: ElasticsearchRetryOptions) => any;
|
|
799
|
-
}
|
|
800
674
|
export declare type ElasticsearchS3BackupMode = "AllDocuments" | "FailedDocumentsOnly";
|
|
801
675
|
/**
|
|
802
676
|
* <p>Describes the configuration of a destination in Amazon ES.</p>
|
|
@@ -884,12 +758,6 @@ export interface ElasticsearchDestinationConfiguration {
|
|
|
884
758
|
*/
|
|
885
759
|
VpcConfiguration?: VpcConfiguration;
|
|
886
760
|
}
|
|
887
|
-
export declare namespace ElasticsearchDestinationConfiguration {
|
|
888
|
-
/**
|
|
889
|
-
* @internal
|
|
890
|
-
*/
|
|
891
|
-
const filterSensitiveLog: (obj: ElasticsearchDestinationConfiguration) => any;
|
|
892
|
-
}
|
|
893
761
|
/**
|
|
894
762
|
* <p>The native Hive / HCatalog JsonSerDe. Used by Kinesis Data Firehose for deserializing
|
|
895
763
|
* data, which means converting it from the JSON format in preparation for serializing it to
|
|
@@ -906,12 +774,6 @@ export interface HiveJsonSerDe {
|
|
|
906
774
|
*/
|
|
907
775
|
TimestampFormats?: string[];
|
|
908
776
|
}
|
|
909
|
-
export declare namespace HiveJsonSerDe {
|
|
910
|
-
/**
|
|
911
|
-
* @internal
|
|
912
|
-
*/
|
|
913
|
-
const filterSensitiveLog: (obj: HiveJsonSerDe) => any;
|
|
914
|
-
}
|
|
915
777
|
/**
|
|
916
778
|
* <p>The OpenX SerDe. Used by Kinesis Data Firehose for deserializing data, which means
|
|
917
779
|
* converting it from the JSON format in preparation for serializing it to the Parquet or ORC
|
|
@@ -942,12 +804,6 @@ export interface OpenXJsonSerDe {
|
|
|
942
804
|
*/
|
|
943
805
|
ColumnToJsonKeyMappings?: Record<string, string>;
|
|
944
806
|
}
|
|
945
|
-
export declare namespace OpenXJsonSerDe {
|
|
946
|
-
/**
|
|
947
|
-
* @internal
|
|
948
|
-
*/
|
|
949
|
-
const filterSensitiveLog: (obj: OpenXJsonSerDe) => any;
|
|
950
|
-
}
|
|
951
807
|
/**
|
|
952
808
|
* <p>The deserializer you want Kinesis Data Firehose to use for converting the input data
|
|
953
809
|
* from JSON. Kinesis Data Firehose then serializes the data to its final format using the
|
|
@@ -970,12 +826,6 @@ export interface Deserializer {
|
|
|
970
826
|
*/
|
|
971
827
|
HiveJsonSerDe?: HiveJsonSerDe;
|
|
972
828
|
}
|
|
973
|
-
export declare namespace Deserializer {
|
|
974
|
-
/**
|
|
975
|
-
* @internal
|
|
976
|
-
*/
|
|
977
|
-
const filterSensitiveLog: (obj: Deserializer) => any;
|
|
978
|
-
}
|
|
979
829
|
/**
|
|
980
830
|
* <p>Specifies the deserializer you want to use to convert the format of the input data.
|
|
981
831
|
* This parameter is required if <code>Enabled</code> is set to true.</p>
|
|
@@ -987,12 +837,6 @@ export interface InputFormatConfiguration {
|
|
|
987
837
|
*/
|
|
988
838
|
Deserializer?: Deserializer;
|
|
989
839
|
}
|
|
990
|
-
export declare namespace InputFormatConfiguration {
|
|
991
|
-
/**
|
|
992
|
-
* @internal
|
|
993
|
-
*/
|
|
994
|
-
const filterSensitiveLog: (obj: InputFormatConfiguration) => any;
|
|
995
|
-
}
|
|
996
840
|
export declare enum OrcCompression {
|
|
997
841
|
NONE = "NONE",
|
|
998
842
|
SNAPPY = "SNAPPY",
|
|
@@ -1068,12 +912,6 @@ export interface OrcSerDe {
|
|
|
1068
912
|
*/
|
|
1069
913
|
FormatVersion?: OrcFormatVersion | string;
|
|
1070
914
|
}
|
|
1071
|
-
export declare namespace OrcSerDe {
|
|
1072
|
-
/**
|
|
1073
|
-
* @internal
|
|
1074
|
-
*/
|
|
1075
|
-
const filterSensitiveLog: (obj: OrcSerDe) => any;
|
|
1076
|
-
}
|
|
1077
915
|
export declare enum ParquetCompression {
|
|
1078
916
|
GZIP = "GZIP",
|
|
1079
917
|
SNAPPY = "SNAPPY",
|
|
@@ -1122,12 +960,6 @@ export interface ParquetSerDe {
|
|
|
1122
960
|
*/
|
|
1123
961
|
WriterVersion?: ParquetWriterVersion | string;
|
|
1124
962
|
}
|
|
1125
|
-
export declare namespace ParquetSerDe {
|
|
1126
|
-
/**
|
|
1127
|
-
* @internal
|
|
1128
|
-
*/
|
|
1129
|
-
const filterSensitiveLog: (obj: ParquetSerDe) => any;
|
|
1130
|
-
}
|
|
1131
963
|
/**
|
|
1132
964
|
* <p>The serializer that you want Kinesis Data Firehose to use to convert data to the target
|
|
1133
965
|
* format before writing it to Amazon S3. Kinesis Data Firehose supports two types of
|
|
@@ -1146,12 +978,6 @@ export interface Serializer {
|
|
|
1146
978
|
*/
|
|
1147
979
|
OrcSerDe?: OrcSerDe;
|
|
1148
980
|
}
|
|
1149
|
-
export declare namespace Serializer {
|
|
1150
|
-
/**
|
|
1151
|
-
* @internal
|
|
1152
|
-
*/
|
|
1153
|
-
const filterSensitiveLog: (obj: Serializer) => any;
|
|
1154
|
-
}
|
|
1155
981
|
/**
|
|
1156
982
|
* <p>Specifies the serializer that you want Kinesis Data Firehose to use to convert the
|
|
1157
983
|
* format of your data before it writes it to Amazon S3. This parameter is required if
|
|
@@ -1164,12 +990,6 @@ export interface OutputFormatConfiguration {
|
|
|
1164
990
|
*/
|
|
1165
991
|
Serializer?: Serializer;
|
|
1166
992
|
}
|
|
1167
|
-
export declare namespace OutputFormatConfiguration {
|
|
1168
|
-
/**
|
|
1169
|
-
* @internal
|
|
1170
|
-
*/
|
|
1171
|
-
const filterSensitiveLog: (obj: OutputFormatConfiguration) => any;
|
|
1172
|
-
}
|
|
1173
993
|
/**
|
|
1174
994
|
* <p>Specifies the schema to which you want Kinesis Data Firehose to configure your data
|
|
1175
995
|
* before it writes it to Amazon S3. This parameter is required if <code>Enabled</code> is set
|
|
@@ -1224,12 +1044,6 @@ export interface SchemaConfiguration {
|
|
|
1224
1044
|
*/
|
|
1225
1045
|
VersionId?: string;
|
|
1226
1046
|
}
|
|
1227
|
-
export declare namespace SchemaConfiguration {
|
|
1228
|
-
/**
|
|
1229
|
-
* @internal
|
|
1230
|
-
*/
|
|
1231
|
-
const filterSensitiveLog: (obj: SchemaConfiguration) => any;
|
|
1232
|
-
}
|
|
1233
1047
|
/**
|
|
1234
1048
|
* <p>Specifies that you want Kinesis Data Firehose to convert data from the JSON format to
|
|
1235
1049
|
* the Parquet or ORC format before writing it to Amazon S3. Kinesis Data Firehose uses the
|
|
@@ -1262,12 +1076,6 @@ export interface DataFormatConversionConfiguration {
|
|
|
1262
1076
|
*/
|
|
1263
1077
|
Enabled?: boolean;
|
|
1264
1078
|
}
|
|
1265
|
-
export declare namespace DataFormatConversionConfiguration {
|
|
1266
|
-
/**
|
|
1267
|
-
* @internal
|
|
1268
|
-
*/
|
|
1269
|
-
const filterSensitiveLog: (obj: DataFormatConversionConfiguration) => any;
|
|
1270
|
-
}
|
|
1271
1079
|
/**
|
|
1272
1080
|
* <p> The retry behavior in case Kinesis Data Firehose is unable to deliver data to an Amazon
|
|
1273
1081
|
* S3 prefix.</p>
|
|
@@ -1279,12 +1087,6 @@ export interface RetryOptions {
|
|
|
1279
1087
|
*/
|
|
1280
1088
|
DurationInSeconds?: number;
|
|
1281
1089
|
}
|
|
1282
|
-
export declare namespace RetryOptions {
|
|
1283
|
-
/**
|
|
1284
|
-
* @internal
|
|
1285
|
-
*/
|
|
1286
|
-
const filterSensitiveLog: (obj: RetryOptions) => any;
|
|
1287
|
-
}
|
|
1288
1090
|
/**
|
|
1289
1091
|
* <p>The configuration of the dynamic partitioning mechanism that creates smaller data sets
|
|
1290
1092
|
* from the streaming data by partitioning it based on partition keys. Currently, dynamic
|
|
@@ -1303,12 +1105,6 @@ export interface DynamicPartitioningConfiguration {
|
|
|
1303
1105
|
*/
|
|
1304
1106
|
Enabled?: boolean;
|
|
1305
1107
|
}
|
|
1306
|
-
export declare namespace DynamicPartitioningConfiguration {
|
|
1307
|
-
/**
|
|
1308
|
-
* @internal
|
|
1309
|
-
*/
|
|
1310
|
-
const filterSensitiveLog: (obj: DynamicPartitioningConfiguration) => any;
|
|
1311
|
-
}
|
|
1312
1108
|
export declare type S3BackupMode = "Disabled" | "Enabled";
|
|
1313
1109
|
/**
|
|
1314
1110
|
* <p>Describes the configuration of a destination in Amazon S3.</p>
|
|
@@ -1383,12 +1179,6 @@ export interface ExtendedS3DestinationConfiguration {
|
|
|
1383
1179
|
*/
|
|
1384
1180
|
DynamicPartitioningConfiguration?: DynamicPartitioningConfiguration;
|
|
1385
1181
|
}
|
|
1386
|
-
export declare namespace ExtendedS3DestinationConfiguration {
|
|
1387
|
-
/**
|
|
1388
|
-
* @internal
|
|
1389
|
-
*/
|
|
1390
|
-
const filterSensitiveLog: (obj: ExtendedS3DestinationConfiguration) => any;
|
|
1391
|
-
}
|
|
1392
1182
|
/**
|
|
1393
1183
|
* <p>Describes the buffering options that can be applied before data is delivered to the HTTP
|
|
1394
1184
|
* endpoint destination. Kinesis Data Firehose treats these options as hints, and it might
|
|
@@ -1411,12 +1201,6 @@ export interface HttpEndpointBufferingHints {
|
|
|
1411
1201
|
*/
|
|
1412
1202
|
IntervalInSeconds?: number;
|
|
1413
1203
|
}
|
|
1414
|
-
export declare namespace HttpEndpointBufferingHints {
|
|
1415
|
-
/**
|
|
1416
|
-
* @internal
|
|
1417
|
-
*/
|
|
1418
|
-
const filterSensitiveLog: (obj: HttpEndpointBufferingHints) => any;
|
|
1419
|
-
}
|
|
1420
1204
|
/**
|
|
1421
1205
|
* <p>Describes the configuration of the HTTP endpoint to which Kinesis Firehose delivers
|
|
1422
1206
|
* data.</p>
|
|
@@ -1441,12 +1225,6 @@ export interface HttpEndpointConfiguration {
|
|
|
1441
1225
|
*/
|
|
1442
1226
|
AccessKey?: string;
|
|
1443
1227
|
}
|
|
1444
|
-
export declare namespace HttpEndpointConfiguration {
|
|
1445
|
-
/**
|
|
1446
|
-
* @internal
|
|
1447
|
-
*/
|
|
1448
|
-
const filterSensitiveLog: (obj: HttpEndpointConfiguration) => any;
|
|
1449
|
-
}
|
|
1450
1228
|
/**
|
|
1451
1229
|
* <p>Describes the metadata that's delivered to the specified HTTP endpoint
|
|
1452
1230
|
* destination.</p>
|
|
@@ -1461,12 +1239,6 @@ export interface HttpEndpointCommonAttribute {
|
|
|
1461
1239
|
*/
|
|
1462
1240
|
AttributeValue: string | undefined;
|
|
1463
1241
|
}
|
|
1464
|
-
export declare namespace HttpEndpointCommonAttribute {
|
|
1465
|
-
/**
|
|
1466
|
-
* @internal
|
|
1467
|
-
*/
|
|
1468
|
-
const filterSensitiveLog: (obj: HttpEndpointCommonAttribute) => any;
|
|
1469
|
-
}
|
|
1470
1242
|
/**
|
|
1471
1243
|
* <p>The configuration of the HTTP endpoint request.</p>
|
|
1472
1244
|
*/
|
|
@@ -1481,12 +1253,6 @@ export interface HttpEndpointRequestConfiguration {
|
|
|
1481
1253
|
*/
|
|
1482
1254
|
CommonAttributes?: HttpEndpointCommonAttribute[];
|
|
1483
1255
|
}
|
|
1484
|
-
export declare namespace HttpEndpointRequestConfiguration {
|
|
1485
|
-
/**
|
|
1486
|
-
* @internal
|
|
1487
|
-
*/
|
|
1488
|
-
const filterSensitiveLog: (obj: HttpEndpointRequestConfiguration) => any;
|
|
1489
|
-
}
|
|
1490
1256
|
/**
|
|
1491
1257
|
* <p>Describes the retry behavior in case Kinesis Data Firehose is unable to deliver data to
|
|
1492
1258
|
* the specified HTTP endpoint destination, or if it doesn't receive a valid acknowledgment of
|
|
@@ -1501,12 +1267,6 @@ export interface HttpEndpointRetryOptions {
|
|
|
1501
1267
|
*/
|
|
1502
1268
|
DurationInSeconds?: number;
|
|
1503
1269
|
}
|
|
1504
|
-
export declare namespace HttpEndpointRetryOptions {
|
|
1505
|
-
/**
|
|
1506
|
-
* @internal
|
|
1507
|
-
*/
|
|
1508
|
-
const filterSensitiveLog: (obj: HttpEndpointRetryOptions) => any;
|
|
1509
|
-
}
|
|
1510
1270
|
export declare type HttpEndpointS3BackupMode = "AllData" | "FailedDataOnly";
|
|
1511
1271
|
/**
|
|
1512
1272
|
* <p>Describes the configuration of the HTTP endpoint destination.</p>
|
|
@@ -1560,12 +1320,6 @@ export interface HttpEndpointDestinationConfiguration {
|
|
|
1560
1320
|
*/
|
|
1561
1321
|
S3Configuration: S3DestinationConfiguration | undefined;
|
|
1562
1322
|
}
|
|
1563
|
-
export declare namespace HttpEndpointDestinationConfiguration {
|
|
1564
|
-
/**
|
|
1565
|
-
* @internal
|
|
1566
|
-
*/
|
|
1567
|
-
const filterSensitiveLog: (obj: HttpEndpointDestinationConfiguration) => any;
|
|
1568
|
-
}
|
|
1569
1323
|
/**
|
|
1570
1324
|
* <p>The stream and role Amazon Resource Names (ARNs) for a Kinesis data stream used as
|
|
1571
1325
|
* the source for a delivery stream.</p>
|
|
@@ -1583,12 +1337,6 @@ export interface KinesisStreamSourceConfiguration {
|
|
|
1583
1337
|
*/
|
|
1584
1338
|
RoleARN: string | undefined;
|
|
1585
1339
|
}
|
|
1586
|
-
export declare namespace KinesisStreamSourceConfiguration {
|
|
1587
|
-
/**
|
|
1588
|
-
* @internal
|
|
1589
|
-
*/
|
|
1590
|
-
const filterSensitiveLog: (obj: KinesisStreamSourceConfiguration) => any;
|
|
1591
|
-
}
|
|
1592
1340
|
/**
|
|
1593
1341
|
* <p>Configures retry behavior in case Kinesis Data Firehose is unable to deliver
|
|
1594
1342
|
* documents to Amazon Redshift.</p>
|
|
@@ -1603,12 +1351,6 @@ export interface RedshiftRetryOptions {
|
|
|
1603
1351
|
*/
|
|
1604
1352
|
DurationInSeconds?: number;
|
|
1605
1353
|
}
|
|
1606
|
-
export declare namespace RedshiftRetryOptions {
|
|
1607
|
-
/**
|
|
1608
|
-
* @internal
|
|
1609
|
-
*/
|
|
1610
|
-
const filterSensitiveLog: (obj: RedshiftRetryOptions) => any;
|
|
1611
|
-
}
|
|
1612
1354
|
export declare type RedshiftS3BackupMode = "Disabled" | "Enabled";
|
|
1613
1355
|
/**
|
|
1614
1356
|
* <p>Describes the configuration of a destination in Amazon Redshift.</p>
|
|
@@ -1669,12 +1411,6 @@ export interface RedshiftDestinationConfiguration {
|
|
|
1669
1411
|
*/
|
|
1670
1412
|
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
1671
1413
|
}
|
|
1672
|
-
export declare namespace RedshiftDestinationConfiguration {
|
|
1673
|
-
/**
|
|
1674
|
-
* @internal
|
|
1675
|
-
*/
|
|
1676
|
-
const filterSensitiveLog: (obj: RedshiftDestinationConfiguration) => any;
|
|
1677
|
-
}
|
|
1678
1414
|
export declare type HECEndpointType = "Event" | "Raw";
|
|
1679
1415
|
/**
|
|
1680
1416
|
* <p>Configures retry behavior in case Kinesis Data Firehose is unable to deliver
|
|
@@ -1689,12 +1425,6 @@ export interface SplunkRetryOptions {
|
|
|
1689
1425
|
*/
|
|
1690
1426
|
DurationInSeconds?: number;
|
|
1691
1427
|
}
|
|
1692
|
-
export declare namespace SplunkRetryOptions {
|
|
1693
|
-
/**
|
|
1694
|
-
* @internal
|
|
1695
|
-
*/
|
|
1696
|
-
const filterSensitiveLog: (obj: SplunkRetryOptions) => any;
|
|
1697
|
-
}
|
|
1698
1428
|
export declare type SplunkS3BackupMode = "AllEvents" | "FailedEventsOnly";
|
|
1699
1429
|
/**
|
|
1700
1430
|
* <p>Describes the configuration of a destination in Splunk.</p>
|
|
@@ -1750,12 +1480,6 @@ export interface SplunkDestinationConfiguration {
|
|
|
1750
1480
|
*/
|
|
1751
1481
|
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
1752
1482
|
}
|
|
1753
|
-
export declare namespace SplunkDestinationConfiguration {
|
|
1754
|
-
/**
|
|
1755
|
-
* @internal
|
|
1756
|
-
*/
|
|
1757
|
-
const filterSensitiveLog: (obj: SplunkDestinationConfiguration) => any;
|
|
1758
|
-
}
|
|
1759
1483
|
/**
|
|
1760
1484
|
* <p>Metadata that you can assign to a delivery stream, consisting of a key-value
|
|
1761
1485
|
* pair.</p>
|
|
@@ -1773,12 +1497,6 @@ export interface Tag {
|
|
|
1773
1497
|
*/
|
|
1774
1498
|
Value?: string;
|
|
1775
1499
|
}
|
|
1776
|
-
export declare namespace Tag {
|
|
1777
|
-
/**
|
|
1778
|
-
* @internal
|
|
1779
|
-
*/
|
|
1780
|
-
const filterSensitiveLog: (obj: Tag) => any;
|
|
1781
|
-
}
|
|
1782
1500
|
export interface CreateDeliveryStreamInput {
|
|
1783
1501
|
/**
|
|
1784
1502
|
* <p>The name of the delivery stream. This name must be unique per AWS account in the same
|
|
@@ -1853,24 +1571,12 @@ export interface CreateDeliveryStreamInput {
|
|
|
1853
1571
|
*/
|
|
1854
1572
|
Tags?: Tag[];
|
|
1855
1573
|
}
|
|
1856
|
-
export declare namespace CreateDeliveryStreamInput {
|
|
1857
|
-
/**
|
|
1858
|
-
* @internal
|
|
1859
|
-
*/
|
|
1860
|
-
const filterSensitiveLog: (obj: CreateDeliveryStreamInput) => any;
|
|
1861
|
-
}
|
|
1862
1574
|
export interface CreateDeliveryStreamOutput {
|
|
1863
1575
|
/**
|
|
1864
1576
|
* <p>The ARN of the delivery stream.</p>
|
|
1865
1577
|
*/
|
|
1866
1578
|
DeliveryStreamARN?: string;
|
|
1867
1579
|
}
|
|
1868
|
-
export declare namespace CreateDeliveryStreamOutput {
|
|
1869
|
-
/**
|
|
1870
|
-
* @internal
|
|
1871
|
-
*/
|
|
1872
|
-
const filterSensitiveLog: (obj: CreateDeliveryStreamOutput) => any;
|
|
1873
|
-
}
|
|
1874
1580
|
/**
|
|
1875
1581
|
* <p>The specified input parameter has a value that is not valid.</p>
|
|
1876
1582
|
*/
|
|
@@ -1937,20 +1643,8 @@ export interface DeleteDeliveryStreamInput {
|
|
|
1937
1643
|
*/
|
|
1938
1644
|
AllowForceDelete?: boolean;
|
|
1939
1645
|
}
|
|
1940
|
-
export declare namespace DeleteDeliveryStreamInput {
|
|
1941
|
-
/**
|
|
1942
|
-
* @internal
|
|
1943
|
-
*/
|
|
1944
|
-
const filterSensitiveLog: (obj: DeleteDeliveryStreamInput) => any;
|
|
1945
|
-
}
|
|
1946
1646
|
export interface DeleteDeliveryStreamOutput {
|
|
1947
1647
|
}
|
|
1948
|
-
export declare namespace DeleteDeliveryStreamOutput {
|
|
1949
|
-
/**
|
|
1950
|
-
* @internal
|
|
1951
|
-
*/
|
|
1952
|
-
const filterSensitiveLog: (obj: DeleteDeliveryStreamOutput) => any;
|
|
1953
|
-
}
|
|
1954
1648
|
/**
|
|
1955
1649
|
* <p>The specified resource could not be found.</p>
|
|
1956
1650
|
*/
|
|
@@ -1994,12 +1688,6 @@ export interface FailureDescription {
|
|
|
1994
1688
|
*/
|
|
1995
1689
|
Details: string | undefined;
|
|
1996
1690
|
}
|
|
1997
|
-
export declare namespace FailureDescription {
|
|
1998
|
-
/**
|
|
1999
|
-
* @internal
|
|
2000
|
-
*/
|
|
2001
|
-
const filterSensitiveLog: (obj: FailureDescription) => any;
|
|
2002
|
-
}
|
|
2003
1691
|
export declare enum DeliveryStreamEncryptionStatus {
|
|
2004
1692
|
DISABLED = "DISABLED",
|
|
2005
1693
|
DISABLING = "DISABLING",
|
|
@@ -2041,12 +1729,6 @@ export interface DeliveryStreamEncryptionConfiguration {
|
|
|
2041
1729
|
*/
|
|
2042
1730
|
FailureDescription?: FailureDescription;
|
|
2043
1731
|
}
|
|
2044
|
-
export declare namespace DeliveryStreamEncryptionConfiguration {
|
|
2045
|
-
/**
|
|
2046
|
-
* @internal
|
|
2047
|
-
*/
|
|
2048
|
-
const filterSensitiveLog: (obj: DeliveryStreamEncryptionConfiguration) => any;
|
|
2049
|
-
}
|
|
2050
1732
|
export declare enum DeliveryStreamStatus {
|
|
2051
1733
|
ACTIVE = "ACTIVE",
|
|
2052
1734
|
CREATING = "CREATING",
|
|
@@ -2120,12 +1802,6 @@ export interface ElasticsearchDestinationDescription {
|
|
|
2120
1802
|
*/
|
|
2121
1803
|
VpcConfigurationDescription?: VpcConfigurationDescription;
|
|
2122
1804
|
}
|
|
2123
|
-
export declare namespace ElasticsearchDestinationDescription {
|
|
2124
|
-
/**
|
|
2125
|
-
* @internal
|
|
2126
|
-
*/
|
|
2127
|
-
const filterSensitiveLog: (obj: ElasticsearchDestinationDescription) => any;
|
|
2128
|
-
}
|
|
2129
1805
|
/**
|
|
2130
1806
|
* <p>Describes a destination in Amazon S3.</p>
|
|
2131
1807
|
*/
|
|
@@ -2197,12 +1873,6 @@ export interface ExtendedS3DestinationDescription {
|
|
|
2197
1873
|
*/
|
|
2198
1874
|
DynamicPartitioningConfiguration?: DynamicPartitioningConfiguration;
|
|
2199
1875
|
}
|
|
2200
|
-
export declare namespace ExtendedS3DestinationDescription {
|
|
2201
|
-
/**
|
|
2202
|
-
* @internal
|
|
2203
|
-
*/
|
|
2204
|
-
const filterSensitiveLog: (obj: ExtendedS3DestinationDescription) => any;
|
|
2205
|
-
}
|
|
2206
1876
|
/**
|
|
2207
1877
|
* <p>Describes the HTTP endpoint selected as the destination. </p>
|
|
2208
1878
|
*/
|
|
@@ -2216,12 +1886,6 @@ export interface HttpEndpointDescription {
|
|
|
2216
1886
|
*/
|
|
2217
1887
|
Name?: string;
|
|
2218
1888
|
}
|
|
2219
|
-
export declare namespace HttpEndpointDescription {
|
|
2220
|
-
/**
|
|
2221
|
-
* @internal
|
|
2222
|
-
*/
|
|
2223
|
-
const filterSensitiveLog: (obj: HttpEndpointDescription) => any;
|
|
2224
|
-
}
|
|
2225
1889
|
/**
|
|
2226
1890
|
* <p>Describes the HTTP endpoint destination.</p>
|
|
2227
1891
|
*/
|
|
@@ -2274,12 +1938,6 @@ export interface HttpEndpointDestinationDescription {
|
|
|
2274
1938
|
*/
|
|
2275
1939
|
S3DestinationDescription?: S3DestinationDescription;
|
|
2276
1940
|
}
|
|
2277
|
-
export declare namespace HttpEndpointDestinationDescription {
|
|
2278
|
-
/**
|
|
2279
|
-
* @internal
|
|
2280
|
-
*/
|
|
2281
|
-
const filterSensitiveLog: (obj: HttpEndpointDestinationDescription) => any;
|
|
2282
|
-
}
|
|
2283
1941
|
/**
|
|
2284
1942
|
* <p>Describes a destination in Amazon Redshift.</p>
|
|
2285
1943
|
*/
|
|
@@ -2328,12 +1986,6 @@ export interface RedshiftDestinationDescription {
|
|
|
2328
1986
|
*/
|
|
2329
1987
|
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
2330
1988
|
}
|
|
2331
|
-
export declare namespace RedshiftDestinationDescription {
|
|
2332
|
-
/**
|
|
2333
|
-
* @internal
|
|
2334
|
-
*/
|
|
2335
|
-
const filterSensitiveLog: (obj: RedshiftDestinationDescription) => any;
|
|
2336
|
-
}
|
|
2337
1989
|
/**
|
|
2338
1990
|
* <p>Describes a destination in Splunk.</p>
|
|
2339
1991
|
*/
|
|
@@ -2385,12 +2037,6 @@ export interface SplunkDestinationDescription {
|
|
|
2385
2037
|
*/
|
|
2386
2038
|
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
2387
2039
|
}
|
|
2388
|
-
export declare namespace SplunkDestinationDescription {
|
|
2389
|
-
/**
|
|
2390
|
-
* @internal
|
|
2391
|
-
*/
|
|
2392
|
-
const filterSensitiveLog: (obj: SplunkDestinationDescription) => any;
|
|
2393
|
-
}
|
|
2394
2040
|
/**
|
|
2395
2041
|
* <p>Describes the destination for a delivery stream.</p>
|
|
2396
2042
|
*/
|
|
@@ -2425,12 +2071,6 @@ export interface DestinationDescription {
|
|
|
2425
2071
|
*/
|
|
2426
2072
|
HttpEndpointDestinationDescription?: HttpEndpointDestinationDescription;
|
|
2427
2073
|
}
|
|
2428
|
-
export declare namespace DestinationDescription {
|
|
2429
|
-
/**
|
|
2430
|
-
* @internal
|
|
2431
|
-
*/
|
|
2432
|
-
const filterSensitiveLog: (obj: DestinationDescription) => any;
|
|
2433
|
-
}
|
|
2434
2074
|
/**
|
|
2435
2075
|
* <p>Details about a Kinesis data stream used as the source for a Kinesis Data Firehose
|
|
2436
2076
|
* delivery stream.</p>
|
|
@@ -2454,12 +2094,6 @@ export interface KinesisStreamSourceDescription {
|
|
|
2454
2094
|
*/
|
|
2455
2095
|
DeliveryStartTimestamp?: Date;
|
|
2456
2096
|
}
|
|
2457
|
-
export declare namespace KinesisStreamSourceDescription {
|
|
2458
|
-
/**
|
|
2459
|
-
* @internal
|
|
2460
|
-
*/
|
|
2461
|
-
const filterSensitiveLog: (obj: KinesisStreamSourceDescription) => any;
|
|
2462
|
-
}
|
|
2463
2097
|
/**
|
|
2464
2098
|
* <p>Details about a Kinesis data stream used as the source for a Kinesis Data Firehose
|
|
2465
2099
|
* delivery stream.</p>
|
|
@@ -2471,12 +2105,6 @@ export interface SourceDescription {
|
|
|
2471
2105
|
*/
|
|
2472
2106
|
KinesisStreamSourceDescription?: KinesisStreamSourceDescription;
|
|
2473
2107
|
}
|
|
2474
|
-
export declare namespace SourceDescription {
|
|
2475
|
-
/**
|
|
2476
|
-
* @internal
|
|
2477
|
-
*/
|
|
2478
|
-
const filterSensitiveLog: (obj: SourceDescription) => any;
|
|
2479
|
-
}
|
|
2480
2108
|
/**
|
|
2481
2109
|
* <p>Contains information about a delivery stream.</p>
|
|
2482
2110
|
*/
|
|
@@ -2553,12 +2181,6 @@ export interface DeliveryStreamDescription {
|
|
|
2553
2181
|
*/
|
|
2554
2182
|
HasMoreDestinations: boolean | undefined;
|
|
2555
2183
|
}
|
|
2556
|
-
export declare namespace DeliveryStreamDescription {
|
|
2557
|
-
/**
|
|
2558
|
-
* @internal
|
|
2559
|
-
*/
|
|
2560
|
-
const filterSensitiveLog: (obj: DeliveryStreamDescription) => any;
|
|
2561
|
-
}
|
|
2562
2184
|
export interface DescribeDeliveryStreamInput {
|
|
2563
2185
|
/**
|
|
2564
2186
|
* <p>The name of the delivery stream.</p>
|
|
@@ -2575,24 +2197,12 @@ export interface DescribeDeliveryStreamInput {
|
|
|
2575
2197
|
*/
|
|
2576
2198
|
ExclusiveStartDestinationId?: string;
|
|
2577
2199
|
}
|
|
2578
|
-
export declare namespace DescribeDeliveryStreamInput {
|
|
2579
|
-
/**
|
|
2580
|
-
* @internal
|
|
2581
|
-
*/
|
|
2582
|
-
const filterSensitiveLog: (obj: DescribeDeliveryStreamInput) => any;
|
|
2583
|
-
}
|
|
2584
2200
|
export interface DescribeDeliveryStreamOutput {
|
|
2585
2201
|
/**
|
|
2586
2202
|
* <p>Information about the delivery stream.</p>
|
|
2587
2203
|
*/
|
|
2588
2204
|
DeliveryStreamDescription: DeliveryStreamDescription | undefined;
|
|
2589
2205
|
}
|
|
2590
|
-
export declare namespace DescribeDeliveryStreamOutput {
|
|
2591
|
-
/**
|
|
2592
|
-
* @internal
|
|
2593
|
-
*/
|
|
2594
|
-
const filterSensitiveLog: (obj: DescribeDeliveryStreamOutput) => any;
|
|
2595
|
-
}
|
|
2596
2206
|
/**
|
|
2597
2207
|
* <p>Describes an update for a destination in Amazon ES.</p>
|
|
2598
2208
|
*/
|
|
@@ -2665,12 +2275,6 @@ export interface ElasticsearchDestinationUpdate {
|
|
|
2665
2275
|
*/
|
|
2666
2276
|
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
2667
2277
|
}
|
|
2668
|
-
export declare namespace ElasticsearchDestinationUpdate {
|
|
2669
|
-
/**
|
|
2670
|
-
* @internal
|
|
2671
|
-
*/
|
|
2672
|
-
const filterSensitiveLog: (obj: ElasticsearchDestinationUpdate) => any;
|
|
2673
|
-
}
|
|
2674
2278
|
/**
|
|
2675
2279
|
* <p>Describes an update for a destination in Amazon S3.</p>
|
|
2676
2280
|
*/
|
|
@@ -2743,12 +2347,6 @@ export interface ExtendedS3DestinationUpdate {
|
|
|
2743
2347
|
*/
|
|
2744
2348
|
DynamicPartitioningConfiguration?: DynamicPartitioningConfiguration;
|
|
2745
2349
|
}
|
|
2746
|
-
export declare namespace ExtendedS3DestinationUpdate {
|
|
2747
|
-
/**
|
|
2748
|
-
* @internal
|
|
2749
|
-
*/
|
|
2750
|
-
const filterSensitiveLog: (obj: ExtendedS3DestinationUpdate) => any;
|
|
2751
|
-
}
|
|
2752
2350
|
export interface ListDeliveryStreamsInput {
|
|
2753
2351
|
/**
|
|
2754
2352
|
* <p>The maximum number of delivery streams to list. The default value is 10.</p>
|
|
@@ -2780,12 +2378,6 @@ export interface ListDeliveryStreamsInput {
|
|
|
2780
2378
|
*/
|
|
2781
2379
|
ExclusiveStartDeliveryStreamName?: string;
|
|
2782
2380
|
}
|
|
2783
|
-
export declare namespace ListDeliveryStreamsInput {
|
|
2784
|
-
/**
|
|
2785
|
-
* @internal
|
|
2786
|
-
*/
|
|
2787
|
-
const filterSensitiveLog: (obj: ListDeliveryStreamsInput) => any;
|
|
2788
|
-
}
|
|
2789
2381
|
export interface ListDeliveryStreamsOutput {
|
|
2790
2382
|
/**
|
|
2791
2383
|
* <p>The names of the delivery streams.</p>
|
|
@@ -2796,12 +2388,6 @@ export interface ListDeliveryStreamsOutput {
|
|
|
2796
2388
|
*/
|
|
2797
2389
|
HasMoreDeliveryStreams: boolean | undefined;
|
|
2798
2390
|
}
|
|
2799
|
-
export declare namespace ListDeliveryStreamsOutput {
|
|
2800
|
-
/**
|
|
2801
|
-
* @internal
|
|
2802
|
-
*/
|
|
2803
|
-
const filterSensitiveLog: (obj: ListDeliveryStreamsOutput) => any;
|
|
2804
|
-
}
|
|
2805
2391
|
export interface ListTagsForDeliveryStreamInput {
|
|
2806
2392
|
/**
|
|
2807
2393
|
* <p>The name of the delivery stream whose tags you want to list.</p>
|
|
@@ -2821,12 +2407,6 @@ export interface ListTagsForDeliveryStreamInput {
|
|
|
2821
2407
|
*/
|
|
2822
2408
|
Limit?: number;
|
|
2823
2409
|
}
|
|
2824
|
-
export declare namespace ListTagsForDeliveryStreamInput {
|
|
2825
|
-
/**
|
|
2826
|
-
* @internal
|
|
2827
|
-
*/
|
|
2828
|
-
const filterSensitiveLog: (obj: ListTagsForDeliveryStreamInput) => any;
|
|
2829
|
-
}
|
|
2830
2410
|
export interface ListTagsForDeliveryStreamOutput {
|
|
2831
2411
|
/**
|
|
2832
2412
|
* <p>A list of tags associated with <code>DeliveryStreamName</code>, starting with the
|
|
@@ -2841,12 +2421,6 @@ export interface ListTagsForDeliveryStreamOutput {
|
|
|
2841
2421
|
*/
|
|
2842
2422
|
HasMoreTags: boolean | undefined;
|
|
2843
2423
|
}
|
|
2844
|
-
export declare namespace ListTagsForDeliveryStreamOutput {
|
|
2845
|
-
/**
|
|
2846
|
-
* @internal
|
|
2847
|
-
*/
|
|
2848
|
-
const filterSensitiveLog: (obj: ListTagsForDeliveryStreamOutput) => any;
|
|
2849
|
-
}
|
|
2850
2424
|
/**
|
|
2851
2425
|
* <p>The unit of data in a delivery stream.</p>
|
|
2852
2426
|
*/
|
|
@@ -2857,12 +2431,6 @@ export interface _Record {
|
|
|
2857
2431
|
*/
|
|
2858
2432
|
Data: Uint8Array | undefined;
|
|
2859
2433
|
}
|
|
2860
|
-
export declare namespace _Record {
|
|
2861
|
-
/**
|
|
2862
|
-
* @internal
|
|
2863
|
-
*/
|
|
2864
|
-
const filterSensitiveLog: (obj: _Record) => any;
|
|
2865
|
-
}
|
|
2866
2434
|
export interface PutRecordInput {
|
|
2867
2435
|
/**
|
|
2868
2436
|
* <p>The name of the delivery stream.</p>
|
|
@@ -2873,12 +2441,6 @@ export interface PutRecordInput {
|
|
|
2873
2441
|
*/
|
|
2874
2442
|
Record: _Record | undefined;
|
|
2875
2443
|
}
|
|
2876
|
-
export declare namespace PutRecordInput {
|
|
2877
|
-
/**
|
|
2878
|
-
* @internal
|
|
2879
|
-
*/
|
|
2880
|
-
const filterSensitiveLog: (obj: PutRecordInput) => any;
|
|
2881
|
-
}
|
|
2882
2444
|
export interface PutRecordOutput {
|
|
2883
2445
|
/**
|
|
2884
2446
|
* <p>The ID of the record.</p>
|
|
@@ -2889,12 +2451,6 @@ export interface PutRecordOutput {
|
|
|
2889
2451
|
*/
|
|
2890
2452
|
Encrypted?: boolean;
|
|
2891
2453
|
}
|
|
2892
|
-
export declare namespace PutRecordOutput {
|
|
2893
|
-
/**
|
|
2894
|
-
* @internal
|
|
2895
|
-
*/
|
|
2896
|
-
const filterSensitiveLog: (obj: PutRecordOutput) => any;
|
|
2897
|
-
}
|
|
2898
2454
|
/**
|
|
2899
2455
|
* <p>The service is unavailable. Back off and retry the operation. If you continue to see
|
|
2900
2456
|
* the exception, throughput limits for the delivery stream may have been exceeded. For more
|
|
@@ -2919,12 +2475,6 @@ export interface PutRecordBatchInput {
|
|
|
2919
2475
|
*/
|
|
2920
2476
|
Records: _Record[] | undefined;
|
|
2921
2477
|
}
|
|
2922
|
-
export declare namespace PutRecordBatchInput {
|
|
2923
|
-
/**
|
|
2924
|
-
* @internal
|
|
2925
|
-
*/
|
|
2926
|
-
const filterSensitiveLog: (obj: PutRecordBatchInput) => any;
|
|
2927
|
-
}
|
|
2928
2478
|
/**
|
|
2929
2479
|
* <p>Contains the result for an individual record from a <a>PutRecordBatch</a>
|
|
2930
2480
|
* request. If the record is successfully added to your delivery stream, it receives a record
|
|
@@ -2945,12 +2495,6 @@ export interface PutRecordBatchResponseEntry {
|
|
|
2945
2495
|
*/
|
|
2946
2496
|
ErrorMessage?: string;
|
|
2947
2497
|
}
|
|
2948
|
-
export declare namespace PutRecordBatchResponseEntry {
|
|
2949
|
-
/**
|
|
2950
|
-
* @internal
|
|
2951
|
-
*/
|
|
2952
|
-
const filterSensitiveLog: (obj: PutRecordBatchResponseEntry) => any;
|
|
2953
|
-
}
|
|
2954
2498
|
export interface PutRecordBatchOutput {
|
|
2955
2499
|
/**
|
|
2956
2500
|
* <p>The number of records that might have failed processing. This number might be greater
|
|
@@ -2969,12 +2513,6 @@ export interface PutRecordBatchOutput {
|
|
|
2969
2513
|
*/
|
|
2970
2514
|
RequestResponses: PutRecordBatchResponseEntry[] | undefined;
|
|
2971
2515
|
}
|
|
2972
|
-
export declare namespace PutRecordBatchOutput {
|
|
2973
|
-
/**
|
|
2974
|
-
* @internal
|
|
2975
|
-
*/
|
|
2976
|
-
const filterSensitiveLog: (obj: PutRecordBatchOutput) => any;
|
|
2977
|
-
}
|
|
2978
2516
|
export interface StartDeliveryStreamEncryptionInput {
|
|
2979
2517
|
/**
|
|
2980
2518
|
* <p>The name of the delivery stream for which you want to enable server-side encryption
|
|
@@ -2987,20 +2525,8 @@ export interface StartDeliveryStreamEncryptionInput {
|
|
|
2987
2525
|
*/
|
|
2988
2526
|
DeliveryStreamEncryptionConfigurationInput?: DeliveryStreamEncryptionConfigurationInput;
|
|
2989
2527
|
}
|
|
2990
|
-
export declare namespace StartDeliveryStreamEncryptionInput {
|
|
2991
|
-
/**
|
|
2992
|
-
* @internal
|
|
2993
|
-
*/
|
|
2994
|
-
const filterSensitiveLog: (obj: StartDeliveryStreamEncryptionInput) => any;
|
|
2995
|
-
}
|
|
2996
2528
|
export interface StartDeliveryStreamEncryptionOutput {
|
|
2997
2529
|
}
|
|
2998
|
-
export declare namespace StartDeliveryStreamEncryptionOutput {
|
|
2999
|
-
/**
|
|
3000
|
-
* @internal
|
|
3001
|
-
*/
|
|
3002
|
-
const filterSensitiveLog: (obj: StartDeliveryStreamEncryptionOutput) => any;
|
|
3003
|
-
}
|
|
3004
2530
|
export interface StopDeliveryStreamEncryptionInput {
|
|
3005
2531
|
/**
|
|
3006
2532
|
* <p>The name of the delivery stream for which you want to disable server-side encryption
|
|
@@ -3008,20 +2534,8 @@ export interface StopDeliveryStreamEncryptionInput {
|
|
|
3008
2534
|
*/
|
|
3009
2535
|
DeliveryStreamName: string | undefined;
|
|
3010
2536
|
}
|
|
3011
|
-
export declare namespace StopDeliveryStreamEncryptionInput {
|
|
3012
|
-
/**
|
|
3013
|
-
* @internal
|
|
3014
|
-
*/
|
|
3015
|
-
const filterSensitiveLog: (obj: StopDeliveryStreamEncryptionInput) => any;
|
|
3016
|
-
}
|
|
3017
2537
|
export interface StopDeliveryStreamEncryptionOutput {
|
|
3018
2538
|
}
|
|
3019
|
-
export declare namespace StopDeliveryStreamEncryptionOutput {
|
|
3020
|
-
/**
|
|
3021
|
-
* @internal
|
|
3022
|
-
*/
|
|
3023
|
-
const filterSensitiveLog: (obj: StopDeliveryStreamEncryptionOutput) => any;
|
|
3024
|
-
}
|
|
3025
2539
|
export interface TagDeliveryStreamInput {
|
|
3026
2540
|
/**
|
|
3027
2541
|
* <p>The name of the delivery stream to which you want to add the tags.</p>
|
|
@@ -3032,20 +2546,8 @@ export interface TagDeliveryStreamInput {
|
|
|
3032
2546
|
*/
|
|
3033
2547
|
Tags: Tag[] | undefined;
|
|
3034
2548
|
}
|
|
3035
|
-
export declare namespace TagDeliveryStreamInput {
|
|
3036
|
-
/**
|
|
3037
|
-
* @internal
|
|
3038
|
-
*/
|
|
3039
|
-
const filterSensitiveLog: (obj: TagDeliveryStreamInput) => any;
|
|
3040
|
-
}
|
|
3041
2549
|
export interface TagDeliveryStreamOutput {
|
|
3042
2550
|
}
|
|
3043
|
-
export declare namespace TagDeliveryStreamOutput {
|
|
3044
|
-
/**
|
|
3045
|
-
* @internal
|
|
3046
|
-
*/
|
|
3047
|
-
const filterSensitiveLog: (obj: TagDeliveryStreamOutput) => any;
|
|
3048
|
-
}
|
|
3049
2551
|
export interface UntagDeliveryStreamInput {
|
|
3050
2552
|
/**
|
|
3051
2553
|
* <p>The name of the delivery stream.</p>
|
|
@@ -3057,20 +2559,8 @@ export interface UntagDeliveryStreamInput {
|
|
|
3057
2559
|
*/
|
|
3058
2560
|
TagKeys: string[] | undefined;
|
|
3059
2561
|
}
|
|
3060
|
-
export declare namespace UntagDeliveryStreamInput {
|
|
3061
|
-
/**
|
|
3062
|
-
* @internal
|
|
3063
|
-
*/
|
|
3064
|
-
const filterSensitiveLog: (obj: UntagDeliveryStreamInput) => any;
|
|
3065
|
-
}
|
|
3066
2562
|
export interface UntagDeliveryStreamOutput {
|
|
3067
2563
|
}
|
|
3068
|
-
export declare namespace UntagDeliveryStreamOutput {
|
|
3069
|
-
/**
|
|
3070
|
-
* @internal
|
|
3071
|
-
*/
|
|
3072
|
-
const filterSensitiveLog: (obj: UntagDeliveryStreamOutput) => any;
|
|
3073
|
-
}
|
|
3074
2564
|
/**
|
|
3075
2565
|
* <p>Updates the specified HTTP endpoint destination.</p>
|
|
3076
2566
|
*/
|
|
@@ -3123,12 +2613,6 @@ export interface HttpEndpointDestinationUpdate {
|
|
|
3123
2613
|
*/
|
|
3124
2614
|
S3Update?: S3DestinationUpdate;
|
|
3125
2615
|
}
|
|
3126
|
-
export declare namespace HttpEndpointDestinationUpdate {
|
|
3127
|
-
/**
|
|
3128
|
-
* @internal
|
|
3129
|
-
*/
|
|
3130
|
-
const filterSensitiveLog: (obj: HttpEndpointDestinationUpdate) => any;
|
|
3131
|
-
}
|
|
3132
2616
|
/**
|
|
3133
2617
|
* <p>Describes an update for a destination in Amazon Redshift.</p>
|
|
3134
2618
|
*/
|
|
@@ -3186,12 +2670,6 @@ export interface RedshiftDestinationUpdate {
|
|
|
3186
2670
|
*/
|
|
3187
2671
|
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
3188
2672
|
}
|
|
3189
|
-
export declare namespace RedshiftDestinationUpdate {
|
|
3190
|
-
/**
|
|
3191
|
-
* @internal
|
|
3192
|
-
*/
|
|
3193
|
-
const filterSensitiveLog: (obj: RedshiftDestinationUpdate) => any;
|
|
3194
|
-
}
|
|
3195
2673
|
/**
|
|
3196
2674
|
* <p>Describes an update for a destination in Splunk.</p>
|
|
3197
2675
|
*/
|
|
@@ -3246,12 +2724,6 @@ export interface SplunkDestinationUpdate {
|
|
|
3246
2724
|
*/
|
|
3247
2725
|
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
3248
2726
|
}
|
|
3249
|
-
export declare namespace SplunkDestinationUpdate {
|
|
3250
|
-
/**
|
|
3251
|
-
* @internal
|
|
3252
|
-
*/
|
|
3253
|
-
const filterSensitiveLog: (obj: SplunkDestinationUpdate) => any;
|
|
3254
|
-
}
|
|
3255
2727
|
export interface UpdateDestinationInput {
|
|
3256
2728
|
/**
|
|
3257
2729
|
* <p>The name of the delivery stream.</p>
|
|
@@ -3297,17 +2769,365 @@ export interface UpdateDestinationInput {
|
|
|
3297
2769
|
*/
|
|
3298
2770
|
HttpEndpointDestinationUpdate?: HttpEndpointDestinationUpdate;
|
|
3299
2771
|
}
|
|
3300
|
-
export declare namespace UpdateDestinationInput {
|
|
3301
|
-
/**
|
|
3302
|
-
* @internal
|
|
3303
|
-
*/
|
|
3304
|
-
const filterSensitiveLog: (obj: UpdateDestinationInput) => any;
|
|
3305
|
-
}
|
|
3306
2772
|
export interface UpdateDestinationOutput {
|
|
3307
2773
|
}
|
|
3308
|
-
|
|
3309
|
-
|
|
3310
|
-
|
|
3311
|
-
|
|
3312
|
-
|
|
3313
|
-
|
|
2774
|
+
/**
|
|
2775
|
+
* @internal
|
|
2776
|
+
*/
|
|
2777
|
+
export declare const AmazonopensearchserviceBufferingHintsFilterSensitiveLog: (obj: AmazonopensearchserviceBufferingHints) => any;
|
|
2778
|
+
/**
|
|
2779
|
+
* @internal
|
|
2780
|
+
*/
|
|
2781
|
+
export declare const CloudWatchLoggingOptionsFilterSensitiveLog: (obj: CloudWatchLoggingOptions) => any;
|
|
2782
|
+
/**
|
|
2783
|
+
* @internal
|
|
2784
|
+
*/
|
|
2785
|
+
export declare const ProcessorParameterFilterSensitiveLog: (obj: ProcessorParameter) => any;
|
|
2786
|
+
/**
|
|
2787
|
+
* @internal
|
|
2788
|
+
*/
|
|
2789
|
+
export declare const ProcessorFilterSensitiveLog: (obj: Processor) => any;
|
|
2790
|
+
/**
|
|
2791
|
+
* @internal
|
|
2792
|
+
*/
|
|
2793
|
+
export declare const ProcessingConfigurationFilterSensitiveLog: (obj: ProcessingConfiguration) => any;
|
|
2794
|
+
/**
|
|
2795
|
+
* @internal
|
|
2796
|
+
*/
|
|
2797
|
+
export declare const AmazonopensearchserviceRetryOptionsFilterSensitiveLog: (obj: AmazonopensearchserviceRetryOptions) => any;
|
|
2798
|
+
/**
|
|
2799
|
+
* @internal
|
|
2800
|
+
*/
|
|
2801
|
+
export declare const BufferingHintsFilterSensitiveLog: (obj: BufferingHints) => any;
|
|
2802
|
+
/**
|
|
2803
|
+
* @internal
|
|
2804
|
+
*/
|
|
2805
|
+
export declare const KMSEncryptionConfigFilterSensitiveLog: (obj: KMSEncryptionConfig) => any;
|
|
2806
|
+
/**
|
|
2807
|
+
* @internal
|
|
2808
|
+
*/
|
|
2809
|
+
export declare const EncryptionConfigurationFilterSensitiveLog: (obj: EncryptionConfiguration) => any;
|
|
2810
|
+
/**
|
|
2811
|
+
* @internal
|
|
2812
|
+
*/
|
|
2813
|
+
export declare const S3DestinationConfigurationFilterSensitiveLog: (obj: S3DestinationConfiguration) => any;
|
|
2814
|
+
/**
|
|
2815
|
+
* @internal
|
|
2816
|
+
*/
|
|
2817
|
+
export declare const VpcConfigurationFilterSensitiveLog: (obj: VpcConfiguration) => any;
|
|
2818
|
+
/**
|
|
2819
|
+
* @internal
|
|
2820
|
+
*/
|
|
2821
|
+
export declare const AmazonopensearchserviceDestinationConfigurationFilterSensitiveLog: (obj: AmazonopensearchserviceDestinationConfiguration) => any;
|
|
2822
|
+
/**
|
|
2823
|
+
* @internal
|
|
2824
|
+
*/
|
|
2825
|
+
export declare const S3DestinationDescriptionFilterSensitiveLog: (obj: S3DestinationDescription) => any;
|
|
2826
|
+
/**
|
|
2827
|
+
* @internal
|
|
2828
|
+
*/
|
|
2829
|
+
export declare const VpcConfigurationDescriptionFilterSensitiveLog: (obj: VpcConfigurationDescription) => any;
|
|
2830
|
+
/**
|
|
2831
|
+
* @internal
|
|
2832
|
+
*/
|
|
2833
|
+
export declare const AmazonopensearchserviceDestinationDescriptionFilterSensitiveLog: (obj: AmazonopensearchserviceDestinationDescription) => any;
|
|
2834
|
+
/**
|
|
2835
|
+
* @internal
|
|
2836
|
+
*/
|
|
2837
|
+
export declare const S3DestinationUpdateFilterSensitiveLog: (obj: S3DestinationUpdate) => any;
|
|
2838
|
+
/**
|
|
2839
|
+
* @internal
|
|
2840
|
+
*/
|
|
2841
|
+
export declare const AmazonopensearchserviceDestinationUpdateFilterSensitiveLog: (obj: AmazonopensearchserviceDestinationUpdate) => any;
|
|
2842
|
+
/**
|
|
2843
|
+
* @internal
|
|
2844
|
+
*/
|
|
2845
|
+
export declare const CopyCommandFilterSensitiveLog: (obj: CopyCommand) => any;
|
|
2846
|
+
/**
|
|
2847
|
+
* @internal
|
|
2848
|
+
*/
|
|
2849
|
+
export declare const DeliveryStreamEncryptionConfigurationInputFilterSensitiveLog: (obj: DeliveryStreamEncryptionConfigurationInput) => any;
|
|
2850
|
+
/**
|
|
2851
|
+
* @internal
|
|
2852
|
+
*/
|
|
2853
|
+
export declare const ElasticsearchBufferingHintsFilterSensitiveLog: (obj: ElasticsearchBufferingHints) => any;
|
|
2854
|
+
/**
|
|
2855
|
+
* @internal
|
|
2856
|
+
*/
|
|
2857
|
+
export declare const ElasticsearchRetryOptionsFilterSensitiveLog: (obj: ElasticsearchRetryOptions) => any;
|
|
2858
|
+
/**
|
|
2859
|
+
* @internal
|
|
2860
|
+
*/
|
|
2861
|
+
export declare const ElasticsearchDestinationConfigurationFilterSensitiveLog: (obj: ElasticsearchDestinationConfiguration) => any;
|
|
2862
|
+
/**
|
|
2863
|
+
* @internal
|
|
2864
|
+
*/
|
|
2865
|
+
export declare const HiveJsonSerDeFilterSensitiveLog: (obj: HiveJsonSerDe) => any;
|
|
2866
|
+
/**
|
|
2867
|
+
* @internal
|
|
2868
|
+
*/
|
|
2869
|
+
export declare const OpenXJsonSerDeFilterSensitiveLog: (obj: OpenXJsonSerDe) => any;
|
|
2870
|
+
/**
|
|
2871
|
+
* @internal
|
|
2872
|
+
*/
|
|
2873
|
+
export declare const DeserializerFilterSensitiveLog: (obj: Deserializer) => any;
|
|
2874
|
+
/**
|
|
2875
|
+
* @internal
|
|
2876
|
+
*/
|
|
2877
|
+
export declare const InputFormatConfigurationFilterSensitiveLog: (obj: InputFormatConfiguration) => any;
|
|
2878
|
+
/**
|
|
2879
|
+
* @internal
|
|
2880
|
+
*/
|
|
2881
|
+
export declare const OrcSerDeFilterSensitiveLog: (obj: OrcSerDe) => any;
|
|
2882
|
+
/**
|
|
2883
|
+
* @internal
|
|
2884
|
+
*/
|
|
2885
|
+
export declare const ParquetSerDeFilterSensitiveLog: (obj: ParquetSerDe) => any;
|
|
2886
|
+
/**
|
|
2887
|
+
* @internal
|
|
2888
|
+
*/
|
|
2889
|
+
export declare const SerializerFilterSensitiveLog: (obj: Serializer) => any;
|
|
2890
|
+
/**
|
|
2891
|
+
* @internal
|
|
2892
|
+
*/
|
|
2893
|
+
export declare const OutputFormatConfigurationFilterSensitiveLog: (obj: OutputFormatConfiguration) => any;
|
|
2894
|
+
/**
|
|
2895
|
+
* @internal
|
|
2896
|
+
*/
|
|
2897
|
+
export declare const SchemaConfigurationFilterSensitiveLog: (obj: SchemaConfiguration) => any;
|
|
2898
|
+
/**
|
|
2899
|
+
* @internal
|
|
2900
|
+
*/
|
|
2901
|
+
export declare const DataFormatConversionConfigurationFilterSensitiveLog: (obj: DataFormatConversionConfiguration) => any;
|
|
2902
|
+
/**
|
|
2903
|
+
* @internal
|
|
2904
|
+
*/
|
|
2905
|
+
export declare const RetryOptionsFilterSensitiveLog: (obj: RetryOptions) => any;
|
|
2906
|
+
/**
|
|
2907
|
+
* @internal
|
|
2908
|
+
*/
|
|
2909
|
+
export declare const DynamicPartitioningConfigurationFilterSensitiveLog: (obj: DynamicPartitioningConfiguration) => any;
|
|
2910
|
+
/**
|
|
2911
|
+
* @internal
|
|
2912
|
+
*/
|
|
2913
|
+
export declare const ExtendedS3DestinationConfigurationFilterSensitiveLog: (obj: ExtendedS3DestinationConfiguration) => any;
|
|
2914
|
+
/**
|
|
2915
|
+
* @internal
|
|
2916
|
+
*/
|
|
2917
|
+
export declare const HttpEndpointBufferingHintsFilterSensitiveLog: (obj: HttpEndpointBufferingHints) => any;
|
|
2918
|
+
/**
|
|
2919
|
+
* @internal
|
|
2920
|
+
*/
|
|
2921
|
+
export declare const HttpEndpointConfigurationFilterSensitiveLog: (obj: HttpEndpointConfiguration) => any;
|
|
2922
|
+
/**
|
|
2923
|
+
* @internal
|
|
2924
|
+
*/
|
|
2925
|
+
export declare const HttpEndpointCommonAttributeFilterSensitiveLog: (obj: HttpEndpointCommonAttribute) => any;
|
|
2926
|
+
/**
|
|
2927
|
+
* @internal
|
|
2928
|
+
*/
|
|
2929
|
+
export declare const HttpEndpointRequestConfigurationFilterSensitiveLog: (obj: HttpEndpointRequestConfiguration) => any;
|
|
2930
|
+
/**
|
|
2931
|
+
* @internal
|
|
2932
|
+
*/
|
|
2933
|
+
export declare const HttpEndpointRetryOptionsFilterSensitiveLog: (obj: HttpEndpointRetryOptions) => any;
|
|
2934
|
+
/**
|
|
2935
|
+
* @internal
|
|
2936
|
+
*/
|
|
2937
|
+
export declare const HttpEndpointDestinationConfigurationFilterSensitiveLog: (obj: HttpEndpointDestinationConfiguration) => any;
|
|
2938
|
+
/**
|
|
2939
|
+
* @internal
|
|
2940
|
+
*/
|
|
2941
|
+
export declare const KinesisStreamSourceConfigurationFilterSensitiveLog: (obj: KinesisStreamSourceConfiguration) => any;
|
|
2942
|
+
/**
|
|
2943
|
+
* @internal
|
|
2944
|
+
*/
|
|
2945
|
+
export declare const RedshiftRetryOptionsFilterSensitiveLog: (obj: RedshiftRetryOptions) => any;
|
|
2946
|
+
/**
|
|
2947
|
+
* @internal
|
|
2948
|
+
*/
|
|
2949
|
+
export declare const RedshiftDestinationConfigurationFilterSensitiveLog: (obj: RedshiftDestinationConfiguration) => any;
|
|
2950
|
+
/**
|
|
2951
|
+
* @internal
|
|
2952
|
+
*/
|
|
2953
|
+
export declare const SplunkRetryOptionsFilterSensitiveLog: (obj: SplunkRetryOptions) => any;
|
|
2954
|
+
/**
|
|
2955
|
+
* @internal
|
|
2956
|
+
*/
|
|
2957
|
+
export declare const SplunkDestinationConfigurationFilterSensitiveLog: (obj: SplunkDestinationConfiguration) => any;
|
|
2958
|
+
/**
|
|
2959
|
+
* @internal
|
|
2960
|
+
*/
|
|
2961
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
2962
|
+
/**
|
|
2963
|
+
* @internal
|
|
2964
|
+
*/
|
|
2965
|
+
export declare const CreateDeliveryStreamInputFilterSensitiveLog: (obj: CreateDeliveryStreamInput) => any;
|
|
2966
|
+
/**
|
|
2967
|
+
* @internal
|
|
2968
|
+
*/
|
|
2969
|
+
export declare const CreateDeliveryStreamOutputFilterSensitiveLog: (obj: CreateDeliveryStreamOutput) => any;
|
|
2970
|
+
/**
|
|
2971
|
+
* @internal
|
|
2972
|
+
*/
|
|
2973
|
+
export declare const DeleteDeliveryStreamInputFilterSensitiveLog: (obj: DeleteDeliveryStreamInput) => any;
|
|
2974
|
+
/**
|
|
2975
|
+
* @internal
|
|
2976
|
+
*/
|
|
2977
|
+
export declare const DeleteDeliveryStreamOutputFilterSensitiveLog: (obj: DeleteDeliveryStreamOutput) => any;
|
|
2978
|
+
/**
|
|
2979
|
+
* @internal
|
|
2980
|
+
*/
|
|
2981
|
+
export declare const FailureDescriptionFilterSensitiveLog: (obj: FailureDescription) => any;
|
|
2982
|
+
/**
|
|
2983
|
+
* @internal
|
|
2984
|
+
*/
|
|
2985
|
+
export declare const DeliveryStreamEncryptionConfigurationFilterSensitiveLog: (obj: DeliveryStreamEncryptionConfiguration) => any;
|
|
2986
|
+
/**
|
|
2987
|
+
* @internal
|
|
2988
|
+
*/
|
|
2989
|
+
export declare const ElasticsearchDestinationDescriptionFilterSensitiveLog: (obj: ElasticsearchDestinationDescription) => any;
|
|
2990
|
+
/**
|
|
2991
|
+
* @internal
|
|
2992
|
+
*/
|
|
2993
|
+
export declare const ExtendedS3DestinationDescriptionFilterSensitiveLog: (obj: ExtendedS3DestinationDescription) => any;
|
|
2994
|
+
/**
|
|
2995
|
+
* @internal
|
|
2996
|
+
*/
|
|
2997
|
+
export declare const HttpEndpointDescriptionFilterSensitiveLog: (obj: HttpEndpointDescription) => any;
|
|
2998
|
+
/**
|
|
2999
|
+
* @internal
|
|
3000
|
+
*/
|
|
3001
|
+
export declare const HttpEndpointDestinationDescriptionFilterSensitiveLog: (obj: HttpEndpointDestinationDescription) => any;
|
|
3002
|
+
/**
|
|
3003
|
+
* @internal
|
|
3004
|
+
*/
|
|
3005
|
+
export declare const RedshiftDestinationDescriptionFilterSensitiveLog: (obj: RedshiftDestinationDescription) => any;
|
|
3006
|
+
/**
|
|
3007
|
+
* @internal
|
|
3008
|
+
*/
|
|
3009
|
+
export declare const SplunkDestinationDescriptionFilterSensitiveLog: (obj: SplunkDestinationDescription) => any;
|
|
3010
|
+
/**
|
|
3011
|
+
* @internal
|
|
3012
|
+
*/
|
|
3013
|
+
export declare const DestinationDescriptionFilterSensitiveLog: (obj: DestinationDescription) => any;
|
|
3014
|
+
/**
|
|
3015
|
+
* @internal
|
|
3016
|
+
*/
|
|
3017
|
+
export declare const KinesisStreamSourceDescriptionFilterSensitiveLog: (obj: KinesisStreamSourceDescription) => any;
|
|
3018
|
+
/**
|
|
3019
|
+
* @internal
|
|
3020
|
+
*/
|
|
3021
|
+
export declare const SourceDescriptionFilterSensitiveLog: (obj: SourceDescription) => any;
|
|
3022
|
+
/**
|
|
3023
|
+
* @internal
|
|
3024
|
+
*/
|
|
3025
|
+
export declare const DeliveryStreamDescriptionFilterSensitiveLog: (obj: DeliveryStreamDescription) => any;
|
|
3026
|
+
/**
|
|
3027
|
+
* @internal
|
|
3028
|
+
*/
|
|
3029
|
+
export declare const DescribeDeliveryStreamInputFilterSensitiveLog: (obj: DescribeDeliveryStreamInput) => any;
|
|
3030
|
+
/**
|
|
3031
|
+
* @internal
|
|
3032
|
+
*/
|
|
3033
|
+
export declare const DescribeDeliveryStreamOutputFilterSensitiveLog: (obj: DescribeDeliveryStreamOutput) => any;
|
|
3034
|
+
/**
|
|
3035
|
+
* @internal
|
|
3036
|
+
*/
|
|
3037
|
+
export declare const ElasticsearchDestinationUpdateFilterSensitiveLog: (obj: ElasticsearchDestinationUpdate) => any;
|
|
3038
|
+
/**
|
|
3039
|
+
* @internal
|
|
3040
|
+
*/
|
|
3041
|
+
export declare const ExtendedS3DestinationUpdateFilterSensitiveLog: (obj: ExtendedS3DestinationUpdate) => any;
|
|
3042
|
+
/**
|
|
3043
|
+
* @internal
|
|
3044
|
+
*/
|
|
3045
|
+
export declare const ListDeliveryStreamsInputFilterSensitiveLog: (obj: ListDeliveryStreamsInput) => any;
|
|
3046
|
+
/**
|
|
3047
|
+
* @internal
|
|
3048
|
+
*/
|
|
3049
|
+
export declare const ListDeliveryStreamsOutputFilterSensitiveLog: (obj: ListDeliveryStreamsOutput) => any;
|
|
3050
|
+
/**
|
|
3051
|
+
* @internal
|
|
3052
|
+
*/
|
|
3053
|
+
export declare const ListTagsForDeliveryStreamInputFilterSensitiveLog: (obj: ListTagsForDeliveryStreamInput) => any;
|
|
3054
|
+
/**
|
|
3055
|
+
* @internal
|
|
3056
|
+
*/
|
|
3057
|
+
export declare const ListTagsForDeliveryStreamOutputFilterSensitiveLog: (obj: ListTagsForDeliveryStreamOutput) => any;
|
|
3058
|
+
/**
|
|
3059
|
+
* @internal
|
|
3060
|
+
*/
|
|
3061
|
+
export declare const _RecordFilterSensitiveLog: (obj: _Record) => any;
|
|
3062
|
+
/**
|
|
3063
|
+
* @internal
|
|
3064
|
+
*/
|
|
3065
|
+
export declare const PutRecordInputFilterSensitiveLog: (obj: PutRecordInput) => any;
|
|
3066
|
+
/**
|
|
3067
|
+
* @internal
|
|
3068
|
+
*/
|
|
3069
|
+
export declare const PutRecordOutputFilterSensitiveLog: (obj: PutRecordOutput) => any;
|
|
3070
|
+
/**
|
|
3071
|
+
* @internal
|
|
3072
|
+
*/
|
|
3073
|
+
export declare const PutRecordBatchInputFilterSensitiveLog: (obj: PutRecordBatchInput) => any;
|
|
3074
|
+
/**
|
|
3075
|
+
* @internal
|
|
3076
|
+
*/
|
|
3077
|
+
export declare const PutRecordBatchResponseEntryFilterSensitiveLog: (obj: PutRecordBatchResponseEntry) => any;
|
|
3078
|
+
/**
|
|
3079
|
+
* @internal
|
|
3080
|
+
*/
|
|
3081
|
+
export declare const PutRecordBatchOutputFilterSensitiveLog: (obj: PutRecordBatchOutput) => any;
|
|
3082
|
+
/**
|
|
3083
|
+
* @internal
|
|
3084
|
+
*/
|
|
3085
|
+
export declare const StartDeliveryStreamEncryptionInputFilterSensitiveLog: (obj: StartDeliveryStreamEncryptionInput) => any;
|
|
3086
|
+
/**
|
|
3087
|
+
* @internal
|
|
3088
|
+
*/
|
|
3089
|
+
export declare const StartDeliveryStreamEncryptionOutputFilterSensitiveLog: (obj: StartDeliveryStreamEncryptionOutput) => any;
|
|
3090
|
+
/**
|
|
3091
|
+
* @internal
|
|
3092
|
+
*/
|
|
3093
|
+
export declare const StopDeliveryStreamEncryptionInputFilterSensitiveLog: (obj: StopDeliveryStreamEncryptionInput) => any;
|
|
3094
|
+
/**
|
|
3095
|
+
* @internal
|
|
3096
|
+
*/
|
|
3097
|
+
export declare const StopDeliveryStreamEncryptionOutputFilterSensitiveLog: (obj: StopDeliveryStreamEncryptionOutput) => any;
|
|
3098
|
+
/**
|
|
3099
|
+
* @internal
|
|
3100
|
+
*/
|
|
3101
|
+
export declare const TagDeliveryStreamInputFilterSensitiveLog: (obj: TagDeliveryStreamInput) => any;
|
|
3102
|
+
/**
|
|
3103
|
+
* @internal
|
|
3104
|
+
*/
|
|
3105
|
+
export declare const TagDeliveryStreamOutputFilterSensitiveLog: (obj: TagDeliveryStreamOutput) => any;
|
|
3106
|
+
/**
|
|
3107
|
+
* @internal
|
|
3108
|
+
*/
|
|
3109
|
+
export declare const UntagDeliveryStreamInputFilterSensitiveLog: (obj: UntagDeliveryStreamInput) => any;
|
|
3110
|
+
/**
|
|
3111
|
+
* @internal
|
|
3112
|
+
*/
|
|
3113
|
+
export declare const UntagDeliveryStreamOutputFilterSensitiveLog: (obj: UntagDeliveryStreamOutput) => any;
|
|
3114
|
+
/**
|
|
3115
|
+
* @internal
|
|
3116
|
+
*/
|
|
3117
|
+
export declare const HttpEndpointDestinationUpdateFilterSensitiveLog: (obj: HttpEndpointDestinationUpdate) => any;
|
|
3118
|
+
/**
|
|
3119
|
+
* @internal
|
|
3120
|
+
*/
|
|
3121
|
+
export declare const RedshiftDestinationUpdateFilterSensitiveLog: (obj: RedshiftDestinationUpdate) => any;
|
|
3122
|
+
/**
|
|
3123
|
+
* @internal
|
|
3124
|
+
*/
|
|
3125
|
+
export declare const SplunkDestinationUpdateFilterSensitiveLog: (obj: SplunkDestinationUpdate) => any;
|
|
3126
|
+
/**
|
|
3127
|
+
* @internal
|
|
3128
|
+
*/
|
|
3129
|
+
export declare const UpdateDestinationInputFilterSensitiveLog: (obj: UpdateDestinationInput) => any;
|
|
3130
|
+
/**
|
|
3131
|
+
* @internal
|
|
3132
|
+
*/
|
|
3133
|
+
export declare const UpdateDestinationOutputFilterSensitiveLog: (obj: UpdateDestinationOutput) => any;
|