@aws-sdk/client-kafka 3.934.0 → 3.935.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.
@@ -1,5 +1,4 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { KafkaServiceException as __BaseException } from "./KafkaServiceException";
1
+ import { BrokerAZDistribution, ClientBroker, ClusterState, ClusterType, ConfigurationState, CustomerActionStatus, EnhancedMonitoring, KafkaVersionStatus, NodeType, RebalancingStatus, ReplicationStartingPositionType, ReplicationTopicNameConfigurationType, ReplicatorState, StorageMode, TargetCompressionType, TopicState, UserIdentityType, VpcConnectionState } from "./enums";
3
2
  /**
4
3
  * <p>Contains information about provisioned throughput for EBS storage volumes attached to kafka broker nodes.</p>
5
4
  * @public
@@ -37,24 +36,6 @@ export interface BrokerEBSVolumeInfo {
37
36
  */
38
37
  VolumeSizeGB?: number | undefined;
39
38
  }
40
- /**
41
- * @public
42
- * @enum
43
- */
44
- export declare const VpcConnectionState: {
45
- readonly AVAILABLE: "AVAILABLE";
46
- readonly CREATING: "CREATING";
47
- readonly DEACTIVATING: "DEACTIVATING";
48
- readonly DELETING: "DELETING";
49
- readonly FAILED: "FAILED";
50
- readonly INACTIVE: "INACTIVE";
51
- readonly REJECTED: "REJECTED";
52
- readonly REJECTING: "REJECTING";
53
- };
54
- /**
55
- * @public
56
- */
57
- export type VpcConnectionState = (typeof VpcConnectionState)[keyof typeof VpcConnectionState];
58
39
  /**
59
40
  * <p>The client VPC connection object.</p>
60
41
  * @public
@@ -86,29 +67,6 @@ export interface ClientVpcConnection {
86
67
  */
87
68
  Owner?: string | undefined;
88
69
  }
89
- /**
90
- * @public
91
- * @enum
92
- */
93
- export declare const ClusterType: {
94
- readonly PROVISIONED: "PROVISIONED";
95
- readonly SERVERLESS: "SERVERLESS";
96
- };
97
- /**
98
- * @public
99
- */
100
- export type ClusterType = (typeof ClusterType)[keyof typeof ClusterType];
101
- /**
102
- * @public
103
- * @enum
104
- */
105
- export declare const BrokerAZDistribution: {
106
- readonly DEFAULT: "DEFAULT";
107
- };
108
- /**
109
- * @public
110
- */
111
- export type BrokerAZDistribution = (typeof BrokerAZDistribution)[keyof typeof BrokerAZDistribution];
112
70
  /**
113
71
  * Public access control for brokers.
114
72
  * @public
@@ -388,19 +346,6 @@ export interface BrokerSoftwareInfo {
388
346
  */
389
347
  KafkaVersion?: string | undefined;
390
348
  }
391
- /**
392
- * @public
393
- * @enum
394
- */
395
- export declare const CustomerActionStatus: {
396
- readonly ACTION_RECOMMENDED: "ACTION_RECOMMENDED";
397
- readonly CRITICAL_ACTION_REQUIRED: "CRITICAL_ACTION_REQUIRED";
398
- readonly NONE: "NONE";
399
- };
400
- /**
401
- * @public
402
- */
403
- export type CustomerActionStatus = (typeof CustomerActionStatus)[keyof typeof CustomerActionStatus];
404
349
  /**
405
350
  * <p>The data-volume encryption details.</p>
406
351
  * @public
@@ -412,19 +357,6 @@ export interface EncryptionAtRest {
412
357
  */
413
358
  DataVolumeKMSKeyId: string | undefined;
414
359
  }
415
- /**
416
- * @public
417
- * @enum
418
- */
419
- export declare const ClientBroker: {
420
- readonly PLAINTEXT: "PLAINTEXT";
421
- readonly TLS: "TLS";
422
- readonly TLS_PLAINTEXT: "TLS_PLAINTEXT";
423
- };
424
- /**
425
- * @public
426
- */
427
- export type ClientBroker = (typeof ClientBroker)[keyof typeof ClientBroker];
428
360
  /**
429
361
  * <p>The settings for encrypting data in transit.</p>
430
362
  * @public
@@ -465,20 +397,6 @@ export interface EncryptionInfo {
465
397
  */
