@aws-sdk/client-kafkaconnect 3.33.0 → 3.36.1

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 (194) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/{dist/cjs → dist-cjs}/KafkaConnect.js +1 -5
  3. package/{dist/cjs → dist-cjs}/KafkaConnectClient.js +8 -17
  4. package/{dist/cjs → dist-cjs}/commands/CreateConnectorCommand.js +2 -27
  5. package/{dist/cjs → dist-cjs}/commands/CreateCustomPluginCommand.js +2 -27
  6. package/{dist/cjs → dist-cjs}/commands/CreateWorkerConfigurationCommand.js +2 -27
  7. package/{dist/cjs → dist-cjs}/commands/DeleteConnectorCommand.js +2 -27
  8. package/{dist/cjs → dist-cjs}/commands/DescribeConnectorCommand.js +2 -27
  9. package/{dist/cjs → dist-cjs}/commands/DescribeCustomPluginCommand.js +2 -27
  10. package/{dist/cjs → dist-cjs}/commands/DescribeWorkerConfigurationCommand.js +2 -27
  11. package/{dist/cjs → dist-cjs}/commands/ListConnectorsCommand.js +2 -27
  12. package/{dist/cjs → dist-cjs}/commands/ListCustomPluginsCommand.js +2 -27
  13. package/{dist/cjs → dist-cjs}/commands/ListWorkerConfigurationsCommand.js +2 -27
  14. package/{dist/cjs → dist-cjs}/commands/UpdateConnectorCommand.js +2 -27
  15. package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
  16. package/{dist/cjs → dist-cjs}/index.js +0 -1
  17. package/{dist/cjs → dist-cjs}/models/index.js +0 -1
  18. package/{dist/cjs → dist-cjs}/models/models_0.js +0 -247
  19. package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
  20. package/{dist/cjs → dist-cjs}/pagination/ListConnectorsPaginator.js +1 -12
  21. package/{dist/cjs → dist-cjs}/pagination/ListCustomPluginsPaginator.js +1 -12
  22. package/{dist/cjs → dist-cjs}/pagination/ListWorkerConfigurationsPaginator.js +1 -12
  23. package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +6 -12
  24. package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
  25. package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
  26. package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
  27. package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
  28. package/{dist/es → dist-es}/KafkaConnect.js +2 -6
  29. package/{dist/es → dist-es}/KafkaConnectClient.js +2 -11
  30. package/{dist/es → dist-es}/commands/CreateConnectorCommand.js +4 -30
  31. package/{dist/es → dist-es}/commands/CreateCustomPluginCommand.js +4 -30
  32. package/{dist/es → dist-es}/commands/CreateWorkerConfigurationCommand.js +4 -30
  33. package/{dist/es → dist-es}/commands/DeleteConnectorCommand.js +4 -30
  34. package/{dist/es → dist-es}/commands/DescribeConnectorCommand.js +4 -30
  35. package/{dist/es → dist-es}/commands/DescribeCustomPluginCommand.js +4 -30
  36. package/{dist/es → dist-es}/commands/DescribeWorkerConfigurationCommand.js +4 -30
  37. package/{dist/es → dist-es}/commands/ListConnectorsCommand.js +4 -30
  38. package/{dist/es → dist-es}/commands/ListCustomPluginsCommand.js +4 -30
  39. package/{dist/es → dist-es}/commands/ListWorkerConfigurationsCommand.js +4 -30
  40. package/{dist/es → dist-es}/commands/UpdateConnectorCommand.js +4 -30
  41. package/{dist/es → dist-es}/endpoints.js +1 -2
  42. package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
  43. package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
  44. package/{dist/es → dist-es}/models/models_0.js +0 -247
  45. package/dist-es/pagination/Interfaces.js +1 -0
  46. package/{dist/es → dist-es}/pagination/ListConnectorsPaginator.js +17 -30
  47. package/{dist/es → dist-es}/pagination/ListCustomPluginsPaginator.js +17 -30
  48. package/{dist/es → dist-es}/pagination/ListWorkerConfigurationsPaginator.js +17 -30
  49. package/{dist/es → dist-es}/protocols/Aws_restJson1.js +427 -433
  50. package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
  51. package/{dist/es → dist-es}/runtimeConfig.js +1 -5
  52. package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
  53. package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
  54. package/{dist/types → dist-types}/KafkaConnect.d.ts +2 -2
  55. package/{dist/types → dist-types}/KafkaConnectClient.d.ts +8 -8
  56. package/{dist/types → dist-types}/commands/CreateConnectorCommand.d.ts +2 -2
  57. package/{dist/types → dist-types}/commands/CreateCustomPluginCommand.d.ts +2 -2
  58. package/{dist/types → dist-types}/commands/CreateWorkerConfigurationCommand.d.ts +2 -2
  59. package/{dist/types → dist-types}/commands/DeleteConnectorCommand.d.ts +2 -2
  60. package/{dist/types → dist-types}/commands/DescribeConnectorCommand.d.ts +2 -2
  61. package/{dist/types → dist-types}/commands/DescribeCustomPluginCommand.d.ts +2 -2
  62. package/{dist/types → dist-types}/commands/DescribeWorkerConfigurationCommand.d.ts +2 -2
  63. package/{dist/types → dist-types}/commands/ListConnectorsCommand.d.ts +2 -2
  64. package/{dist/types → dist-types}/commands/ListCustomPluginsCommand.d.ts +2 -2
  65. package/{dist/types → dist-types}/commands/ListWorkerConfigurationsCommand.d.ts +2 -2
  66. package/{dist/types → dist-types}/commands/UpdateConnectorCommand.d.ts +2 -2
  67. package/{dist/types → dist-types}/endpoints.d.ts +0 -0
  68. package/{index.ts → dist-types/index.d.ts} +0 -0
  69. package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
  70. package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
  71. package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
  72. package/{dist/types → dist-types}/pagination/ListConnectorsPaginator.d.ts +1 -1
  73. package/{dist/types → dist-types}/pagination/ListCustomPluginsPaginator.d.ts +1 -1
  74. package/{dist/types → dist-types}/pagination/ListWorkerConfigurationsPaginator.d.ts +1 -1
  75. package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +2 -2
  76. package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
  77. package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
  78. package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
  79. package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
  80. package/{dist/types → dist-types}/ts3.4/KafkaConnect.d.ts +14 -38
  81. package/{dist/types → dist-types}/ts3.4/KafkaConnectClient.d.ts +32 -97
  82. package/dist-types/ts3.4/commands/CreateConnectorCommand.d.ts +17 -0
  83. package/{dist/types → dist-types}/ts3.4/commands/CreateCustomPluginCommand.d.ts +4 -22
  84. package/{dist/types → dist-types}/ts3.4/commands/CreateWorkerConfigurationCommand.d.ts +4 -22
  85. package/{dist/types → dist-types}/ts3.4/commands/DeleteConnectorCommand.d.ts +4 -22
  86. package/{dist/types → dist-types}/ts3.4/commands/DescribeConnectorCommand.d.ts +4 -22
  87. package/{dist/types → dist-types}/ts3.4/commands/DescribeCustomPluginCommand.d.ts +4 -22
  88. package/{dist/types → dist-types}/ts3.4/commands/DescribeWorkerConfigurationCommand.d.ts +4 -22
  89. package/dist-types/ts3.4/commands/ListConnectorsCommand.d.ts +17 -0
  90. package/dist-types/ts3.4/commands/ListCustomPluginsCommand.d.ts +17 -0
  91. package/{dist/types → dist-types}/ts3.4/commands/ListWorkerConfigurationsCommand.d.ts +4 -22
  92. package/{dist/types → dist-types}/ts3.4/commands/UpdateConnectorCommand.d.ts +4 -22
  93. package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
  94. package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
  95. package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
  96. package/dist-types/ts3.4/models/models_0.d.ts +1028 -0
  97. package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
  98. package/{dist/types → dist-types}/ts3.4/pagination/ListConnectorsPaginator.d.ts +1 -1
  99. package/{dist/types → dist-types}/ts3.4/pagination/ListCustomPluginsPaginator.d.ts +1 -1
  100. package/{dist/types → dist-types}/ts3.4/pagination/ListWorkerConfigurationsPaginator.d.ts +1 -1
  101. package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +2 -2
  102. package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
  103. package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
  104. package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
  105. package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
  106. package/package.json +52 -49
  107. package/KafkaConnect.ts +0 -414
  108. package/KafkaConnectClient.ts +0 -280
  109. package/commands/CreateConnectorCommand.ts +0 -94
  110. package/commands/CreateCustomPluginCommand.ts +0 -94
  111. package/commands/CreateWorkerConfigurationCommand.ts +0 -97
  112. package/commands/DeleteConnectorCommand.ts +0 -94
  113. package/commands/DescribeConnectorCommand.ts +0 -94
  114. package/commands/DescribeCustomPluginCommand.ts +0 -94
  115. package/commands/DescribeWorkerConfigurationCommand.ts +0 -99
  116. package/commands/ListConnectorsCommand.ts +0 -94
  117. package/commands/ListCustomPluginsCommand.ts +0 -94
  118. package/commands/ListWorkerConfigurationsCommand.ts +0 -94
  119. package/commands/UpdateConnectorCommand.ts +0 -94
  120. package/dist/cjs/KafkaConnect.js.map +0 -1
  121. package/dist/cjs/KafkaConnectClient.js.map +0 -1
  122. package/dist/cjs/commands/CreateConnectorCommand.js.map +0 -1
  123. package/dist/cjs/commands/CreateCustomPluginCommand.js.map +0 -1
  124. package/dist/cjs/commands/CreateWorkerConfigurationCommand.js.map +0 -1
  125. package/dist/cjs/commands/DeleteConnectorCommand.js.map +0 -1
  126. package/dist/cjs/commands/DescribeConnectorCommand.js.map +0 -1
  127. package/dist/cjs/commands/DescribeCustomPluginCommand.js.map +0 -1
  128. package/dist/cjs/commands/DescribeWorkerConfigurationCommand.js.map +0 -1
  129. package/dist/cjs/commands/ListConnectorsCommand.js.map +0 -1
  130. package/dist/cjs/commands/ListCustomPluginsCommand.js.map +0 -1
  131. package/dist/cjs/commands/ListWorkerConfigurationsCommand.js.map +0 -1
  132. package/dist/cjs/commands/UpdateConnectorCommand.js.map +0 -1
  133. package/dist/cjs/endpoints.js.map +0 -1
  134. package/dist/cjs/index.js.map +0 -1
  135. package/dist/cjs/models/index.js.map +0 -1
  136. package/dist/cjs/models/models_0.js.map +0 -1
  137. package/dist/cjs/package.json +0 -91
  138. package/dist/cjs/pagination/Interfaces.js.map +0 -1
  139. package/dist/cjs/pagination/ListConnectorsPaginator.js.map +0 -1
  140. package/dist/cjs/pagination/ListCustomPluginsPaginator.js.map +0 -1
  141. package/dist/cjs/pagination/ListWorkerConfigurationsPaginator.js.map +0 -1
  142. package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
  143. package/dist/cjs/runtimeConfig.browser.js.map +0 -1
  144. package/dist/cjs/runtimeConfig.js.map +0 -1
  145. package/dist/cjs/runtimeConfig.native.js.map +0 -1
  146. package/dist/cjs/runtimeConfig.shared.js.map +0 -1
  147. package/dist/es/KafkaConnect.js.map +0 -1
  148. package/dist/es/KafkaConnectClient.js.map +0 -1
  149. package/dist/es/commands/CreateConnectorCommand.js.map +0 -1
  150. package/dist/es/commands/CreateCustomPluginCommand.js.map +0 -1
  151. package/dist/es/commands/CreateWorkerConfigurationCommand.js.map +0 -1
  152. package/dist/es/commands/DeleteConnectorCommand.js.map +0 -1
  153. package/dist/es/commands/DescribeConnectorCommand.js.map +0 -1
  154. package/dist/es/commands/DescribeCustomPluginCommand.js.map +0 -1
  155. package/dist/es/commands/DescribeWorkerConfigurationCommand.js.map +0 -1
  156. package/dist/es/commands/ListConnectorsCommand.js.map +0 -1
  157. package/dist/es/commands/ListCustomPluginsCommand.js.map +0 -1
  158. package/dist/es/commands/ListWorkerConfigurationsCommand.js.map +0 -1
  159. package/dist/es/commands/UpdateConnectorCommand.js.map +0 -1
  160. package/dist/es/endpoints.js.map +0 -1
  161. package/dist/es/index.js +0 -19
  162. package/dist/es/index.js.map +0 -1
  163. package/dist/es/models/index.js +0 -2
  164. package/dist/es/models/index.js.map +0 -1
  165. package/dist/es/models/models_0.js.map +0 -1
  166. package/dist/es/package.json +0 -91
  167. package/dist/es/pagination/Interfaces.js +0 -2
  168. package/dist/es/pagination/Interfaces.js.map +0 -1
  169. package/dist/es/pagination/ListConnectorsPaginator.js.map +0 -1
  170. package/dist/es/pagination/ListCustomPluginsPaginator.js.map +0 -1
  171. package/dist/es/pagination/ListWorkerConfigurationsPaginator.js.map +0 -1
  172. package/dist/es/protocols/Aws_restJson1.js.map +0 -1
  173. package/dist/es/runtimeConfig.browser.js.map +0 -1
  174. package/dist/es/runtimeConfig.js.map +0 -1
  175. package/dist/es/runtimeConfig.native.js.map +0 -1
  176. package/dist/es/runtimeConfig.shared.js.map +0 -1
  177. package/dist/types/ts3.4/commands/CreateConnectorCommand.d.ts +0 -35
  178. package/dist/types/ts3.4/commands/ListConnectorsCommand.d.ts +0 -35
  179. package/dist/types/ts3.4/commands/ListCustomPluginsCommand.d.ts +0 -35
  180. package/dist/types/ts3.4/models/models_0.d.ts +0 -1732
  181. package/endpoints.ts +0 -57
  182. package/jest.config.js +0 -4
  183. package/models/models_0.ts +0 -2197
  184. package/pagination/Interfaces.ts +0 -7
  185. package/pagination/ListConnectorsPaginator.ts +0 -58
  186. package/pagination/ListCustomPluginsPaginator.ts +0 -58
  187. package/pagination/ListWorkerConfigurationsPaginator.ts +0 -58
  188. package/protocols/Aws_restJson1.ts +0 -2700
  189. package/runtimeConfig.browser.ts +0 -40
  190. package/runtimeConfig.native.ts +0 -16
  191. package/runtimeConfig.shared.ts +0 -16
  192. package/runtimeConfig.ts +0 -45
  193. package/tsconfig.es.json +0 -12
  194. package/tsconfig.json +0 -32
