@aws-sdk/client-kafka 3.1098.0 → 3.1100.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (34) hide show
  1. package/README.md +35 -0
  2. package/dist-cjs/index.js +535 -151
  3. package/dist-es/Kafka.js +10 -0
  4. package/dist-es/commands/CreateChannelCommand.js +4 -0
  5. package/dist-es/commands/DeleteChannelCommand.js +4 -0
  6. package/dist-es/commands/DescribeChannelCommand.js +4 -0
  7. package/dist-es/commands/ListChannelsCommand.js +4 -0
  8. package/dist-es/commands/UpdateChannelCommand.js +4 -0
  9. package/dist-es/commands/index.js +5 -0
  10. package/dist-es/models/enums.js +36 -0
  11. package/dist-es/schemas/schemas_0.js +432 -150
  12. package/dist-types/Kafka.d.ts +35 -0
  13. package/dist-types/KafkaClient.d.ts +7 -2
  14. package/dist-types/commands/CreateChannelCommand.d.ts +181 -0
  15. package/dist-types/commands/DeleteChannelCommand.d.ts +94 -0
  16. package/dist-types/commands/DescribeChannelCommand.d.ts +186 -0
  17. package/dist-types/commands/ListChannelsCommand.d.ts +105 -0
  18. package/dist-types/commands/UpdateChannelCommand.d.ts +100 -0
  19. package/dist-types/commands/index.d.ts +5 -0
  20. package/dist-types/models/enums.d.ts +92 -0
  21. package/dist-types/models/models_0.d.ts +632 -1
  22. package/dist-types/schemas/schemas_0.d.ts +34 -0
  23. package/dist-types/ts3.4/Kafka.d.ts +85 -0
  24. package/dist-types/ts3.4/KafkaClient.d.ts +30 -0
  25. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +38 -0
  26. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +38 -0
  27. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +38 -0
  28. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +38 -0
  29. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +38 -0
  30. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  31. package/dist-types/ts3.4/models/enums.d.ts +45 -0
  32. package/dist-types/ts3.4/models/models_0.d.ts +157 -0
  33. package/dist-types/ts3.4/schemas/schemas_0.d.ts +34 -0
  34. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1097.0";
72
+ var version = "3.1099.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75
 
@@ -429,10 +429,12 @@ const _AENII = "AttachedENIId";
429
429
  const _AKC = "ApacheKafkaCluster";
430
430
  const _AKCI = "ApacheKafkaClusterId";
431
431
  const _AMC = "AmazonMskCluster";
432
+ const _AO = "AppendOnly";
432
433
  const _AOA = "ActiveOperationArn";
433
434
  const _ATCT = "AddedToClusterTime";
434
435
  const _Ar = "Arn";
435
436
  const _B = "Bucket";
437
+ const _BA = "BucketArn";
436
438
  const _BASS = "BatchAssociateScramSecret";
437
439
  const _BASSR = "BatchAssociateScramSecretRequest";
438
440
  const _BASSRa = "BatchAssociateScramSecretResponse";
@@ -463,26 +465,31 @@ const _BNGI = "BrokerNodeGroupInfo";
463
465
  const _BNI = "BrokerNodeInfo";
464
466
  const _BRE = "BadRequestException";
465
467
  const _BSI = "BrokerSoftwareInfo";
466
- const _C = "Cluster";
468
+ const _C = "Catalog";
467
469
  const _CA = "ClusterArn";
468
470
  const _CAAL = "CertificateAuthorityArnList";
469
471
  const _CACLFT = "CopyAccessControlListsForTopics";
470
472
  const _CAS = "CustomerActionStatus";
473
+ const _CAa = "CatalogArn";
474
+ const _CAh = "ChannelArn";
471
475
  const _CAl = "ClientAuthentication";
472
476
  const _CAo = "ConfigurationArn";
473
477
  const _CB = "ClientBroker";
474
478
  const _CBI = "CreatedBrokerIds";
475
479
  const _CBSI = "CurrentBrokerSoftwareInfo";
476
- const _CC = "CreateCluster";
480
+ const _CC = "CreateChannel";
477
481
  const _CCE = "ClusterConnectivityException";
478
- const _CCR = "CreateClusterRequest";
479
- const _CCRr = "CreateClusterResponse";
480
- const _CCRre = "CreateConfigurationRequest";
481
- const _CCRrea = "CreateConfigurationResponse";
482
+ const _CCR = "CreateChannelRequest";
483
+ const _CCRr = "CreateChannelResponse";
484
+ const _CCRre = "CreateClusterRequest";
485
+ const _CCRrea = "CreateClusterResponse";
486
+ const _CCRreat = "CreateConfigurationRequest";
487
+ const _CCRreate = "CreateConfigurationResponse";
482
488
  const _CCV = "CreateClusterV2";
483
489
  const _CCVR = "CreateClusterV2Request";
484
490
  const _CCVRr = "CreateClusterV2Response";
485
- const _CCr = "CreateConfiguration";
491
+ const _CCr = "CreateCluster";
492
+ const _CCre = "CreateConfiguration";
486
493
  const _CE = "ConflictException";
487
494
  const _CGOSM = "ConsumerGroupOffsetSyncMode";
488
495
  const _CGR = "ConsumerGroupReplication";
@@ -491,14 +498,17 @@ const _CGTE = "ConsumerGroupsToExclude";
491
498
  const _CGTR = "ConsumerGroupsToReplicate";
492
499
  const _CI = "ConnectivityInfo";
493
500
  const _CIL = "ClusterInfoList";
501
+ const _CIh = "ChannelInfo";
494
502
  const _CIl = "ClusterInfo";
495
503
  const _CIo = "ConfigurationInfo";
496
504
  const _CKV = "CompatibleKafkaVersion";
497
505
  const _CKVo = "CompatibleKafkaVersions";
506
+ const _CLI = "ChannelLoggingInfo";
498
507
  const _CME = "ControllerMovedException";
499
- const _CN = "ClusterName";
508
+ const _CN = "ChannelName";
500
509
  const _CNF = "ClusterNameFilter";
501
510
  const _CNI = "ControllerNodeInfo";
511
+ const _CNl = "ClusterName";
502
512
  const _COA = "ClusterOperationArn";
503
513
  const _COI = "ClusterOperationInfo";
504
514
  const _COIL = "ClusterOperationInfoList";
@@ -514,6 +524,7 @@ const _CRR = "CreateReplicatorRequest";
514
524
  const _CRRr = "CreateReplicatorResponse";
515
525
  const _CRr = "CreateReplicator";
516
526
  const _CS = "ClientSubnets";
527
+ const _CSI = "ChannelStateInfo";
517
528
  const _CSl = "ClientSubnet";
518
529
  const _CT = "CreationTime";
519
530
  const _CTC = "CopyTopicConfigurations";
@@ -521,6 +532,7 @@ const _CTF = "ClusterTypeFilter";
521
532
  const _CTR = "CreateTopicRequest";
522
533
  const _CTRr = "CreateTopicResponse";
523
534
  const _CTl = "ClusterType";
535
+ const _CTo = "CompressionType";
524
536
  const _CTr = "CreateTopic";
525
537
  const _CV = "CurrentVersion";
526
538
  const _CVC = "ClientVpcConnection";
@@ -530,15 +542,17 @@ const _CVCl = "ClientVpcConnections";
530
542
  const _CVCr = "CreateVpcConnection";
531
543
  const _CVIA = "ClientVpcIpAddress";
532
544
  const _CWL = "CloudWatchLogs";
533
- const _Co = "Configuration";
534
- const _Cod = "Code";
535
- const _Con = "Configs";
536
- const _Conf = "Configurations";
545
+ const _Ch = "Channels";
546
+ const _Cl = "Cluster";
547
+ const _Co = "Code";
548
+ const _Con = "Configuration";
549
+ const _Conf = "Configs";
550
+ const _Confi = "Configurations";
537
551
  const _D = "Description";
538
552
  const _DACNCG = "DetectAndCopyNewConsumerGroups";
539
553
  const _DACNT = "DetectAndCopyNewTopics";
540
554
  const _DBI = "DeletedBrokerIds";
541
- const _DC = "DeleteCluster";
555
+ const _DC = "DeleteChannel";
542
556
  const _DCO = "DescribeClusterOperation";
543
557
  const _DCOR = "DescribeClusterOperationRequest";
544
558
  const _DCORe = "DescribeClusterOperationResponse";
@@ -548,23 +562,32 @@ const _DCOVRe = "DescribeClusterOperationV2Response";
548
562
  const _DCP = "DeleteClusterPolicy";
549
563
  const _DCPR = "DeleteClusterPolicyRequest";
550
564
  const _DCPRe = "DeleteClusterPolicyResponse";
551
- const _DCR = "DeleteClusterRequest";
565
+ const _DCR = "DeleteChannelRequest";
552
566
  const _DCRR = "DescribeConfigurationRevisionRequest";
553
567
  const _DCRRe = "DescribeConfigurationRevisionResponse";
554
- const _DCRe = "DeleteClusterResponse";
555
- const _DCRel = "DeleteConfigurationRequest";
556
- const _DCRele = "DeleteConfigurationResponse";
557
- const _DCRes = "DescribeClusterRequest";
558
- const _DCResc = "DescribeClusterResponse";
559
- const _DCRescr = "DescribeConfigurationRequest";
560
- const _DCRescri = "DescribeConfigurationResponse";
561
- const _DCRescrib = "DescribeConfigurationRevision";
568
+ const _DCRe = "DeleteChannelResponse";
569
+ const _DCRel = "DeleteClusterRequest";
570
+ const _DCRele = "DeleteClusterResponse";
571
+ const _DCRelet = "DeleteConfigurationRequest";
572
+ const _DCRelete = "DeleteConfigurationResponse";
573
+ const _DCRes = "DescribeChannelRequest";
574
+ const _DCResc = "DescribeChannelResponse";
575
+ const _DCRescr = "DescribeClusterRequest";
576
+ const _DCRescri = "DescribeClusterResponse";
577
+ const _DCRescrib = "DescribeConfigurationRequest";
578
+ const _DCRescribe = "DescribeConfigurationResponse";
579
+ const _DCRescribeo = "DescribeConfigurationRevision";
562
580
  const _DCV = "DescribeClusterV2";
563
581
  const _DCVR = "DescribeClusterV2Request";
564
582
  const _DCVRe = "DescribeClusterV2Response";
565
- const _DCe = "DeleteConfiguration";
566
- const _DCes = "DescribeCluster";
567
- const _DCesc = "DescribeConfiguration";
583
+ const _DCe = "DeleteCluster";
584
+ const _DCel = "DeleteConfiguration";
585
+ const _DCes = "DescribeChannel";
586
+ const _DCesc = "DescribeCluster";
587
+ const _DCescr = "DescribeConfiguration";
588
+ const _DDN = "DestinationDatabaseName";
589
+ const _DFIS = "DataFreshnessInSeconds";
590
+ const _DLQS = "DeadLetterQueueS3";
568
591
  const _DR = "DeleteReplicator";
569
592
  const _DRR = "DeleteReplicatorRequest";
570
593
  const _DRRe = "DeleteReplicatorResponse";
@@ -572,7 +595,9 @@ const _DRRes = "DescribeReplicatorRequest";
572
595
  const _DRResc = "DescribeReplicatorResponse";
573
596
  const _DRe = "DescribeReplicator";
574
597
  const _DS = "DeliveryStream";
575
- const _DT = "DeleteTopic";
598
+ const _DT = "DestinationType";
599
+ const _DTL = "DestinationTableList";
600
+ const _DTN = "DestinationTableName";
576
601
  const _DTP = "DescribeTopicPartitions";
577
602
  const _DTPR = "DescribeTopicPartitionsRequest";
578
603
  const _DTPRe = "DescribeTopicPartitionsResponse";
@@ -580,7 +605,9 @@ const _DTR = "DeleteTopicRequest";
580
605
  const _DTRe = "DeleteTopicResponse";
581
606
  const _DTRes = "DescribeTopicRequest";
582
607
  const _DTResc = "DescribeTopicResponse";
583
- const _DTe = "DescribeTopic";
608
+ const _DTe = "DestinationTable";
609
+ const _DTel = "DeleteTopic";
610
+ const _DTes = "DescribeTopic";
584
611
  const _DVC = "DeleteVpcConnection";
585
612
  const _DVCR = "DeleteVpcConnectionRequest";
586
613
  const _DVCRe = "DeleteVpcConnectionResponse";
@@ -590,21 +617,27 @@ const _DVCe = "DescribeVpcConnection";
590
617
  const _DVKMSKI = "DataVolumeKMSKeyId";
591
618
  const _E = "Endpoints";
592
619
  const _EAR = "EncryptionAtRest";
620
+ const _EBO = "ExpectedBucketOwner";
593
621
  const _EBSSI = "EBSStorageInfo";
594
- const _EC = "ErrorCode";
622
+ const _EC = "EncryptionConfiguration";
623
+ const _ECr = "ErrorCode";
595
624
  const _EI = "EncryptionInfo";
596
625
  const _EIB = "EnabledInBroker";
597
626
  const _EIT = "EncryptionInTransit";
598
627
  const _EIr = "ErrorInfo";
599
628
  const _EM = "EnhancedMonitoring";
600
629
  const _EMr = "ErrorMessage";
630
+ const _EOP = "ErrorOutputPrefix";
601
631
  const _ES = "ErrorString";
632
+ const _ESE = "EnableSchemaEvolution";
602
633
  const _ESI = "EbsStorageInfo";
603
634
  const _ET = "EndTime";
635
+ const _ETC = "EnableTableCreation";
604
636
  const _ETn = "EncryptionType";
605
637
  const _En = "Enabled";
606
638
  const _F = "Firehose";
607
639
  const _FE = "ForbiddenException";
640
+ const _GA = "GsrArn";
608
641
  const _GBB = "GetBootstrapBrokers";
609
642
  const _GBBR = "GetBootstrapBrokersRequest";
610
643
  const _GBBRe = "GetBootstrapBrokersResponse";
@@ -617,6 +650,8 @@ const _GCPRe = "GetClusterPolicyResponse";
617
650
  const _GSTTE = "GroupSubscribedToTopicException";
618
651
  const _I = "Iam";
619
652
  const _IC = "InCluster";
653
+ const _IDC = "IcebergDestinationConfiguration";
654
+ const _IDU = "IcebergDestinationUpdate";
620
655
  const _IP = "InvalidParameter";
621
656
  const _IRR = "IsReplicatorReference";
622
657
  const _ISEE = "InternalServerErrorException";
@@ -636,32 +671,36 @@ const _KCS = "KafkaClusterSummary";
636
671
  const _KCSSA = "KafkaClusterSaslScramAuthentication";
637
672
  const _KCSa = "KafkaClustersSummary";
638
673
  const _KCa = "KafkaCluster";
674
+ const _KKA = "KmsKeyArn";
639
675
  const _KRE = "KafkaRequestException";
640
676
  const _KTE = "KafkaTimeoutException";
