@aws-sdk/client-kafka 3.427.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.
@@ -74,7 +74,7 @@ export interface ClientVpcConnection {
74
74
  * @public
75
75
  * <p>State of the Vpc Connection.</p>
76
76
  */
77
- State?: VpcConnectionState | string;
77
+ State?: VpcConnectionState;
78
78
  /**
79
79
  * @public
80
80
  * <p>The ARN that identifies the Vpc Connection.</p>
@@ -249,7 +249,7 @@ export interface BrokerNodeGroupInfo {
249
249
  * <p>The distribution of broker nodes across Availability Zones. This is an optional parameter. If you don't specify it, Amazon MSK gives it the value DEFAULT. You can also explicitly set this parameter to the value DEFAULT. No other values are currently allowed.</p>
250
250
  * <p>Amazon MSK distributes the broker nodes evenly across the Availability Zones that correspond to the subnets you provide when you create the cluster.</p>
251
251
  */
252
- BrokerAZDistribution?: BrokerAZDistribution | string;
252
+ BrokerAZDistribution?: BrokerAZDistribution;
253
253
  /**
254
254
  * @public
255
255
  * <p>The list of subnets to connect to in the client virtual private cloud (VPC). AWS creates elastic network interfaces inside these subnets. Client applications use elastic network interfaces to produce and consume data. Client subnets can't occupy the Availability Zone with ID use use1-az3.</p>
@@ -428,7 +428,7 @@ export interface EncryptionInTransit {
428
428
  * PLAINTEXT means that client-broker communication is enabled in plaintext only.</p>
429
429
  * <p>The default value is TLS_PLAINTEXT.</p>
430
430
  */
431
- ClientBroker?: ClientBroker | string;
431
+ ClientBroker?: ClientBroker;
432
432
  /**
433
433
  * @public
434
434
  * <p>When set to true, it indicates that data communication among the broker nodes of the cluster is encrypted. When set to false, the communication happens in plaintext.</p>
@@ -592,7 +592,7 @@ export interface Provisioned {
592
592
  * @public
593
593
  * <p>Specifies the level of monitoring for the MSK cluster. The possible values are DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, and PER_TOPIC_PER_PARTITION.</p>
594
594
  */
595
- EnhancedMonitoring?: EnhancedMonitoring | string;
595
+ EnhancedMonitoring?: EnhancedMonitoring;
596
596
  /**
597
597
  * @public
598
598
  * <p>The settings for open monitoring.</p>
@@ -622,7 +622,7 @@ export interface Provisioned {
622
622
  * @public
623
623
  * <p>This controls storage mode for supported storage tiers.</p>
624
624
  */
625
- StorageMode?: StorageMode | string;
625
+ StorageMode?: StorageMode;
626
626
  }
627
627
  /**
628
628
  * @public
@@ -717,7 +717,7 @@ export interface Cluster {
717
717
  * @public
718
718
  * <p>Cluster Type.</p>
719
719
  */
720
- ClusterType?: ClusterType | string;
720
+ ClusterType?: ClusterType;
721
721
  /**
722
722
  * @public
723
723
  * <p>The Amazon Resource Name (ARN) that uniquely identifies the cluster.</p>
@@ -742,7 +742,7 @@ export interface Cluster {
742
742
  * @public
743
743
  * <p>The state of the cluster. The possible states are ACTIVE, CREATING, DELETING, FAILED, HEALING, MAINTENANCE, REBOOTING_BROKER, and UPDATING.</p>
744
744
  */
745
- State?: ClusterState | string;
745
+ State?: ClusterState;
746
746
  /**
747
747
  * @public
748
748
  * <p>State Info for the Amazon MSK cluster.</p>
@@ -867,7 +867,7 @@ export interface ClusterInfo {
867
867
  * @public
868
868
  * <p>Specifies which metrics are gathered for the MSK cluster. This property has the following possible values: DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, and PER_TOPIC_PER_PARTITION. For a list of the metrics associated with each of these levels of monitoring, see <a href="https://docs.aws.amazon.com/msk/latest/developerguide/monitoring.html">Monitoring</a>.</p>
869
869
  */
