@aws-sdk/client-kafkaconnect 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/KafkaConnect.d.ts +0 -12
  6. package/dist-types/ts3.4/KafkaConnectClient.d.ts +0 -25
  7. package/dist-types/ts3.4/commands/CreateConnectorCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/CreateCustomPluginCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/CreateWorkerConfigurationCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/DeleteConnectorCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/DeleteCustomPluginCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/DescribeConnectorCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/DescribeCustomPluginCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/DescribeWorkerConfigurationCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/ListConnectorsCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/ListCustomPluginsCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/ListWorkerConfigurationsCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/UpdateConnectorCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/models/KafkaConnectServiceException.d.ts +0 -1
  20. package/dist-types/ts3.4/models/models_0.d.ts +0 -286
  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-kafkaconnect
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-kafkaconnect
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-kafkaconnect
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: KafkaConnectClientConfig) => {
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: KafkaConnectClientConfig) => {
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: KafkaConnectClientConfig) => {
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
  UpdateConnectorCommandOutput,
49
49
  } from "./commands/UpdateConnectorCommand";
50
50
  import { KafkaConnectClient } from "./KafkaConnectClient";
51
-
52
51
  export declare class KafkaConnect extends KafkaConnectClient {
53
52
  createConnector(
54
53
  args: CreateConnectorCommandInput,
@@ -63,7 +62,6 @@ export declare class KafkaConnect extends KafkaConnectClient {
63
62
  options: __HttpHandlerOptions,
64
63
  cb: (err: any, data?: CreateConnectorCommandOutput) => void
65
64
  ): void;
66
-
67
65
  createCustomPlugin(
68
66
  args: CreateCustomPluginCommandInput,
69
67
  options?: __HttpHandlerOptions
@@ -77,7 +75,6 @@ export declare class KafkaConnect extends KafkaConnectClient {
77
75
  options: __HttpHandlerOptions,
78
76
  cb: (err: any, data?: CreateCustomPluginCommandOutput) => void
79
77
  ): void;
80
-
81
78
  createWorkerConfiguration(
82
79
  args: CreateWorkerConfigurationCommandInput,
83
80
  options?: __HttpHandlerOptions
@@ -91,7 +88,6 @@ export declare class KafkaConnect extends KafkaConnectClient {
91
88
  options: __HttpHandlerOptions,
92
89
  cb: (err: any, data?: CreateWorkerConfigurationCommandOutput) => void
93
90
  ): void;
94
-
95
91
  deleteConnector(
96
92
  args: DeleteConnectorCommandInput,
97
93
  options?: __HttpHandlerOptions
@@ -105,7 +101,6 @@ export declare class KafkaConnect extends KafkaConnectClient {
105
101
  options: __HttpHandlerOptions,
106
102
  cb: (err: any, data?: DeleteConnectorCommandOutput) => void
107
103
  ): void;
108
-
109
104
  deleteCustomPlugin(
110
105
  args: DeleteCustomPluginCommandInput,
111
106
  options?: __HttpHandlerOptions
@@ -119,7 +114,6 @@ export declare class KafkaConnect extends KafkaConnectClient {
119
114
  options: __HttpHandlerOptions,
120
115
  cb: (err: any, data?: DeleteCustomPluginCommandOutput) => void
121
116
  ): void;
122
-
123
117
  describeConnector(
124
118
  args: DescribeConnectorCommandInput,
125
119
  options?: __HttpHandlerOptions
@@ -133,7 +127,6 @@ export declare class KafkaConnect extends KafkaConnectClient {
133
127
  options: __HttpHandlerOptions,
134
128
  cb: (err: any, data?: DescribeConnectorCommandOutput) => void
135
129
  ): void;
136
-
137
130
  describeCustomPlugin(
138
131
  args: DescribeCustomPluginCommandInput,
139
132
  options?: __HttpHandlerOptions
@@ -147,7 +140,6 @@ export declare class KafkaConnect extends KafkaConnectClient {
147
140
  options: __HttpHandlerOptions,
148
141
  cb: (err: any, data?: DescribeCustomPluginCommandOutput) => void
149
142
  ): void;
150
-
151
143
  describeWorkerConfiguration(
152
144
  args: DescribeWorkerConfigurationCommandInput,
153
145
  options?: __HttpHandlerOptions
@@ -161,7 +153,6 @@ export declare class KafkaConnect extends KafkaConnectClient {
161
153
  options: __HttpHandlerOptions,
162
154
  cb: (err: any, data?: DescribeWorkerConfigurationCommandOutput) => void
163
155
  ): void;
164
-
165
156
  listConnectors(
166
157
  args: ListConnectorsCommandInput,
167
158
  options?: __HttpHandlerOptions
@@ -175,7 +166,6 @@ export declare class KafkaConnect extends KafkaConnectClient {
175
166
  options: __HttpHandlerOptions,
176
167
  cb: (err: any, data?: ListConnectorsCommandOutput) => void
177
168
  ): void;
178
-
179
169
  listCustomPlugins(
180
170
  args: ListCustomPluginsCommandInput,
181
171
  options?: __HttpHandlerOptions
@@ -189,7 +179,6 @@ export declare class KafkaConnect extends KafkaConnectClient {
189
179
  options: __HttpHandlerOptions,
190
180
  cb: (err: any, data?: ListCustomPluginsCommandOutput) => void
191
181
  ): void;
192
-
193
182
  listWorkerConfigurations(
194
183
  args: ListWorkerConfigurationsCommandInput,
195
184
  options?: __HttpHandlerOptions
@@ -203,7 +192,6 @@ export declare class KafkaConnect extends KafkaConnectClient {
203
192
  options: __HttpHandlerOptions,
204
193
  cb: (err: any, data?: ListWorkerConfigurationsCommandOutput) => void
205
194
  ): void;
206
-
207
195
  updateConnector(
208
196
  args: UpdateConnectorCommandInput,
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 KafkaConnectClientConfigType = Partial<
@@ -172,7 +151,6 @@ declare type KafkaConnectClientConfigType = Partial<
172
151
  HostHeaderInputConfig &
173
152
  AwsAuthInputConfig &
174
153
  UserAgentInputConfig;
175
-
176
154
  export interface KafkaConnectClientConfig
177
155
  extends KafkaConnectClientConfigType {}
178
156
  declare type KafkaConnectClientResolvedConfigType =
@@ -184,10 +162,8 @@ declare type KafkaConnectClientResolvedConfigType =
184
162
  HostHeaderResolvedConfig &
185
163
  AwsAuthResolvedConfig &
186
164
  UserAgentResolvedConfig;
187
-
188
165
  export interface KafkaConnectClientResolvedConfig
189
166
  extends KafkaConnectClientResolvedConfigType {}
190
-
191
167
  export declare class KafkaConnectClient extends __Client<
192
168
  __HttpHandlerOptions,
193
169
  ServiceInputTypes,
@@ -196,7 +172,6 @@ export declare class KafkaConnectClient extends __Client<
196
172
  > {
197
173
  readonly config: KafkaConnectClientResolvedConfig;
198
174
  constructor(configuration: KafkaConnectClientConfig);
199
-
200
175
  destroy(): void;
201
176
  }
202
177
  export {};
@@ -18,7 +18,6 @@ export interface CreateConnectorCommandInput extends CreateConnectorRequest {}
18
18
  export interface CreateConnectorCommandOutput
19
19
  extends CreateConnectorResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class CreateConnectorCommand extends $Command<
23
22
  CreateConnectorCommandInput,
24
23
  CreateConnectorCommandOutput,
@@ -26,7 +25,6 @@ export declare class CreateConnectorCommand extends $Command<
26
25
  > {
27
26
  readonly input: CreateConnectorCommandInput;
28
27
  constructor(input: CreateConnectorCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: KafkaConnectClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CreateCustomPluginCommandInput
19
19
  export interface CreateCustomPluginCommandOutput
20
20
  extends CreateCustomPluginResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateCustomPluginCommand extends $Command<
24
23
  CreateCustomPluginCommandInput,
25
24
  CreateCustomPluginCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateCustomPluginCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreateCustomPluginCommandInput;
29
28
  constructor(input: CreateCustomPluginCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: KafkaConnectClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CreateWorkerConfigurationCommandInput
19
19
  export interface CreateWorkerConfigurationCommandOutput
20
20
  extends CreateWorkerConfigurationResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreateWorkerConfigurationCommand extends $Command<
24
23
  CreateWorkerConfigurationCommandInput,
25
24
  CreateWorkerConfigurationCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreateWorkerConfigurationCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreateWorkerConfigurationCommandInput;
29
28
  constructor(input: CreateWorkerConfigurationCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: KafkaConnectClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DeleteConnectorCommandInput extends DeleteConnectorRequest {}
18
18
  export interface DeleteConnectorCommandOutput
19
19
  extends DeleteConnectorResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DeleteConnectorCommand extends $Command<
23
22
  DeleteConnectorCommandInput,
24
23
  DeleteConnectorCommandOutput,
@@ -26,7 +25,6 @@ export declare class DeleteConnectorCommand extends $Command<
26
25
  > {
27
26
  readonly input: DeleteConnectorCommandInput;
28
27
  constructor(input: DeleteConnectorCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: KafkaConnectClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeleteCustomPluginCommandInput
19
19
  export interface DeleteCustomPluginCommandOutput
20
20
  extends DeleteCustomPluginResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeleteCustomPluginCommand extends $Command<
24
23
  DeleteCustomPluginCommandInput,
25
24
  DeleteCustomPluginCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeleteCustomPluginCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeleteCustomPluginCommandInput;
29
28
  constructor(input: DeleteCustomPluginCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: KafkaConnectClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeConnectorCommandInput
19
19
  export interface DescribeConnectorCommandOutput
20
20
  extends DescribeConnectorResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeConnectorCommand extends $Command<
24
23
  DescribeConnectorCommandInput,
25
24
  DescribeConnectorCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeConnectorCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeConnectorCommandInput;
29
28
  constructor(input: DescribeConnectorCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: KafkaConnectClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeCustomPluginCommandInput
19
19
  export interface DescribeCustomPluginCommandOutput
20
20
  extends DescribeCustomPluginResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeCustomPluginCommand extends $Command<
24
23
  DescribeCustomPluginCommandInput,
25
24
  DescribeCustomPluginCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeCustomPluginCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeCustomPluginCommandInput;
29
28
  constructor(input: DescribeCustomPluginCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: KafkaConnectClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeWorkerConfigurationCommandInput
19
19
  export interface DescribeWorkerConfigurationCommandOutput
20
20
  extends DescribeWorkerConfigurationResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeWorkerConfigurationCommand extends $Command<
24
23
  DescribeWorkerConfigurationCommandInput,
25
24
  DescribeWorkerConfigurationCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeWorkerConfigurationCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeWorkerConfigurationCommandInput;
29
28
  constructor(input: DescribeWorkerConfigurationCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: KafkaConnectClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface ListConnectorsCommandInput extends ListConnectorsRequest {}
18
18
  export interface ListConnectorsCommandOutput
19
19
  extends ListConnectorsResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class ListConnectorsCommand extends $Command<
23
22
  ListConnectorsCommandInput,
24
23
  ListConnectorsCommandOutput,
@@ -26,7 +25,6 @@ export declare class ListConnectorsCommand extends $Command<
26
25
  > {
27
26
  readonly input: ListConnectorsCommandInput;
28
27
  constructor(input: ListConnectorsCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: KafkaConnectClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListCustomPluginsCommandInput
19
19
  export interface ListCustomPluginsCommandOutput
20
20
  extends ListCustomPluginsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListCustomPluginsCommand extends $Command<
24
23
  ListCustomPluginsCommandInput,
25
24
  ListCustomPluginsCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListCustomPluginsCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListCustomPluginsCommandInput;
29
28
  constructor(input: ListCustomPluginsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: KafkaConnectClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface ListWorkerConfigurationsCommandInput
19
19
  export interface ListWorkerConfigurationsCommandOutput
20
20
  extends ListWorkerConfigurationsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class ListWorkerConfigurationsCommand extends $Command<
24
23
  ListWorkerConfigurationsCommandInput,
25
24
  ListWorkerConfigurationsCommandOutput,
@@ -27,7 +26,6 @@ export declare class ListWorkerConfigurationsCommand extends $Command<
27
26
  > {
28
27
  readonly input: ListWorkerConfigurationsCommandInput;
29
28
  constructor(input: ListWorkerConfigurationsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: KafkaConnectClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface UpdateConnectorCommandInput extends UpdateConnectorRequest {}
18
18
  export interface UpdateConnectorCommandOutput
19
19
  extends UpdateConnectorResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class UpdateConnectorCommand extends $Command<
23
22
  UpdateConnectorCommandInput,
24
23
  UpdateConnectorCommandOutput,
@@ -26,7 +25,6 @@ export declare class UpdateConnectorCommand extends $Command<
26
25
  > {
27
26
  readonly input: UpdateConnectorCommandInput;
28
27
  constructor(input: UpdateConnectorCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: KafkaConnectClientResolvedConfig,
@@ -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 KafkaConnectServiceException extends __ServiceException {
7
6
  constructor(options: __ServiceExceptionOptions);
8
7
  }