641
677
  const _KV = "KafkaVersion";
642
678
  const _KVa = "KafkaVersions";
643
679
  const _L = "Leader";
644
- const _LC = "ListClusters";
680
+ const _LC = "ListChannels";
645
681
  const _LCO = "ListClusterOperations";
646
682
  const _LCOR = "ListClusterOperationsRequest";
647
683
  const _LCORi = "ListClusterOperationsResponse";
648
684
  const _LCOV = "ListClusterOperationsV2";
649
685
  const _LCOVR = "ListClusterOperationsV2Request";
650
686
  const _LCOVRi = "ListClusterOperationsV2Response";
651
- const _LCR = "ListClustersRequest";
687
+ const _LCR = "ListChannelsRequest";
652
688
  const _LCRR = "ListConfigurationRevisionsRequest";
653
689
  const _LCRRi = "ListConfigurationRevisionsResponse";
654
- const _LCRi = "ListClustersResponse";
655
- const _LCRis = "ListConfigurationsRequest";
656
- const _LCRist = "ListConfigurationsResponse";
657
- const _LCRisto = "ListConfigurationRevisions";
690
+ const _LCRi = "ListChannelsResponse";
691
+ const _LCRis = "ListClustersRequest";
692
+ const _LCRist = "ListClustersResponse";
693
+ const _LCRisto = "ListConfigurationsRequest";
694
+ const _LCRiston = "ListConfigurationsResponse";
695
+ const _LCRistonf = "ListConfigurationRevisions";
658
696
  const _LCV = "ListClustersV2";
659
697
  const _LCVC = "ListClientVpcConnections";
660
698
  const _LCVCR = "ListClientVpcConnectionsRequest";
661
699
  const _LCVCRi = "ListClientVpcConnectionsResponse";
662
700
  const _LCVR = "ListClustersV2Request";
663
701
  const _LCVRi = "ListClustersV2Response";
664
- const _LCi = "ListConfigurations";
702
+ const _LCi = "ListClusters";
703
+ const _LCis = "ListConfigurations";
665
704
  const _LD = "LogDelivery";
666
705
  const _LG = "LogGroup";
667
706
  const _LI = "LoggingInfo";
@@ -707,9 +746,11 @@ const _NTe = "NextToken";
707
746
  const _NTo = "NodeType";
708
747
  const _O = "Owner";
709
748
  const _OA = "OperationArn";
749
+ const _OKT = "OutputKeyTemplate";
710
750
  const _OM = "OpenMonitoring";
711
751
  const _OMI = "OpenMonitoringInfo";
712
752
  const _OOSRC = "OutOfSyncReplicaCount";
753
+ const _OP = "OutputPrefix";
713
754
  const _OS = "OperationState";
714
755
  const _OSp = "OperationSteps";
715
756
  const _OT = "OperationType";
@@ -722,6 +763,9 @@ const _PCPRu = "PutClusterPolicyResponse";
722
763
  const _PI = "PrometheusInfo";
723
764
  const _PIr = "PrincipalId";
724
765
  const _PR = "ProvisionedRequest";
766
+ const _PS = "PartitionSpec";
767
+ const _PSa = "PartitionSource";
768
+ const _PSar = "PartitionStrategy";
725
769
  const _PT = "ProvisionedThroughput";
726
770
  const _Pa = "Partitions";
727
771
  const _Par = "Partition";
@@ -734,6 +778,7 @@ const _RAe = "ResourceArn";
734
778
  const _RB = "RebootBroker";
735
779
  const _RBR = "RebootBrokerRequest";
736
780
  const _RBRe = "RebootBrokerResponse";
781
+ const _RC = "RecordConverter";
737
782
  const _RCC = "RootCaCertificate";
738
783
  const _RCVC = "RejectClientVpcConnection";
739
784
  const _RCVCR = "RejectClientVpcConnectionRequest";
@@ -755,8 +800,9 @@ const _RRA = "ReplicatorResourceArn";
755
800
  const _RS = "ReplicatorState";
756
801
  const _RSI = "ReplicationStateInfo";
757
802
  const _RSP = "ReplicationStartingPosition";
758
- const _RSe = "ReplicatorS3";
759
- const _RSep = "ReplicatorSummary";
803
+ const _RSe = "RecordSchema";
804
+ const _RSep = "ReplicatorS3";
805
+ const _RSepl = "ReplicatorSummary";
760
806
  const _RTNC = "ReplicationTopicNameConfiguration";
761
807
  const _Re = "Revision";
762
808
  const _Rep = "Replicators";
@@ -765,10 +811,14 @@ const _Rev = "Revisions";
765
811
  const _S = "S3";
766
812
  const _SA = "SecretArn";
767
813
  const _SAL = "SecretArnList";
814
+ const _SC = "StorageClass";
768
815
  const _SCA = "ServerlessClientAuthentication";
769
816
  const _SCGO = "SynchroniseConsumerGroupOffsets";
770
817
  const _SCI = "SourceClusterInfo";
771
818
  const _SCIe = "ServerlessConnectivityInfo";
819
+ const _SDC = "S3DestinationConfiguration";
820
+ const _SDU = "S3DestinationUpdate";
821
+ const _SE = "SchemaEvolution";
772
822
  const _SERA = "ServiceExecutionRoleArn";
773
823
  const _SG = "SecurityGroups";
774
824
  const _SGI = "SecurityGroupIds";
@@ -779,29 +829,36 @@ const _SIu = "SubnetIds";
779
829
  const _SKCA = "SourceKafkaClusterArn";
780
830
  const _SKCAo = "SourceKafkaClusterAlias";
781
831
  const _SKCI = "SourceKafkaClusterId";
832
+ const _SL = "SourceList";
782
833
  const _SM = "StorageMode";
783
834
  const _SN = "StepName";
835
+ const _SNo = "SourceName";
784
836
  const _SP = "ServerProperties";
785
837
  const _SPt = "StartingPosition";
786
838
  const _SR = "ServerlessRequest";
787
839
  const _SS = "StepStatus";
788
840
  const _SSa = "SaslScram";
789
841
  const _SSe = "ServerlessSasl";
842
+ const _SSt = "S3Storage";
790
843
  const _ST = "StartTime";
791
844
  const _SUE = "ServiceUnavailableException";
792
845
  const _SV = "SourceVersion";
793
846
  const _Sa = "Sasl";
794
847
  const _Sc = "Scram";
795
848
  const _Se = "Serverless";
796
- const _St = "State";
797
- const _Sta = "Status";
849
+ const _St = "Status";
850
+ const _Sta = "State";
851
+ const _Sto = "Storage";
798
852
  const _Su = "Subnets";
799
853
  const _T = "Tls";
800
854
  const _TA = "TopicArn";
801
855
  const _TBEBSVI = "TargetBrokerEBSVolumeInfo";
856
+ const _TC = "TableCreation";
802
857
  const _TCA = "TargetClusterArn";
803
858
  const _TCI = "TargetClusterInfo";
859
+ const _TCL = "TopicConfigurationList";
804
860
  const _TCT = "TargetCompressionType";
861
+ const _TCo = "TopicConfiguration";
805
862
  const _TEE = "TopicExistsException";
806
863
  const _TI = "TopicInfo";
807
864
  const _TIT = "TargetInstanceType";
@@ -836,18 +893,21 @@ const _UBSRp = "UpdateBrokerStorageResponse";
836
893
  const _UBT = "UpdateBrokerType";
837
894
  const _UBTR = "UpdateBrokerTypeRequest";
838
895
  const _UBTRp = "UpdateBrokerTypeResponse";
839
- const _UC = "UpdateConfiguration";
896
+ const _UC = "UpdateChannel";
840
897
  const _UCC = "UpdateClusterConfiguration";
841
898
  const _UCCR = "UpdateClusterConfigurationRequest";
842
899
  const _UCCRp = "UpdateClusterConfigurationResponse";
843
900
  const _UCKV = "UpdateClusterKafkaVersion";
844
901
  const _UCKVR = "UpdateClusterKafkaVersionRequest";
845
902
  const _UCKVRp = "UpdateClusterKafkaVersionResponse";
846
- const _UCR = "UpdateConfigurationRequest";
847
- const _UCRp = "UpdateConfigurationResponse";
848
- const _UCRpd = "UpdateConnectivityRequest";
849
- const _UCRpda = "UpdateConnectivityResponse";
850
- const _UCp = "UpdateConnectivity";
903
+ const _UCR = "UpdateChannelRequest";
904
+ const _UCRp = "UpdateChannelResponse";
905
+ const _UCRpd = "UpdateConfigurationRequest";
906
+ const _UCRpda = "UpdateConfigurationResponse";
907
+ const _UCRpdat = "UpdateConnectivityRequest";
908
+ const _UCRpdate = "UpdateConnectivityResponse";
909
+ const _UCp = "UpdateConfiguration";
910
+ const _UCpd = "UpdateConnectivity";
851
911
  const _UE = "UnauthorizedException";
852
912
  const _UI = "UserIdentity";
853
913
  const _UM = "UpdateMonitoring";
@@ -883,6 +943,7 @@ const _VCIp = "VpcConnectivityIam";
883
943
  const _VCS = "VpcConnectivitySasl";
884
944
  const _VCSp = "VpcConnectivityScram";
885
945
  const _VCT = "VpcConnectivityTls";
946
+ const _VCa = "ValueConverter";
886
947
  const _VCp = "VpcConfig";
887
948
  const _VCpc = "VpcConnections";
888
949
  const _VCpco = "VpcConfigs";
@@ -891,6 +952,7 @@ const _VI = "VpcId";
891
952
  const _VS = "VolumeSize";
892
953
  const _VSGB = "VolumeSizeGB";
893
954
  const _VT = "VolumeThroughput";
955
+ const _WL = "WarehouseLocation";
894
956
  const _ZA = "ZookeeperAccess";
895
957
  const _ZCS = "ZookeeperConnectString";
896
958
  const _ZCST = "ZookeeperConnectStringTls";
@@ -903,10 +965,12 @@ const _aENII = "attachedENIId";
903
965
  const _aKC = "apacheKafkaCluster";
904
966
  const _aKCI = "apacheKafkaClusterId";
905
967
  const _aMC = "amazonMskCluster";
968
+ const _aO = "appendOnly";
906
969
  const _aOA = "activeOperationArn";
907
970
  const _aTCT = "addedToClusterTime";
908
971
  const _ar = "arn";
909
972
  const _b = "bucket";
973
+ const _bA = "bucketArn";
910
974
  const _bAZD = "brokerAZDistribution";
911
975
  const _bBS = "bootstrapBrokerString";
912
976
  const _bBSI = "bootstrapBrokerStringIpv6";
@@ -934,6 +998,8 @@ const _cA = "clusterArn";
934
998
  const _cAAL = "certificateAuthorityArnList";
935
999
  const _cACLFT = "copyAccessControlListsForTopics";
936
1000
  const _cAS = "customerActionStatus";
1001
+ const _cAa = "catalogArn";
1002
+ const _cAh = "channelArn";
937
1003
  const _cAl = "clientAuthentication";
938
1004
  const _cAo = "configurationArn";
939
1005
  const _cB = "clientBroker";
@@ -948,9 +1014,10 @@ const _cIL = "clusterInfoList";
948
1014
  const _cIl = "clusterInfo";
949
1015
  const _cIo = "configurationInfo";
950
1016
  const _cKV = "compatibleKafkaVersions";
951
- const _cN = "clusterName";
1017
+ const _cN = "channelName";
952
1018
  const _cNF = "clusterNameFilter";
953
1019
  const _cNI = "controllerNodeInfo";
1020
+ const _cNl = "clusterName";
954
1021
  const _cOA = "clusterOperationArn";
955
1022
  const _cOI = "clusterOperationInfo";
956
1023
  const _cOIL = "clusterOperationInfoList";
@@ -962,40 +1029,57 @@ const _cT = "creationTime";
962
1029
  const _cTC = "copyTopicConfigurations";
963
1030
  const _cTF = "clusterTypeFilter";
964
1031
  const _cTl = "clusterType";
1032
+ const _cTo = "compressionType";
965
1033
  const _cV = "currentVersion";
966
1034
  const _cVC = "clientVpcConnections";
967
1035
  const _cVIA = "clientVpcIpAddress";
968
1036
  const _cWL = "cloudWatchLogs";
969
- const _co = "configs";
970
- const _cod = "code";
971
- const _con = "configurations";
1037
+ const _ca = "catalog";
1038
+ const _ch = "channels";
1039
+ const _co = "code";
1040
+ const _con = "configs";
1041
+ const _conf = "configurations";
972
1042
  const _d = "description";
973
1043
  const _dACNCG = "detectAndCopyNewConsumerGroups";
974
1044
  const _dACNT = "detectAndCopyNewTopics";
975
1045
  const _dBI = "deletedBrokerIds";
1046
+ const _dDN = "destinationDatabaseName";
1047
+ const _dFIS = "dataFreshnessInSeconds";
1048
+ const _dLQS = "deadLetterQueueS3";
976
1049
  const _dS = "deliveryStream";
1050
+ const _dT = "destinationType";
1051
+ const _dTL = "destinationTableList";
1052
+ const _dTN = "destinationTableName";
977
1053
  const _dVKMSKI = "dataVolumeKMSKeyId";
978
1054
  const _e = "error";
979
1055
  const _eAR = "encryptionAtRest";
980
- const _eC = "errorCode";
1056
+ const _eBO = "expectedBucketOwner";
1057
+ const _eC = "encryptionConfiguration";
1058
+ const _eCr = "errorCode";
981
1059
  const _eI = "encryptionInfo";
982
1060
  const _eIB = "enabledInBroker";
983
1061
  const _eIT = "encryptionInTransit";
984
1062
  const _eIr = "errorInfo";
985
1063
  const _eM = "enhancedMonitoring";
986
1064
  const _eMr = "errorMessage";
1065
+ const _eOP = "errorOutputPrefix";
987
1066
  const _eS = "errorString";
1067
+ const _eSE = "enableSchemaEvolution";
988
1068
  const _eSI = "ebsStorageInfo";
989
1069
  const _eT = "endTime";
1070
+ const _eTC = "enableTableCreation";
990
1071
  const _eTn = "encryptionType";
991
1072
  const _en = "endpoints";
992
1073
  const _ena = "enabled";
993
1074
  const _f = "firehose";
1075
+ const _gA = "gsrArn";
994
1076
  const _h = "http";
995
1077
  const _hE = "httpError";
996
1078
  const _hQ = "httpQuery";
997
1079
  const _i = "iam";
998
1080
  const _iC = "inCluster";
1081
+ const _iDC = "icebergDestinationConfiguration";
1082
+ const _iDU = "icebergDestinationUpdate";
999
1083
  const _iP = "invalidParameter";
1000
1084
  const _iRR = "isReplicatorReference";
1001
1085
  const _iT = "instanceType";
@@ -1006,6 +1090,7 @@ const _kBNI = "kafkaBrokerNodeId";
1006
1090
  const _kC = "kafkaClusters";