870
- EnhancedMonitoring?: EnhancedMonitoring | string;
870
+ EnhancedMonitoring?: EnhancedMonitoring;
871
871
  /**
872
872
  * @public
873
873
  * <p>Settings for open monitoring using Prometheus.</p>
@@ -883,7 +883,7 @@ export interface ClusterInfo {
883
883
  * @public
884
884
  * <p>The state of the cluster. The possible states are ACTIVE, CREATING, DELETING, FAILED, HEALING, MAINTENANCE, REBOOTING_BROKER, and UPDATING.</p>
885
885
  */
886
- State?: ClusterState | string;
886
+ State?: ClusterState;
887
887
  StateInfo?: StateInfo;
888
888
  /**
889
889
  * @public
@@ -904,7 +904,7 @@ export interface ClusterInfo {
904
904
  * @public
905
905
  * <p>This controls storage mode for supported storage tiers.</p>
906
906
  */
907
- StorageMode?: StorageMode | string;
907
+ StorageMode?: StorageMode;
908
908
  }
909
909
  /**
910
910
  * @public
@@ -989,7 +989,7 @@ export interface MutableClusterInfo {
989
989
  * @public
990
990
  * <p>Specifies which Apache Kafka metrics Amazon MSK gathers and sends to Amazon CloudWatch for this cluster.</p>
991
991
  */
992
- EnhancedMonitoring?: EnhancedMonitoring | string;
992
+ EnhancedMonitoring?: EnhancedMonitoring;
993
993
  /**
994
994
  * @public
995
995
  * <p>The settings for open monitoring.</p>
@@ -1029,7 +1029,7 @@ export interface MutableClusterInfo {
1029
1029
  * @public
1030
1030
  * <p>This controls storage mode for supported storage tiers.</p>
1031
1031
  */
1032
- StorageMode?: StorageMode | string;
1032
+ StorageMode?: StorageMode;
1033
1033
  }
1034
1034
  /**
1035
1035
  * @public
@@ -1052,7 +1052,7 @@ export interface UserIdentity {
1052
1052
  * @public
1053
1053
  * <p>The identity type of the requester that calls the API operation.</p>
1054
1054
  */
1055
- Type?: UserIdentityType | string;
1055
+ Type?: UserIdentityType;
1056
1056
  /**
1057
1057
  * @public
1058
1058
  * <p>A unique identifier for the requester that calls the API operation.</p>
@@ -1165,7 +1165,7 @@ export interface ClusterOperationV2Summary {
1165
1165
  * @public
1166
1166
  * <p>Type of the backend cluster.</p>
1167
1167
  */
1168
- ClusterType?: ClusterType | string;
1168
+ ClusterType?: ClusterType;
1169
1169
  /**
1170
1170
  * @public
1171
1171
  * <p>The time at which operation was started.</p>
@@ -1281,7 +1281,7 @@ export interface Configuration {
1281
1281
  * @public
1282
1282
  * <p>The state of the configuration. The possible states are ACTIVE, DELETING, and DELETE_FAILED. </p>
1283
1283
  */
1284
- State: ConfigurationState | string | undefined;
1284
+ State: ConfigurationState | undefined;
1285
1285
  }
1286
1286
  /**
1287
1287
  * @public
@@ -1300,7 +1300,7 @@ export type KafkaVersionStatus = (typeof KafkaVersionStatus)[keyof typeof KafkaV
1300
1300
  */
1301
1301
  export interface KafkaVersion {
1302
1302
  Version?: string;
1303
- Status?: KafkaVersionStatus | string;
1303
+ Status?: KafkaVersionStatus;
1304
1304
  }
1305
1305
  /**
1306
1306
  * @public
@@ -1409,7 +1409,7 @@ export interface NodeInfo {
1409
1409
  * @public
1410
1410
  * <p>The node type.</p>
1411
1411
  */
1412
- NodeType?: NodeType | string;
1412
+ NodeType?: NodeType;
1413
1413
  /**
1414
1414
  * @public
1415
1415
  * <p>The ZookeeperNodeInfo.</p>
@@ -1471,7 +1471,7 @@ export interface VpcConnection {
1471
1471
  * @public
1472
1472
  * <p>State of the Vpc Connection.</p>
1473
1473
  */
1474
- State?: VpcConnectionState | string;
1474
+ State?: VpcConnectionState;
1475
1475
  }
1476
1476
  /**
1477
1477
  * @public
@@ -1766,7 +1766,7 @@ export interface ClusterOperationV2 {
1766
1766
  * @public
1767
1767
  * <p>Type of the backend cluster.</p>
1768
1768
  */