466
398
  EncryptionInTransit?: EncryptionInTransit | undefined;
467
399
  }
468
- /**
469
- * @public
470
- * @enum
471
- */
472
- export declare const EnhancedMonitoring: {
473
- readonly DEFAULT: "DEFAULT";
474
- readonly PER_BROKER: "PER_BROKER";
475
- readonly PER_TOPIC_PER_BROKER: "PER_TOPIC_PER_BROKER";
476
- readonly PER_TOPIC_PER_PARTITION: "PER_TOPIC_PER_PARTITION";
477
- };
478
- /**
479
- * @public
480
- */
481
- export type EnhancedMonitoring = (typeof EnhancedMonitoring)[keyof typeof EnhancedMonitoring];
482
400
  /**
483
401
  * @public
484
402
  */
@@ -564,18 +482,6 @@ export interface OpenMonitoringInfo {
564
482
  */
565
483
  Prometheus: PrometheusInfo | undefined;
566
484
  }
567
- /**
568
- * @public
569
- * @enum
570
- */
571
- export declare const RebalancingStatus: {
572
- readonly ACTIVE: "ACTIVE";
573
- readonly PAUSED: "PAUSED";
574
- };
575
- /**
576
- * @public
577
- */
578
- export type RebalancingStatus = (typeof RebalancingStatus)[keyof typeof RebalancingStatus];
579
485
  /**
580
486
  * <p>Specifies whether or not intelligent rebalancing is turned on for a newly created MSK Provisioned cluster with Express brokers. Intelligent rebalancing performs automatic partition balancing operations when you scale your clusters up or down. By default, intelligent rebalancing is ACTIVE for all new Express-based clusters.</p>
581
487
  * @public
@@ -587,18 +493,6 @@ export interface Rebalancing {
587
493
  */
588
494
  Status?: RebalancingStatus | undefined;
589
495
  }
590
- /**
591
- * @public
592
- * @enum
593
- */
594
- export declare const StorageMode: {
595
- readonly LOCAL: "LOCAL";
596
- readonly TIERED: "TIERED";
597
- };
598
- /**
599
- * @public
600
- */
601
- export type StorageMode = (typeof StorageMode)[keyof typeof StorageMode];
602
496
  /**
603
497
  * <p>Provisioned cluster.</p>
604
498
  * @public
@@ -724,24 +618,6 @@ export interface Serverless {
724
618
  */
725
619
  ClientAuthentication?: ServerlessClientAuthentication | undefined;
726
620
  }
727
- /**
728
- * @public
729
- * @enum
730
- */
731
- export declare const ClusterState: {
732
- readonly ACTIVE: "ACTIVE";
733
- readonly CREATING: "CREATING";
734
- readonly DELETING: "DELETING";
735
- readonly FAILED: "FAILED";
736
- readonly HEALING: "HEALING";
737
- readonly MAINTENANCE: "MAINTENANCE";
738
- readonly REBOOTING_BROKER: "REBOOTING_BROKER";
739
- readonly UPDATING: "UPDATING";
740
- };
741
- /**
742
- * @public
743
- */
744
- export type ClusterState = (typeof ClusterState)[keyof typeof ClusterState];
745
621
  /**
746
622
  * @public
747
623
  */
@@ -1113,18 +989,6 @@ export interface MutableClusterInfo {
1113
989
  */
1114
990
  Rebalancing?: Rebalancing | undefined;
1115
991
  }