1007
1091
  const _kCA = "kafkaClusterAlias";
1008
1092
  const _kCS = "kafkaClustersSummary";
1093
+ const _kKA = "kmsKeyArn";
1009
1094
  const _kV = "kafkaVersion";
1010
1095
  const _kVa = "kafkaVersions";
1011
1096
  const _l = "leader";
@@ -1014,7 +1099,8 @@ const _lG = "logGroup";
1014
1099
  const _lI = "loggingInfo";
1015
1100
  const _lOBEBSVI = "__listOfBrokerEBSVolumeInfo";
1016
1101
  const _lOC = "__listOfCluster";
1017
- const _lOCI = "__listOfClusterInfo";
1102
+ const _lOCI = "__listOfChannelInfo";
1103
+ const _lOCIi = "__listOfClusterInfo";
1018
1104
  const _lOCKV = "__listOfCompatibleKafkaVersion";
1019
1105
  const _lOCOI = "__listOfClusterOperationInfo";
1020
1106
  const _lOCOS = "__listOfClusterOperationStep";
@@ -1022,15 +1108,18 @@ const _lOCOVS = "__listOfClusterOperationV2Summary";
1022
1108
  const _lOCR = "__listOfConfigurationRevision";
1023
1109
  const _lOCVC = "__listOfClientVpcConnection";
1024
1110
  const _lOCi = "__listOfConfiguration";
1111
+ const _lODT = "__listOfDestinationTable";
1025
1112
  const _lOKC = "__listOfKafkaCluster";
1026
1113
  const _lOKCD = "__listOfKafkaClusterDescription";
1027
1114
  const _lOKCS = "__listOfKafkaClusterSummary";
1028
1115
  const _lOKV = "__listOfKafkaVersion";
1029
1116
  const _lONI = "__listOfNodeInfo";
1117
+ const _lOPS = "__listOfPartitionSource";
1030
1118
  const _lORI = "__listOfReplicationInfo";
1031
1119
  const _lORID = "__listOfReplicationInfoDescription";
1032
1120
  const _lORIS = "__listOfReplicationInfoSummary";
1033
1121
  const _lORS = "__listOfReplicatorSummary";
1122
+ const _lOTC = "__listOfTopicConfiguration";
1034
1123
  const _lOTI = "__listOfTopicInfo";
1035
1124
  const _lOTPI = "__listOfTopicPartitionInfo";
1036
1125
  const _lOUSS = "__listOfUnprocessedScramSecret";
@@ -1052,8 +1141,10 @@ const _nTe = "nextToken";
1052
1141
  const _nTo = "nodeType";
1053
1142
  const _o = "owner";
1054
1143
  const _oA = "operationArn";
1144
+ const _oKT = "outputKeyTemplate";
1055
1145
  const _oM = "openMonitoring";
1056
1146
  const _oOSRC = "outOfSyncReplicaCount";
1147
+ const _oP = "outputPrefix";
1057
1148
  const _oS = "operationState";
1058
1149
  const _oSp = "operationSteps";
1059
1150
  const _oT = "operationType";
@@ -1061,6 +1152,8 @@ const _p = "provisioned";
1061
1152
  const _pA = "publicAccess";
1062
1153
  const _pC = "partitionCount";
1063
1154
  const _pI = "principalId";
1155
+ const _pS = "partitionSpec";
1156
+ const _pSa = "partitionStrategy";
1064
1157
  const _pT = "provisionedThroughput";
1065
1158
  const _pa = "partitions";
1066
1159
  const _par = "partition";
@@ -1069,6 +1162,7 @@ const _pr = "prometheus";
1069
1162
  const _pre = "prefix";
1070
1163
  const _r = "rebalancing";
1071
1164
  const _rA = "replicatorArn";
1165
+ const _rC = "recordConverter";
1072
1166
  const _rCC = "rootCaCertificate";
1073
1167
  const _rD = "replicatorDescription";
1074
1168
  const _rF = "replicationFactor";
@@ -1079,6 +1173,7 @@ const _rN = "replicatorName";
1079
1173
  const _rNF = "replicatorNameFilter";
1080
1174
  const _rRA = "replicatorResourceArn";
1081
1175
  const _rS = "replicatorState";
1176
+ const _rSe = "recordSchema";
1082
1177
  const _re = "revision";
1083
1178
  const _rep = "replicators";
1084
1179
  const _repl = "replicas";
@@ -1086,8 +1181,12 @@ const _rev = "revisions";
1086
1181
  const _s = "smithy.ts.sdk.synthetic.com.amazonaws.kafka";
1087
1182
  const _sA = "secretArn";
1088
1183
  const _sAL = "secretArnList";
1184
+ const _sC = "storageClass";
1089
1185
  const _sCGO = "synchroniseConsumerGroupOffsets";
1090
1186
  const _sCI = "sourceClusterInfo";
1187
+ const _sDC = "s3DestinationConfiguration";
1188
+ const _sDU = "s3DestinationUpdate";
1189
+ const _sE = "schemaEvolution";
1091
1190
  const _sERA = "serviceExecutionRoleArn";
1092
1191
  const _sG = "securityGroups";
1093
1192
  const _sGI = "securityGroupIds";
@@ -1098,8 +1197,10 @@ const _sIu = "subnetIds";
1098
1197
  const _sKCA = "sourceKafkaClusterArn";
1099
1198
  const _sKCAo = "sourceKafkaClusterAlias";
1100
1199
  const _sKCI = "sourceKafkaClusterId";
1200
+ const _sL = "sourceList";
1101
1201
  const _sM = "storageMode";
1102
1202
  const _sN = "stepName";
1203
+ const _sNo = "sourceName";
1103
1204
  const _sP = "serverProperties";
1104
1205
  const _sPt = "startingPosition";
1105
1206
  const _sS = "stepStatus";
@@ -1111,14 +1212,17 @@ const _sa = "sasl";
1111
1212
  const _sc = "scram";
1112
1213
  const _se = "server";
1113
1214
  const _ser = "serverless";
1114
- const _st = "state";
1115
- const _sta = "status";
1215
+ const _st = "status";
1216
+ const _sta = "state";
1217
+ const _sto = "storage";
1116
1218
  const _su = "subnets";
1117
1219
  const _t = "tls";
1118
1220
  const _tA = "topicArn";
1119
1221
  const _tBEBSVI = "targetBrokerEBSVolumeInfo";
1222
+ const _tC = "tableCreation";
1120
1223
  const _tCA = "targetClusterArn";
1121
1224
  const _tCI = "targetClusterInfo";
1225
+ const _tCL = "topicConfigurationList";
1122
1226
  const _tCT = "targetCompressionType";
1123
1227
  const _tIT = "targetInstanceType";
1124
1228
  const _tK = "tagKeys";
@@ -1144,6 +1248,7 @@ const _v = "version";
1144
1248
  const _vC = "vpcConnectivity";
1145
1249
  const _vCA = "vpcConnectionArn";
1146
1250
  const _vCI = "vpcConnectionInfo";
1251
+ const _vCa = "valueConverter";
1147
1252
  const _vCp = "vpcConfig";
1148
1253
  const _vCpc = "vpcConnections";
1149
1254
  const _vCpco = "vpcConfigs";
@@ -1151,6 +1256,7 @@ const _vI = "vpcId";
1151
1256
  const _vS = "volumeSize";
1152
1257
  const _vSGB = "volumeSizeGB";
1153
1258
  const _vT = "volumeThroughput";
1259
+ const _wL = "warehouseLocation";
1154
1260
  const _zA = "zookeeperAccess";
1155
1261
  const _zCS = "zookeeperConnectString";
1156
1262
  const _zCST = "zookeeperConnectStringTls";
@@ -1329,6 +1435,26 @@ var BrokerSoftwareInfo$ = [3, n0, _BSI,
1329
1435
  [_CAo, _CR, _KV],
1330
1436
  [[0, { [_jN]: _cAo }], [1, { [_jN]: _cR }], [0, { [_jN]: _kV }]]
1331
1437
  ];
