@aws-sdk/client-kafkaconnect 3.428.0 → 3.429.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.
@@ -171,7 +171,7 @@ export interface KafkaClusterClientAuthenticationDescription {
171
171
  * <p>The type of client authentication used to connect to the Apache Kafka cluster. Value
172
172
  * NONE means that no client authentication is used.</p>
173
173
  */
174
- authenticationType?: KafkaClusterClientAuthenticationType | string;
174
+ authenticationType?: KafkaClusterClientAuthenticationType;
175
175
  }
176
176
  /**
177
177
  * @public
@@ -194,7 +194,7 @@ export interface KafkaClusterEncryptionInTransitDescription {
194
194
  * @public
195
195
  * <p>The type of encryption in transit to the Apache Kafka cluster.</p>
196
196
  */
197
- encryptionType?: KafkaClusterEncryptionInTransitType | string;
197
+ encryptionType?: KafkaClusterEncryptionInTransitType;
198
198
  }
199
199
  /**
200
200
  * @public
@@ -357,7 +357,7 @@ export interface ConnectorSummary {
357
357
  * @public
358
358
  * <p>The state of the connector.</p>
359
359
  */
360
- connectorState?: ConnectorState | string;
360
+ connectorState?: ConnectorState;
361
361
  /**
362
362
  * @public
363
363
  * <p>The time that the connector was created.</p>
@@ -499,7 +499,7 @@ export interface CustomPluginRevisionSummary {
499
499
  * @public
500
500
  * <p>The format of the plugin file.</p>
501
501
  */
502
- contentType?: CustomPluginContentType | string;
502
+ contentType?: CustomPluginContentType;
503
503
  /**
504
504
  * @public
505
505
  * <p>The time that the custom plugin was created.</p>
@@ -545,7 +545,7 @@ export interface CustomPluginSummary {
545
545
  * @public
546
546
  * <p>The state of the custom plugin.</p>
547
547
  */
548
- customPluginState?: CustomPluginState | string;
548
+ customPluginState?: CustomPluginState;
549
549
  /**
550
550
  * @public
551
551
  * <p>A description of the custom plugin.</p>
@@ -920,7 +920,7 @@ export interface KafkaClusterClientAuthentication {
920
920
  * <p>The type of client authentication used to connect to the Apache Kafka cluster. Value
921
921
  * NONE means that no client authentication is used.</p>
922
922
  */
923
- authenticationType: KafkaClusterClientAuthenticationType | string | undefined;
923
+ authenticationType: KafkaClusterClientAuthenticationType | undefined;
924
924
  }
925
925
  /**
926
926
  * @public
@@ -931,7 +931,7 @@ export interface KafkaClusterEncryptionInTransit {
931
931
  * @public
932
932
  * <p>The type of encryption in transit to the Apache Kafka cluster.</p>
933
933
  */
934
- encryptionType: KafkaClusterEncryptionInTransitType | string | undefined;
934
+ encryptionType: KafkaClusterEncryptionInTransitType | undefined;
935
935
  }
936
936
  /**
937
937
  * @public
@@ -1110,7 +1110,7 @@ export interface CreateConnectorResponse {
1110
1110
  * @public
1111
1111
  * <p>The state of the connector.</p>
1112
1112
  */
1113
- connectorState?: ConnectorState | string;
1113
+ connectorState?: ConnectorState;
1114
1114
  }
1115
1115
  /**
1116
1116
  * @public
@@ -1230,7 +1230,7 @@ export interface CreateCustomPluginRequest {
1230
1230
  * @public
1231
1231
  * <p>The type of the plugin file.</p>
1232
1232
  */
1233
- contentType: CustomPluginContentType | string | undefined;
1233
+ contentType: CustomPluginContentType | undefined;
1234
1234
  /**
1235
1235
  * @public
1236
1236
  * <p>A summary description of the custom plugin.</p>
@@ -1260,7 +1260,7 @@ export interface CreateCustomPluginResponse {
1260
1260
  * @public
1261
1261
  * <p>The state of the custom plugin.</p>
1262
1262
  */
1263
- customPluginState?: CustomPluginState | string;
1263
+ customPluginState?: CustomPluginState;
1264
1264
  /**
1265
1265
  * @public
1266
1266
  * <p>The name of the custom plugin.</p>
@@ -1345,7 +1345,7 @@ export interface DeleteConnectorResponse {
1345
1345
  * @public
1346
1346
  * <p>The state of the connector that you requested to delete.</p>
1347
1347
  */
1348
- connectorState?: ConnectorState | string;
1348
+ connectorState?: ConnectorState;
1349
1349
  }