1116
- /**
1117
- * @public
1118
- * @enum
1119
- */
1120
- export declare const UserIdentityType: {
1121
- readonly AWSACCOUNT: "AWSACCOUNT";
1122
- readonly AWSSERVICE: "AWSSERVICE";
1123
- };
1124
- /**
1125
- * @public
1126
- */
1127
- export type UserIdentityType = (typeof UserIdentityType)[keyof typeof UserIdentityType];
1128
992
  /**
1129
993
  * <p>Description of the requester that calls the API operation.</p>
1130
994
  * @public
@@ -1311,19 +1175,6 @@ export interface ConfigurationRevision {
1311
1175
  */
1312
1176
  Revision: number | undefined;
1313
1177
  }
1314
- /**
1315
- * @public
1316
- * @enum
1317
- */
1318
- export declare const ConfigurationState: {
1319
- readonly ACTIVE: "ACTIVE";
1320
- readonly DELETE_FAILED: "DELETE_FAILED";
1321
- readonly DELETING: "DELETING";
1322
- };
1323
- /**
1324
- * @public
1325
- */
1326
- export type ConfigurationState = (typeof ConfigurationState)[keyof typeof ConfigurationState];
1327
1178
  /**
1328
1179
  * <p>Represents an MSK Configuration.</p>
1329
1180
  * @public
@@ -1445,18 +1296,6 @@ export interface KafkaClusterSummary {
1445
1296
  */
1446
1297
  KafkaClusterAlias?: string | undefined;
1447
1298
  }
1448
- /**
1449
- * @public
1450
- * @enum
1451
- */
1452
- export declare const KafkaVersionStatus: {
1453
- readonly ACTIVE: "ACTIVE";
1454
- readonly DEPRECATED: "DEPRECATED";
1455
- };
1456
- /**
1457
- * @public
1458
- */
1459
- export type KafkaVersionStatus = (typeof KafkaVersionStatus)[keyof typeof KafkaVersionStatus];
1460
1299
  /**
1461
1300
  * @public
1462
1301
  */
@@ -1511,17 +1350,6 @@ export interface ControllerNodeInfo {
1511
1350
  */
1512
1351
  Endpoints?: string[] | undefined;
1513
1352
  }
1514
- /**
1515
- * @public
1516
- * @enum
1517
- */
1518
- export declare const NodeType: {
1519
- readonly BROKER: "BROKER";
1520
- };
1521
- /**
1522
- * @public
1523
- */
1524
- export type NodeType = (typeof NodeType)[keyof typeof NodeType];
1525
1353
  /**
1526
1354
  * <p>Zookeeper node information.</p>
1527
1355
  * @public
@@ -1620,33 +1448,6 @@ export interface ConsumerGroupReplication {
1620
1448
  */
1621
1449
  SynchroniseConsumerGroupOffsets?: boolean | undefined;
1622
1450
  }
1623
- /**
1624
- * @public
1625
- * @enum
1626
- */
1627
- export declare const TargetCompressionType: {
1628
- readonly GZIP: "GZIP";
1629
- readonly LZ4: "LZ4";
1630
- readonly NONE: "NONE";
1631
- readonly SNAPPY: "SNAPPY";
1632
- readonly ZSTD: "ZSTD";
1633
- };
1634
- /**
1635
- * @public
1636
- */
1637
- export type TargetCompressionType = (typeof TargetCompressionType)[keyof typeof TargetCompressionType];
1638
- /**
1639
- * @public
1640
- * @enum
1641
- */
1642
- export declare const ReplicationStartingPositionType: {
1643
- readonly EARLIEST: "EARLIEST";
1644
- readonly LATEST: "LATEST";
1645
- };
1646
- /**
1647
- * @public
1648
- */
1649
- export type ReplicationStartingPositionType = (typeof ReplicationStartingPositionType)[keyof typeof ReplicationStartingPositionType];
1650
1451
  /**
1651
1452
  * <p>Configuration for specifying the position in the topics to start replicating from.</p>
1652
1453
  * @public
@@ -1658,18 +1459,6 @@ export interface ReplicationStartingPosition {
1658
1459
  */
1659
1460
  Type?: ReplicationStartingPositionType | undefined;
1660
1461
  }