1769
- ClusterType?: ClusterType | string;
1769
+ ClusterType?: ClusterType;
1770
1770
  /**
1771
1771
  * @public
1772
1772
  * <p>The time at which operation was started.</p>
@@ -1863,7 +1863,7 @@ export interface CreateClusterRequest {
1863
1863
  * @public
1864
1864
  * <p>Specifies the level of monitoring for the MSK cluster. The possible values are DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, and PER_TOPIC_PER_PARTITION.</p>
1865
1865
  */
1866
- EnhancedMonitoring?: EnhancedMonitoring | string;
1866
+ EnhancedMonitoring?: EnhancedMonitoring;
1867
1867
  /**
1868
1868
  * @public
1869
1869
  * <p>The settings for open monitoring.</p>
@@ -1889,7 +1889,7 @@ export interface CreateClusterRequest {
1889
1889
  * @public
1890
1890
  * <p>This controls storage mode for supported storage tiers.</p>
1891
1891
  */
1892
- StorageMode?: StorageMode | string;
1892
+ StorageMode?: StorageMode;
1893
1893
  }
1894
1894
  /**
1895
1895
  * @public
@@ -1909,7 +1909,7 @@ export interface CreateClusterResponse {
1909
1909
  * @public
1910
1910
  * <p>The state of the cluster. The possible states are ACTIVE, CREATING, DELETING, FAILED, HEALING, MAINTENANCE, REBOOTING_BROKER, and UPDATING.</p>
1911
1911
  */
1912
- State?: ClusterState | string;
1912
+ State?: ClusterState;
1913
1913
  }
1914
1914
  /**
1915
1915
  * @public
@@ -1940,7 +1940,7 @@ export interface ProvisionedRequest {
1940
1940
  * @public
1941
1941
  * <p>Specifies the level of monitoring for the MSK cluster. The possible values are DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, and PER_TOPIC_PER_PARTITION.</p>
1942
1942
  */
1943
- EnhancedMonitoring?: EnhancedMonitoring | string;
1943
+ EnhancedMonitoring?: EnhancedMonitoring;
1944
1944
  /**
1945
1945
  * @public
1946
1946
  * <p>The settings for open monitoring.</p>
@@ -1965,7 +1965,7 @@ export interface ProvisionedRequest {
1965
1965
  * @public
1966
1966
  * <p>This controls storage mode for supported storage tiers.</p>
1967
1967
  */
1968
- StorageMode?: StorageMode | string;
1968
+ StorageMode?: StorageMode;
1969
1969
  }
1970
1970
  /**
1971
1971
  * @public
@@ -2026,12 +2026,12 @@ export interface CreateClusterV2Response {
2026
2026
  * @public
2027
2027
  * <p>The state of the cluster. The possible states are ACTIVE, CREATING, DELETING, FAILED, HEALING, MAINTENANCE, REBOOTING_BROKER, and UPDATING.</p>
2028
2028
  */
2029
- State?: ClusterState | string;
2029
+ State?: ClusterState;
2030
2030
  /**
2031
2031
  * @public
2032
2032
  * <p>The type of the cluster. The possible states are PROVISIONED or SERVERLESS.</p>
2033
2033
  */
2034
- ClusterType?: ClusterType | string;
2034
+ ClusterType?: ClusterType;
2035
2035
  }
2036
2036
  /**
2037
2037
  * @public
@@ -2087,7 +2087,7 @@ export interface CreateConfigurationResponse {
2087
2087
  * @public
2088
2088
  * <p>The state of the configuration. The possible states are ACTIVE, DELETING, and DELETE_FAILED. </p>
2089
2089
  */
2090
- State?: ConfigurationState | string;
2090
+ State?: ConfigurationState;
2091
2091
  }
2092
2092
  /**
2093
2093
  * @public
@@ -2137,7 +2137,7 @@ export interface CreateVpcConnectionResponse {
2137
2137
  * @public
2138
2138
  * <p>The State of Vpc Connection.</p>
2139
2139
  */
