@aws-sdk/client-firehose 3.170.0 → 3.178.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 (25) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  3. package/dist-types/runtimeConfig.d.ts +1 -1
  4. package/dist-types/runtimeConfig.native.d.ts +1 -1
  5. package/dist-types/ts3.4/Firehose.d.ts +0 -12
  6. package/dist-types/ts3.4/FirehoseClient.d.ts +0 -25
  7. package/dist-types/ts3.4/commands/CreateDeliveryStreamCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/DeleteDeliveryStreamCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/DescribeDeliveryStreamCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/ListDeliveryStreamsCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/ListTagsForDeliveryStreamCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/PutRecordBatchCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/PutRecordCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/StartDeliveryStreamEncryptionCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/StopDeliveryStreamEncryptionCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/TagDeliveryStreamCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/UntagDeliveryStreamCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/UpdateDestinationCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/models/FirehoseServiceException.d.ts +0 -1
  20. package/dist-types/ts3.4/models/models_0.d.ts +0 -455
  21. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
  22. package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
  23. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
  24. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  25. package/package.json +26 -26
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-firehose
9
+
10
+
11
+
12
+
13
+
14
+ # [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-firehose
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
23
 
8
24
  **Note:** Version bump only for package @aws-sdk/client-firehose
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: FirehoseClientConfig) => {
31
31
  tls?: boolean | undefined;
32
32
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
33
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
34
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
34
+ signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
35
35
  signingEscapePath?: boolean | undefined;
36
36
  systemClockOffset?: number | undefined;
37
37
  signingRegion?: string | undefined;
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: FirehoseClientConfig) => {
31
31
  tls?: boolean | undefined;
32
32
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
33
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
34
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
34
+ signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
35
35
  signingEscapePath?: boolean | undefined;
36
36
  systemClockOffset?: number | undefined;
37
37
  signingRegion?: string | undefined;
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: FirehoseClientConfig) => {
30
30
  tls?: boolean | undefined;
31
31
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
32
32
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
33
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
33
+ signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
34
34
  signingEscapePath?: boolean | undefined;
35
35
  systemClockOffset?: number | undefined;
36
36
  signingRegion?: string | undefined;
@@ -48,7 +48,6 @@ import {
48
48
  UpdateDestinationCommandOutput,
49
49
  } from "./commands/UpdateDestinationCommand";
50
50
  import { FirehoseClient } from "./FirehoseClient";
51
-
52
51
  export declare class Firehose extends FirehoseClient {
53
52
  createDeliveryStream(
54
53
  args: CreateDeliveryStreamCommandInput,
@@ -63,7 +62,6 @@ export declare class Firehose extends FirehoseClient {
63
62
  options: __HttpHandlerOptions,
64
63
  cb: (err: any, data?: CreateDeliveryStreamCommandOutput) => void
65
64
  ): void;
66
-
67
65
  deleteDeliveryStream(
68
66
  args: DeleteDeliveryStreamCommandInput,
69
67
  options?: __HttpHandlerOptions
@@ -77,7 +75,6 @@ export declare class Firehose extends FirehoseClient {
77
75
  options: __HttpHandlerOptions,
78
76
  cb: (err: any, data?: DeleteDeliveryStreamCommandOutput) => void
79
77
  ): void;
80
-
81
78
  describeDeliveryStream(
82
79
  args: DescribeDeliveryStreamCommandInput,
83
80
  options?: __HttpHandlerOptions
@@ -91,7 +88,6 @@ export declare class Firehose extends FirehoseClient {
91
88
  options: __HttpHandlerOptions,
92
89
  cb: (err: any, data?: DescribeDeliveryStreamCommandOutput) => void
93
90
  ): void;
94
-
95
91
  listDeliveryStreams(
96
92
  args: ListDeliveryStreamsCommandInput,
97
93
  options?: __HttpHandlerOptions
@@ -105,7 +101,6 @@ export declare class Firehose extends FirehoseClient {
105
101
  options: __HttpHandlerOptions,
106
102
  cb: (err: any, data?: ListDeliveryStreamsCommandOutput) => void
107
103
  ): void;
108
-
109
104
  listTagsForDeliveryStream(
110
105
  args: ListTagsForDeliveryStreamCommandInput,
111
106
  options?: __HttpHandlerOptions
@@ -119,7 +114,6 @@ export declare class Firehose extends FirehoseClient {
119
114
  options: __HttpHandlerOptions,
120
115
  cb: (err: any, data?: ListTagsForDeliveryStreamCommandOutput) => void
121
116
  ): void;
122
-
123
117
  putRecord(
124
118
  args: PutRecordCommandInput,
125
119
  options?: __HttpHandlerOptions
@@ -133,7 +127,6 @@ export declare class Firehose extends FirehoseClient {
133
127
  options: __HttpHandlerOptions,
134
128
  cb: (err: any, data?: PutRecordCommandOutput) => void
135
129
  ): void;
136
-
137
130
  putRecordBatch(
138
131
  args: PutRecordBatchCommandInput,
139
132
  options?: __HttpHandlerOptions
@@ -147,7 +140,6 @@ export declare class Firehose extends FirehoseClient {
147
140
  options: __HttpHandlerOptions,
148
141
  cb: (err: any, data?: PutRecordBatchCommandOutput) => void
149
142
  ): void;
150
-
151
143
  startDeliveryStreamEncryption(
152
144
  args: StartDeliveryStreamEncryptionCommandInput,
153
145
  options?: __HttpHandlerOptions
@@ -161,7 +153,6 @@ export declare class Firehose extends FirehoseClient {
161
153
  options: __HttpHandlerOptions,
162
154
  cb: (err: any, data?: StartDeliveryStreamEncryptionCommandOutput) => void
163
155
  ): void;
164
-
165
156
  stopDeliveryStreamEncryption(
166
157
  args: StopDeliveryStreamEncryptionCommandInput,
167
158
  options?: __HttpHandlerOptions
@@ -175,7 +166,6 @@ export declare class Firehose extends FirehoseClient {
175
166
  options: __HttpHandlerOptions,
176
167
  cb: (err: any, data?: StopDeliveryStreamEncryptionCommandOutput) => void
177
168
  ): void;
178
-
179
169
  tagDeliveryStream(
180
170
  args: TagDeliveryStreamCommandInput,
181
171
  options?: __HttpHandlerOptions
@@ -189,7 +179,6 @@ export declare class Firehose extends FirehoseClient {
189
179
  options: __HttpHandlerOptions,
190
180
  cb: (err: any, data?: TagDeliveryStreamCommandOutput) => void
191
181
  ): void;
192
-
193
182
  untagDeliveryStream(
194
183
  args: UntagDeliveryStreamCommandInput,
195
184
  options?: __HttpHandlerOptions
@@ -203,7 +192,6 @@ export declare class Firehose extends FirehoseClient {
203
192
  options: __HttpHandlerOptions,
204
193
  cb: (err: any, data?: UntagDeliveryStreamCommandOutput) => void
205
194
  ): void;
206
-
207
195
  updateDestination(
208
196
  args: UpdateDestinationCommandInput,
209
197
  options?: __HttpHandlerOptions
@@ -119,47 +119,26 @@ export declare type ServiceOutputTypes =
119
119
  export interface ClientDefaults
120
120
  extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
121
121
  requestHandler?: __HttpHandler;
122
-
123
122
  sha256?: __HashConstructor;
124
-
125
123
  urlParser?: __UrlParser;
126
-
127
124
  bodyLengthChecker?: __BodyLengthCalculator;
128
-
129
125
  streamCollector?: __StreamCollector;
130
-
131
126
  base64Decoder?: __Decoder;
132
-
133
127
  base64Encoder?: __Encoder;
134
-
135
128
  utf8Decoder?: __Decoder;
136
-
137
129
  utf8Encoder?: __Encoder;
138
-
139
130
  runtime?: string;
140
-
141
131
  disableHostPrefix?: boolean;
142
-
143
132
  maxAttempts?: number | __Provider<number>;
144
-
145
133
  retryMode?: string | __Provider<string>;
146
-
147
134
  logger?: __Logger;
148
-
149
135
  useDualstackEndpoint?: boolean | __Provider<boolean>;
150
-
151
136
  useFipsEndpoint?: boolean | __Provider<boolean>;
152
-
153
137
  serviceId?: string;
154
-
155
138
  region?: string | __Provider<string>;
156
-
157
139
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
158
-
159
140
  regionInfoProvider?: RegionInfoProvider;
160
-
161
141
  defaultUserAgentProvider?: Provider<__UserAgent>;
162
-
163
142
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
164
143
  }
165
144
  declare type FirehoseClientConfigType = Partial<
@@ -172,7 +151,6 @@ declare type FirehoseClientConfigType = Partial<
172
151
  HostHeaderInputConfig &
173
152
  AwsAuthInputConfig &
174
153
  UserAgentInputConfig;
175
-
176
154
  export interface FirehoseClientConfig extends FirehoseClientConfigType {}
177
155
  declare type FirehoseClientResolvedConfigType =
178
156
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
@@ -183,10 +161,8 @@ declare type FirehoseClientResolvedConfigType =
183
161
  HostHeaderResolvedConfig &
184
162
  AwsAuthResolvedConfig &
185
163
  UserAgentResolvedConfig;
186
-
187
164
  export interface FirehoseClientResolvedConfig
188
165
  extends FirehoseClientResolvedConfigType {}
189
-
190
166
  export declare class FirehoseClient extends __Client<
191
167
  __HttpHandlerOptions,
192
168
  ServiceInputTypes,
@@ -195,7 +171,6 @@ export declare class FirehoseClient extends __Client<
195
171
  > {
196
172
  readonly config: FirehoseClientResolvedConfig;
197
173
  constructor(configuration: FirehoseClientConfig);
198
-
199
174
  destroy(): void;
200
175
  }
201
176
  export {};
@@ -19,7 +19,6 @@ export interface CreateDeliveryStreamCommandInput
19
19
  export interface CreateDeliveryStreamCommandOutput
20
20
  extends CreateDeliveryStreamOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateDeliveryStreamCommand extends $Command<
24
23
  CreateDeliveryStreamCommandInput,
25
24
  CreateDeliveryStreamCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateDeliveryStreamCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreateDeliveryStreamCommandInput;
29
28
  constructor(input: CreateDeliveryStreamCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: FirehoseClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeleteDeliveryStreamCommandInput
19
19
  export interface DeleteDeliveryStreamCommandOutput
20
20
  extends DeleteDeliveryStreamOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeleteDeliveryStreamCommand extends $Command<
24
23
  DeleteDeliveryStreamCommandInput,
25
24
  DeleteDeliveryStreamCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeleteDeliveryStreamCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeleteDeliveryStreamCommandInput;
29
28
  constructor(input: DeleteDeliveryStreamCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: FirehoseClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeDeliveryStreamCommandInput
19
19
  export interface DescribeDeliveryStreamCommandOutput
20
20
  extends DescribeDeliveryStreamOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeDeliveryStreamCommand extends $Command<
24
23
  DescribeDeliveryStreamCommandInput,
25
24
  DescribeDeliveryStreamCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeDeliveryStreamCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeDeliveryStreamCommandInput;
29
28
  constructor(input: DescribeDeliveryStreamCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: FirehoseClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListDeliveryStreamsCommandInput
19
19
  export interface ListDeliveryStreamsCommandOutput
20
20
  extends ListDeliveryStreamsOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListDeliveryStreamsCommand extends $Command<
24
23
  ListDeliveryStreamsCommandInput,
25
24
  ListDeliveryStreamsCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListDeliveryStreamsCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListDeliveryStreamsCommandInput;
29
28
  constructor(input: ListDeliveryStreamsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: FirehoseClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListTagsForDeliveryStreamCommandInput
19
19
  export interface ListTagsForDeliveryStreamCommandOutput
20
20
  extends ListTagsForDeliveryStreamOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListTagsForDeliveryStreamCommand extends $Command<
24
23
  ListTagsForDeliveryStreamCommandInput,
25
24
  ListTagsForDeliveryStreamCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListTagsForDeliveryStreamCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListTagsForDeliveryStreamCommandInput;
29
28
  constructor(input: ListTagsForDeliveryStreamCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: FirehoseClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface PutRecordBatchCommandInput extends PutRecordBatchInput {}
15
15
  export interface PutRecordBatchCommandOutput
16
16
  extends PutRecordBatchOutput,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class PutRecordBatchCommand extends $Command<
20
19
  PutRecordBatchCommandInput,
21
20
  PutRecordBatchCommandOutput,
@@ -23,7 +22,6 @@ export declare class PutRecordBatchCommand extends $Command<
23
22
  > {
24
23
  readonly input: PutRecordBatchCommandInput;
25
24
  constructor(input: PutRecordBatchCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: FirehoseClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface PutRecordCommandInput extends PutRecordInput {}
15
15
  export interface PutRecordCommandOutput
16
16
  extends PutRecordOutput,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class PutRecordCommand extends $Command<
20
19
  PutRecordCommandInput,
21
20
  PutRecordCommandOutput,
@@ -23,7 +22,6 @@ export declare class PutRecordCommand extends $Command<
23
22
  > {
24
23
  readonly input: PutRecordCommandInput;
25
24
  constructor(input: PutRecordCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: FirehoseClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface StartDeliveryStreamEncryptionCommandInput
19
19
  export interface StartDeliveryStreamEncryptionCommandOutput
20
20
  extends StartDeliveryStreamEncryptionOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class StartDeliveryStreamEncryptionCommand extends $Command<
24
23
  StartDeliveryStreamEncryptionCommandInput,
25
24
  StartDeliveryStreamEncryptionCommandOutput,
@@ -27,7 +26,6 @@ export declare class StartDeliveryStreamEncryptionCommand extends $Command<
27
26
  > {
28
27
  readonly input: StartDeliveryStreamEncryptionCommandInput;
29
28
  constructor(input: StartDeliveryStreamEncryptionCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: FirehoseClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface StopDeliveryStreamEncryptionCommandInput
19
19
  export interface StopDeliveryStreamEncryptionCommandOutput
20
20
  extends StopDeliveryStreamEncryptionOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class StopDeliveryStreamEncryptionCommand extends $Command<
24
23
  StopDeliveryStreamEncryptionCommandInput,
25
24
  StopDeliveryStreamEncryptionCommandOutput,
@@ -27,7 +26,6 @@ export declare class StopDeliveryStreamEncryptionCommand extends $Command<
27
26
  > {
28
27
  readonly input: StopDeliveryStreamEncryptionCommandInput;
29
28
  constructor(input: StopDeliveryStreamEncryptionCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: FirehoseClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface TagDeliveryStreamCommandInput extends TagDeliveryStreamInput {}
18
18
  export interface TagDeliveryStreamCommandOutput
19
19
  extends TagDeliveryStreamOutput,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class TagDeliveryStreamCommand extends $Command<
23
22
  TagDeliveryStreamCommandInput,
24
23
  TagDeliveryStreamCommandOutput,
@@ -26,7 +25,6 @@ export declare class TagDeliveryStreamCommand extends $Command<
26
25
  > {
27
26
  readonly input: TagDeliveryStreamCommandInput;
28
27
  constructor(input: TagDeliveryStreamCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: FirehoseClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface UntagDeliveryStreamCommandInput
19
19
  export interface UntagDeliveryStreamCommandOutput
20
20
  extends UntagDeliveryStreamOutput,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class UntagDeliveryStreamCommand extends $Command<
24
23
  UntagDeliveryStreamCommandInput,
25
24
  UntagDeliveryStreamCommandOutput,
@@ -27,7 +26,6 @@ export declare class UntagDeliveryStreamCommand extends $Command<
27
26
  > {
28
27
  readonly input: UntagDeliveryStreamCommandInput;
29
28
  constructor(input: UntagDeliveryStreamCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: FirehoseClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface UpdateDestinationCommandInput extends UpdateDestinationInput {}
18
18
  export interface UpdateDestinationCommandOutput
19
19
  extends UpdateDestinationOutput,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class UpdateDestinationCommand extends $Command<
23
22
  UpdateDestinationCommandInput,
24
23
  UpdateDestinationCommandOutput,
@@ -26,7 +25,6 @@ export declare class UpdateDestinationCommand extends $Command<
26
25
  > {
27
26
  readonly input: UpdateDestinationCommandInput;
28
27
  constructor(input: UpdateDestinationCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: FirehoseClientResolvedConfig,
@@ -2,7 +2,6 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
-
6
5
  export declare class FirehoseServiceException extends __ServiceException {
7
6
  constructor(options: __ServiceExceptionOptions);
8
7
  }