1661
- /**
1662
- * @public
1663
- * @enum
1664
- */
1665
- export declare const ReplicationTopicNameConfigurationType: {
1666
- readonly IDENTICAL: "IDENTICAL";
1667
- readonly PREFIXED_WITH_SOURCE_CLUSTER_ALIAS: "PREFIXED_WITH_SOURCE_CLUSTER_ALIAS";
1668
- };
1669
- /**
1670
- * @public
1671
- */
1672
- export type ReplicationTopicNameConfigurationType = (typeof ReplicationTopicNameConfigurationType)[keyof typeof ReplicationTopicNameConfigurationType];
1673
1462
  /**
1674
1463
  * <p>Configuration for specifying replicated topic names should be the same as their corresponding upstream topics or prefixed with source cluster alias.</p>
1675
1464
  * @public
@@ -1800,21 +1589,6 @@ export interface ReplicationInfoSummary {
1800
1589
  */
1801
1590
  TargetKafkaClusterAlias?: string | undefined;
1802
1591
  }
1803
- /**
1804
- * @public
1805
- * @enum
1806
- */
1807
- export declare const ReplicatorState: {
1808
- readonly CREATING: "CREATING";
1809
- readonly DELETING: "DELETING";
1810
- readonly FAILED: "FAILED";
1811
- readonly RUNNING: "RUNNING";
1812
- readonly UPDATING: "UPDATING";
1813
- };
1814
- /**
1815
- * @public
1816
- */
1817
- export type ReplicatorState = (typeof ReplicatorState)[keyof typeof ReplicatorState];
1818
1592
  /**
1819
1593
  * <p>Information about a replicator.</p>
1820
1594
  * @public
@@ -1980,28 +1754,6 @@ export interface VpcConnection {
1980
1754
  */
1981
1755
  State?: VpcConnectionState | undefined;
1982
1756
  }
1983
- /**
1984
- * <p>Returns information about an error.</p>
1985
- * @public
1986
- */
1987
- export declare class BadRequestException extends __BaseException {
1988
- readonly name: "BadRequestException";
1989
- readonly $fault: "client";
1990
- /**
1991
- * <p>The parameter that caused the error.</p>
1992
- * @public
1993
- */
1994
- InvalidParameter?: string | undefined;
1995
- /**
1996
- * <p>The description of the error.</p>
1997
- * @public
1998
- */
1999
- Message?: string | undefined;
2000
- /**
2001
- * @internal
2002
- */
2003
- constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
2004
- }
2005
1757
  /**
2006
1758
  * <p>Associates sasl scram secrets to cluster.</p>
2007
1759
  * @public
@@ -2033,138 +1785,6 @@ export interface BatchAssociateScramSecretResponse {
2033
1785
  */
2034
1786
  UnprocessedScramSecrets?: UnprocessedScramSecret[] | undefined;
2035
1787
  }