1350
1350
  /**
1351
1351
  * @public
@@ -1370,7 +1370,7 @@ export interface DeleteCustomPluginResponse {
1370
1370
  * @public
1371
1371
  * <p>The state of the custom plugin.</p>
1372
1372
  */
1373
- customPluginState?: CustomPluginState | string;
1373
+ customPluginState?: CustomPluginState;
1374
1374
  }
1375
1375
  /**
1376
1376
  * @public
@@ -1432,7 +1432,7 @@ export interface DescribeConnectorResponse {
1432
1432
  * @public
1433
1433
  * <p>The state of the connector.</p>
1434
1434
  */
1435
- connectorState?: ConnectorState | string;
1435
+ connectorState?: ConnectorState;
1436
1436
  /**
1437
1437
  * @public
1438
1438
  * <p>The time the connector was created.</p>
@@ -1520,7 +1520,7 @@ export interface DescribeCustomPluginResponse {
1520
1520
  * @public
1521
1521
  * <p>The state of the custom plugin.</p>
1522
1522
  */
1523
- customPluginState?: CustomPluginState | string;
1523
+ customPluginState?: CustomPluginState;
1524
1524
  /**
1525
1525
  * @public
1526
1526
  * <p>The description of the custom plugin.</p>
@@ -1750,7 +1750,7 @@ export interface UpdateConnectorResponse {
1750
1750
  * @public
1751
1751
  * <p>The state of the connector.</p>
1752
1752
  */
1753
- connectorState?: ConnectorState | string;
1753
+ connectorState?: ConnectorState;
1754
1754
  }