2140
- State?: VpcConnectionState | string;
2140
+ State?: VpcConnectionState;
2141
2141
  /**
2142
2142
  * @public
2143
2143
  * <p>The authentication type of VPC connection.</p>
@@ -2197,7 +2197,7 @@ export interface DeleteClusterResponse {
2197
2197
  * @public
2198
2198
  * <p>The state of the cluster. The possible states are ACTIVE, CREATING, DELETING, FAILED, HEALING, MAINTENANCE, REBOOTING_BROKER, and UPDATING.</p>
2199
2199
  */
2200
- State?: ClusterState | string;
2200
+ State?: ClusterState;
2201
2201
  }
2202
2202
  /**
2203
2203
  * @public
@@ -2237,7 +2237,7 @@ export interface DeleteConfigurationResponse {
2237
2237
  * @public
2238
2238
  * <p>The state of the configuration. The possible states are ACTIVE, DELETING, and DELETE_FAILED. </p>
2239
2239
  */
2240
- State?: ConfigurationState | string;
2240
+ State?: ConfigurationState;
2241
2241
  }
2242
2242
  /**
2243
2243
  * @public
@@ -2262,7 +2262,7 @@ export interface DeleteVpcConnectionResponse {
2262
2262
  * @public
2263
2263
  * <p>The state of the VPC connection.</p>
2264
2264
  */
2265
- State?: VpcConnectionState | string;
2265
+ State?: VpcConnectionState;
2266
2266
  }
2267
2267
  /**
2268
2268
  * @public
@@ -2392,7 +2392,7 @@ export interface DescribeConfigurationResponse {
2392
2392
  * @public
2393
2393
  * <p>The state of the configuration. The possible states are ACTIVE, DELETING, and DELETE_FAILED. </p>
2394
2394
  */
2395
- State?: ConfigurationState | string;
2395
+ State?: ConfigurationState;
2396
2396
  }
2397
2397
  /**
2398
2398
  * @public
@@ -2468,7 +2468,7 @@ export interface DescribeVpcConnectionResponse {
2468
2468
  * @public
2469
2469
  * <p>The state of VPC connection.</p>
2470
2470
  */
2471
- State?: VpcConnectionState | string;
2471
+ State?: VpcConnectionState;
2472
2472
  /**
2473
2473
  * @public
2474
2474
  * <p>The authentication type of VPC connection.</p>
@@ -3412,7 +3412,7 @@ export interface UpdateMonitoringRequest {
3412
3412
  * @public
3413
3413
  * <p>Specifies which Apache Kafka metrics Amazon MSK gathers and sends to Amazon CloudWatch for this cluster.</p>
3414
3414
  */
3415
- EnhancedMonitoring?: EnhancedMonitoring | string;
3415
+ EnhancedMonitoring?: EnhancedMonitoring;
3416
3416
  /**
3417
3417
  * @public
3418
3418
  * <p>The settings for open monitoring.</p>
@@ -3499,7 +3499,7 @@ export interface UpdateStorageRequest {
3499
3499
  * @public
3500
3500
  * <p>Controls storage mode for supported storage tiers.</p>
3501
3501
  */