@@ -0,0 +1,1028 @@
1
+ import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
2
+
3
+ export interface ScaleInPolicyDescription {
4
+
5
+ cpuUtilizationPercentage?: number;
6
+ }
7
+ export declare namespace ScaleInPolicyDescription {
8
+
9
+ const filterSensitiveLog: (obj: ScaleInPolicyDescription) => any;
10
+ }
11
+
12
+ export interface ScaleOutPolicyDescription {
13
+
14
+ cpuUtilizationPercentage?: number;
15
+ }
16
+ export declare namespace ScaleOutPolicyDescription {
17
+
18
+ const filterSensitiveLog: (obj: ScaleOutPolicyDescription) => any;
19
+ }
20
+
21
+ export interface AutoScalingDescription {
22
+
23
+ maxWorkerCount?: number;
24
+
25
+ mcuCount?: number;
26
+
27
+ minWorkerCount?: number;
28
+
29
+ scaleInPolicy?: ScaleInPolicyDescription;
30
+
31
+ scaleOutPolicy?: ScaleOutPolicyDescription;
32
+ }
33
+ export declare namespace AutoScalingDescription {
34
+
35
+ const filterSensitiveLog: (obj: AutoScalingDescription) => any;
36
+ }
37
+
38
+ export interface ProvisionedCapacityDescription {
39
+
40
+ mcuCount?: number;
41
+
42
+ workerCount?: number;
43
+ }
44
+ export declare namespace ProvisionedCapacityDescription {
45
+
46
+ const filterSensitiveLog: (obj: ProvisionedCapacityDescription) => any;
47
+ }
48
+
49
+ export interface CapacityDescription {
50
+
51
+ autoScaling?: AutoScalingDescription;
52
+
53
+ provisionedCapacity?: ProvisionedCapacityDescription;
54
+ }
55
+ export declare namespace CapacityDescription {
56
+
57
+ const filterSensitiveLog: (obj: CapacityDescription) => any;
58
+ }
59
+ export declare enum ConnectorState {
60
+ CREATING = "CREATING",
61
+ DELETING = "DELETING",
62
+ FAILED = "FAILED",
63
+ RUNNING = "RUNNING",
64
+ UPDATING = "UPDATING"
65
+ }
66
+
67
+ export interface VpcDescription {
68
+
69
+ securityGroups?: string[];
70
+
71
+ subnets?: string[];
72
+ }
73
+ export declare namespace VpcDescription {
74
+
75
+ const filterSensitiveLog: (obj: VpcDescription) => any;
76
+ }
77
+
78
+ export interface ApacheKafkaClusterDescription {
79
+
80
+ bootstrapServers?: string;
81
+
82
+ vpc?: VpcDescription;
83
+ }
84
+ export declare namespace ApacheKafkaClusterDescription {
85
+
86
+ const filterSensitiveLog: (obj: ApacheKafkaClusterDescription) => any;
87
+ }
88
+
89
+ export interface KafkaClusterDescription {
90
+
91
+ apacheKafkaCluster?: ApacheKafkaClusterDescription;
92
+ }
93
+ export declare namespace KafkaClusterDescription {
94
+
95
+ const filterSensitiveLog: (obj: KafkaClusterDescription) => any;
96
+ }
97
+ export declare enum KafkaClusterClientAuthenticationType {
98
+ IAM = "IAM",
99
+ NONE = "NONE"
100
+ }
101
+
102
+ export interface KafkaClusterClientAuthenticationDescription {
103
+
104
+ authenticationType?: KafkaClusterClientAuthenticationType | string;
105
+ }
106
+ export declare namespace KafkaClusterClientAuthenticationDescription {
107
+
108
+ const filterSensitiveLog: (obj: KafkaClusterClientAuthenticationDescription) => any;
109
+ }
110
+ export declare enum KafkaClusterEncryptionInTransitType {
111
+ PLAINTEXT = "PLAINTEXT",
112
+ TLS = "TLS"
113
+ }
114
+
115
+ export interface KafkaClusterEncryptionInTransitDescription {
116
+
117
+ encryptionType?: KafkaClusterEncryptionInTransitType | string;
118
+ }
119
+ export declare namespace KafkaClusterEncryptionInTransitDescription {
120
+
121
+ const filterSensitiveLog: (obj: KafkaClusterEncryptionInTransitDescription) => any;
122
+ }
123
+
124
+ export interface CloudWatchLogsLogDeliveryDescription {
125
+
126
+ enabled?: boolean;
127
+
128
+ logGroup?: string;
129
+ }
130
+ export declare namespace CloudWatchLogsLogDeliveryDescription {
131
+
132
+ const filterSensitiveLog: (obj: CloudWatchLogsLogDeliveryDescription) => any;
133
+ }
134
+
135
+ export interface FirehoseLogDeliveryDescription {
136
+
137
+ deliveryStream?: string;
138
+
139
+ enabled?: boolean;
140
+ }
141
+ export declare namespace FirehoseLogDeliveryDescription {
142
+
143
+ const filterSensitiveLog: (obj: FirehoseLogDeliveryDescription) => any;
144
+ }
145
+
146
+ export interface S3LogDeliveryDescription {
147
+
148
+ bucket?: string;
149
+
150
+ enabled?: boolean;
151
+
152
+ prefix?: string;
153
+ }
154
+ export declare namespace S3LogDeliveryDescription {
155
+
156
+ const filterSensitiveLog: (obj: S3LogDeliveryDescription) => any;
157
+ }
158
+
159
+ export interface WorkerLogDeliveryDescription {
160
+
161
+ cloudWatchLogs?: CloudWatchLogsLogDeliveryDescription;
162
+
163
+ firehose?: FirehoseLogDeliveryDescription;
164
+
165
+ s3?: S3LogDeliveryDescription;
166
+ }
167
+ export declare namespace WorkerLogDeliveryDescription {
168
+
169
+ const filterSensitiveLog: (obj: WorkerLogDeliveryDescription) => any;
170
+ }
171
+
172
+ export interface LogDeliveryDescription {
173
+
174
+ workerLogDelivery?: WorkerLogDeliveryDescription;
175
+ }
176
+ export declare namespace LogDeliveryDescription {
177
+
178
+ const filterSensitiveLog: (obj: LogDeliveryDescription) => any;
179
+ }
180
+
181
+ export interface CustomPluginDescription {
182
+
183
+ customPluginArn?: string;
184
+
185
+ revision?: number;
186
+ }
187
+ export declare namespace CustomPluginDescription {
188
+
189
+ const filterSensitiveLog: (obj: CustomPluginDescription) => any;
190
+ }
191
+
192
+ export interface PluginDescription {
193
+
194
+ customPlugin?: CustomPluginDescription;
195
+ }
196
+ export declare namespace PluginDescription {
197
+
198
+ const filterSensitiveLog: (obj: PluginDescription) => any;
199
+ }
200
+
201
+ export interface WorkerConfigurationDescription {
202
+
203
+ revision?: number;
204
+
205
+ workerConfigurationArn?: string;
206
+ }
207
+ export declare namespace WorkerConfigurationDescription {
208
+
209
+ const filterSensitiveLog: (obj: WorkerConfigurationDescription) => any;
210
+ }
211
+
212
+ export interface ConnectorSummary {
213
+
214
+ capacity?: CapacityDescription;
215
+
216
+ connectorArn?: string;
217
+
218
+ connectorDescription?: string;
219
+
220
+ connectorName?: string;
221
+
222
+ connectorState?: ConnectorState | string;
223
+
224
+ creationTime?: Date;
225
+
226
+ currentVersion?: string;
227
+
228
+ kafkaCluster?: KafkaClusterDescription;
229
+
230
+ kafkaClusterClientAuthentication?: KafkaClusterClientAuthenticationDescription;
231
+
232
+ kafkaClusterEncryptionInTransit?: KafkaClusterEncryptionInTransitDescription;
233
+
234
+ kafkaConnectVersion?: string;
235
+
236
+ logDelivery?: LogDeliveryDescription;
237
+
238
+ plugins?: PluginDescription[];
239
+
240
+ serviceExecutionRoleArn?: string;
241
+
242
+ workerConfiguration?: WorkerConfigurationDescription;
243
+ }
244
+ export declare namespace ConnectorSummary {
245
+
246
+ const filterSensitiveLog: (obj: ConnectorSummary) => any;
247
+ }
248
+ export declare enum CustomPluginState {
249
+ ACTIVE = "ACTIVE",
250
+ CREATE_FAILED = "CREATE_FAILED",
251
+ CREATING = "CREATING",
252
+ DELETING = "DELETING",
253
+ UPDATE_FAILED = "UPDATE_FAILED",
254
+ UPDATING = "UPDATING"
255
+ }
256
+ export declare enum CustomPluginContentType {
257
+ JAR = "JAR",
258
+ ZIP = "ZIP"
259
+ }
260
+
261
+ export interface CustomPluginFileDescription {
262
+
263
+ fileMd5?: string;
264
+
265
+ fileSize?: number;
266
+ }
267
+ export declare namespace CustomPluginFileDescription {
268
+
269
+ const filterSensitiveLog: (obj: CustomPluginFileDescription) => any;
270
+ }
271
+
272
+ export interface S3LocationDescription {
273
+
274
+ bucketArn?: string;
275
+
276
+ fileKey?: string;
277
+
278
+ objectVersion?: string;
279
+ }
280
+ export declare namespace S3LocationDescription {
281
+
282
+ const filterSensitiveLog: (obj: S3LocationDescription) => any;
283
+ }
284
+
285
+ export interface CustomPluginLocationDescription {
286
+
287
+ s3Location?: S3LocationDescription;
288
+ }
289
+ export declare namespace CustomPluginLocationDescription {
290
+
291
+ const filterSensitiveLog: (obj: CustomPluginLocationDescription) => any;
292
+ }
293
+
294
+ export interface CustomPluginRevisionSummary {
295
+
296
+ contentType?: CustomPluginContentType | string;
297
+
298
+ creationTime?: Date;
299
+
300
+ description?: string;
301
+
302
+ fileDescription?: CustomPluginFileDescription;
303
+
304
+ location?: CustomPluginLocationDescription;
305
+
306
+ revision?: number;
307
+ }
308
+ export declare namespace CustomPluginRevisionSummary {
309
+
310
+ const filterSensitiveLog: (obj: CustomPluginRevisionSummary) => any;
311
+ }
312
+
313
+ export interface CustomPluginSummary {
314
+
315
+ creationTime?: Date;
316
+
317
+ customPluginArn?: string;
318
+
319
+ customPluginState?: CustomPluginState | string;
320
+
321
+ description?: string;
322
+
323
+ latestRevision?: CustomPluginRevisionSummary;
324
+
325
+ name?: string;
326
+ }
327
+ export declare namespace CustomPluginSummary {
328
+
329
+ const filterSensitiveLog: (obj: CustomPluginSummary) => any;
330
+ }
331
+
332
+ export interface CustomPlugin {
333
+
334
+ customPluginArn: string | undefined;
335
+
336
+ revision: number | undefined;
337
+ }
338
+ export declare namespace CustomPlugin {
339
+
340
+ const filterSensitiveLog: (obj: CustomPlugin) => any;
341
+ }
342
+
343
+ export interface Plugin {
344
+
345
+ customPlugin: CustomPlugin | undefined;
346
+ }
347
+ export declare namespace Plugin {
348
+
349
+ const filterSensitiveLog: (obj: Plugin) => any;
350
+ }
351
+
352
+ export interface WorkerConfigurationRevisionSummary {
353
+
354
+ creationTime?: Date;
355
+
356
+ description?: string;
357
+
358
+ revision?: number;
359
+ }
360
+ export declare namespace WorkerConfigurationRevisionSummary {
361
+
362
+ const filterSensitiveLog: (obj: WorkerConfigurationRevisionSummary) => any;
363
+ }
364
+
365
+ export interface WorkerConfigurationSummary {
366
+
367
+ creationTime?: Date;
368
+
369
+ description?: string;
370
+
371
+ latestRevision?: WorkerConfigurationRevisionSummary;
372
+
373
+ name?: string;
374
+
375
+ workerConfigurationArn?: string;
376
+ }
377
+ export declare namespace WorkerConfigurationSummary {
378
+
379
+ const filterSensitiveLog: (obj: WorkerConfigurationSummary) => any;
380
+ }
381
+
382
+ export interface Vpc {
383
+
384
+ securityGroups?: string[];
385
+
386
+ subnets: string[] | undefined;
387
+ }
388
+ export declare namespace Vpc {
389
+
390
+ const filterSensitiveLog: (obj: Vpc) => any;
391
+ }
392
+
393
+ export interface ApacheKafkaCluster {
394
+
395
+ bootstrapServers: string | undefined;
396
+
397
+ vpc: Vpc | undefined;
398
+ }
399
+ export declare namespace ApacheKafkaCluster {
400
+
401
+ const filterSensitiveLog: (obj: ApacheKafkaCluster) => any;
402
+ }
403
+
404
+ export interface ScaleInPolicy {
405
+
406
+ cpuUtilizationPercentage: number | undefined;
407
+ }
408
+ export declare namespace ScaleInPolicy {
409
+
410
+ const filterSensitiveLog: (obj: ScaleInPolicy) => any;
411
+ }
412
+
413
+ export interface ScaleOutPolicy {
414
+
415
+ cpuUtilizationPercentage: number | undefined;
416
+ }
417
+ export declare namespace ScaleOutPolicy {
418
+
419
+ const filterSensitiveLog: (obj: ScaleOutPolicy) => any;
420
+ }
421
+
422
+ export interface AutoScaling {
423
+
424
+ maxWorkerCount: number | undefined;
425
+
426
+ mcuCount: number | undefined;
427
+
428
+ minWorkerCount: number | undefined;
429
+
430
+ scaleInPolicy?: ScaleInPolicy;
431
+
432
+ scaleOutPolicy?: ScaleOutPolicy;
433
+ }
434
+ export declare namespace AutoScaling {
435
+
436
+ const filterSensitiveLog: (obj: AutoScaling) => any;
437
+ }
438
+
439
+ export interface ScaleInPolicyUpdate {
440
+
441
+ cpuUtilizationPercentage: number | undefined;
442
+ }
443
+ export declare namespace ScaleInPolicyUpdate {
444
+
445
+ const filterSensitiveLog: (obj: ScaleInPolicyUpdate) => any;
446
+ }
447
+
448
+ export interface ScaleOutPolicyUpdate {
449
+
450
+ cpuUtilizationPercentage: number | undefined;
451
+ }
452
+ export declare namespace ScaleOutPolicyUpdate {
453
+
454
+ const filterSensitiveLog: (obj: ScaleOutPolicyUpdate) => any;
455
+ }
456
+
457
+ export interface AutoScalingUpdate {
458
+
459
+ maxWorkerCount: number | undefined;
460
+
461
+ mcuCount: number | undefined;
462
+
463
+ minWorkerCount: number | undefined;
464
+
465
+ scaleInPolicy: ScaleInPolicyUpdate | undefined;
466
+
467
+ scaleOutPolicy: ScaleOutPolicyUpdate | undefined;
468
+ }
469
+ export declare namespace AutoScalingUpdate {
470
+
471
+ const filterSensitiveLog: (obj: AutoScalingUpdate) => any;
472
+ }
473
+
474
+ export interface BadRequestException extends __SmithyException, $MetadataBearer {
475
+ name: "BadRequestException";
476
+ $fault: "client";
477
+ message?: string;
478
+ }
479
+ export declare namespace BadRequestException {
480
+
481
+ const filterSensitiveLog: (obj: BadRequestException) => any;
482
+ }
483
+
484
+ export interface ProvisionedCapacity {
485
+
486
+ mcuCount: number | undefined;
487
+
488
+ workerCount: number | undefined;
489
+ }
490
+ export declare namespace ProvisionedCapacity {
491
+
492
+ const filterSensitiveLog: (obj: ProvisionedCapacity) => any;
493
+ }
494
+
495
+ export interface Capacity {
496
+
497
+ autoScaling?: AutoScaling;
498
+
499
+ provisionedCapacity?: ProvisionedCapacity;
500
+ }
501
+ export declare namespace Capacity {
502
+
503
+ const filterSensitiveLog: (obj: Capacity) => any;
504
+ }
505
+
506
+ export interface ProvisionedCapacityUpdate {
507
+
508
+ mcuCount: number | undefined;
509
+
510
+ workerCount: number | undefined;
511
+ }
512
+ export declare namespace ProvisionedCapacityUpdate {
513
+
514
+ const filterSensitiveLog: (obj: ProvisionedCapacityUpdate) => any;
515
+ }
516
+
517
+ export interface CapacityUpdate {
518
+
519
+ autoScaling?: AutoScalingUpdate;
520
+
521
+ provisionedCapacity?: ProvisionedCapacityUpdate;
522
+ }
523
+ export declare namespace CapacityUpdate {
524
+
525
+ const filterSensitiveLog: (obj: CapacityUpdate) => any;
526
+ }
527
+
528
+ export interface CloudWatchLogsLogDelivery {
529
+
530
+ enabled: boolean | undefined;
531
+
532
+ logGroup?: string;
533
+ }
534
+ export declare namespace CloudWatchLogsLogDelivery {
535
+
536
+ const filterSensitiveLog: (obj: CloudWatchLogsLogDelivery) => any;
537
+ }
538
+
539
+ export interface ConflictException extends __SmithyException, $MetadataBearer {
540
+ name: "ConflictException";
541
+ $fault: "client";
542
+ message?: string;
543
+ }
544
+ export declare namespace ConflictException {
545
+
546
+ const filterSensitiveLog: (obj: ConflictException) => any;
547
+ }
548
+
549
+ export interface KafkaCluster {
550
+
551
+ apacheKafkaCluster: ApacheKafkaCluster | undefined;
552
+ }
553
+ export declare namespace KafkaCluster {
554
+
555
+ const filterSensitiveLog: (obj: KafkaCluster) => any;
556
+ }
557
+
558
+ export interface KafkaClusterClientAuthentication {
559
+
560
+ authenticationType: KafkaClusterClientAuthenticationType | string | undefined;
561
+ }
562
+ export declare namespace KafkaClusterClientAuthentication {
563
+
564
+ const filterSensitiveLog: (obj: KafkaClusterClientAuthentication) => any;
565
+ }
566
+
567
+ export interface KafkaClusterEncryptionInTransit {
568
+
569
+ encryptionType: KafkaClusterEncryptionInTransitType | string | undefined;
570
+ }
571
+ export declare namespace KafkaClusterEncryptionInTransit {
572
+
573
+ const filterSensitiveLog: (obj: KafkaClusterEncryptionInTransit) => any;
574
+ }
575
+
576
+ export interface FirehoseLogDelivery {
577
+
578
+ deliveryStream?: string;
579
+
580
+ enabled: boolean | undefined;
581
+ }
582
+ export declare namespace FirehoseLogDelivery {
583
+
584
+ const filterSensitiveLog: (obj: FirehoseLogDelivery) => any;
585
+ }
586
+
587
+ export interface S3LogDelivery {
588
+
589
+ bucket?: string;
590
+
591
+ enabled: boolean | undefined;
592
+
593
+ prefix?: string;
594
+ }
595
+ export declare namespace S3LogDelivery {
596
+
597
+ const filterSensitiveLog: (obj: S3LogDelivery) => any;
598
+ }
599
+
600
+ export interface WorkerLogDelivery {
601
+
602
+ cloudWatchLogs?: CloudWatchLogsLogDelivery;
603
+
604
+ firehose?: FirehoseLogDelivery;
605
+
606
+ s3?: S3LogDelivery;
607
+ }
608
+ export declare namespace WorkerLogDelivery {
609
+
610
+ const filterSensitiveLog: (obj: WorkerLogDelivery) => any;
611
+ }
612
+
613
+ export interface LogDelivery {
614
+
615
+ workerLogDelivery: WorkerLogDelivery | undefined;
616
+ }
617
+ export declare namespace LogDelivery {
618
+
619
+ const filterSensitiveLog: (obj: LogDelivery) => any;
620
+ }
621
+
622
+ export interface WorkerConfiguration {
623
+
624
+ revision: number | undefined;
625
+
626
+ workerConfigurationArn: string | undefined;
627
+ }
628
+ export declare namespace WorkerConfiguration {
629
+
630
+ const filterSensitiveLog: (obj: WorkerConfiguration) => any;
631
+ }
632
+ export interface CreateConnectorRequest {
633
+
634
+ capacity: Capacity | undefined;
635
+
636
+ connectorConfiguration: {
637
+ [key: string]: string;
638
+ } | undefined;
639
+
640
+ connectorDescription?: string;
641
+
642
+ connectorName: string | undefined;
643
+
644
+ kafkaCluster: KafkaCluster | undefined;
645
+
646
+ kafkaClusterClientAuthentication: KafkaClusterClientAuthentication | undefined;
647
+
648
+ kafkaClusterEncryptionInTransit: KafkaClusterEncryptionInTransit | undefined;
649
+
650
+ kafkaConnectVersion: string | undefined;
651
+
652
+ logDelivery?: LogDelivery;
653
+
654
+ plugins: Plugin[] | undefined;
655
+
656
+ serviceExecutionRoleArn: string | undefined;
657
+
658
+ workerConfiguration?: WorkerConfiguration;
659
+ }
660
+ export declare namespace CreateConnectorRequest {
661
+
662
+ const filterSensitiveLog: (obj: CreateConnectorRequest) => any;
663
+ }
664
+ export interface CreateConnectorResponse {
665
+
666
+ connectorArn?: string;
667
+
668
+ connectorName?: string;
669
+
670
+ connectorState?: ConnectorState | string;
671
+ }
672
+ export declare namespace CreateConnectorResponse {
673
+
674
+ const filterSensitiveLog: (obj: CreateConnectorResponse) => any;
675
+ }
676
+
677
+ export interface ForbiddenException extends __SmithyException, $MetadataBearer {
678
+ name: "ForbiddenException";
679
+ $fault: "client";
680
+ message?: string;
681
+ }
682
+ export declare namespace ForbiddenException {
683
+
684
+ const filterSensitiveLog: (obj: ForbiddenException) => any;
685
+ }
686
+
687
+ export interface InternalServerErrorException extends __SmithyException, $MetadataBearer {
688
+ name: "InternalServerErrorException";
689
+ $fault: "server";
690
+ message?: string;
691
+ }
692
+ export declare namespace InternalServerErrorException {
693
+
694
+ const filterSensitiveLog: (obj: InternalServerErrorException) => any;
695
+ }
696
+
697
+ export interface NotFoundException extends __SmithyException, $MetadataBearer {
698
+ name: "NotFoundException";
699
+ $fault: "client";
700
+ message?: string;
701
+ }
702
+ export declare namespace NotFoundException {
703
+
704
+ const filterSensitiveLog: (obj: NotFoundException) => any;
705
+ }
706
+
707
+ export interface ServiceUnavailableException extends __SmithyException, $MetadataBearer {
708
+ name: "ServiceUnavailableException";
709
+ $fault: "server";
710
+ message?: string;
711
+ }
712
+ export declare namespace ServiceUnavailableException {
713
+
714
+ const filterSensitiveLog: (obj: ServiceUnavailableException) => any;
715
+ }
716
+
717
+ export interface TooManyRequestsException extends __SmithyException, $MetadataBearer {
718
+ name: "TooManyRequestsException";
719
+ $fault: "client";
720
+ message?: string;
721
+ }
722
+ export declare namespace TooManyRequestsException {
723
+
724
+ const filterSensitiveLog: (obj: TooManyRequestsException) => any;
725
+ }
726
+
727
+ export interface UnauthorizedException extends __SmithyException, $MetadataBearer {
728
+ name: "UnauthorizedException";
729
+ $fault: "client";
730
+ message?: string;
731
+ }
732
+ export declare namespace UnauthorizedException {
733
+
734
+ const filterSensitiveLog: (obj: UnauthorizedException) => any;
735
+ }
736
+
737
+ export interface S3Location {
738
+
739
+ bucketArn: string | undefined;
740
+
741
+ fileKey: string | undefined;
742
+
743
+ objectVersion?: string;
744
+ }
745
+ export declare namespace S3Location {
746
+
747
+ const filterSensitiveLog: (obj: S3Location) => any;
748
+ }
749
+
750
+ export interface CustomPluginLocation {
751
+
752
+ s3Location: S3Location | undefined;
753
+ }
754
+ export declare namespace CustomPluginLocation {
755
+
756
+ const filterSensitiveLog: (obj: CustomPluginLocation) => any;
757
+ }
758
+ export interface CreateCustomPluginRequest {
759
+
760
+ contentType: CustomPluginContentType | string | undefined;
761
+
762
+ description?: string;
763
+
764
+ location: CustomPluginLocation | undefined;
765
+
766
+ name: string | undefined;
767
+ }
768
+ export declare namespace CreateCustomPluginRequest {
769
+
770
+ const filterSensitiveLog: (obj: CreateCustomPluginRequest) => any;
771
+ }
772
+ export interface CreateCustomPluginResponse {
773
+
774
+ customPluginArn?: string;
775
+
776
+ customPluginState?: CustomPluginState | string;
777
+
778
+ name?: string;
779
+
780
+ revision?: number;
781
+ }
782
+ export declare namespace CreateCustomPluginResponse {
783
+
784
+ const filterSensitiveLog: (obj: CreateCustomPluginResponse) => any;
785
+ }
786
+ export interface CreateWorkerConfigurationRequest {
787
+
788
+ description?: string;
789
+
790
+ name: string | undefined;
791
+
792
+ propertiesFileContent: string | undefined;
793
+ }
794
+ export declare namespace CreateWorkerConfigurationRequest {
795
+
796
+ const filterSensitiveLog: (obj: CreateWorkerConfigurationRequest) => any;
797
+ }
798
+ export interface CreateWorkerConfigurationResponse {
799
+
800
+ creationTime?: Date;
801
+
802
+ latestRevision?: WorkerConfigurationRevisionSummary;
803
+
804
+ name?: string;
805
+
806
+ workerConfigurationArn?: string;
807
+ }
808
+ export declare namespace CreateWorkerConfigurationResponse {
809
+
810
+ const filterSensitiveLog: (obj: CreateWorkerConfigurationResponse) => any;
811
+ }
812
+ export interface DeleteConnectorRequest {
813
+
814
+ connectorArn: string | undefined;
815
+
816
+ currentVersion?: string;
817
+ }
818
+ export declare namespace DeleteConnectorRequest {
819
+
820
+ const filterSensitiveLog: (obj: DeleteConnectorRequest) => any;
821
+ }
822
+ export interface DeleteConnectorResponse {
823
+
824
+ connectorArn?: string;
825
+
826
+ connectorState?: ConnectorState | string;
827
+ }
828
+ export declare namespace DeleteConnectorResponse {
829
+
830
+ const filterSensitiveLog: (obj: DeleteConnectorResponse) => any;
831
+ }
832
+ export interface DescribeConnectorRequest {
833
+
834
+ connectorArn: string | undefined;
835
+ }
836
+ export declare namespace DescribeConnectorRequest {
837
+
838
+ const filterSensitiveLog: (obj: DescribeConnectorRequest) => any;
839
+ }
840
+ export interface DescribeConnectorResponse {
841
+
842
+ capacity?: CapacityDescription;
843
+
844
+ connectorArn?: string;
845
+
846
+ connectorConfiguration?: {
847
+ [key: string]: string;
848
+ };
849
+
850
+ connectorDescription?: string;
851
+
852
+ connectorName?: string;
853
+
854
+ connectorState?: ConnectorState | string;
855
+
856
+ creationTime?: Date;
857
+
858
+ currentVersion?: string;
859
+
860
+ kafkaCluster?: KafkaClusterDescription;
861
+
862
+ kafkaClusterClientAuthentication?: KafkaClusterClientAuthenticationDescription;
863
+
864
+ kafkaClusterEncryptionInTransit?: KafkaClusterEncryptionInTransitDescription;
865
+
866
+ kafkaConnectVersion?: string;
867
+
868
+ logDelivery?: LogDeliveryDescription;
869
+
870
+ plugins?: PluginDescription[];
871
+
872
+ serviceExecutionRoleArn?: string;
873
+
874
+ workerConfiguration?: WorkerConfigurationDescription;
875
+ }
876
+ export declare namespace DescribeConnectorResponse {
877
+
878
+ const filterSensitiveLog: (obj: DescribeConnectorResponse) => any;
879
+ }
880
+ export interface DescribeCustomPluginRequest {
881
+
882
+ customPluginArn: string | undefined;
883
+ }
884
+ export declare namespace DescribeCustomPluginRequest {
885
+
886
+ const filterSensitiveLog: (obj: DescribeCustomPluginRequest) => any;
887
+ }
888
+ export interface DescribeCustomPluginResponse {
889
+
890
+ creationTime?: Date;
891
+
892
+ customPluginArn?: string;
893
+
894
+ customPluginState?: CustomPluginState | string;
895
+
896
+ description?: string;
897
+
898
+ latestRevision?: CustomPluginRevisionSummary;
899
+
900
+ name?: string;
901
+ }
902
+ export declare namespace DescribeCustomPluginResponse {
903
+
904
+ const filterSensitiveLog: (obj: DescribeCustomPluginResponse) => any;
905
+ }
906
+ export interface DescribeWorkerConfigurationRequest {
907
+
908
+ workerConfigurationArn: string | undefined;
909
+ }
910
+ export declare namespace DescribeWorkerConfigurationRequest {
911
+
912
+ const filterSensitiveLog: (obj: DescribeWorkerConfigurationRequest) => any;
913
+ }
914
+
915
+ export interface WorkerConfigurationRevisionDescription {
916
+
917
+ creationTime?: Date;
918
+
919
+ description?: string;
920
+
921
+ propertiesFileContent?: string;
922
+
923
+ revision?: number;
924
+ }
925
+ export declare namespace WorkerConfigurationRevisionDescription {
926
+
927
+ const filterSensitiveLog: (obj: WorkerConfigurationRevisionDescription) => any;
928
+ }
929
+ export interface DescribeWorkerConfigurationResponse {
930
+
931
+ creationTime?: Date;
932
+
933
+ description?: string;
934
+
935
+ latestRevision?: WorkerConfigurationRevisionDescription;
936
+
937
+ name?: string;
938
+
939
+ workerConfigurationArn?: string;
940
+ }
941
+ export declare namespace DescribeWorkerConfigurationResponse {
942
+
943
+ const filterSensitiveLog: (obj: DescribeWorkerConfigurationResponse) => any;
944
+ }
945
+ export interface ListConnectorsRequest {
946
+
947
+ connectorNamePrefix?: string;
948
+
949
+ maxResults?: number;
950
+
951
+ nextToken?: string;
952
+ }
953
+ export declare namespace ListConnectorsRequest {
954
+
955
+ const filterSensitiveLog: (obj: ListConnectorsRequest) => any;
956
+ }
957
+ export interface ListConnectorsResponse {
958
+
959
+ connectors?: ConnectorSummary[];
960
+
961
+ nextToken?: string;
962
+ }
963
+ export declare namespace ListConnectorsResponse {
964
+
965
+ const filterSensitiveLog: (obj: ListConnectorsResponse) => any;
966
+ }
967
+ export interface ListCustomPluginsRequest {
968
+
969
+ maxResults?: number;
970
+
971
+ nextToken?: string;
972
+ }
973
+ export declare namespace ListCustomPluginsRequest {
974
+
975
+ const filterSensitiveLog: (obj: ListCustomPluginsRequest) => any;
976
+ }
977
+ export interface ListCustomPluginsResponse {
978
+
979
+ customPlugins?: CustomPluginSummary[];
980
+
981
+ nextToken?: string;
982
+ }
983
+ export declare namespace ListCustomPluginsResponse {
984
+
985
+ const filterSensitiveLog: (obj: ListCustomPluginsResponse) => any;
986
+ }
987
+ export interface ListWorkerConfigurationsRequest {
988
+
989
+ maxResults?: number;
990
+
991
+ nextToken?: string;
992
+ }
993
+ export declare namespace ListWorkerConfigurationsRequest {
994
+
995
+ const filterSensitiveLog: (obj: ListWorkerConfigurationsRequest) => any;
996
+ }
997
+ export interface ListWorkerConfigurationsResponse {
998
+
999
+ nextToken?: string;
1000
+
1001
+ workerConfigurations?: WorkerConfigurationSummary[];
1002
+ }
1003
+ export declare namespace ListWorkerConfigurationsResponse {
1004
+
1005
+ const filterSensitiveLog: (obj: ListWorkerConfigurationsResponse) => any;
1006
+ }
1007
+ export interface UpdateConnectorRequest {
1008
+
1009
+ capacity: CapacityUpdate | undefined;
1010
+
1011
+ connectorArn: string | undefined;
1012
+
1013
+ currentVersion: string | undefined;
1014
+ }
1015
+ export declare namespace UpdateConnectorRequest {
1016
+
1017
+ const filterSensitiveLog: (obj: UpdateConnectorRequest) => any;
1018
+ }
1019
+ export interface UpdateConnectorResponse {
1020
+
1021
+ connectorArn?: string;
1022
+
1023
+ connectorState?: ConnectorState | string;
1024
+ }
1025
+ export declare namespace UpdateConnectorResponse {
1026
+
1027
+ const filterSensitiveLog: (obj: UpdateConnectorResponse) => any;
1028
+ }