1438
+ var Catalog$ = [3, n0, _C,
1439
+ 0,
1440
+ [_CAa, _WL],
1441
+ [[0, { [_jN]: _cAa }], [0, { [_jN]: _wL }]]
1442
+ ];
1443
+ var ChannelInfo$ = [3, n0, _CIh,
1444
+ 0,
1445
+ [_CAh, _CN, _St, _CT, _DT, _COA],
1446
+ [[0, { [_jN]: _cAh }], [0, { [_jN]: _cN }], [0, { [_jN]: _st }], [5, { [_jN]: _cT }], [0, { [_jN]: _dT }], [0, { [_jN]: _cOA }]], 5
1447
+ ];
1448
+ var ChannelLoggingInfo$ = [3, n0, _CLI,
1449
+ 0,
1450
+ [_CWL, _F, _S],
1451
+ [[() => CloudWatchLogs$, { [_jN]: _cWL }], [() => Firehose$, { [_jN]: _f }], [() => S3$, { [_jN]: _s_ }]]
1452
+ ];
1453
+ var ChannelStateInfo$ = [3, n0, _CSI,
1454
+ 0,
1455
+ [_Co, _M],
1456
+ [[0, { [_jN]: _co }], [0, { [_jN]: _m }]]
1457
+ ];
1332
1458
  var ClientAuthentication$ = [3, n0, _CAl,
1333
1459
  0,
1334
1460
  [_Sa, _T, _U],
@@ -1336,23 +1462,23 @@ var ClientAuthentication$ = [3, n0, _CAl,
1336
1462
  ];
1337
1463
  var ClientVpcConnection$ = [3, n0, _CVC,
1338
1464
  0,
1339
- [_VCA, _A, _CT, _St, _O],
1340
- [[0, { [_jN]: _vCA }], [0, { [_jN]: _a }], [5, { [_jN]: _cT }], [0, { [_jN]: _st }], [0, { [_jN]: _o }]], 1
1465
+ [_VCA, _A, _CT, _Sta, _O],
1466
+ [[0, { [_jN]: _vCA }], [0, { [_jN]: _a }], [5, { [_jN]: _cT }], [0, { [_jN]: _sta }], [0, { [_jN]: _o }]], 1
1341
1467
  ];
1342
1468
  var CloudWatchLogs$ = [3, n0, _CWL,
1343
1469
  0,
1344
1470
  [_En, _LG],
1345
1471
  [[2, { [_jN]: _ena }], [0, { [_jN]: _lG }]], 1
1346
1472
  ];
1347
- var Cluster$ = [3, n0, _C,
1473
+ var Cluster$ = [3, n0, _Cl,
1348
1474
  0,
1349
- [_AOA, _CTl, _CA, _CN, _CT, _CV, _St, _SIt, _Ta, _P, _Se],
1350
- [[0, { [_jN]: _aOA }], [0, { [_jN]: _cTl }], [0, { [_jN]: _cA }], [0, { [_jN]: _cN }], [5, { [_jN]: _cT }], [0, { [_jN]: _cV }], [0, { [_jN]: _st }], [() => StateInfo$, { [_jN]: _sIt }], [128 | 0, { [_jN]: _ta }], [() => Provisioned$, { [_jN]: _p }], [() => Serverless$, { [_jN]: _ser }]]
1475
+ [_AOA, _CTl, _CA, _CNl, _CT, _CV, _Sta, _SIt, _Ta, _P, _Se],
1476
+ [[0, { [_jN]: _aOA }], [0, { [_jN]: _cTl }], [0, { [_jN]: _cA }], [0, { [_jN]: _cNl }], [5, { [_jN]: _cT }], [0, { [_jN]: _cV }], [0, { [_jN]: _sta }], [() => StateInfo$, { [_jN]: _sIt }], [128 | 0, { [_jN]: _ta }], [() => Provisioned$, { [_jN]: _p }], [() => Serverless$, { [_jN]: _ser }]]
1351
1477
  ];
1352
1478
  var ClusterInfo$ = [3, n0, _CIl,
1353
1479
  0,
1354
- [_AOA, _BNGI, _R, _CAl, _CA, _CN, _CT, _CBSI, _CV, _EI, _EM, _OM, _LI, _NOBN, _St, _SIt, _Ta, _ZCS, _ZCST, _SM, _CAS],
1355
- [[0, { [_jN]: _aOA }], [() => BrokerNodeGroupInfo$, { [_jN]: _bNGI }], [() => Rebalancing$, { [_jN]: _r }], [() => ClientAuthentication$, { [_jN]: _cAl }], [0, { [_jN]: _cA }], [0, { [_jN]: _cN }], [5, { [_jN]: _cT }], [() => BrokerSoftwareInfo$, { [_jN]: _cBSI }], [0, { [_jN]: _cV }], [() => EncryptionInfo$, { [_jN]: _eI }], [0, { [_jN]: _eM }], [() => OpenMonitoring$, { [_jN]: _oM }], [() => LoggingInfo$, { [_jN]: _lI }], [1, { [_jN]: _nOBN }], [0, { [_jN]: _st }], [() => StateInfo$, { [_jN]: _sIt }], [128 | 0, { [_jN]: _ta }], [0, { [_jN]: _zCS }], [0, { [_jN]: _zCST }], [0, { [_jN]: _sM }], [0, { [_jN]: _cAS }]]
1480
+ [_AOA, _BNGI, _R, _CAl, _CA, _CNl, _CT, _CBSI, _CV, _EI, _EM, _OM, _LI, _NOBN, _Sta, _SIt, _Ta, _ZCS, _ZCST, _SM, _CAS],
1481
+ [[0, { [_jN]: _aOA }], [() => BrokerNodeGroupInfo$, { [_jN]: _bNGI }], [() => Rebalancing$, { [_jN]: _r }], [() => ClientAuthentication$, { [_jN]: _cAl }], [0, { [_jN]: _cA }], [0, { [_jN]: _cNl }], [5, { [_jN]: _cT }], [() => BrokerSoftwareInfo$, { [_jN]: _cBSI }], [0, { [_jN]: _cV }], [() => EncryptionInfo$, { [_jN]: _eI }], [0, { [_jN]: _eM }], [() => OpenMonitoring$, { [_jN]: _oM }], [() => LoggingInfo$, { [_jN]: _lI }], [1, { [_jN]: _nOBN }], [0, { [_jN]: _sta }], [() => StateInfo$, { [_jN]: _sIt }], [128 | 0, { [_jN]: _ta }], [0, { [_jN]: _zCS }], [0, { [_jN]: _zCST }], [0, { [_jN]: _sM }], [0, { [_jN]: _cAS }]]
1356
1482
  ];
1357
1483
  var ClusterOperationInfo$ = [3, n0, _COI,
1358
1484
  0,
@@ -1394,10 +1520,10 @@ var CompatibleKafkaVersion$ = [3, n0, _CKV,
1394
1520
  [_SV, _TV],
1395
1521
  [[0, { [_jN]: _sV }], [64 | 0, { [_jN]: _tV }]]
1396
1522
  ];
1397
- var Configuration$ = [3, n0, _Co,
1523
+ var Configuration$ = [3, n0, _Con,
1398
1524
  0,
1399
- [_Ar, _CT, _D, _KVa, _LR, _N, _St],
1400
- [[0, { [_jN]: _ar }], [5, { [_jN]: _cT }], [0, { [_jN]: _d }], [64 | 0, { [_jN]: _kVa }], [() => ConfigurationRevision$, { [_jN]: _lR }], [0, { [_jN]: _n }], [0, { [_jN]: _st }]], 7
1525
+ [_Ar, _CT, _D, _KVa, _LR, _N, _Sta],
1526
+ [[0, { [_jN]: _ar }], [5, { [_jN]: _cT }], [0, { [_jN]: _d }], [64 | 0, { [_jN]: _kVa }], [() => ConfigurationRevision$, { [_jN]: _lR }], [0, { [_jN]: _n }], [0, { [_jN]: _sta }]], 7
1401
1527
  ];
1402
1528
  var ConfigurationInfo$ = [3, n0, _CIo,
1403
1529
  0,
@@ -1429,35 +1555,45 @@ var ControllerNodeInfo$ = [3, n0, _CNI,
1429
1555
  [_E],
1430
1556
  [[64 | 0, { [_jN]: _en }]]
1431
1557
  ];
1432
- var CreateClusterRequest$ = [3, n0, _CCR,
1558
+ var CreateChannelRequest$ = [3, n0, _CCR,
1559
+ 0,
1560
+ [_CN, _CA, _TCL, _EC, _IDC, _SDC, _Ta, _LI],
1561
+ [[0, { [_jN]: _cN }], [0, 1], [() => __listOfTopicConfiguration, { [_jN]: _tCL }], [() => EncryptionConfiguration$, { [_jN]: _eC }], [() => IcebergDestinationConfiguration$, { [_jN]: _iDC }], [() => S3DestinationConfiguration$, { [_jN]: _sDC }], [128 | 0, { [_jN]: _ta }], [() => ChannelLoggingInfo$, { [_jN]: _lI }]], 3
1562
+ ];
1563
+ var CreateChannelResponse$ = [3, n0, _CCRr,
1564
+ 0,
1565
+ [_CAh, _COA],
1566
+ [[0, { [_jN]: _cAh }], [0, { [_jN]: _cOA }]], 1
1567
+ ];
1568
+ var CreateClusterRequest$ = [3, n0, _CCRre,
1433
1569
  0,
1434
- [_BNGI, _CN, _KV, _NOBN, _R, _CAl, _CIo, _EI, _EM, _OM, _LI, _Ta, _SM],
1435
- [[() => BrokerNodeGroupInfo$, { [_jN]: _bNGI }], [0, { [_jN]: _cN }], [0, { [_jN]: _kV }], [1, { [_jN]: _nOBN }], [() => Rebalancing$, { [_jN]: _r }], [() => ClientAuthentication$, { [_jN]: _cAl }], [() => ConfigurationInfo$, { [_jN]: _cIo }], [() => EncryptionInfo$, { [_jN]: _eI }], [0, { [_jN]: _eM }], [() => OpenMonitoringInfo$, { [_jN]: _oM }], [() => LoggingInfo$, { [_jN]: _lI }], [128 | 0, { [_jN]: _ta }], [0, { [_jN]: _sM }]], 4
1570
+ [_BNGI, _CNl, _KV, _NOBN, _R, _CAl, _CIo, _EI, _EM, _OM, _LI, _Ta, _SM],
1571
+ [[() => BrokerNodeGroupInfo$, { [_jN]: _bNGI }], [0, { [_jN]: _cNl }], [0, { [_jN]: _kV }], [1, { [_jN]: _nOBN }], [() => Rebalancing$, { [_jN]: _r }], [() => ClientAuthentication$, { [_jN]: _cAl }], [() => ConfigurationInfo$, { [_jN]: _cIo }], [() => EncryptionInfo$, { [_jN]: _eI }], [0, { [_jN]: _eM }], [() => OpenMonitoringInfo$, { [_jN]: _oM }], [() => LoggingInfo$, { [_jN]: _lI }], [128 | 0, { [_jN]: _ta }], [0, { [_jN]: _sM }]], 4
1436
1572
  ];
1437
- var CreateClusterResponse$ = [3, n0, _CCRr,
1573
+ var CreateClusterResponse$ = [3, n0, _CCRrea,
1438
1574
  0,
1439
- [_CA, _CN, _St],
1440
- [[0, { [_jN]: _cA }], [0, { [_jN]: _cN }], [0, { [_jN]: _st }]]
1575
+ [_CA, _CNl, _Sta],
1576
+ [[0, { [_jN]: _cA }], [0, { [_jN]: _cNl }], [0, { [_jN]: _sta }]]
1441
1577
  ];
1442
1578
  var CreateClusterV2Request$ = [3, n0, _CCVR,
1443
1579
  0,
1444
- [_CN, _Ta, _P, _Se],
1445
- [[0, { [_jN]: _cN }], [128 | 0, { [_jN]: _ta }], [() => ProvisionedRequest$, { [_jN]: _p }], [() => ServerlessRequest$, { [_jN]: _ser }]], 1
1580
+ [_CNl, _Ta, _P, _Se],
1581
+ [[0, { [_jN]: _cNl }], [128 | 0, { [_jN]: _ta }], [() => ProvisionedRequest$, { [_jN]: _p }], [() => ServerlessRequest$, { [_jN]: _ser }]], 1
1446
1582
  ];
1447
1583
  var CreateClusterV2Response$ = [3, n0, _CCVRr,
1448
1584
  0,
1449
- [_CA, _CN, _St, _CTl],
1450
- [[0, { [_jN]: _cA }], [0, { [_jN]: _cN }], [0, { [_jN]: _st }], [0, { [_jN]: _cTl }]]
1585
+ [_CA, _CNl, _Sta, _CTl],
1586
+ [[0, { [_jN]: _cA }], [0, { [_jN]: _cNl }], [0, { [_jN]: _sta }], [0, { [_jN]: _cTl }]]
1451
1587
  ];
1452
- var CreateConfigurationRequest$ = [3, n0, _CCRre,
1588
+ var CreateConfigurationRequest$ = [3, n0, _CCRreat,
1453
1589
  0,
1454
1590
  [_N, _SP, _D, _KVa],
1455
1591
  [[0, { [_jN]: _n }], [21, { [_jN]: _sP }], [0, { [_jN]: _d }], [64 | 0, { [_jN]: _kVa }]], 2
1456
1592
  ];
1457
- var CreateConfigurationResponse$ = [3, n0, _CCRrea,
1593
+ var CreateConfigurationResponse$ = [3, n0, _CCRreate,
1458
1594
  0,
1459
- [_Ar, _CT, _LR, _N, _St],
1460
- [[0, { [_jN]: _ar }], [5, { [_jN]: _cT }], [() => ConfigurationRevision$, { [_jN]: _lR }], [0, { [_jN]: _n }], [0, { [_jN]: _st }]]
1595
+ [_Ar, _CT, _LR, _N, _Sta],
1596
+ [[0, { [_jN]: _ar }], [5, { [_jN]: _cT }], [() => ConfigurationRevision$, { [_jN]: _lR }], [0, { [_jN]: _n }], [0, { [_jN]: _sta }]]
1461
1597
  ];
1462
1598
  var CreateReplicatorRequest$ = [3, n0, _CRR,
1463
1599
  0,
@@ -1471,13 +1607,13 @@ var CreateReplicatorResponse$ = [3, n0, _CRRr,
1471
1607
  ];
1472
1608
  var CreateTopicRequest$ = [3, n0, _CTR,
1473
1609
  0,
1474
- [_CA, _TN, _PC, _RF, _Con],
1475
- [[0, 1], [0, { [_jN]: _tN }], [1, { [_jN]: _pC }], [1, { [_jN]: _rF }], [0, { [_jN]: _co }]], 4
1610
+ [_CA, _TN, _PC, _RF, _Conf],
1611
+ [[0, 1], [0, { [_jN]: _tN }], [1, { [_jN]: _pC }], [1, { [_jN]: _rF }], [0, { [_jN]: _con }]], 4
1476
1612
  ];
1477
1613
  var CreateTopicResponse$ = [3, n0, _CTRr,
1478
1614
  0,
1479
- [_TA, _TN, _Sta],
1480
- [[0, { [_jN]: _tA }], [0, { [_jN]: _tN }], [0, { [_jN]: _sta }]]
1615
+ [_TA, _TN, _St],
1616
+ [[0, { [_jN]: _tA }], [0, { [_jN]: _tN }], [0, { [_jN]: _st }]]
1481
1617
  ];
1482
1618
  var CreateVpcConnectionRequest$ = [3, n0, _CVCR,
1483
1619
  0,
@@ -1486,8 +1622,23 @@ var CreateVpcConnectionRequest$ = [3, n0, _CVCR,
1486
1622
  ];
1487
1623
  var CreateVpcConnectionResponse$ = [3, n0, _CVCRr,
1488
1624
  0,
1489
- [_VCA, _St, _A, _VI, _CS, _SG, _CT, _Ta],
1490
- [[0, { [_jN]: _vCA }], [0, { [_jN]: _st }], [0, { [_jN]: _a }], [0, { [_jN]: _vI }], [64 | 0, { [_jN]: _cS }], [64 | 0, { [_jN]: _sG }], [5, { [_jN]: _cT }], [128 | 0, { [_jN]: _ta }]]
1625
+ [_VCA, _Sta, _A, _VI, _CS, _SG, _CT, _Ta],
1626
+ [[0, { [_jN]: _vCA }], [0, { [_jN]: _sta }], [0, { [_jN]: _a }], [0, { [_jN]: _vI }], [64 | 0, { [_jN]: _cS }], [64 | 0, { [_jN]: _sG }], [5, { [_jN]: _cT }], [128 | 0, { [_jN]: _ta }]]
1627
+ ];
1628
+ var DeadLetterQueueS3$ = [3, n0, _DLQS,
1629
+ 0,
1630
+ [_BA, _EOP, _EBO],
1631
+ [[0, { [_jN]: _bA }], [0, { [_jN]: _eOP }], [0, { [_jN]: _eBO }]], 1
1632
+ ];
1633
+ var DeleteChannelRequest$ = [3, n0, _DCR,
1634
+ 0,
1635
+ [_CAh, _CA],
1636
+ [[0, 1], [0, 1]], 2
1637
+ ];
1638
+ var DeleteChannelResponse$ = [3, n0, _DCRe,
1639
+ 0,
1640
+ [_CAh, _COA],
1641
+ [[0, { [_jN]: _cAh }], [0, { [_jN]: _cOA }]], 1
1491
1642
  ];
1492
1643
  var DeleteClusterPolicyRequest$ = [3, n0, _DCPR,
1493
1644
  0,
@@ -1499,25 +1650,25 @@ var DeleteClusterPolicyResponse$ = [3, n0, _DCPRe,
1499
1650
  [],
1500
1651
  []
1501
1652
  ];
1502
- var DeleteClusterRequest$ = [3, n0, _DCR,
1653
+ var DeleteClusterRequest$ = [3, n0, _DCRel,
1503
1654
  0,
1504
1655
  [_CA, _CV],
1505
1656
  [[0, 1], [0, { [_hQ]: _cV }]], 1
1506
1657
  ];
1507
- var DeleteClusterResponse$ = [3, n0, _DCRe,
1658
+ var DeleteClusterResponse$ = [3, n0, _DCRele,
1508
1659
  0,
1509
- [_CA, _St],
1510
- [[0, { [_jN]: _cA }], [0, { [_jN]: _st }]]
1660
+ [_CA, _Sta],
1661
+ [[0, { [_jN]: _cA }], [0, { [_jN]: _sta }]]
1511
1662
  ];
1512
- var DeleteConfigurationRequest$ = [3, n0, _DCRel,
1663
+ var DeleteConfigurationRequest$ = [3, n0, _DCRelet,
1513
1664
  0,
1514
1665
  [_Ar],
1515
1666
  [[0, 1]], 1
1516
1667
  ];
1517
- var DeleteConfigurationResponse$ = [3, n0, _DCRele,
1668
+ var DeleteConfigurationResponse$ = [3, n0, _DCRelete,
1518
1669
  0,
1519
- [_Ar, _St],
1520
- [[0, { [_jN]: _ar }], [0, { [_jN]: _st }]]
1670
+ [_Ar, _Sta],
1671
+ [[0, { [_jN]: _ar }], [0, { [_jN]: _sta }]]
1521
1672
  ];
1522
1673
  var DeleteReplicatorRequest$ = [3, n0, _DRR,
1523
1674
  0,
@@ -1536,8 +1687,8 @@ var DeleteTopicRequest$ = [3, n0, _DTR,
1536
1687
  ];
1537
1688
  var DeleteTopicResponse$ = [3, n0, _DTRe,
1538
1689
  0,
1539
- [_TA, _TN, _Sta],
1540
- [[0, { [_jN]: _tA }], [0, { [_jN]: _tN }], [0, { [_jN]: _sta }]]
1690
+ [_TA, _TN, _St],
1691
+ [[0, { [_jN]: _tA }], [0, { [_jN]: _tN }], [0, { [_jN]: _st }]]
1541
1692
  ];
1542
1693
  var DeleteVpcConnectionRequest$ = [3, n0, _DVCR,
1543
1694
  0,
@@ -1546,8 +1697,18 @@ var DeleteVpcConnectionRequest$ = [3, n0, _DVCR,
1546
1697
  ];
1547
1698
  var DeleteVpcConnectionResponse$ = [3, n0, _DVCRe,
1548
1699
  0,
1549
- [_VCA, _St],
1550
- [[0, { [_jN]: _vCA }], [0, { [_jN]: _st }]]
1700
+ [_VCA, _Sta],
1701
+ [[0, { [_jN]: _vCA }], [0, { [_jN]: _sta }]]
1702
+ ];
1703
+ var DescribeChannelRequest$ = [3, n0, _DCRes,
1704
+ 0,
1705
+ [_CAh, _CA],
1706
+ [[0, 1], [0, 1]], 2
1707
+ ];
1708
+ var DescribeChannelResponse$ = [3, n0, _DCResc,
1709
+ 0,
1710
+ [_CAh, _CN, _St, _DT, _CT, _TCL, _EC, _IDC, _SDC, _LI, _SIt, _COA, _Ta],
1711
+ [[0, { [_jN]: _cAh }], [0, { [_jN]: _cN }], [0, { [_jN]: _st }], [0, { [_jN]: _dT }], [5, { [_jN]: _cT }], [() => __listOfTopicConfiguration, { [_jN]: _tCL }], [() => EncryptionConfiguration$, { [_jN]: _eC }], [() => IcebergDestinationConfiguration$, { [_jN]: _iDC }], [() => S3DestinationConfiguration$, { [_jN]: _sDC }], [() => ChannelLoggingInfo$, { [_jN]: _lI }], [() => ChannelStateInfo$, { [_jN]: _sIt }], [0, { [_jN]: _cOA }], [128 | 0, { [_jN]: _ta }]], 6
1551
1712
  ];
1552
1713
  var DescribeClusterOperationRequest$ = [3, n0, _DCOR,
1553
1714
  0,
@@ -1569,12 +1730,12 @@ var DescribeClusterOperationV2Response$ = [3, n0, _DCOVRe,
1569
1730
  [_COI],
1570
1731
  [[() => ClusterOperationV2$, { [_jN]: _cOI }]]
1571
1732
  ];
1572
- var DescribeClusterRequest$ = [3, n0, _DCRes,
1733
+ var DescribeClusterRequest$ = [3, n0, _DCRescr,
1573
1734
  0,
1574
1735
  [_CA],
1575
1736
  [[0, 1]], 1
1576
1737
  ];
1577
- var DescribeClusterResponse$ = [3, n0, _DCResc,
1738
+ var DescribeClusterResponse$ = [3, n0, _DCRescri,
1578
1739
  0,
1579
1740
  [_CIl],
1580
1741
  [[() => ClusterInfo$, { [_jN]: _cIl }]]
@@ -1589,15 +1750,15 @@ var DescribeClusterV2Response$ = [3, n0, _DCVRe,
1589
1750
  [_CIl],
1590
1751
  [[() => Cluster$, { [_jN]: _cIl }]]
1591
1752
  ];
1592
- var DescribeConfigurationRequest$ = [3, n0, _DCRescr,
1753
+ var DescribeConfigurationRequest$ = [3, n0, _DCRescrib,
1593
1754
  0,
1594
1755
  [_Ar],
1595
1756
  [[0, 1]], 1
1596
1757
  ];
1597
- var DescribeConfigurationResponse$ = [3, n0, _DCRescri,
1758
+ var DescribeConfigurationResponse$ = [3, n0, _DCRescribe,
1598
1759
  0,
1599
- [_Ar, _CT, _D, _KVa, _LR, _N, _St],
1600
- [[0, { [_jN]: _ar }], [5, { [_jN]: _cT }], [0, { [_jN]: _d }], [64 | 0, { [_jN]: _kVa }], [() => ConfigurationRevision$, { [_jN]: _lR }], [0, { [_jN]: _n }], [0, { [_jN]: _st }]]
1760
+ [_Ar, _CT, _D, _KVa, _LR, _N, _Sta],
1761
+ [[0, { [_jN]: _ar }], [5, { [_jN]: _cT }], [0, { [_jN]: _d }], [64 | 0, { [_jN]: _kVa }], [() => ConfigurationRevision$, { [_jN]: _lR }], [0, { [_jN]: _n }], [0, { [_jN]: _sta }]]
1601
1762
  ];
1602
1763
  var DescribeConfigurationRevisionRequest$ = [3, n0, _DCRR,
1603
1764
  0,
@@ -1636,8 +1797,8 @@ var DescribeTopicRequest$ = [3, n0, _DTRes,
1636
1797
  ];
1637
1798
  var DescribeTopicResponse$ = [3, n0, _DTResc,
1638
1799
  0,
1639
- [_TA, _TN, _RF, _PC, _Con, _Sta],
1640
- [[0, { [_jN]: _tA }], [0, { [_jN]: _tN }], [1, { [_jN]: _rF }], [1, { [_jN]: _pC }], [0, { [_jN]: _co }], [0, { [_jN]: _sta }]]
1800
+ [_TA, _TN, _RF, _PC, _Conf, _St],
1801
+ [[0, { [_jN]: _tA }], [0, { [_jN]: _tN }], [1, { [_jN]: _rF }], [1, { [_jN]: _pC }], [0, { [_jN]: _con }], [0, { [_jN]: _st }]]
1641
1802
  ];
1642
1803
  var DescribeVpcConnectionRequest$ = [3, n0, _DVCRes,
1643
1804
  0,
@@ -1646,8 +1807,13 @@ var DescribeVpcConnectionRequest$ = [3, n0, _DVCRes,
1646
1807
  ];
1647
1808
  var DescribeVpcConnectionResponse$ = [3, n0, _DVCResc,
1648
1809
  0,
1649
- [_VCA, _TCA, _St, _A, _VI, _Su, _SG, _CT, _Ta],
1650
- [[0, { [_jN]: _vCA }], [0, { [_jN]: _tCA }], [0, { [_jN]: _st }], [0, { [_jN]: _a }], [0, { [_jN]: _vI }], [64 | 0, { [_jN]: _su }], [64 | 0, { [_jN]: _sG }], [5, { [_jN]: _cT }], [128 | 0, { [_jN]: _ta }]]
1810
+ [_VCA, _TCA, _Sta, _A, _VI, _Su, _SG, _CT, _Ta],
1811
+ [[0, { [_jN]: _vCA }], [0, { [_jN]: _tCA }], [0, { [_jN]: _sta }], [0, { [_jN]: _a }], [0, { [_jN]: _vI }], [64 | 0, { [_jN]: _su }], [64 | 0, { [_jN]: _sG }], [5, { [_jN]: _cT }], [128 | 0, { [_jN]: _ta }]]
1812
+ ];
1813
+ var DestinationTable$ = [3, n0, _DTe,
1814
+ 0,
1815
+ [_DDN, _DTN, _PS],
1816
+ [[0, { [_jN]: _dDN }], [0, { [_jN]: _dTN }], [() => PartitionSpec$, { [_jN]: _pS }]]
1651
1817
  ];
1652
1818
  var EBSStorageInfo$ = [3, n0, _EBSSI,
1653
1819
  0,
@@ -1659,6 +1825,11 @@ var EncryptionAtRest$ = [3, n0, _EAR,
1659
1825
  [_DVKMSKI],
1660
1826
  [[0, { [_jN]: _dVKMSKI }]], 1
1661
1827
  ];
1828
+ var EncryptionConfiguration$ = [3, n0, _EC,
1829
+ 0,
1830
+ [_KKA],
1831
+ [[0, { [_jN]: _kKA }]], 1
1832
+ ];
1662
1833
  var EncryptionInfo$ = [3, n0, _EI,
1663
1834
  0,
1664
1835
  [_EAR, _EIT],
@@ -1671,8 +1842,8 @@ var EncryptionInTransit$ = [3, n0, _EIT,
1671
1842
  ];
1672
1843
  var ErrorInfo$ = [3, n0, _EIr,
1673
1844
  0,
1674
- [_EC, _ES],
1675
- [[0, { [_jN]: _eC }], [0, { [_jN]: _eS }]]
1845
+ [_ECr, _ES],
1846
+ [[0, { [_jN]: _eCr }], [0, { [_jN]: _eS }]]
1676
1847
  ];
1677
1848
  var Firehose$ = [3, n0, _F,
1678
1849
  0,
@@ -1714,6 +1885,16 @@ var Iam$ = [3, n0, _I,
1714
1885
  [_En],
1715
1886
  [[2, { [_jN]: _ena }]]
1716
1887
  ];
1888
+ var IcebergDestinationConfiguration$ = [3, n0, _IDC,
1889
+ 0,
1890
+ [_AO, _DLQS, _DTL, _SE, _SERA, _TC, _C, _DFIS, _CTo],
1891
+ [[2, { [_jN]: _aO }], [() => DeadLetterQueueS3$, { [_jN]: _dLQS }], [() => __listOfDestinationTable, { [_jN]: _dTL }], [() => SchemaEvolution$, { [_jN]: _sE }], [0, { [_jN]: _sERA }], [() => TableCreation$, { [_jN]: _tC }], [() => Catalog$, { [_jN]: _ca }], [1, { [_jN]: _dFIS }], [0, { [_jN]: _cTo }]], 6
1892
+ ];
1893
+ var IcebergDestinationUpdate$ = [3, n0, _IDU,
1894
+ 0,
1895
+ [_DFIS],
1896
+ [[1, { [_jN]: _dFIS }]], 1
1897
+ ];
1717
1898
  var JmxExporter$ = [3, n0, _JE,
1718
1899
  0,
1719
1900
  [_EIB],
@@ -1766,8 +1947,18 @@ var KafkaClusterSummary$ = [3, n0, _KCS,
1766
1947
  ];
1767
1948
  var KafkaVersion$ = [3, n0, _KV,
1768
1949
  0,
1769
- [_V, _Sta],
1770
- [[0, { [_jN]: _v }], [0, { [_jN]: _sta }]]
1950
+ [_V, _St],
1951
+ [[0, { [_jN]: _v }], [0, { [_jN]: _st }]]
1952
+ ];
1953
+ var ListChannelsRequest$ = [3, n0, _LCR,
1954
+ 0,
1955
+ [_CA, _MR, _NTe, _TNF],
1956
+ [[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nTe }], [0, { [_hQ]: _tNF }]], 1
1957
+ ];
1958
+ var ListChannelsResponse$ = [3, n0, _LCRi,
1959
+ 0,
1960
+ [_Ch, _NTe],
1961
+ [[() => __listOfChannelInfo, { [_jN]: _ch }], [0, { [_jN]: _nTe }]]
1771
1962
  ];
1772
1963
  var ListClientVpcConnectionsRequest$ = [3, n0, _LCVCR,
1773
1964
  0,
@@ -1799,12 +1990,12 @@ var ListClusterOperationsV2Response$ = [3, n0, _LCOVRi,
1799
1990
  [_COIL, _NTe],
1800
1991
  [[() => __listOfClusterOperationV2Summary, { [_jN]: _cOIL }], [0, { [_jN]: _nTe }]]
1801
1992
  ];
1802
- var ListClustersRequest$ = [3, n0, _LCR,
1993
+ var ListClustersRequest$ = [3, n0, _LCRis,
1803
1994
  0,
1804
1995
  [_CNF, _MR, _NTe],
1805
1996
  [[0, { [_hQ]: _cNF }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nTe }]]
1806
1997
  ];
1807
- var ListClustersResponse$ = [3, n0, _LCRi,
1998
+ var ListClustersResponse$ = [3, n0, _LCRist,
1808
1999
  0,
1809
2000
  [_CIL, _NTe],
1810
2001
  [[() => __listOfClusterInfo, { [_jN]: _cIL }], [0, { [_jN]: _nTe }]]
@@ -1829,15 +2020,15 @@ var ListConfigurationRevisionsResponse$ = [3, n0, _LCRRi,
1829
2020
  [_NTe, _Rev],
1830
2021
  [[0, { [_jN]: _nTe }], [() => __listOfConfigurationRevision, { [_jN]: _rev }]]
1831
2022
  ];
1832
- var ListConfigurationsRequest$ = [3, n0, _LCRis,
2023
+ var ListConfigurationsRequest$ = [3, n0, _LCRisto,
1833
2024
  0,
1834
2025
  [_MR, _NTe],
1835
2026
  [[1, { [_hQ]: _mR }], [0, { [_hQ]: _nTe }]]
1836
2027
  ];
1837
- var ListConfigurationsResponse$ = [3, n0, _LCRist,
2028
+ var ListConfigurationsResponse$ = [3, n0, _LCRiston,
1838
2029
  0,
1839
- [_Conf, _NTe],
1840
- [[() => __listOfConfiguration, { [_jN]: _con }], [0, { [_jN]: _nTe }]]
2030
+ [_Confi, _NTe],
2031
+ [[() => __listOfConfiguration, { [_jN]: _conf }], [0, { [_jN]: _nTe }]]
1841
2032
  ];
1842
2033
  var ListKafkaVersionsRequest$ = [3, n0, _LKVR,
1843
2034
  0,
@@ -1949,6 +2140,16 @@ var OpenMonitoringInfo$ = [3, n0, _OMI,
1949
2140
  [_Pr],
1950
2141
  [[() => PrometheusInfo$, { [_jN]: _pr }]], 1
1951
2142
  ];
2143
+ var PartitionSource$ = [3, n0, _PSa,
2144
+ 0,
2145
+ [_SNo],
2146
+ [[0, { [_jN]: _sNo }]]
2147
+ ];
2148
+ var PartitionSpec$ = [3, n0, _PS,
2149
+ 0,
2150
+ [_PSar, _SL],
2151
+ [[0, { [_jN]: _pSa }], [() => __listOfPartitionSource, { [_jN]: _sL }]], 1
2152
+ ];
1952
2153
  var Prometheus$ = [3, n0, _Pr,
1953
2154
  0,
1954
2155
  [_JE, _NE],
@@ -1991,8 +2192,8 @@ var PutClusterPolicyResponse$ = [3, n0, _PCPRu,
1991
2192
  ];
1992
2193
  var Rebalancing$ = [3, n0, _R,
1993
2194
  0,
1994
- [_Sta],
1995
- [[0, { [_jN]: _sta }]]
2195
+ [_St],
2196
+ [[0, { [_jN]: _st }]]
1996
2197
  ];
1997
2198
  var RebootBrokerRequest$ = [3, n0, _RBR,
1998
2199
  0,
@@ -2004,6 +2205,16 @@ var RebootBrokerResponse$ = [3, n0, _RBRe,
2004
2205
  [_CA, _COA],
2005
2206
  [[0, { [_jN]: _cA }], [0, { [_jN]: _cOA }]]
2006
2207
  ];
2208
+ var RecordConverter$ = [3, n0, _RC,
2209
+ 0,
2210
+ [_VCa],
2211
+ [[0, { [_jN]: _vCa }]], 1
2212
+ ];
2213
+ var RecordSchema$ = [3, n0, _RSe,
2214
+ 0,
2215
+ [_GA],
2216
+ [[0, { [_jN]: _gA }]], 1
2217
+ ];
2007
2218
  var RejectClientVpcConnectionRequest$ = [3, n0, _RCVCR,
2008
2219
  0,
2009
2220
  [_CA, _VCA],
@@ -2036,8 +2247,8 @@ var ReplicationStartingPosition$ = [3, n0, _RSP,
2036
2247
  ];
2037
2248
  var ReplicationStateInfo$ = [3, n0, _RSI,
2038
2249
  0,
2039
- [_Cod, _M],
2040
- [[0, { [_jN]: _cod }], [0, { [_jN]: _m }]]
2250
+ [_Co, _M],
2251
+ [[0, { [_jN]: _co }], [0, { [_jN]: _m }]]
2041
2252
  ];
2042
2253
  var ReplicationTopicNameConfiguration$ = [3, n0, _RTNC,
2043
2254
  0,
@@ -2059,12 +2270,12 @@ var ReplicatorLogDelivery$ = [3, n0, _RLD,
2059
2270
  [_CWL, _F, _S],
2060
2271
  [[() => ReplicatorCloudWatchLogs$, { [_jN]: _cWL }], [() => ReplicatorFirehose$, { [_jN]: _f }], [() => ReplicatorS3$, { [_jN]: _s_ }]]
2061
2272
  ];
2062
- var ReplicatorS3$ = [3, n0, _RSe,
2273
+ var ReplicatorS3$ = [3, n0, _RSep,
2063
2274
  0,
2064
2275
  [_En, _B, _Pre],
2065
2276
  [[2, { [_jN]: _ena }], [0, { [_jN]: _b }], [0, { [_jN]: _pre }]], 1
2066
2277
  ];
2067
- var ReplicatorSummary$ = [3, n0, _RSep,
2278
+ var ReplicatorSummary$ = [3, n0, _RSepl,
2068
2279
  0,
2069
2280
  [_CT, _CV, _IRR, _KCSa, _RISL, _RA, _RN, _RRA, _RS],
2070
2281
  [[5, { [_jN]: _cT }], [0, { [_jN]: _cV }], [2, { [_jN]: _iRR }], [() => __listOfKafkaClusterSummary, { [_jN]: _kCS }], [() => __listOfReplicationInfoSummary, { [_jN]: _rISL }], [0, { [_jN]: _rA }], [0, { [_jN]: _rN }], [0, { [_jN]: _rRA }], [0, { [_jN]: _rS }]]
@@ -2074,11 +2285,31 @@ var S3$ = [3, n0, _S,
2074
2285
  [_En, _B, _Pre],
2075
2286
  [[2, { [_jN]: _ena }], [0, { [_jN]: _b }], [0, { [_jN]: _pre }]], 1
2076
2287
  ];
2288
+ var S3DestinationConfiguration$ = [3, n0, _SDC,
2289
+ 0,
2290
+ [_DLQS, _SERA, _Sto, _DFIS],
2291
+ [[() => DeadLetterQueueS3$, { [_jN]: _dLQS }], [0, { [_jN]: _sERA }], [() => S3Storage$, { [_jN]: _sto }], [1, { [_jN]: _dFIS }]], 3
2292
+ ];
2293
+ var S3DestinationUpdate$ = [3, n0, _SDU,
2294
+ 0,
2295
+ [_DFIS],
2296
+ [[1, { [_jN]: _dFIS }]], 1
2297
+ ];
2298
+ var S3Storage$ = [3, n0, _SSt,
2299
+ 0,
2300
+ [_BA, _CTo, _SC, _OP, _OKT, _EBO],
2301
+ [[0, { [_jN]: _bA }], [0, { [_jN]: _cTo }], [0, { [_jN]: _sC }], [0, { [_jN]: _oP }], [0, { [_jN]: _oKT }], [0, { [_jN]: _eBO }]], 3
2302
+ ];
2077
2303
  var Sasl$ = [3, n0, _Sa,
2078
2304
  0,
2079
2305
  [_Sc, _I],
2080
2306
  [[() => Scram$, { [_jN]: _sc }], [() => Iam$, { [_jN]: _i }]]
2081
2307
  ];
2308
+ var SchemaEvolution$ = [3, n0, _SE,
2309
+ 0,
2310
+ [_ESE],
2311
+ [[2, { [_jN]: _eSE }]]
2312
+ ];
2082
2313
  var Scram$ = [3, n0, _Sc,
2083
2314
  0,
2084
2315
  [_En],
@@ -2111,14 +2342,19 @@ var ServerlessSasl$ = [3, n0, _SSe,
2111
2342
  ];
2112
2343
  var StateInfo$ = [3, n0, _SIt,
2113
2344
  0,
2114
- [_Cod, _M],
2115
- [[0, { [_jN]: _cod }], [0, { [_jN]: _m }]]
2345
+ [_Co, _M],
2346
+ [[0, { [_jN]: _co }], [0, { [_jN]: _m }]]
2116
2347
  ];
2117
2348
  var StorageInfo$ = [3, n0, _SI,
2118
2349
  0,
2119
2350
  [_ESI],
2120
2351
  [[() => EBSStorageInfo$, { [_jN]: _eSI }]]
2121
2352
  ];
2353
+ var TableCreation$ = [3, n0, _TC,
2354
+ 0,
2355
+ [_ETC],
2356
+ [[2, { [_jN]: _eTC }]]
2357
+ ];
2122
2358
  var TagResourceRequest$ = [3, n0, _TRR,
2123
2359
  0,
2124
2360
  [_RAe, _Ta],
@@ -2129,6 +2365,11 @@ var Tls$ = [3, n0, _T,
2129
2365
  [_CAAL, _En],
2130
2366
  [[64 | 0, { [_jN]: _cAAL }], [2, { [_jN]: _ena }]]
2131
2367
  ];
2368
+ var TopicConfiguration$ = [3, n0, _TCo,
2369
+ 0,
2370
+ [_RC, _TA, _RSe],
2371
+ [[() => RecordConverter$, { [_jN]: _rC }], [0, { [_jN]: _tA }], [() => RecordSchema$, { [_jN]: _rSe }]], 2
2372
+ ];
2132
2373
  var TopicInfo$ = [3, n0, _TI,
2133
2374
  0,
2134
2375
  [_TA, _TN, _RF, _PC, _OOSRC],
@@ -2156,8 +2397,8 @@ var Unauthenticated$ = [3, n0, _U,
2156
2397
  ];
2157
2398
  var UnprocessedScramSecret$ = [3, n0, _USSn,
2158
2399
  0,
2159
- [_EC, _EMr, _SA],
2160
- [[0, { [_jN]: _eC }], [0, { [_jN]: _eMr }], [0, { [_jN]: _sA }]]
2400
+ [_ECr, _EMr, _SA],
2401
+ [[0, { [_jN]: _eCr }], [0, { [_jN]: _eMr }], [0, { [_jN]: _sA }]]
2161
2402
  ];
2162
2403
  var UntagResourceRequest$ = [3, n0, _URR,
2163
2404
  0,
@@ -2194,6 +2435,16 @@ var UpdateBrokerTypeResponse$ = [3, n0, _UBTRp,
2194
2435
  [_CA, _COA],
2195
2436
  [[0, { [_jN]: _cA }], [0, { [_jN]: _cOA }]]
2196
2437
  ];
2438
+ var UpdateChannelRequest$ = [3, n0, _UCR,
2439
+ 0,
2440
+ [_CAh, _CA, _IDU, _SDU],
2441
+ [[0, 1], [0, 1], [() => IcebergDestinationUpdate$, { [_jN]: _iDU }], [() => S3DestinationUpdate$, { [_jN]: _sDU }]], 2
2442
+ ];
2443
+ var UpdateChannelResponse$ = [3, n0, _UCRp,
2444
+ 0,
2445
+ [_CAh, _COA],
2446
+ [[0, { [_jN]: _cAh }], [0, { [_jN]: _cOA }]], 1
2447
+ ];
2197
2448
  var UpdateClusterConfigurationRequest$ = [3, n0, _UCCR,
2198
2449
  0,
2199
2450
  [_CA, _CIo, _CV],
@@ -2214,22 +2465,22 @@ var UpdateClusterKafkaVersionResponse$ = [3, n0, _UCKVRp,
2214
2465
  [_CA, _COA],
2215
2466
  [[0, { [_jN]: _cA }], [0, { [_jN]: _cOA }]]
2216
2467
  ];
2217
- var UpdateConfigurationRequest$ = [3, n0, _UCR,
2468
+ var UpdateConfigurationRequest$ = [3, n0, _UCRpd,
2218
2469
  0,
2219
2470
  [_Ar, _SP, _D],
2220
2471
  [[0, 1], [21, { [_jN]: _sP }], [0, { [_jN]: _d }]], 2
2221
2472
  ];
2222
- var UpdateConfigurationResponse$ = [3, n0, _UCRp,
2473
+ var UpdateConfigurationResponse$ = [3, n0, _UCRpda,
2223
2474
  0,
2224
2475
  [_Ar, _LR],
2225
2476
  [[0, { [_jN]: _ar }], [() => ConfigurationRevision$, { [_jN]: _lR }]]
2226
2477
  ];
2227
- var UpdateConnectivityRequest$ = [3, n0, _UCRpd,
2478
+ var UpdateConnectivityRequest$ = [3, n0, _UCRpdat,
2228
2479
  0,
2229
2480
  [_CA, _CV, _CI, _ZA],
2230
2481
  [[0, 1], [0, { [_jN]: _cV }], [() => ConnectivityInfo$, { [_jN]: _cI }], [() => ZookeeperAccess$, { [_jN]: _zA }]], 2
2231
2482
  ];
2232
- var UpdateConnectivityResponse$ = [3, n0, _UCRpda,
2483
+ var UpdateConnectivityResponse$ = [3, n0, _UCRpdate,
2233
2484
  0,
2234
2485
  [_CA, _COA],
2235
2486
  [[0, { [_jN]: _cA }], [0, { [_jN]: _cOA }]]
@@ -2286,13 +2537,13 @@ var UpdateStorageResponse$ = [3, n0, _USRpda,
2286
2537
  ];
2287
2538
  var UpdateTopicRequest$ = [3, n0, _UTR,
2288
2539
  0,
2289
- [_CA, _TN, _Con, _PC],
2290
- [[0, 1], [0, 1], [0, { [_jN]: _co }], [1, { [_jN]: _pC }]], 2
2540
+ [_CA, _TN, _Conf, _PC],
2541
+ [[0, 1], [0, 1], [0, { [_jN]: _con }], [1, { [_jN]: _pC }]], 2
2291
2542
  ];
2292
2543
  var UpdateTopicResponse$ = [3, n0, _UTRp,
2293
2544
  0,
2294
- [_TA, _TN, _Sta],
2295
- [[0, { [_jN]: _tA }], [0, { [_jN]: _tN }], [0, { [_jN]: _sta }]]
2545
+ [_TA, _TN, _St],
2546
+ [[0, { [_jN]: _tA }], [0, { [_jN]: _tN }], [0, { [_jN]: _st }]]
2296
2547
  ];
2297
2548
  var UserIdentity$ = [3, n0, _UI,
2298
2549
  0,
@@ -2306,8 +2557,8 @@ var VpcConfig$ = [3, n0, _VCp,
2306
2557
  ];
2307
2558
  var VpcConnection$ = [3, n0, _VCpcon,
2308
2559
  0,
2309
- [_VCA, _TCA, _CT, _A, _VI, _St],
2310
- [[0, { [_jN]: _vCA }], [0, { [_jN]: _tCA }], [5, { [_jN]: _cT }], [0, { [_jN]: _a }], [0, { [_jN]: _vI }], [0, { [_jN]: _st }]], 2
2560
+ [_VCA, _TCA, _CT, _A, _VI, _Sta],
2561
+ [[0, { [_jN]: _vCA }], [0, { [_jN]: _tCA }], [5, { [_jN]: _cT }], [0, { [_jN]: _a }], [0, { [_jN]: _vI }], [0, { [_jN]: _sta }]], 2
2311
2562
  ];
2312
2563
  var VpcConnectionInfo$ = [3, n0, _VCI,
2313
2564
  0,
@@ -2364,6 +2615,10 @@ var __listOfBrokerEBSVolumeInfo = [1, n0, _lOBEBSVI,
2364
2615
  0, [() => BrokerEBSVolumeInfo$,
2365
2616
  0]
2366
2617
  ];
2618
+ var __listOfChannelInfo = [1, n0, _lOCI,
2619
+ 0, [() => ChannelInfo$,
2620
+ 0]
2621
+ ];
2367
2622
  var __listOfClientVpcConnection = [1, n0, _lOCVC,
2368
2623
  0, [() => ClientVpcConnection$,
2369
2624
  0]
@@ -2372,7 +2627,7 @@ var __listOfCluster = [1, n0, _lOC,
2372
2627
  0, [() => Cluster$,
2373
2628
  0]
2374
2629
  ];
2375
- var __listOfClusterInfo = [1, n0, _lOCI,
2630
+ var __listOfClusterInfo = [1, n0, _lOCIi,
2376
2631
  0, [() => ClusterInfo$,
2377
2632
  0]
2378
2633
  ];
@@ -2400,6 +2655,10 @@ var __listOfConfigurationRevision = [1, n0, _lOCR,
2400
2655
  0, [() => ConfigurationRevision$,
2401
2656
  0]
2402
2657
  ];
2658
+ var __listOfDestinationTable = [1, n0, _lODT,
2659
+ 0, [() => DestinationTable$,
2660
+ 0]
2661
+ ];
2403
2662
  var __listOfKafkaCluster = [1, n0, _lOKC,
2404
2663
  0, [() => KafkaCluster$,
2405
2664
  0]
@@ -2420,6 +2679,10 @@ var __listOfNodeInfo = [1, n0, _lONI,
2420
2679
  0, [() => NodeInfo$,
2421
2680
  0]
2422
2681
  ];
2682
+ var __listOfPartitionSource = [1, n0, _lOPS,
2683
+ 0, [() => PartitionSource$,
2684
+ 0]
2685
+ ];
2423
2686
  var __listOfReplicationInfo = [1, n0, _lORI,
2424
2687
  0, [() => ReplicationInfo$,
2425
2688
  0]
@@ -2436,6 +2699,10 @@ var __listOfReplicatorSummary = [1, n0, _lORS,
2436
2699
  0, [() => ReplicatorSummary$,
2437
2700
  0]
2438
2701
  ];
2702
+ var __listOfTopicConfiguration = [1, n0, _lOTC,
2703
+ 0, [() => TopicConfiguration$,
2704
+ 0]
2705
+ ];
2439
2706
  var __listOfTopicInfo = [1, n0, _lOTI,
2440
2707
  0, [() => TopicInfo$,
2441
2708
  0]
@@ -2462,13 +2729,16 @@ var BatchAssociateScramSecret$ = [9, n0, _BASS,
2462
2729
  var BatchDisassociateScramSecret$ = [9, n0, _BDSS,
2463
2730
  { [_h]: ["PATCH", "/v1/clusters/{ClusterArn}/scram-secrets", 200] }, () => BatchDisassociateScramSecretRequest$, () => BatchDisassociateScramSecretResponse$
2464
2731
  ];
2465
- var CreateCluster$ = [9, n0, _CC,
2732
+ var CreateChannel$ = [9, n0, _CC,
2733
+ { [_h]: ["POST", "/v1/clusters/{ClusterArn}/channels", 200] }, () => CreateChannelRequest$, () => CreateChannelResponse$
2734
+ ];
2735
+ var CreateCluster$ = [9, n0, _CCr,
2466
2736
  { [_h]: ["POST", "/v1/clusters", 200] }, () => CreateClusterRequest$, () => CreateClusterResponse$
2467
2737
  ];
2468
2738
  var CreateClusterV2$ = [9, n0, _CCV,
2469
2739
  { [_h]: ["POST", "/api/v2/clusters", 200] }, () => CreateClusterV2Request$, () => CreateClusterV2Response$
2470
2740
  ];
2471
- var CreateConfiguration$ = [9, n0, _CCr,
2741
+ var CreateConfiguration$ = [9, n0, _CCre,
2472
2742
  { [_h]: ["POST", "/v1/configurations", 200] }, () => CreateConfigurationRequest$, () => CreateConfigurationResponse$
2473
2743
  ];
2474
2744
  var CreateReplicator$ = [9, n0, _CRr,
@@ -2480,25 +2750,31 @@ var CreateTopic$ = [9, n0, _CTr,
2480
2750
  var CreateVpcConnection$ = [9, n0, _CVCr,
2481
2751
  { [_h]: ["POST", "/v1/vpc-connection", 200] }, () => CreateVpcConnectionRequest$, () => CreateVpcConnectionResponse$
2482
2752
  ];
2483
- var DeleteCluster$ = [9, n0, _DC,
2753
+ var DeleteChannel$ = [9, n0, _DC,
2754
+ { [_h]: ["DELETE", "/v1/clusters/{ClusterArn}/channels/{ChannelArn}", 200] }, () => DeleteChannelRequest$, () => DeleteChannelResponse$
2755
+ ];
2756
+ var DeleteCluster$ = [9, n0, _DCe,
2484
2757
  { [_h]: ["DELETE", "/v1/clusters/{ClusterArn}", 200] }, () => DeleteClusterRequest$, () => DeleteClusterResponse$
2485
2758
  ];
2486
2759
  var DeleteClusterPolicy$ = [9, n0, _DCP,
2487
2760
  { [_h]: ["DELETE", "/v1/clusters/{ClusterArn}/policy", 200] }, () => DeleteClusterPolicyRequest$, () => DeleteClusterPolicyResponse$
2488
2761
  ];
2489
- var DeleteConfiguration$ = [9, n0, _DCe,
2762
+ var DeleteConfiguration$ = [9, n0, _DCel,
2490
2763
  { [_h]: ["DELETE", "/v1/configurations/{Arn}", 200] }, () => DeleteConfigurationRequest$, () => DeleteConfigurationResponse$
2491
2764
  ];
2492
2765
  var DeleteReplicator$ = [9, n0, _DR,
2493
2766
  { [_h]: ["DELETE", "/replication/v1/replicators/{ReplicatorArn}", 200] }, () => DeleteReplicatorRequest$, () => DeleteReplicatorResponse$
2494
2767
  ];
2495
- var DeleteTopic$ = [9, n0, _DT,
2768
+ var DeleteTopic$ = [9, n0, _DTel,
2496
2769
  { [_h]: ["DELETE", "/v1/clusters/{ClusterArn}/topics/{TopicName}", 200] }, () => DeleteTopicRequest$, () => DeleteTopicResponse$
2497
2770
  ];
2498
2771
  var DeleteVpcConnection$ = [9, n0, _DVC,
2499
2772
  { [_h]: ["DELETE", "/v1/vpc-connection/{Arn}", 200] }, () => DeleteVpcConnectionRequest$, () => DeleteVpcConnectionResponse$
2500
2773
  ];
2501
- var DescribeCluster$ = [9, n0, _DCes,
2774
+ var DescribeChannel$ = [9, n0, _DCes,
2775
+ { [_h]: ["GET", "/v1/clusters/{ClusterArn}/channels/{ChannelArn}", 200] }, () => DescribeChannelRequest$, () => DescribeChannelResponse$
2776
+ ];
2777
+ var DescribeCluster$ = [9, n0, _DCesc,
2502
2778
  { [_h]: ["GET", "/v1/clusters/{ClusterArn}", 200] }, () => DescribeClusterRequest$, () => DescribeClusterResponse$
2503
2779
  ];
2504
2780
  var DescribeClusterOperation$ = [9, n0, _DCO,
@@ -2510,16 +2786,16 @@ var DescribeClusterOperationV2$ = [9, n0, _DCOV,
2510
2786
  var DescribeClusterV2$ = [9, n0, _DCV,
2511
2787
  { [_h]: ["GET", "/api/v2/clusters/{ClusterArn}", 200] }, () => DescribeClusterV2Request$, () => DescribeClusterV2Response$
2512
2788
  ];
2513
- var DescribeConfiguration$ = [9, n0, _DCesc,
2789
+ var DescribeConfiguration$ = [9, n0, _DCescr,
2514
2790
  { [_h]: ["GET", "/v1/configurations/{Arn}", 200] }, () => DescribeConfigurationRequest$, () => DescribeConfigurationResponse$
2515
2791
  ];
2516
- var DescribeConfigurationRevision$ = [9, n0, _DCRescrib,
2792
+ var DescribeConfigurationRevision$ = [9, n0, _DCRescribeo,
2517
2793
  { [_h]: ["GET", "/v1/configurations/{Arn}/revisions/{Revision}", 200] }, () => DescribeConfigurationRevisionRequest$, () => DescribeConfigurationRevisionResponse$
2518
2794
  ];
2519
2795
  var DescribeReplicator$ = [9, n0, _DRe,
2520
2796
  { [_h]: ["GET", "/replication/v1/replicators/{ReplicatorArn}", 200] }, () => DescribeReplicatorRequest$, () => DescribeReplicatorResponse$
2521
2797
  ];
2522
- var DescribeTopic$ = [9, n0, _DTe,
2798
+ var DescribeTopic$ = [9, n0, _DTes,
2523
2799
  { [_h]: ["GET", "/v1/clusters/{ClusterArn}/topics/{TopicName}", 200] }, () => DescribeTopicRequest$, () => DescribeTopicResponse$
2524
2800
  ];
2525
2801
  var DescribeTopicPartitions$ = [9, n0, _DTP,
@@ -2537,6 +2813,9 @@ var GetClusterPolicy$ = [9, n0, _GCP,
2537
2813
  var GetCompatibleKafkaVersions$ = [9, n0, _GCKV,
2538
2814
  { [_h]: ["GET", "/v1/compatible-kafka-versions", 200] }, () => GetCompatibleKafkaVersionsRequest$, () => GetCompatibleKafkaVersionsResponse$
2539
2815
  ];
2816
+ var ListChannels$ = [9, n0, _LC,
2817
+ { [_h]: ["GET", "/v1/clusters/{ClusterArn}/channels", 200] }, () => ListChannelsRequest$, () => ListChannelsResponse$
2818
+ ];
2540
2819
  var ListClientVpcConnections$ = [9, n0, _LCVC,
2541
2820
  { [_h]: ["GET", "/v1/clusters/{ClusterArn}/client-vpc-connections", 200] }, () => ListClientVpcConnectionsRequest$, () => ListClientVpcConnectionsResponse$
2542
2821
  ];
@@ -2546,16 +2825,16 @@ var ListClusterOperations$ = [9, n0, _LCO,
2546
2825
  var ListClusterOperationsV2$ = [9, n0, _LCOV,
2547
2826
  { [_h]: ["GET", "/api/v2/clusters/{ClusterArn}/operations", 200] }, () => ListClusterOperationsV2Request$, () => ListClusterOperationsV2Response$
2548
2827
  ];
2549
- var ListClusters$ = [9, n0, _LC,
2828
+ var ListClusters$ = [9, n0, _LCi,
2550
2829
  { [_h]: ["GET", "/v1/clusters", 200] }, () => ListClustersRequest$, () => ListClustersResponse$
2551
2830
  ];
2552
2831
  var ListClustersV2$ = [9, n0, _LCV,
2553
2832
  { [_h]: ["GET", "/api/v2/clusters", 200] }, () => ListClustersV2Request$, () => ListClustersV2Response$
2554
2833
  ];
2555
- var ListConfigurationRevisions$ = [9, n0, _LCRisto,
2834
+ var ListConfigurationRevisions$ = [9, n0, _LCRistonf,
2556
2835
  { [_h]: ["GET", "/v1/configurations/{Arn}/revisions", 200] }, () => ListConfigurationRevisionsRequest$, () => ListConfigurationRevisionsResponse$
2557
2836
  ];
2558
- var ListConfigurations$ = [9, n0, _LCi,
2837
+ var ListConfigurations$ = [9, n0, _LCis,
2559
2838
  { [_h]: ["GET", "/v1/configurations", 200] }, () => ListConfigurationsRequest$, () => ListConfigurationsResponse$
2560
2839
  ];
2561
2840
  var ListKafkaVersions$ = [9, n0, _LKV,
@@ -2603,16 +2882,19 @@ var UpdateBrokerStorage$ = [9, n0, _UBS,
2603
2882
  var UpdateBrokerType$ = [9, n0, _UBT,
2604
2883
  { [_h]: ["PUT", "/v1/clusters/{ClusterArn}/nodes/type", 200] }, () => UpdateBrokerTypeRequest$, () => UpdateBrokerTypeResponse$
2605
2884
  ];
2885
+ var UpdateChannel$ = [9, n0, _UC,
2886
+ { [_h]: ["PUT", "/v1/clusters/{ClusterArn}/channels/{ChannelArn}", 200] }, () => UpdateChannelRequest$, () => UpdateChannelResponse$
2887
+ ];
2606
2888
  var UpdateClusterConfiguration$ = [9, n0, _UCC,
2607
2889
  { [_h]: ["PUT", "/v1/clusters/{ClusterArn}/configuration", 200] }, () => UpdateClusterConfigurationRequest$, () => UpdateClusterConfigurationResponse$
2608
2890
  ];
2609
2891
  var UpdateClusterKafkaVersion$ = [9, n0, _UCKV,
2610
2892
  { [_h]: ["PUT", "/v1/clusters/{ClusterArn}/version", 200] }, () => UpdateClusterKafkaVersionRequest$, () => UpdateClusterKafkaVersionResponse$
2611
2893
  ];
2612
- var UpdateConfiguration$ = [9, n0, _UC,
2894
+ var UpdateConfiguration$ = [9, n0, _UCp,
2613
2895
  { [_h]: ["PUT", "/v1/configurations/{Arn}", 200] }, () => UpdateConfigurationRequest$, () => UpdateConfigurationResponse$
2614
2896
  ];
2615
- var UpdateConnectivity$ = [9, n0, _UCp,
2897
+ var UpdateConnectivity$ = [9, n0, _UCpd,
2616
2898
  { [_h]: ["PUT", "/v1/clusters/{ClusterArn}/connectivity", 200] }, () => UpdateConnectivityRequest$, () => UpdateConnectivityResponse$
2617
2899
  ];
2618
2900
  var UpdateMonitoring$ = [9, n0, _UM,
@@ -2790,6 +3072,9 @@ class BatchAssociateScramSecretCommand extends command(_ep0, _mw0, "BatchAssocia
2790
3072
  class BatchDisassociateScramSecretCommand extends command(_ep0, _mw0, "BatchDisassociateScramSecret", BatchDisassociateScramSecret$) {
2791
3073
  }
2792
3074
 
3075
+ class CreateChannelCommand extends command(_ep0, _mw0, "CreateChannel", CreateChannel$) {
3076
+ }
3077
+
2793
3078
  class CreateClusterCommand extends command(_ep0, _mw0, "CreateCluster", CreateCluster$) {
2794
3079
  }
2795
3080
 
@@ -2808,6 +3093,9 @@ class CreateTopicCommand extends command(_ep0, _mw0, "CreateTopic", CreateTopic$
2808
3093
  class CreateVpcConnectionCommand extends command(_ep0, _mw0, "CreateVpcConnection", CreateVpcConnection$) {
2809
3094
  }
2810
3095
 
3096
+ class DeleteChannelCommand extends command(_ep0, _mw0, "DeleteChannel", DeleteChannel$) {
3097
+ }
3098
+
2811
3099
  class DeleteClusterCommand extends command(_ep0, _mw0, "DeleteCluster", DeleteCluster$) {
2812
3100
  }
2813
3101
 
@@ -2826,6 +3114,9 @@ class DeleteTopicCommand extends command(_ep0, _mw0, "DeleteTopic", DeleteTopic$
2826
3114
  class DeleteVpcConnectionCommand extends command(_ep0, _mw0, "DeleteVpcConnection", DeleteVpcConnection$) {
2827
3115
  }
2828
3116
 
3117
+ class DescribeChannelCommand extends command(_ep0, _mw0, "DescribeChannel", DescribeChannel$) {
3118
+ }
3119
+
2829
3120
  class DescribeClusterCommand extends command(_ep0, _mw0, "DescribeCluster", DescribeCluster$) {
2830
3121
  }
2831
3122
 
@@ -2865,6 +3156,9 @@ class GetClusterPolicyCommand extends command(_ep0, _mw0, "GetClusterPolicy", Ge
2865
3156
  class GetCompatibleKafkaVersionsCommand extends command(_ep0, _mw0, "GetCompatibleKafkaVersions", GetCompatibleKafkaVersions$) {
2866
3157
  }
2867
3158
 
3159
+ class ListChannelsCommand extends command(_ep0, _mw0, "ListChannels", ListChannels$) {
3160
+ }
3161
+
2868
3162
  class ListClientVpcConnectionsCommand extends command(_ep0, _mw0, "ListClientVpcConnections", ListClientVpcConnections$) {
2869
3163
  }
2870
3164
 
@@ -2931,6 +3225,9 @@ class UpdateBrokerStorageCommand extends command(_ep0, _mw0, "UpdateBrokerStorag
2931
3225
  class UpdateBrokerTypeCommand extends command(_ep0, _mw0, "UpdateBrokerType", UpdateBrokerType$) {
2932
3226
  }
2933
3227
 
3228
+ class UpdateChannelCommand extends command(_ep0, _mw0, "UpdateChannel", UpdateChannel$) {
3229
+ }
3230
+
2934
3231
  class UpdateClusterConfigurationCommand extends command(_ep0, _mw0, "UpdateClusterConfiguration", UpdateClusterConfiguration$) {
2935
3232
  }
2936
3233
 
@@ -2992,18 +3289,21 @@ const paginateListVpcConnections = createPaginator(KafkaClient, ListVpcConnectio
2992
3289
  const commands = {
2993
3290
  BatchAssociateScramSecretCommand,
2994
3291
  BatchDisassociateScramSecretCommand,
3292
+ CreateChannelCommand,
2995
3293
  CreateClusterCommand,
2996
3294
  CreateClusterV2Command,
2997
3295
  CreateConfigurationCommand,
2998
3296
  CreateReplicatorCommand,
2999
3297
  CreateTopicCommand,
3000
3298
  CreateVpcConnectionCommand,
3299
+ DeleteChannelCommand,
3001
3300
  DeleteClusterCommand,
3002
3301
  DeleteClusterPolicyCommand,
3003
3302
  DeleteConfigurationCommand,
3004
3303
  DeleteReplicatorCommand,
3005
3304
  DeleteTopicCommand,
3006
3305
  DeleteVpcConnectionCommand,
3306
+ DescribeChannelCommand,
3007
3307
  DescribeClusterCommand,
3008
3308
  DescribeClusterOperationCommand,
3009
3309
  DescribeClusterOperationV2Command,
@@ -3017,6 +3317,7 @@ const commands = {
3017
3317
  GetBootstrapBrokersCommand,
3018
3318
  GetClusterPolicyCommand,
3019
3319
  GetCompatibleKafkaVersionsCommand,
3320
+ ListChannelsCommand,
3020
3321
  ListClientVpcConnectionsCommand,
3021
3322
  ListClusterOperationsCommand,
3022
3323
  ListClusterOperationsV2Command,
@@ -3039,6 +3340,7 @@ const commands = {
3039
3340
  UpdateBrokerCountCommand,
3040
3341
  UpdateBrokerStorageCommand,
3041
3342
  UpdateBrokerTypeCommand,
3343
+ UpdateChannelCommand,
3042
3344
  UpdateClusterConfigurationCommand,
3043
3345
  UpdateClusterKafkaVersionCommand,
3044
3346
  UpdateConfigurationCommand,
@@ -3070,6 +3372,19 @@ class Kafka extends KafkaClient {
3070
3372
  }
3071
3373
  createAggregatedClient(commands, Kafka, { paginators });
3072
3374
 
3375
+ const ChannelDestinationType = {
3376
+ ICEBERG: "ICEBERG",
3377
+ S3: "S3",
3378
+ };
3379
+ const ChannelStatus = {
3380
+ ACTIVE: "ACTIVE",
3381
+ CREATING: "CREATING",
3382
+ DELETING: "DELETING",
3383
+ FAILED: "FAILED",
3384
+ SUSPENDED: "SUSPENDED",
3385
+ SUSPENDING: "SUSPENDING",
3386
+ UPDATING: "UPDATING",
3387
+ };
3073
3388
  const VpcConnectionState = {
3074
3389
  AVAILABLE: "AVAILABLE",
3075
3390
  CREATING: "CREATING",
@@ -3134,6 +3449,9 @@ const ConfigurationState = {
3134
3449
  DELETE_FAILED: "DELETE_FAILED",
3135
3450
  DELETING: "DELETING",
3136
3451
  };
3452
+ const PartitionStrategy = {
3453
+ TIME_HOUR: "TIME_HOUR",
3454
+ };
3137
3455
  const KafkaClusterSaslScramMechanism = {
3138
3456
  SHA256: "SHA256",
3139
3457
  SHA512: "SHA512",
@@ -3174,6 +3492,26 @@ const ReplicatorState = {
3174
3492
  RUNNING: "RUNNING",
3175
3493
  UPDATING: "UPDATING",
3176
3494
  };
3495
+ const ValueConverter = {
3496
+ BYTE_ARRAY: "BYTE_ARRAY",
3497
+ JSON: "JSON",
3498
+ JSON_SCHEMA_GSR: "JSON_SCHEMA_GSR",
3499
+ STRING: "STRING",
3500
+ };
3501
+ const IcebergCompressionType = {
3502
+ SNAPPY: "SNAPPY",
3503
+ ZSTD: "ZSTD",
3504
+ };
3505
+ const S3CompressionType = {
3506
+ GZIP: "GZIP",
3507
+ NONE: "NONE",
3508
+ ZSTD: "ZSTD",
3509
+ };
3510
+ const S3StorageClass = {
3511
+ GLACIER_IR: "GLACIER_IR",
3512
+ INTELLIGENT_TIERING: "INTELLIGENT_TIERING",
3513
+ STANDARD: "STANDARD",
3514
+ };
3177
3515
  const TopicState = {
3178
3516
  ACTIVE: "ACTIVE",
3179
3517
  CREATING: "CREATING",
@@ -3200,6 +3538,12 @@ exports.BrokerLogs$ = BrokerLogs$;
3200
3538
  exports.BrokerNodeGroupInfo$ = BrokerNodeGroupInfo$;
3201
3539
  exports.BrokerNodeInfo$ = BrokerNodeInfo$;
3202
3540
  exports.BrokerSoftwareInfo$ = BrokerSoftwareInfo$;
3541
+ exports.Catalog$ = Catalog$;
3542
+ exports.ChannelDestinationType = ChannelDestinationType;
3543
+ exports.ChannelInfo$ = ChannelInfo$;
3544
+ exports.ChannelLoggingInfo$ = ChannelLoggingInfo$;
3545
+ exports.ChannelStateInfo$ = ChannelStateInfo$;
3546
+ exports.ChannelStatus = ChannelStatus;
3203
3547
  exports.ClientAuthentication$ = ClientAuthentication$;
3204
3548
  exports.ClientBroker = ClientBroker;
3205
3549
  exports.ClientVpcConnection$ = ClientVpcConnection$;
@@ -3231,6 +3575,10 @@ exports.ConsumerGroupReplicationUpdate$ = ConsumerGroupReplicationUpdate$;
3231
3575
  exports.ControllerMovedException = ControllerMovedException;
3232
3576
  exports.ControllerMovedException$ = ControllerMovedException$;
3233
3577
  exports.ControllerNodeInfo$ = ControllerNodeInfo$;
3578
+ exports.CreateChannel$ = CreateChannel$;
3579
+ exports.CreateChannelCommand = CreateChannelCommand;
3580
+ exports.CreateChannelRequest$ = CreateChannelRequest$;
3581
+ exports.CreateChannelResponse$ = CreateChannelResponse$;
3234
3582
  exports.CreateCluster$ = CreateCluster$;
3235
3583
  exports.CreateClusterCommand = CreateClusterCommand;
3236
3584
  exports.CreateClusterRequest$ = CreateClusterRequest$;
@@ -3256,6 +3604,11 @@ exports.CreateVpcConnectionCommand = CreateVpcConnectionCommand;
3256
3604
  exports.CreateVpcConnectionRequest$ = CreateVpcConnectionRequest$;
3257
3605
  exports.CreateVpcConnectionResponse$ = CreateVpcConnectionResponse$;
3258
3606
  exports.CustomerActionStatus = CustomerActionStatus;
3607
+ exports.DeadLetterQueueS3$ = DeadLetterQueueS3$;
3608
+ exports.DeleteChannel$ = DeleteChannel$;
3609
+ exports.DeleteChannelCommand = DeleteChannelCommand;
3610
+ exports.DeleteChannelRequest$ = DeleteChannelRequest$;
3611
+ exports.DeleteChannelResponse$ = DeleteChannelResponse$;
3259
3612
  exports.DeleteCluster$ = DeleteCluster$;
3260
3613
  exports.DeleteClusterCommand = DeleteClusterCommand;
3261
3614
  exports.DeleteClusterPolicy$ = DeleteClusterPolicy$;
@@ -3280,6 +3633,10 @@ exports.DeleteVpcConnection$ = DeleteVpcConnection$;
3280
3633
  exports.DeleteVpcConnectionCommand = DeleteVpcConnectionCommand;
3281
3634
  exports.DeleteVpcConnectionRequest$ = DeleteVpcConnectionRequest$;
3282
3635
  exports.DeleteVpcConnectionResponse$ = DeleteVpcConnectionResponse$;
3636
+ exports.DescribeChannel$ = DescribeChannel$;
3637
+ exports.DescribeChannelCommand = DescribeChannelCommand;
3638
+ exports.DescribeChannelRequest$ = DescribeChannelRequest$;
3639
+ exports.DescribeChannelResponse$ = DescribeChannelResponse$;
3283
3640
  exports.DescribeCluster$ = DescribeCluster$;
3284
3641
  exports.DescribeClusterCommand = DescribeClusterCommand;
3285
3642
  exports.DescribeClusterOperation$ = DescribeClusterOperation$;
@@ -3320,8 +3677,10 @@ exports.DescribeVpcConnection$ = DescribeVpcConnection$;
3320
3677
  exports.DescribeVpcConnectionCommand = DescribeVpcConnectionCommand;
3321
3678
  exports.DescribeVpcConnectionRequest$ = DescribeVpcConnectionRequest$;
3322
3679
  exports.DescribeVpcConnectionResponse$ = DescribeVpcConnectionResponse$;
3680
+ exports.DestinationTable$ = DestinationTable$;
3323
3681
  exports.EBSStorageInfo$ = EBSStorageInfo$;
3324
3682
  exports.EncryptionAtRest$ = EncryptionAtRest$;
3683
+ exports.EncryptionConfiguration$ = EncryptionConfiguration$;
3325
3684
  exports.EncryptionInTransit$ = EncryptionInTransit$;
3326
3685
  exports.EncryptionInfo$ = EncryptionInfo$;
3327
3686
  exports.EnhancedMonitoring = EnhancedMonitoring;
@@ -3344,6 +3703,9 @@ exports.GetCompatibleKafkaVersionsResponse$ = GetCompatibleKafkaVersionsResponse
3344
3703
  exports.GroupSubscribedToTopicException = GroupSubscribedToTopicException;
3345
3704
  exports.GroupSubscribedToTopicException$ = GroupSubscribedToTopicException$;
3346
3705
  exports.Iam$ = Iam$;
3706
+ exports.IcebergCompressionType = IcebergCompressionType;
3707
+ exports.IcebergDestinationConfiguration$ = IcebergDestinationConfiguration$;
3708
+ exports.IcebergDestinationUpdate$ = IcebergDestinationUpdate$;
3347
3709
  exports.InternalServerErrorException = InternalServerErrorException;
3348
3710
  exports.InternalServerErrorException$ = InternalServerErrorException$;
3349
3711
  exports.JmxExporter$ = JmxExporter$;
@@ -3368,6 +3730,10 @@ exports.KafkaTimeoutException = KafkaTimeoutException;
3368
3730
  exports.KafkaTimeoutException$ = KafkaTimeoutException$;
3369
3731
  exports.KafkaVersion$ = KafkaVersion$;
3370
3732
  exports.KafkaVersionStatus = KafkaVersionStatus;
3733
+ exports.ListChannels$ = ListChannels$;
3734
+ exports.ListChannelsCommand = ListChannelsCommand;
3735
+ exports.ListChannelsRequest$ = ListChannelsRequest$;
3736
+ exports.ListChannelsResponse$ = ListChannelsResponse$;
3371
3737
  exports.ListClientVpcConnections$ = ListClientVpcConnections$;
3372
3738
  exports.ListClientVpcConnectionsCommand = ListClientVpcConnectionsCommand;
3373
3739
  exports.ListClientVpcConnectionsRequest$ = ListClientVpcConnectionsRequest$;
@@ -3438,6 +3804,9 @@ exports.NotFoundException = NotFoundException;
3438
3804
  exports.NotFoundException$ = NotFoundException$;
3439
3805
  exports.OpenMonitoring$ = OpenMonitoring$;
3440
3806
  exports.OpenMonitoringInfo$ = OpenMonitoringInfo$;
3807
+ exports.PartitionSource$ = PartitionSource$;
3808
+ exports.PartitionSpec$ = PartitionSpec$;
3809
+ exports.PartitionStrategy = PartitionStrategy;
3441
3810
  exports.Prometheus$ = Prometheus$;
3442
3811
  exports.PrometheusInfo$ = PrometheusInfo$;
3443
3812
  exports.Provisioned$ = Provisioned$;
@@ -3456,6 +3825,8 @@ exports.RebootBroker$ = RebootBroker$;
3456
3825
  exports.RebootBrokerCommand = RebootBrokerCommand;
3457
3826
  exports.RebootBrokerRequest$ = RebootBrokerRequest$;
3458
3827
  exports.RebootBrokerResponse$ = RebootBrokerResponse$;
3828
+ exports.RecordConverter$ = RecordConverter$;
3829
+ exports.RecordSchema$ = RecordSchema$;
3459
3830
  exports.RejectClientVpcConnection$ = RejectClientVpcConnection$;
3460
3831
  exports.RejectClientVpcConnectionCommand = RejectClientVpcConnectionCommand;
3461
3832
  exports.RejectClientVpcConnectionRequest$ = RejectClientVpcConnectionRequest$;
@@ -3475,7 +3846,13 @@ exports.ReplicatorS3$ = ReplicatorS3$;
3475
3846
  exports.ReplicatorState = ReplicatorState;
3476
3847
  exports.ReplicatorSummary$ = ReplicatorSummary$;
3477
3848
  exports.S3$ = S3$;
3849
+ exports.S3CompressionType = S3CompressionType;
3850
+ exports.S3DestinationConfiguration$ = S3DestinationConfiguration$;
3851
+ exports.S3DestinationUpdate$ = S3DestinationUpdate$;
3852
+ exports.S3Storage$ = S3Storage$;
3853
+ exports.S3StorageClass = S3StorageClass;
3478
3854
  exports.Sasl$ = Sasl$;
3855
+ exports.SchemaEvolution$ = SchemaEvolution$;
3479
3856
  exports.Scram$ = Scram$;
3480
3857
  exports.Serverless$ = Serverless$;
3481
3858
  exports.ServerlessClientAuthentication$ = ServerlessClientAuthentication$;
@@ -3487,6 +3864,7 @@ exports.ServiceUnavailableException$ = ServiceUnavailableException$;
3487
3864
  exports.StateInfo$ = StateInfo$;
3488
3865
  exports.StorageInfo$ = StorageInfo$;
3489
3866
  exports.StorageMode = StorageMode;
3867
+ exports.TableCreation$ = TableCreation$;
3490
3868
  exports.TagResource$ = TagResource$;
3491
3869
  exports.TagResourceCommand = TagResourceCommand;
3492
3870
  exports.TagResourceRequest$ = TagResourceRequest$;
@@ -3494,6 +3872,7 @@ exports.TargetCompressionType = TargetCompressionType;
3494
3872
  exports.Tls$ = Tls$;
3495
3873
  exports.TooManyRequestsException = TooManyRequestsException;
3496
3874
  exports.TooManyRequestsException$ = TooManyRequestsException$;
3875
+ exports.TopicConfiguration$ = TopicConfiguration$;
3497
3876
  exports.TopicExistsException = TopicExistsException;
3498
3877
  exports.TopicExistsException$ = TopicExistsException$;
3499
3878
  exports.TopicInfo$ = TopicInfo$;
@@ -3522,6 +3901,10 @@ exports.UpdateBrokerType$ = UpdateBrokerType$;
3522
3901
  exports.UpdateBrokerTypeCommand = UpdateBrokerTypeCommand;
3523
3902
  exports.UpdateBrokerTypeRequest$ = UpdateBrokerTypeRequest$;
3524
3903
  exports.UpdateBrokerTypeResponse$ = UpdateBrokerTypeResponse$;
3904
+ exports.UpdateChannel$ = UpdateChannel$;
3905
+ exports.UpdateChannelCommand = UpdateChannelCommand;
3906
+ exports.UpdateChannelRequest$ = UpdateChannelRequest$;
3907
+ exports.UpdateChannelResponse$ = UpdateChannelResponse$;
3525
3908
  exports.UpdateClusterConfiguration$ = UpdateClusterConfiguration$;
3526
3909
  exports.UpdateClusterConfigurationCommand = UpdateClusterConfigurationCommand;
3527
3910
  exports.UpdateClusterConfigurationRequest$ = UpdateClusterConfigurationRequest$;
@@ -3564,6 +3947,7 @@ exports.UpdateTopicRequest$ = UpdateTopicRequest$;
3564
3947
  exports.UpdateTopicResponse$ = UpdateTopicResponse$;
3565
3948
  exports.UserIdentity$ = UserIdentity$;
3566
3949
  exports.UserIdentityType = UserIdentityType;
3950
+ exports.ValueConverter = ValueConverter;
3567
3951
  exports.VpcConfig$ = VpcConfig$;
3568
3952
  exports.VpcConnection$ = VpcConnection$;
3569
3953
  exports.VpcConnectionInfo$ = VpcConnectionInfo$;