3502
- StorageMode?: StorageMode | string;
3502
+ StorageMode?: StorageMode;
3503
3503
  /**
3504
3504
  * @public
3505
3505
  * <p>size of the EBS volume to update.</p>
@@ -24,7 +24,7 @@ export type VpcConnectionState =
24
24
  export interface ClientVpcConnection {
25
25
  Authentication?: string;
26
26
  CreationTime?: Date;
27
- State?: VpcConnectionState | string;
27
+ State?: VpcConnectionState;
28
28
  VpcConnectionArn: string | undefined;
29
29
  Owner?: string;
30
30
  }
@@ -73,7 +73,7 @@ export interface StorageInfo {
73
73
  EbsStorageInfo?: EBSStorageInfo;
74
74
  }
75
75
  export interface BrokerNodeGroupInfo {
76
- BrokerAZDistribution?: BrokerAZDistribution | string;
76
+ BrokerAZDistribution?: BrokerAZDistribution;
77
77
  ClientSubnets: string[] | undefined;
78
78
  InstanceType: string | undefined;
79
79
  SecurityGroups?: string[];
@@ -118,7 +118,7 @@ export declare const ClientBroker: {
118
118
  };
119
119
  export type ClientBroker = (typeof ClientBroker)[keyof typeof ClientBroker];
120
120
  export interface EncryptionInTransit {
121
- ClientBroker?: ClientBroker | string;
121
+ ClientBroker?: ClientBroker;
122
122
  InCluster?: boolean;
123
123
  }
124
124
  export interface EncryptionInfo {
@@ -177,13 +177,13 @@ export interface Provisioned {
177
177
  CurrentBrokerSoftwareInfo?: BrokerSoftwareInfo;
178
178
  ClientAuthentication?: ClientAuthentication;
179
179
  EncryptionInfo?: EncryptionInfo;
180
- EnhancedMonitoring?: EnhancedMonitoring | string;
180
+ EnhancedMonitoring?: EnhancedMonitoring;
181
181
  OpenMonitoring?: OpenMonitoringInfo;
182
182
  LoggingInfo?: LoggingInfo;
183
183
  NumberOfBrokerNodes: number | undefined;
184
184
  ZookeeperConnectString?: string;
185
185
  ZookeeperConnectStringTls?: string;
186
- StorageMode?: StorageMode | string;
186
+ StorageMode?: StorageMode;
187
187
  }
188
188
  export interface ServerlessSasl {
189
189
  Iam?: Iam;
@@ -216,12 +216,12 @@ export interface StateInfo {
216
216
  }
217
217
  export interface Cluster {
218
218
  ActiveOperationArn?: string;
219
- ClusterType?: ClusterType | string;
219
+ ClusterType?: ClusterType;
220
220
  ClusterArn?: string;
221
221
  ClusterName?: string;
222
222
  CreationTime?: Date;
223
223
  CurrentVersion?: string;
224
- State?: ClusterState | string;
224
+ State?: ClusterState;
225
225
  StateInfo?: StateInfo;
226
226
  Tags?: Record<string, string>;
227
227
  Provisioned?: Provisioned;
@@ -250,16 +250,16 @@ export interface ClusterInfo {
250
250
  CurrentBrokerSoftwareInfo?: BrokerSoftwareInfo;
251
251
  CurrentVersion?: string;
252
252
  EncryptionInfo?: EncryptionInfo;
253
- EnhancedMonitoring?: EnhancedMonitoring | string;
253
+ EnhancedMonitoring?: EnhancedMonitoring;
254
254
  OpenMonitoring?: OpenMonitoring;
255
255
  LoggingInfo?: LoggingInfo;
256
256
  NumberOfBrokerNodes?: number;
257
- State?: ClusterState | string;
257
+ State?: ClusterState;
258
258
  StateInfo?: StateInfo;
259
259
  Tags?: Record<string, string>;
260
260
  ZookeeperConnectString?: string;
261
261
  ZookeeperConnectStringTls?: string;
262
- StorageMode?: StorageMode | string;
262
+ StorageMode?: StorageMode;
263
263
  }
264
264
  export interface ErrorInfo {
265
265
  ErrorCode?: string;
@@ -280,7 +280,7 @@ export interface MutableClusterInfo {
280
280
  BrokerEBSVolumeInfo?: BrokerEBSVolumeInfo[];
281
281
  ConfigurationInfo?: ConfigurationInfo;
282
282
  NumberOfBrokerNodes?: number;
283
- EnhancedMonitoring?: EnhancedMonitoring | string;
283
+ EnhancedMonitoring?: EnhancedMonitoring;
284
284
  OpenMonitoring?: OpenMonitoring;
285
285
  KafkaVersion?: string;
286
286
  LoggingInfo?: LoggingInfo;
@@ -288,7 +288,7 @@ export interface MutableClusterInfo {
288
288
  ClientAuthentication?: ClientAuthentication;
289
289
  EncryptionInfo?: EncryptionInfo;
290
290
  ConnectivityInfo?: ConnectivityInfo;
291
- StorageMode?: StorageMode | string;
291
+ StorageMode?: StorageMode;
292
292
  }
293
293
  export declare const UserIdentityType: {
294
294
  readonly AWSACCOUNT: "AWSACCOUNT";
@@ -297,7 +297,7 @@ export declare const UserIdentityType: {
297
297
  export type UserIdentityType =
298
298
  (typeof UserIdentityType)[keyof typeof UserIdentityType];
299
299
  export interface UserIdentity {
300
- Type?: UserIdentityType | string;
300
+ Type?: UserIdentityType;
301
301
  PrincipalId?: string;
302
302
  }
303
303
  export interface VpcConnectionInfo {
@@ -322,7 +322,7 @@ export interface ClusterOperationInfo {
322
322
  }
323
323
  export interface ClusterOperationV2Summary {
324
324
  ClusterArn?: string;
325
- ClusterType?: ClusterType | string;
325
+ ClusterType?: ClusterType;
326
326
  StartTime?: Date;
327
327
  EndTime?: Date;
328
328
  OperationArn?: string;
@@ -352,7 +352,7 @@ export interface Configuration {
352
352
  KafkaVersions: string[] | undefined;
353
353
  LatestRevision: ConfigurationRevision | undefined;
354
354
  Name: string | undefined;
355
- State: ConfigurationState | string | undefined;
355
+ State: ConfigurationState | undefined;
356
356
  }
357
357
  export declare const KafkaVersionStatus: {
358
358
  readonly ACTIVE: "ACTIVE";
@@ -362,7 +362,7 @@ export type KafkaVersionStatus =
362
362
  (typeof KafkaVersionStatus)[keyof typeof KafkaVersionStatus];
363
363
  export interface KafkaVersion {
364
364
  Version?: string;
365
- Status?: KafkaVersionStatus | string;
365
+ Status?: KafkaVersionStatus;
366
366
  }
367
367
  export interface BrokerNodeInfo {
368
368
  AttachedENIId?: string;
@@ -388,7 +388,7 @@ export interface NodeInfo {
388
388
  BrokerNodeInfo?: BrokerNodeInfo;
389
389
  InstanceType?: string;
390
390
  NodeARN?: string;
391
- NodeType?: NodeType | string;
391
+ NodeType?: NodeType;
392
392
  ZookeeperNodeInfo?: ZookeeperNodeInfo;
393
393
  }
394
394
  export interface UnprocessedScramSecret {
@@ -402,7 +402,7 @@ export interface VpcConnection {
402
402
  CreationTime?: Date;
403
403
  Authentication?: string;
404
404
  VpcId?: string;
405
- State?: VpcConnectionState | string;
405
+ State?: VpcConnectionState;
406
406
  }
407
407
  export declare class BadRequestException extends __BaseException {
408
408
  readonly name: "BadRequestException";
@@ -496,7 +496,7 @@ export interface ClusterOperationV2Serverless {
496
496
  }
497
497
  export interface ClusterOperationV2 {
498
498
  ClusterArn?: string;
499
- ClusterType?: ClusterType | string;
499
+ ClusterType?: ClusterType;
500
500
  StartTime?: Date;
501
501
  EndTime?: Date;
502
502
  ErrorInfo?: ErrorInfo;
@@ -519,30 +519,30 @@ export interface CreateClusterRequest {
519
519
  ClusterName: string | undefined;
520
520
  ConfigurationInfo?: ConfigurationInfo;
521
521
  EncryptionInfo?: EncryptionInfo;
522
- EnhancedMonitoring?: EnhancedMonitoring | string;
522
+ EnhancedMonitoring?: EnhancedMonitoring;
523
523
  OpenMonitoring?: OpenMonitoringInfo;
524
524
  KafkaVersion: string | undefined;
525
525
  LoggingInfo?: LoggingInfo;
526
526
  NumberOfBrokerNodes: number | undefined;
527
527
  Tags?: Record<string, string>;
528
- StorageMode?: StorageMode | string;
528
+ StorageMode?: StorageMode;
529
529
  }
530
530
  export interface CreateClusterResponse {
531
531
  ClusterArn?: string;
532
532
  ClusterName?: string;
533
- State?: ClusterState | string;
533
+ State?: ClusterState;
534
534
  }
535
535
  export interface ProvisionedRequest {
536
536
  BrokerNodeGroupInfo: BrokerNodeGroupInfo | undefined;
537
537
  ClientAuthentication?: ClientAuthentication;
538
538
  ConfigurationInfo?: ConfigurationInfo;
539
539
  EncryptionInfo?: EncryptionInfo;
540
- EnhancedMonitoring?: EnhancedMonitoring | string;
540
+ EnhancedMonitoring?: EnhancedMonitoring;
541
541
  OpenMonitoring?: OpenMonitoringInfo;
542
542
  KafkaVersion: string | undefined;
543
543
  LoggingInfo?: LoggingInfo;
544
544
  NumberOfBrokerNodes: number | undefined;
545
- StorageMode?: StorageMode | string;
545
+ StorageMode?: StorageMode;
546
546
  }
547
547
  export interface ServerlessRequest {
548
548
  VpcConfigs: VpcConfig[] | undefined;
@@ -557,8 +557,8 @@ export interface CreateClusterV2Request {
557
557
  export interface CreateClusterV2Response {
558
558
  ClusterArn?: string;
559
559
  ClusterName?: string;
560
- State?: ClusterState | string;
561
- ClusterType?: ClusterType | string;
560
+ State?: ClusterState;
561
+ ClusterType?: ClusterType;
562
562
  }
563
563
  export interface CreateConfigurationRequest {
564
564
  Description?: string;
@@ -571,7 +571,7 @@ export interface CreateConfigurationResponse {
571
571
  CreationTime?: Date;
572
572
  LatestRevision?: ConfigurationRevision;
573
573
  Name?: string;
574
- State?: ConfigurationState | string;
574
+ State?: ConfigurationState;
575
575
  }
576
576
  export interface CreateVpcConnectionRequest {
577
577
  TargetClusterArn: string | undefined;
@@ -583,7 +583,7 @@ export interface CreateVpcConnectionRequest {
583
583
  }
584
584
  export interface CreateVpcConnectionResponse {
585
585
  VpcConnectionArn?: string;
586
- State?: VpcConnectionState | string;
586
+ State?: VpcConnectionState;
587
587
  Authentication?: string;
588
588
  VpcId?: string;
589
589
  ClientSubnets?: string[];
@@ -597,7 +597,7 @@ export interface DeleteClusterRequest {
597
597
  }
598
598
  export interface DeleteClusterResponse {
599
599
  ClusterArn?: string;
600
- State?: ClusterState | string;
600
+ State?: ClusterState;
601
601
  }
602
602
  export interface DeleteClusterPolicyRequest {
603
603
  ClusterArn: string | undefined;
@@ -608,14 +608,14 @@ export interface DeleteConfigurationRequest {
608
608
  }
609
609
  export interface DeleteConfigurationResponse {
610
610
  Arn?: string;
611
- State?: ConfigurationState | string;
611
+ State?: ConfigurationState;
612
612
  }
613
613
  export interface DeleteVpcConnectionRequest {
614
614
  Arn: string | undefined;
615
615
  }
616
616
  export interface DeleteVpcConnectionResponse {
617
617
  VpcConnectionArn?: string;
618
- State?: VpcConnectionState | string;
618
+ State?: VpcConnectionState;
619
619
  }
620
620
  export interface DescribeClusterRequest {
621
621
  ClusterArn: string | undefined;
@@ -651,7 +651,7 @@ export interface DescribeConfigurationResponse {
651
651
  KafkaVersions?: string[];
652
652
  LatestRevision?: ConfigurationRevision;
653
653
  Name?: string;
654
- State?: ConfigurationState | string;
654
+ State?: ConfigurationState;
655
655
  }
656
656
  export interface DescribeConfigurationRevisionRequest {
657
657
  Arn: string | undefined;
@@ -670,7 +670,7 @@ export interface DescribeVpcConnectionRequest {
670
670
  export interface DescribeVpcConnectionResponse {
671
671
  VpcConnectionArn?: string;
672
672
  TargetClusterArn?: string;
673
- State?: VpcConnectionState | string;
673
+ State?: VpcConnectionState;
674
674
  Authentication?: string;
675
675
  VpcId?: string;
676
676
  Subnets?: string[];
@@ -905,7 +905,7 @@ export interface UpdateConnectivityResponse {
905
905
  export interface UpdateMonitoringRequest {
906
906
  ClusterArn: string | undefined;
907
907
  CurrentVersion: string | undefined;
908
- EnhancedMonitoring?: EnhancedMonitoring | string;
908
+ EnhancedMonitoring?: EnhancedMonitoring;
909
909
  OpenMonitoring?: OpenMonitoringInfo;
910
910
  LoggingInfo?: LoggingInfo;
911
911
  }
@@ -927,7 +927,7 @@ export interface UpdateStorageRequest {
927
927
  ClusterArn: string | undefined;
928
928
  CurrentVersion: string | undefined;
929
929
  ProvisionedThroughput?: ProvisionedThroughput;
930
- StorageMode?: StorageMode | string;
930
+ StorageMode?: StorageMode;
931
931
  VolumeSizeGB?: number;
932
932
  }
933
933
  export interface UpdateStorageResponse {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-kafka",
3
3
  "description": "AWS SDK for JavaScript Kafka Client for Node.js, Browser and React Native",
4
- "version": "3.427.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,39 +21,39 @@
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.427.0",
25
- "@aws-sdk/credential-provider-node": "3.427.0",
26
- "@aws-sdk/middleware-host-header": "3.425.0",
27
- "@aws-sdk/middleware-logger": "3.425.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.425.0",
29
- "@aws-sdk/middleware-signing": "3.425.0",
30
- "@aws-sdk/middleware-user-agent": "3.427.0",
31
- "@aws-sdk/region-config-resolver": "3.425.0",
32
- "@aws-sdk/types": "3.425.0",
33
- "@aws-sdk/util-endpoints": "3.427.0",
34
- "@aws-sdk/util-user-agent-browser": "3.425.0",
35
- "@aws-sdk/util-user-agent-node": "3.425.0",
36
- "@smithy/config-resolver": "^2.0.11",
37
- "@smithy/fetch-http-handler": "^2.2.1",
38
- "@smithy/hash-node": "^2.0.10",
39
- "@smithy/invalid-dependency": "^2.0.10",
40
- "@smithy/middleware-content-length": "^2.0.12",
41
- "@smithy/middleware-endpoint": "^2.0.10",
42
- "@smithy/middleware-retry": "^2.0.13",
43
- "@smithy/middleware-serde": "^2.0.10",
44
- "@smithy/middleware-stack": "^2.0.4",
45
- "@smithy/node-config-provider": "^2.0.13",
46
- "@smithy/node-http-handler": "^2.1.6",
47
- "@smithy/protocol-http": "^3.0.6",
48
- "@smithy/smithy-client": "^2.1.9",
49
- "@smithy/types": "^2.3.4",
50
- "@smithy/url-parser": "^2.0.10",
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
+ "@aws-sdk/middleware-logger": "3.428.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.428.0",
29
+ "@aws-sdk/middleware-signing": "3.428.0",
30
+ "@aws-sdk/middleware-user-agent": "3.428.0",
31
+ "@aws-sdk/region-config-resolver": "3.428.0",
32
+ "@aws-sdk/types": "3.428.0",
33
+ "@aws-sdk/util-endpoints": "3.428.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.428.0",
35
+ "@aws-sdk/util-user-agent-node": "3.428.0",
36
+ "@smithy/config-resolver": "^2.0.14",
37
+ "@smithy/fetch-http-handler": "^2.2.3",
38
+ "@smithy/hash-node": "^2.0.11",
39
+ "@smithy/invalid-dependency": "^2.0.11",
40
+ "@smithy/middleware-content-length": "^2.0.13",
41
+ "@smithy/middleware-endpoint": "^2.1.1",
42
+ "@smithy/middleware-retry": "^2.0.16",
43
+ "@smithy/middleware-serde": "^2.0.11",
44
+ "@smithy/middleware-stack": "^2.0.5",
45
+ "@smithy/node-config-provider": "^2.1.1",
46
+ "@smithy/node-http-handler": "^2.1.7",
47
+ "@smithy/protocol-http": "^3.0.7",
48
+ "@smithy/smithy-client": "^2.1.11",
49
+ "@smithy/types": "^2.3.5",
50
+ "@smithy/url-parser": "^2.0.11",
51
51
  "@smithy/util-base64": "^2.0.0",
52
52
  "@smithy/util-body-length-browser": "^2.0.0",
53
53
  "@smithy/util-body-length-node": "^2.1.0",
54
- "@smithy/util-defaults-mode-browser": "^2.0.13",
55
- "@smithy/util-defaults-mode-node": "^2.0.15",
56
- "@smithy/util-retry": "^2.0.3",
54
+ "@smithy/util-defaults-mode-browser": "^2.0.15",
55
+ "@smithy/util-defaults-mode-node": "^2.0.19",
56
+ "@smithy/util-retry": "^2.0.4",
57
57
  "@smithy/util-utf8": "^2.0.0",
58
58
  "tslib": "^2.5.0"
59
59
  },