@aws-sdk/client-firehose 3.927.0 → 3.929.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.
Files changed (36) hide show
  1. package/dist-cjs/index.js +1653 -960
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/FirehoseClient.js +2 -0
  4. package/dist-es/commands/CreateDeliveryStreamCommand.js +3 -10
  5. package/dist-es/commands/DeleteDeliveryStreamCommand.js +3 -9
  6. package/dist-es/commands/DescribeDeliveryStreamCommand.js +3 -10
  7. package/dist-es/commands/ListDeliveryStreamsCommand.js +3 -9
  8. package/dist-es/commands/ListTagsForDeliveryStreamCommand.js +3 -9
  9. package/dist-es/commands/PutRecordBatchCommand.js +3 -9
  10. package/dist-es/commands/PutRecordCommand.js +3 -9
  11. package/dist-es/commands/StartDeliveryStreamEncryptionCommand.js +3 -9
  12. package/dist-es/commands/StopDeliveryStreamEncryptionCommand.js +3 -9
  13. package/dist-es/commands/TagDeliveryStreamCommand.js +3 -9
  14. package/dist-es/commands/UntagDeliveryStreamCommand.js +3 -9
  15. package/dist-es/commands/UpdateDestinationCommand.js +3 -10
  16. package/dist-es/models/models_0.js +0 -164
  17. package/dist-es/runtimeConfig.shared.js +7 -0
  18. package/dist-es/schemas/schemas_0.js +1615 -0
  19. package/dist-types/FirehoseClient.d.ts +10 -1
  20. package/dist-types/models/models_0.d.ts +0 -80
  21. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  22. package/dist-types/runtimeConfig.d.ts +1 -0
  23. package/dist-types/runtimeConfig.native.d.ts +1 -0
  24. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  25. package/dist-types/schemas/schemas_0.d.ts +189 -0
  26. package/dist-types/ts3.4/FirehoseClient.d.ts +4 -0
  27. package/dist-types/ts3.4/models/models_0.d.ts +0 -60
  28. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  29. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  30. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  31. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  32. package/dist-types/ts3.4/schemas/schemas_0.d.ts +195 -0
  33. package/package.json +5 -5
  34. package/dist-es/protocols/Aws_json1_1.js +0 -673
  35. package/dist-types/protocols/Aws_json1_1.d.ts +0 -110
  36. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -149
@@ -5,7 +5,7 @@ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-
5
5
  import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
8
- import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
8
+ import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { CreateDeliveryStreamCommandInput, CreateDeliveryStreamCommandOutput } from "./commands/CreateDeliveryStreamCommand";
11
11
  import { DeleteDeliveryStreamCommandInput, DeleteDeliveryStreamCommandOutput } from "./commands/DeleteDeliveryStreamCommand";
@@ -153,6 +153,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
153
153
  * Optional extensions
154
154
  */
155
155
  extensions?: RuntimeExtension[];
156
+ /**
157
+ * The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
158
+ * may be overridden. A default will always be set by the client.
159
+ * Available options depend on the service's supported protocols and will not be validated by
160
+ * the client.
161
+ * @alpha
162
+ *
163
+ */
164
+ protocol?: ClientProtocol<HttpRequest, HttpResponse>;
156
165
  /**
157
166
  * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
158
167
  */