2036
- /**
2037
- * <p>Returns information about an error.</p>
2038
- * @public
2039
- */
2040
- export declare class ForbiddenException extends __BaseException {
2041
- readonly name: "ForbiddenException";
2042
- readonly $fault: "client";
2043
- /**
2044
- * <p>The parameter that caused the error.</p>
2045
- * @public
2046
- */
2047
- InvalidParameter?: string | undefined;
2048
- /**
2049
- * <p>The description of the error.</p>
2050
- * @public
2051
- */
2052
- Message?: string | undefined;
2053
- /**
2054
- * @internal
2055
- */
2056
- constructor(opts: __ExceptionOptionType<ForbiddenException, __BaseException>);
2057
- }
2058
- /**
2059
- * <p>Returns information about an error.</p>
2060
- * @public
2061
- */
2062
- export declare class InternalServerErrorException extends __BaseException {
2063
- readonly name: "InternalServerErrorException";
2064
- readonly $fault: "server";
2065
- /**
2066
- * <p>The parameter that caused the error.</p>
2067
- * @public
2068
- */
2069
- InvalidParameter?: string | undefined;
2070
- /**
2071
- * <p>The description of the error.</p>
2072
- * @public
2073
- */
2074
- Message?: string | undefined;
2075
- /**
2076
- * @internal
2077
- */
2078
- constructor(opts: __ExceptionOptionType<InternalServerErrorException, __BaseException>);
2079
- }
2080
- /**
2081
- * <p>Returns information about an error.</p>
2082
- * @public
2083
- */
2084
- export declare class NotFoundException extends __BaseException {
2085
- readonly name: "NotFoundException";
2086
- readonly $fault: "client";
2087
- /**
2088
- * <p>The parameter that caused the error.</p>
2089
- * @public
2090
- */
2091
- InvalidParameter?: string | undefined;
2092
- /**
2093
- * <p>The description of the error.</p>
2094
- * @public
2095
- */
2096
- Message?: string | undefined;
2097
- /**
2098
- * @internal
2099
- */
2100
- constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
2101
- }
2102
- /**
2103
- * <p>Returns information about an error.</p>
2104
- * @public
2105
- */
2106
- export declare class ServiceUnavailableException extends __BaseException {
2107
- readonly name: "ServiceUnavailableException";
2108
- readonly $fault: "server";
2109
- /**
2110
- * <p>The parameter that caused the error.</p>
2111
- * @public
2112
- */
2113
- InvalidParameter?: string | undefined;
2114
- /**
2115
- * <p>The description of the error.</p>
2116
- * @public
2117
- */
2118
- Message?: string | undefined;
2119
- /**
2120
- * @internal
2121
- */
2122
- constructor(opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>);
2123
- }
2124
- /**
2125
- * <p>Returns information about an error.</p>
2126
- * @public
2127
- */
2128
- export declare class TooManyRequestsException extends __BaseException {
2129
- readonly name: "TooManyRequestsException";
2130
- readonly $fault: "client";
2131
- /**
2132
- * <p>The parameter that caused the error.</p>
2133
- * @public
2134
- */
2135
- InvalidParameter?: string | undefined;
2136
- /**
2137
- * <p>The description of the error.</p>
2138
- * @public
2139
- */
2140
- Message?: string | undefined;
2141
- /**
2142
- * @internal
2143
- */
2144
- constructor(opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>);
2145
- }
2146
- /**
2147
- * <p>Returns information about an error.</p>
2148
- * @public
2149
- */
2150
- export declare class UnauthorizedException extends __BaseException {
2151
- readonly name: "UnauthorizedException";
2152
- readonly $fault: "client";
2153
- /**
2154
- * <p>The parameter that caused the error.</p>
2155
- * @public
2156
- */
2157
- InvalidParameter?: string | undefined;
2158
- /**
2159
- * <p>The description of the error.</p>
2160
- * @public
2161
- */
2162
- Message?: string | undefined;
2163
- /**
2164
- * @internal
2165
- */
2166
- constructor(opts: __ExceptionOptionType<UnauthorizedException, __BaseException>);
2167
- }
2168
1788
  /**
2169
1789
  * <p>Disassociates sasl scram secrets to cluster.</p>
2170
1790
  * @public
@@ -2315,28 +1935,6 @@ export interface ClusterOperationV2 {
2315
1935
  */
2316
1936
  Serverless?: ClusterOperationV2Serverless | undefined;
2317
1937
  }
2318
- /**
2319
- * <p>Returns information about an error.</p>
2320
- * @public
2321
- */
2322
- export declare class ConflictException extends __BaseException {
2323
- readonly name: "ConflictException";
2324
- readonly $fault: "client";
2325
- /**
2326
- * <p>The parameter that caused the error.</p>
2327
- * @public
2328
- */
2329
- InvalidParameter?: string | undefined;
2330
- /**
2331
- * <p>The description of the error.</p>
2332
- * @public
2333
- */
2334
- Message?: string | undefined;
2335
- /**
2336
- * @internal
2337
- */
2338
- constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
2339
- }
2340
1938
  /**
2341
1939
  * <p>Details about consumer group replication.</p>
2342
1940
  * @public
@@ -3180,20 +2778,6 @@ export interface DescribeTopicRequest {
3180
2778
  */