1755
1755
  /**
1756
1756
  * @internal
@@ -48,7 +48,7 @@ export declare const KafkaClusterClientAuthenticationType: {
48
48
  export type KafkaClusterClientAuthenticationType =
49
49
  (typeof KafkaClusterClientAuthenticationType)[keyof typeof KafkaClusterClientAuthenticationType];
50
50
  export interface KafkaClusterClientAuthenticationDescription {
51
- authenticationType?: KafkaClusterClientAuthenticationType | string;
51
+ authenticationType?: KafkaClusterClientAuthenticationType;
52
52
  }
53
53
  export declare const KafkaClusterEncryptionInTransitType: {
54
54
  readonly PLAINTEXT: "PLAINTEXT";
@@ -57,7 +57,7 @@ export declare const KafkaClusterEncryptionInTransitType: {
57
57
  export type KafkaClusterEncryptionInTransitType =
58
58
  (typeof KafkaClusterEncryptionInTransitType)[keyof typeof KafkaClusterEncryptionInTransitType];
59
59
  export interface KafkaClusterEncryptionInTransitDescription {
60
- encryptionType?: KafkaClusterEncryptionInTransitType | string;
60
+ encryptionType?: KafkaClusterEncryptionInTransitType;
61
61
  }
62
62
  export interface CloudWatchLogsLogDeliveryDescription {
63
63
  enabled?: boolean;
@@ -96,7 +96,7 @@ export interface ConnectorSummary {
96
96
  connectorArn?: string;
97
97
  connectorDescription?: string;
98
98
  connectorName?: string;
99
- connectorState?: ConnectorState | string;
99
+ connectorState?: ConnectorState;
100
100
  creationTime?: Date;
101
101
  currentVersion?: string;
102
102
  kafkaCluster?: KafkaClusterDescription;
@@ -137,7 +137,7 @@ export interface CustomPluginLocationDescription {
137
137
  s3Location?: S3LocationDescription;
138
138
  }
139
139
  export interface CustomPluginRevisionSummary {
140
- contentType?: CustomPluginContentType | string;
140
+ contentType?: CustomPluginContentType;
141
141
  creationTime?: Date;
142
142
  description?: string;
143
143
  fileDescription?: CustomPluginFileDescription;
@@ -147,7 +147,7 @@ export interface CustomPluginRevisionSummary {
147
147
  export interface CustomPluginSummary {
148
148
  creationTime?: Date;
149
149
  customPluginArn?: string;
150
- customPluginState?: CustomPluginState | string;
150
+ customPluginState?: CustomPluginState;
151
151
  description?: string;
152
152
  latestRevision?: CustomPluginRevisionSummary;
153
153
  name?: string;
@@ -241,10 +241,10 @@ export interface KafkaCluster {
241
241
  apacheKafkaCluster: ApacheKafkaCluster | undefined;
242
242
  }
243
243
  export interface KafkaClusterClientAuthentication {
244
- authenticationType: KafkaClusterClientAuthenticationType | string | undefined;
244
+ authenticationType: KafkaClusterClientAuthenticationType | undefined;
245
245
  }
246
246
  export interface KafkaClusterEncryptionInTransit {
247
- encryptionType: KafkaClusterEncryptionInTransitType | string | undefined;
247
+ encryptionType: KafkaClusterEncryptionInTransitType | undefined;
248
248
  }
249
249
  export interface FirehoseLogDelivery {
250
250
  deliveryStream?: string;
@@ -286,7 +286,7 @@ export interface CreateConnectorRequest {
286
286
  export interface CreateConnectorResponse {
287
287
  connectorArn?: string;
288
288
  connectorName?: string;
289
- connectorState?: ConnectorState | string;
289
+ connectorState?: ConnectorState;
290
290
  }
291
291
  export declare class ForbiddenException extends __BaseException {
292
292
  readonly name: "ForbiddenException";
@@ -335,14 +335,14 @@ export interface CustomPluginLocation {
335
335
  s3Location: S3Location | undefined;
336
336
  }
337
337
  export interface CreateCustomPluginRequest {
338
- contentType: CustomPluginContentType | string | undefined;
338
+ contentType: CustomPluginContentType | undefined;
339
339
  description?: string;
340
340
  location: CustomPluginLocation | undefined;
341
341
  name: string | undefined;
342
342
  }
343
343
  export interface CreateCustomPluginResponse {
344
344
  customPluginArn?: string;
345
- customPluginState?: CustomPluginState | string;
345
+ customPluginState?: CustomPluginState;
346
346
  name?: string;
347
347
  revision?: number;
348
348
  }
@@ -363,14 +363,14 @@ export interface DeleteConnectorRequest {
363
363
  }
364
364
  export interface DeleteConnectorResponse {
365
365
  connectorArn?: string;
366
- connectorState?: ConnectorState | string;
366
+ connectorState?: ConnectorState;
367
367
  }
368
368
  export interface DeleteCustomPluginRequest {
369
369
  customPluginArn: string | undefined;
370
370
  }
371
371
  export interface DeleteCustomPluginResponse {
372
372
  customPluginArn?: string;
373
- customPluginState?: CustomPluginState | string;
373
+ customPluginState?: CustomPluginState;
374
374
  }
375
375
  export interface DescribeConnectorRequest {
376
376
  connectorArn: string | undefined;
@@ -385,7 +385,7 @@ export interface DescribeConnectorResponse {
385
385
  connectorConfiguration?: Record<string, string>;
386
386
  connectorDescription?: string;
387
387
  connectorName?: string;
388
- connectorState?: ConnectorState | string;
388
+ connectorState?: ConnectorState;
389
389
  creationTime?: Date;
390
390
  currentVersion?: string;
391
391
  kafkaCluster?: KafkaClusterDescription;
@@ -404,7 +404,7 @@ export interface DescribeCustomPluginRequest {
404
404
  export interface DescribeCustomPluginResponse {
405
405
  creationTime?: Date;
406
406
  customPluginArn?: string;
407
- customPluginState?: CustomPluginState | string;
407
+ customPluginState?: CustomPluginState;
408
408
  description?: string;
409
409
  latestRevision?: CustomPluginRevisionSummary;
410
410
  name?: string;
@@ -458,7 +458,7 @@ export interface UpdateConnectorRequest {
458
458
  }
459
459
  export interface UpdateConnectorResponse {
460
460
  connectorArn?: string;
461
- connectorState?: ConnectorState | string;
461
+ connectorState?: ConnectorState;
462
462
  }
463
463
  export declare const CreateConnectorRequestFilterSensitiveLog: (
464
464
  obj: CreateConnectorRequest
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-kafkaconnect",
3
3
  "description": "AWS SDK for JavaScript Kafkaconnect Client for Node.js, Browser and React Native",
4
- "version": "3.428.0",
4
+ "version": "3.429.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.428.0",
25
- "@aws-sdk/credential-provider-node": "3.428.0",
26
- "@aws-sdk/middleware-host-header": "3.428.0",
24
+ "@aws-sdk/client-sts": "3.429.0",
25
+ "@aws-sdk/credential-provider-node": "3.429.0",
26
+ "@aws-sdk/middleware-host-header": "3.429.0",
27
27
  "@aws-sdk/middleware-logger": "3.428.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.428.0",
29
29
  "@aws-sdk/middleware-signing": "3.428.0",
@@ -38,7 +38,7 @@
38
38
  "@smithy/hash-node": "^2.0.11",
39
39
  "@smithy/invalid-dependency": "^2.0.11",
40
40
  "@smithy/middleware-content-length": "^2.0.13",
41
- "@smithy/middleware-endpoint": "^2.1.0",
41
+ "@smithy/middleware-endpoint": "^2.1.1",
42
42
  "@smithy/middleware-retry": "^2.0.16",
43
43
  "@smithy/middleware-serde": "^2.0.11",
44
44
  "@smithy/middleware-stack": "^2.0.5",