@@ -5652,83 +5652,3 @@ export interface UpdateDestinationInput {
5652
5652
  */
5653
5653
  export interface UpdateDestinationOutput {
5654
5654
  }
5655
- /**
5656
- * @internal
5657
- */
5658
- export declare const HttpEndpointConfigurationFilterSensitiveLog: (obj: HttpEndpointConfiguration) => any;
5659
- /**
5660
- * @internal
5661
- */
5662
- export declare const HttpEndpointCommonAttributeFilterSensitiveLog: (obj: HttpEndpointCommonAttribute) => any;
5663
- /**
5664
- * @internal
5665
- */
5666
- export declare const HttpEndpointRequestConfigurationFilterSensitiveLog: (obj: HttpEndpointRequestConfiguration) => any;
5667
- /**
5668
- * @internal
5669
- */
5670
- export declare const HttpEndpointDestinationConfigurationFilterSensitiveLog: (obj: HttpEndpointDestinationConfiguration) => any;
5671
- /**
5672
- * @internal
5673
- */
5674
- export declare const RedshiftDestinationConfigurationFilterSensitiveLog: (obj: RedshiftDestinationConfiguration) => any;
5675
- /**
5676
- * @internal
5677
- */
5678
- export declare const SnowflakeRoleConfigurationFilterSensitiveLog: (obj: SnowflakeRoleConfiguration) => any;
5679
- /**
5680
- * @internal
5681
- */
5682
- export declare const SnowflakeVpcConfigurationFilterSensitiveLog: (obj: SnowflakeVpcConfiguration) => any;
5683
- /**
5684
- * @internal
5685
- */
5686
- export declare const SnowflakeDestinationConfigurationFilterSensitiveLog: (obj: SnowflakeDestinationConfiguration) => any;
5687
- /**
5688
- * @internal
5689
- */
5690
- export declare const CreateDeliveryStreamInputFilterSensitiveLog: (obj: CreateDeliveryStreamInput) => any;
5691
- /**
5692
- * @internal
5693
- */
5694
- export declare const HttpEndpointDescriptionFilterSensitiveLog: (obj: HttpEndpointDescription) => any;
5695
- /**
5696
- * @internal
5697
- */
5698
- export declare const HttpEndpointDestinationDescriptionFilterSensitiveLog: (obj: HttpEndpointDestinationDescription) => any;
5699
- /**
5700
- * @internal
5701
- */
5702
- export declare const RedshiftDestinationDescriptionFilterSensitiveLog: (obj: RedshiftDestinationDescription) => any;
5703
- /**
5704
- * @internal
5705
- */
5706
- export declare const SnowflakeDestinationDescriptionFilterSensitiveLog: (obj: SnowflakeDestinationDescription) => any;
5707
- /**
5708
- * @internal
5709
- */
5710
- export declare const DestinationDescriptionFilterSensitiveLog: (obj: DestinationDescription) => any;
5711
- /**
5712
- * @internal
5713
- */
5714
- export declare const DeliveryStreamDescriptionFilterSensitiveLog: (obj: DeliveryStreamDescription) => any;
5715
- /**
5716
- * @internal
5717
- */
5718
- export declare const DescribeDeliveryStreamOutputFilterSensitiveLog: (obj: DescribeDeliveryStreamOutput) => any;
5719
- /**
5720
- * @internal
5721
- */
5722
- export declare const HttpEndpointDestinationUpdateFilterSensitiveLog: (obj: HttpEndpointDestinationUpdate) => any;
5723
- /**
5724
- * @internal
5725
- */
5726
- export declare const RedshiftDestinationUpdateFilterSensitiveLog: (obj: RedshiftDestinationUpdate) => any;
5727
- /**
5728
- * @internal
5729
- */
5730
- export declare const SnowflakeDestinationUpdateFilterSensitiveLog: (obj: SnowflakeDestinationUpdate) => any;
5731
- /**
5732
- * @internal
5733
- */
5734
- export declare const UpdateDestinationInputFilterSensitiveLog: (obj: UpdateDestinationInput) => any;
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (config: FirehoseClientConfig) => {
29
29
  profile?: string;
30
30
  logger: import("@smithy/types").Logger;
31
31
  extensions: import("./runtimeExtensions").RuntimeExtension[];
32
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
32
33
  customUserAgent?: string | import("@smithy/types").UserAgent;
33
34
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
34
35
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
@@ -31,6 +31,7 @@ export declare const getRuntimeConfig: (config: FirehoseClientConfig) => {
31
31
  profile?: string;
32
32
  logger: import("@smithy/types").Logger;
33
33
  extensions: import("./runtimeExtensions").RuntimeExtension[];
34
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
34
35
  customUserAgent?: string | import("@smithy/types").UserAgent;
35
36
  retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
36
37
  endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
@@ -27,6 +27,7 @@ export declare const getRuntimeConfig: (config: FirehoseClientConfig) => {
27
27
  retryMode: string | import("@smithy/types").Provider<string>;
28
28
  logger: import("@smithy/types").Logger;
29
29
  extensions: import("./runtimeExtensions").RuntimeExtension[];
30
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
30
31
  defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
31
32
  customUserAgent?: string | import("@smithy/types").UserAgent;
32
33
  userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
@@ -14,6 +14,7 @@ export declare const getRuntimeConfig: (config: FirehoseClientConfig) => {
14
14
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").FirehoseHttpAuthSchemeProvider;
15
15
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
16
16
  logger: import("@smithy/types").Logger;
17
+ protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
17
18
  serviceId: string;
18
19
  urlParser: import("@smithy/types").UrlParser;
19
20
  utf8Decoder: import("@smithy/types").Decoder;
@@ -0,0 +1,189 @@
1
+ import { StaticErrorSchema, StaticListSchema, StaticOperationSchema, StaticSimpleSchema, StaticStructureSchema } from "@smithy/types";
2
+ export declare var HttpEndpointAccessKey: StaticSimpleSchema;
3
+ export declare var HttpEndpointAttributeName: StaticSimpleSchema;
4
+ export declare var HttpEndpointAttributeValue: StaticSimpleSchema;
5
+ export declare var HttpEndpointUrl: StaticSimpleSchema;
6
+ export declare var Password: StaticSimpleSchema;
7
+ export declare var SnowflakeAccountUrl: StaticSimpleSchema;
8
+ export declare var SnowflakeContentColumnName: StaticSimpleSchema;
9
+ export declare var SnowflakeDatabase: StaticSimpleSchema;
10
+ export declare var SnowflakeKeyPassphrase: StaticSimpleSchema;
11
+ export declare var SnowflakeMetaDataColumnName: StaticSimpleSchema;
12
+ export declare var SnowflakePrivateKey: StaticSimpleSchema;
13
+ export declare var SnowflakePrivateLinkVpceId: StaticSimpleSchema;
14
+ export declare var SnowflakeRole: StaticSimpleSchema;
15
+ export declare var SnowflakeSchema: StaticSimpleSchema;
16
+ export declare var SnowflakeTable: StaticSimpleSchema;
17
+ export declare var SnowflakeUser: StaticSimpleSchema;
18
+ export declare var Username: StaticSimpleSchema;
19
+ export declare var AmazonOpenSearchServerlessBufferingHints: StaticStructureSchema;
20
+ export declare var AmazonOpenSearchServerlessDestinationConfiguration: StaticStructureSchema;
21
+ export declare var AmazonOpenSearchServerlessDestinationDescription: StaticStructureSchema;
22
+ export declare var AmazonOpenSearchServerlessDestinationUpdate: StaticStructureSchema;
23
+ export declare var AmazonOpenSearchServerlessRetryOptions: StaticStructureSchema;
24
+ export declare var AmazonopensearchserviceBufferingHints: StaticStructureSchema;
25
+ export declare var AmazonopensearchserviceDestinationConfiguration: StaticStructureSchema;
26
+ export declare var AmazonopensearchserviceDestinationDescription: StaticStructureSchema;
27
+ export declare var AmazonopensearchserviceDestinationUpdate: StaticStructureSchema;
28
+ export declare var AmazonopensearchserviceRetryOptions: StaticStructureSchema;
29
+ export declare var AuthenticationConfiguration: StaticStructureSchema;
30
+ export declare var BufferingHints: StaticStructureSchema;
31
+ export declare var CatalogConfiguration: StaticStructureSchema;
32
+ export declare var CloudWatchLoggingOptions: StaticStructureSchema;
33
+ export declare var ConcurrentModificationException: StaticErrorSchema;
34
+ export declare var CopyCommand: StaticStructureSchema;
35
+ export declare var CreateDeliveryStreamInput: StaticStructureSchema;
36
+ export declare var CreateDeliveryStreamOutput: StaticStructureSchema;
37
+ export declare var DatabaseColumnList: StaticStructureSchema;
38
+ export declare var DatabaseList: StaticStructureSchema;
39
+ export declare var DatabaseSnapshotInfo: StaticStructureSchema;
40
+ export declare var DatabaseSourceAuthenticationConfiguration: StaticStructureSchema;
41
+ export declare var DatabaseSourceConfiguration: StaticStructureSchema;
42
+ export declare var DatabaseSourceDescription: StaticStructureSchema;
43
+ export declare var DatabaseSourceVPCConfiguration: StaticStructureSchema;
44
+ export declare var DatabaseTableList: StaticStructureSchema;
45
+ export declare var DataFormatConversionConfiguration: StaticStructureSchema;
46
+ export declare var DeleteDeliveryStreamInput: StaticStructureSchema;
47
+ export declare var DeleteDeliveryStreamOutput: StaticStructureSchema;
48
+ export declare var DeliveryStreamDescription: StaticStructureSchema;
49
+ export declare var DeliveryStreamEncryptionConfiguration: StaticStructureSchema;
50
+ export declare var DeliveryStreamEncryptionConfigurationInput: StaticStructureSchema;
51
+ export declare var DescribeDeliveryStreamInput: StaticStructureSchema;
52
+ export declare var DescribeDeliveryStreamOutput: StaticStructureSchema;
53
+ export declare var Deserializer: StaticStructureSchema;
54
+ export declare var DestinationDescription: StaticStructureSchema;
55
+ export declare var DestinationTableConfiguration: StaticStructureSchema;
56
+ export declare var DirectPutSourceConfiguration: StaticStructureSchema;
57
+ export declare var DirectPutSourceDescription: StaticStructureSchema;
58
+ export declare var DocumentIdOptions: StaticStructureSchema;
59
+ export declare var DynamicPartitioningConfiguration: StaticStructureSchema;
60
+ export declare var ElasticsearchBufferingHints: StaticStructureSchema;
61
+ export declare var ElasticsearchDestinationConfiguration: StaticStructureSchema;
62
+ export declare var ElasticsearchDestinationDescription: StaticStructureSchema;
63
+ export declare var ElasticsearchDestinationUpdate: StaticStructureSchema;
64
+ export declare var ElasticsearchRetryOptions: StaticStructureSchema;
65
+ export declare var EncryptionConfiguration: StaticStructureSchema;
66
+ export declare var ExtendedS3DestinationConfiguration: StaticStructureSchema;
67
+ export declare var ExtendedS3DestinationDescription: StaticStructureSchema;
68
+ export declare var ExtendedS3DestinationUpdate: StaticStructureSchema;
69
+ export declare var FailureDescription: StaticStructureSchema;
70
+ export declare var HiveJsonSerDe: StaticStructureSchema;
71
+ export declare var HttpEndpointBufferingHints: StaticStructureSchema;
72
+ export declare var HttpEndpointCommonAttribute: StaticStructureSchema;
73
+ export declare var HttpEndpointConfiguration: StaticStructureSchema;
74
+ export declare var HttpEndpointDescription: StaticStructureSchema;
75
+ export declare var HttpEndpointDestinationConfiguration: StaticStructureSchema;
76
+ export declare var HttpEndpointDestinationDescription: StaticStructureSchema;
77
+ export declare var HttpEndpointDestinationUpdate: StaticStructureSchema;
78
+ export declare var HttpEndpointRequestConfiguration: StaticStructureSchema;
79
+ export declare var HttpEndpointRetryOptions: StaticStructureSchema;
80
+ export declare var IcebergDestinationConfiguration: StaticStructureSchema;
81
+ export declare var IcebergDestinationDescription: StaticStructureSchema;
82
+ export declare var IcebergDestinationUpdate: StaticStructureSchema;
83
+ export declare var InputFormatConfiguration: StaticStructureSchema;
84
+ export declare var InvalidArgumentException: StaticErrorSchema;
85
+ export declare var InvalidKMSResourceException: StaticErrorSchema;
86
+ export declare var InvalidSourceException: StaticErrorSchema;
87
+ export declare var KinesisStreamSourceConfiguration: StaticStructureSchema;
88
+ export declare var KinesisStreamSourceDescription: StaticStructureSchema;
89
+ export declare var KMSEncryptionConfig: StaticStructureSchema;
90
+ export declare var LimitExceededException: StaticErrorSchema;
91
+ export declare var ListDeliveryStreamsInput: StaticStructureSchema;
92
+ export declare var ListDeliveryStreamsOutput: StaticStructureSchema;
93
+ export declare var ListTagsForDeliveryStreamInput: StaticStructureSchema;
94
+ export declare var ListTagsForDeliveryStreamOutput: StaticStructureSchema;
95
+ export declare var MSKSourceConfiguration: StaticStructureSchema;
96
+ export declare var MSKSourceDescription: StaticStructureSchema;
97
+ export declare var OpenXJsonSerDe: StaticStructureSchema;
98
+ export declare var OrcSerDe: StaticStructureSchema;
99
+ export declare var OutputFormatConfiguration: StaticStructureSchema;
100
+ export declare var ParquetSerDe: StaticStructureSchema;
101
+ export declare var PartitionField: StaticStructureSchema;
102
+ export declare var PartitionSpec: StaticStructureSchema;
103
+ export declare var ProcessingConfiguration: StaticStructureSchema;
104
+ export declare var Processor: StaticStructureSchema;
105
+ export declare var ProcessorParameter: StaticStructureSchema;
106
+ export declare var PutRecordBatchInput: StaticStructureSchema;
107
+ export declare var PutRecordBatchOutput: StaticStructureSchema;
108
+ export declare var PutRecordBatchResponseEntry: StaticStructureSchema;
109
+ export declare var PutRecordInput: StaticStructureSchema;
110
+ export declare var PutRecordOutput: StaticStructureSchema;
111
+ export declare var _Record: StaticStructureSchema;
112
+ export declare var RedshiftDestinationConfiguration: StaticStructureSchema;
113
+ export declare var RedshiftDestinationDescription: StaticStructureSchema;
114
+ export declare var RedshiftDestinationUpdate: StaticStructureSchema;
115
+ export declare var RedshiftRetryOptions: StaticStructureSchema;
116
+ export declare var ResourceInUseException: StaticErrorSchema;
117
+ export declare var ResourceNotFoundException: StaticErrorSchema;
118
+ export declare var RetryOptions: StaticStructureSchema;
119
+ export declare var S3DestinationConfiguration: StaticStructureSchema;
120
+ export declare var S3DestinationDescription: StaticStructureSchema;
121
+ export declare var S3DestinationUpdate: StaticStructureSchema;
122
+ export declare var SchemaConfiguration: StaticStructureSchema;
123
+ export declare var SchemaEvolutionConfiguration: StaticStructureSchema;
124
+ export declare var SecretsManagerConfiguration: StaticStructureSchema;
125
+ export declare var Serializer: StaticStructureSchema;
126
+ export declare var ServiceUnavailableException: StaticErrorSchema;
127
+ export declare var SnowflakeBufferingHints: StaticStructureSchema;
128
+ export declare var SnowflakeDestinationConfiguration: StaticStructureSchema;
129
+ export declare var SnowflakeDestinationDescription: StaticStructureSchema;
130
+ export declare var SnowflakeDestinationUpdate: StaticStructureSchema;
131
+ export declare var SnowflakeRetryOptions: StaticStructureSchema;
132
+ export declare var SnowflakeRoleConfiguration: StaticStructureSchema;
133
+ export declare var SnowflakeVpcConfiguration: StaticStructureSchema;
134
+ export declare var SourceDescription: StaticStructureSchema;
135
+ export declare var SplunkBufferingHints: StaticStructureSchema;
136
+ export declare var SplunkDestinationConfiguration: StaticStructureSchema;
137
+ export declare var SplunkDestinationDescription: StaticStructureSchema;
138
+ export declare var SplunkDestinationUpdate: StaticStructureSchema;
139
+ export declare var SplunkRetryOptions: StaticStructureSchema;
140
+ export declare var StartDeliveryStreamEncryptionInput: StaticStructureSchema;
141
+ export declare var StartDeliveryStreamEncryptionOutput: StaticStructureSchema;
142
+ export declare var StopDeliveryStreamEncryptionInput: StaticStructureSchema;
143
+ export declare var StopDeliveryStreamEncryptionOutput: StaticStructureSchema;
144
+ export declare var TableCreationConfiguration: StaticStructureSchema;
145
+ export declare var Tag: StaticStructureSchema;
146
+ export declare var TagDeliveryStreamInput: StaticStructureSchema;
147
+ export declare var TagDeliveryStreamOutput: StaticStructureSchema;
148
+ export declare var UntagDeliveryStreamInput: StaticStructureSchema;
149
+ export declare var UntagDeliveryStreamOutput: StaticStructureSchema;
150
+ export declare var UpdateDestinationInput: StaticStructureSchema;
151
+ export declare var UpdateDestinationOutput: StaticStructureSchema;
152
+ export declare var VpcConfiguration: StaticStructureSchema;
153
+ export declare var VpcConfigurationDescription: StaticStructureSchema;
154
+ export declare var __Unit: "unit";
155
+ export declare var FirehoseServiceException: StaticErrorSchema;
156
+ export declare var DatabaseColumnIncludeOrExcludeList: number;
157
+ export declare var DatabaseIncludeOrExcludeList: number;
158
+ export declare var DatabaseSnapshotInfoList: StaticListSchema;
159
+ export declare var DatabaseSurrogateKeyList: number;
160
+ export declare var DatabaseTableIncludeOrExcludeList: number;
161
+ export declare var DeliveryStreamNameList: number;
162
+ export declare var DestinationDescriptionList: StaticListSchema;
163
+ export declare var DestinationTableConfigurationList: StaticListSchema;
164
+ export declare var HttpEndpointCommonAttributesList: StaticListSchema;
165
+ export declare var ListOfNonEmptyStrings: number;
166
+ export declare var ListOfNonEmptyStringsWithoutWhitespace: number;
167
+ export declare var ListTagsForDeliveryStreamOutputTagList: StaticListSchema;
168
+ export declare var PartitionFields: StaticListSchema;
169
+ export declare var ProcessorList: StaticListSchema;
170
+ export declare var ProcessorParameterList: StaticListSchema;
171
+ export declare var PutRecordBatchRequestEntryList: StaticListSchema;
172
+ export declare var PutRecordBatchResponseEntryList: StaticListSchema;
173
+ export declare var SecurityGroupIdList: number;
174
+ export declare var SubnetIdList: number;
175
+ export declare var TagDeliveryStreamInputTagList: StaticListSchema;
176
+ export declare var TagKeyList: number;
177
+ export declare var ColumnToJsonKeyMappings: number;
178
+ export declare var CreateDeliveryStream: StaticOperationSchema;
179
+ export declare var DeleteDeliveryStream: StaticOperationSchema;
180
+ export declare var DescribeDeliveryStream: StaticOperationSchema;
181
+ export declare var ListDeliveryStreams: StaticOperationSchema;
182
+ export declare var ListTagsForDeliveryStream: StaticOperationSchema;
183
+ export declare var PutRecord: StaticOperationSchema;
184
+ export declare var PutRecordBatch: StaticOperationSchema;
185
+ export declare var StartDeliveryStreamEncryption: StaticOperationSchema;
186
+ export declare var StopDeliveryStreamEncryption: StaticOperationSchema;
187
+ export declare var TagDeliveryStream: StaticOperationSchema;
188
+ export declare var UntagDeliveryStream: StaticOperationSchema;
189
+ export declare var UpdateDestination: StaticOperationSchema;
@@ -30,10 +30,13 @@ import {
30
30
  BodyLengthCalculator as __BodyLengthCalculator,
31
31
  CheckOptionalClientConfig as __CheckOptionalClientConfig,
32
32
  ChecksumConstructor as __ChecksumConstructor,
33
+ ClientProtocol,
33
34
  Decoder as __Decoder,
34
35
  Encoder as __Encoder,
35
36
  HashConstructor as __HashConstructor,
36
37
  HttpHandlerOptions as __HttpHandlerOptions,
38
+ HttpRequest,
39
+ HttpResponse,
37
40
  Logger as __Logger,
38
41
  Provider as __Provider,
39
42
  Provider,
@@ -150,6 +153,7 @@ export interface ClientDefaults
150
153
  retryMode?: string | __Provider<string>;
151
154
  logger?: __Logger;
152
155
  extensions?: RuntimeExtension[];
156
+ protocol?: ClientProtocol<HttpRequest, HttpResponse>;
153
157
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
154
158
  }
155
159
  export type FirehoseClientConfigType = Partial<
@@ -1245,63 +1245,3 @@ export interface UpdateDestinationInput {
1245
1245
  IcebergDestinationUpdate?: IcebergDestinationUpdate | undefined;
1246
1246
  }
1247
1247
  export interface UpdateDestinationOutput {}
1248
- export declare const HttpEndpointConfigurationFilterSensitiveLog: (
1249
- obj: HttpEndpointConfiguration
1250
- ) => any;
1251
- export declare const HttpEndpointCommonAttributeFilterSensitiveLog: (
1252
- obj: HttpEndpointCommonAttribute
1253
- ) => any;
1254
- export declare const HttpEndpointRequestConfigurationFilterSensitiveLog: (
1255
- obj: HttpEndpointRequestConfiguration
1256
- ) => any;
1257
- export declare const HttpEndpointDestinationConfigurationFilterSensitiveLog: (
1258
- obj: HttpEndpointDestinationConfiguration
1259
- ) => any;
1260
- export declare const RedshiftDestinationConfigurationFilterSensitiveLog: (
1261
- obj: RedshiftDestinationConfiguration
1262
- ) => any;
1263
- export declare const SnowflakeRoleConfigurationFilterSensitiveLog: (
1264
- obj: SnowflakeRoleConfiguration
1265
- ) => any;
1266
- export declare const SnowflakeVpcConfigurationFilterSensitiveLog: (
1267
- obj: SnowflakeVpcConfiguration
1268
- ) => any;
1269
- export declare const SnowflakeDestinationConfigurationFilterSensitiveLog: (
1270
- obj: SnowflakeDestinationConfiguration
1271
- ) => any;
1272
- export declare const CreateDeliveryStreamInputFilterSensitiveLog: (
1273
- obj: CreateDeliveryStreamInput
1274
- ) => any;
1275
- export declare const HttpEndpointDescriptionFilterSensitiveLog: (
1276
- obj: HttpEndpointDescription
1277
- ) => any;
1278
- export declare const HttpEndpointDestinationDescriptionFilterSensitiveLog: (
1279
- obj: HttpEndpointDestinationDescription
1280
- ) => any;
1281
- export declare const RedshiftDestinationDescriptionFilterSensitiveLog: (
1282
- obj: RedshiftDestinationDescription
1283
- ) => any;
1284
- export declare const SnowflakeDestinationDescriptionFilterSensitiveLog: (
1285
- obj: SnowflakeDestinationDescription
1286
- ) => any;
1287
- export declare const DestinationDescriptionFilterSensitiveLog: (
1288
- obj: DestinationDescription
1289
- ) => any;
1290
- export declare const DeliveryStreamDescriptionFilterSensitiveLog: (
1291
- obj: DeliveryStreamDescription
1292
- ) => any;
1293
- export declare const DescribeDeliveryStreamOutputFilterSensitiveLog: (
1294
- obj: DescribeDeliveryStreamOutput
1295
- ) => any;
1296
- export declare const HttpEndpointDestinationUpdateFilterSensitiveLog: (
1297
- obj: HttpEndpointDestinationUpdate
1298
- ) => any;
1299
- export declare const RedshiftDestinationUpdateFilterSensitiveLog: (
1300
- obj: RedshiftDestinationUpdate
1301
- ) => any;
1302
- export declare const SnowflakeDestinationUpdateFilterSensitiveLog: (
1303
- obj: SnowflakeDestinationUpdate
1304
- ) => any;
1305
- export declare const UpdateDestinationInputFilterSensitiveLog: (
1306
- obj: UpdateDestinationInput
1307
- ) => any;
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: FirehoseClientConfig) => {
38
38
  profile?: string;
39
39
  logger: import("@smithy/types").Logger;
40
40
  extensions: import("./runtimeExtensions").RuntimeExtension[];
41
+ protocol: import("@smithy/types").ClientProtocol<
42
+ import("@smithy/types").HttpRequest,
43
+ import("@smithy/types").HttpResponse
44
+ >;
41
45
  customUserAgent?: string | import("@smithy/types").UserAgent;
42
46
  userAgentAppId?:
43
47
  | string
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: FirehoseClientConfig) => {
38
38
  profile?: string;
39
39
  logger: import("@smithy/types").Logger;
40
40
  extensions: import("./runtimeExtensions").RuntimeExtension[];
41
+ protocol: import("@smithy/types").ClientProtocol<
42
+ import("@smithy/types").HttpRequest,
43
+ import("@smithy/types").HttpResponse
44
+ >;
41
45
  customUserAgent?: string | import("@smithy/types").UserAgent;
42
46
  retryStrategy?:
43
47
  | import("@smithy/types").RetryStrategy
@@ -37,6 +37,10 @@ export declare const getRuntimeConfig: (config: FirehoseClientConfig) => {
37
37
  retryMode: string | import("@smithy/types").Provider<string>;
38
38
  logger: import("@smithy/types").Logger;
39
39
  extensions: import("./runtimeExtensions").RuntimeExtension[];
40
+ protocol: import("@smithy/types").ClientProtocol<
41
+ import("@smithy/types").HttpRequest,
42
+ import("@smithy/types").HttpResponse
43
+ >;
40
44
  defaultsMode:
41
45
  | import("@smithy/smithy-client").DefaultsMode
42
46
  | import("@smithy/types").Provider<
@@ -14,6 +14,10 @@ export declare const getRuntimeConfig: (config: FirehoseClientConfig) => {
14
14
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").FirehoseHttpAuthSchemeProvider;
15
15
  httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
16
16
  logger: import("@smithy/types").Logger;
17
+ protocol: import("@smithy/types").ClientProtocol<
18
+ import("@smithy/types").HttpRequest,
19
+ import("@smithy/types").HttpResponse
20
+ >;
17
21
  serviceId: string;
18
22
  urlParser: import("@smithy/types").UrlParser;
19
23
  utf8Decoder: import("@smithy/types").Decoder;