3181
2779
  TopicName: string | undefined;
3182
2780
  }
3183
- /**
3184
- * @public
3185
- * @enum
3186
- */
3187
- export declare const TopicState: {
3188
- readonly ACTIVE: "ACTIVE";
3189
- readonly CREATING: "CREATING";
3190
- readonly DELETING: "DELETING";
3191
- readonly UPDATING: "UPDATING";
3192
- };
3193
- /**
3194
- * @public
3195
- */
3196
- export type TopicState = (typeof TopicState)[keyof typeof TopicState];
3197
2781
  /**
3198
2782
  * @public
3199
2783
  */
@@ -5,5 +5,7 @@ export { RuntimeExtension } from "./runtimeExtensions";
5
5
  export { KafkaExtensionConfiguration } from "./extensionConfiguration";
6
6
  export * from "./commands";
7
7
  export * from "./pagination";
8
- export * from "./models";
8
+ export * from "./models/enums";
9
+ export * from "./models/errors";
10
+ export * from "./models/models_0";
9
11
  export { KafkaServiceException } from "./models/KafkaServiceException";
@@ -0,0 +1,125 @@
1
+ export declare const VpcConnectionState: {
2
+ readonly AVAILABLE: "AVAILABLE";
3
+ readonly CREATING: "CREATING";
4
+ readonly DEACTIVATING: "DEACTIVATING";
5
+ readonly DELETING: "DELETING";
6
+ readonly FAILED: "FAILED";
7
+ readonly INACTIVE: "INACTIVE";
8
+ readonly REJECTED: "REJECTED";
9
+ readonly REJECTING: "REJECTING";
10
+ };
11
+ export type VpcConnectionState =
12
+ (typeof VpcConnectionState)[keyof typeof VpcConnectionState];
13
+ export declare const ClusterType: {
14
+ readonly PROVISIONED: "PROVISIONED";
15
+ readonly SERVERLESS: "SERVERLESS";
16
+ };
17
+ export type ClusterType = (typeof ClusterType)[keyof typeof ClusterType];
18
+ export declare const BrokerAZDistribution: {
19
+ readonly DEFAULT: "DEFAULT";
20
+ };
21
+ export type BrokerAZDistribution =
22
+ (typeof BrokerAZDistribution)[keyof typeof BrokerAZDistribution];
23
+ export declare const CustomerActionStatus: {
24
+ readonly ACTION_RECOMMENDED: "ACTION_RECOMMENDED";
25
+ readonly CRITICAL_ACTION_REQUIRED: "CRITICAL_ACTION_REQUIRED";
26
+ readonly NONE: "NONE";
27
+ };
28
+ export type CustomerActionStatus =
29
+ (typeof CustomerActionStatus)[keyof typeof CustomerActionStatus];
30
+ export declare const ClientBroker: {
31
+ readonly PLAINTEXT: "PLAINTEXT";
32
+ readonly TLS: "TLS";
33
+ readonly TLS_PLAINTEXT: "TLS_PLAINTEXT";
34
+ };
35
+ export type ClientBroker = (typeof ClientBroker)[keyof typeof ClientBroker];
36
+ export declare const EnhancedMonitoring: {
37
+ readonly DEFAULT: "DEFAULT";
38
+ readonly PER_BROKER: "PER_BROKER";
39
+ readonly PER_TOPIC_PER_BROKER: "PER_TOPIC_PER_BROKER";
40
+ readonly PER_TOPIC_PER_PARTITION: "PER_TOPIC_PER_PARTITION";
41
+ };
42
+ export type EnhancedMonitoring =
43
+ (typeof EnhancedMonitoring)[keyof typeof EnhancedMonitoring];
44
+ export declare const RebalancingStatus: {
45
+ readonly ACTIVE: "ACTIVE";
46
+ readonly PAUSED: "PAUSED";
47
+ };
48
+ export type RebalancingStatus =
49
+ (typeof RebalancingStatus)[keyof typeof RebalancingStatus];
50
+ export declare const StorageMode: {
51
+ readonly LOCAL: "LOCAL";
52
+ readonly TIERED: "TIERED";
53
+ };
54
+ export type StorageMode = (typeof StorageMode)[keyof typeof StorageMode];
55
+ export declare const ClusterState: {
56
+ readonly ACTIVE: "ACTIVE";
57
+ readonly CREATING: "CREATING";
58
+ readonly DELETING: "DELETING";
59
+ readonly FAILED: "FAILED";
60
+ readonly HEALING: "HEALING";
61
+ readonly MAINTENANCE: "MAINTENANCE";
62
+ readonly REBOOTING_BROKER: "REBOOTING_BROKER";
63
+ readonly UPDATING: "UPDATING";
64
+ };
65
+ export type ClusterState = (typeof ClusterState)[keyof typeof ClusterState];
66
+ export declare const UserIdentityType: {
67
+ readonly AWSACCOUNT: "AWSACCOUNT";
68
+ readonly AWSSERVICE: "AWSSERVICE";
69
+ };
70
+ export type UserIdentityType =
71
+ (typeof UserIdentityType)[keyof typeof UserIdentityType];
72
+ export declare const ConfigurationState: {
73
+ readonly ACTIVE: "ACTIVE";
74
+ readonly DELETE_FAILED: "DELETE_FAILED";
75
+ readonly DELETING: "DELETING";
76
+ };
77
+ export type ConfigurationState =
78
+ (typeof ConfigurationState)[keyof typeof ConfigurationState];
79
+ export declare const KafkaVersionStatus: {
80
+ readonly ACTIVE: "ACTIVE";
81
+ readonly DEPRECATED: "DEPRECATED";
82
+ };
83
+ export type KafkaVersionStatus =
84
+ (typeof KafkaVersionStatus)[keyof typeof KafkaVersionStatus];
85
+ export declare const NodeType: {
86
+ readonly BROKER: "BROKER";
87
+ };
88
+ export type NodeType = (typeof NodeType)[keyof typeof NodeType];
89
+ export declare const TargetCompressionType: {
90
+ readonly GZIP: "GZIP";
91
+ readonly LZ4: "LZ4";
92
+ readonly NONE: "NONE";
93
+ readonly SNAPPY: "SNAPPY";
94
+ readonly ZSTD: "ZSTD";
95
+ };
96
+ export type TargetCompressionType =
97
+ (typeof TargetCompressionType)[keyof typeof TargetCompressionType];
98
+ export declare const ReplicationStartingPositionType: {
99
+ readonly EARLIEST: "EARLIEST";
100
+ readonly LATEST: "LATEST";
101
+ };
102
+ export type ReplicationStartingPositionType =
103
+ (typeof ReplicationStartingPositionType)[keyof typeof ReplicationStartingPositionType];
104
+ export declare const ReplicationTopicNameConfigurationType: {
105
+ readonly IDENTICAL: "IDENTICAL";
106
+ readonly PREFIXED_WITH_SOURCE_CLUSTER_ALIAS: "PREFIXED_WITH_SOURCE_CLUSTER_ALIAS";
107
+ };
108
+ export type ReplicationTopicNameConfigurationType =
109
+ (typeof ReplicationTopicNameConfigurationType)[keyof typeof ReplicationTopicNameConfigurationType];
110
+ export declare const ReplicatorState: {
111
+ readonly CREATING: "CREATING";
112
+ readonly DELETING: "DELETING";
113
+ readonly FAILED: "FAILED";
114
+ readonly RUNNING: "RUNNING";
115
+ readonly UPDATING: "UPDATING";
116
+ };
117
+ export type ReplicatorState =
118
+ (typeof ReplicatorState)[keyof typeof ReplicatorState];
119
+ export declare const TopicState: {
120
+ readonly ACTIVE: "ACTIVE";
121
+ readonly CREATING: "CREATING";
122
+ readonly DELETING: "DELETING";
123
+ readonly UPDATING: "UPDATING";
124
+ };
125
+ export type TopicState = (typeof TopicState)[keyof typeof TopicState];