@aws-sdk/client-kafka 3.588.0 → 3.592.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 (113) hide show
  1. package/dist-cjs/index.js +0 -52
  2. package/dist-types/KafkaClient.d.ts +4 -4
  3. package/dist-types/commands/BatchAssociateScramSecretCommand.d.ts +2 -1
  4. package/dist-types/commands/BatchDisassociateScramSecretCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateClusterCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateClusterV2Command.d.ts +2 -1
  7. package/dist-types/commands/CreateConfigurationCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateReplicatorCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateVpcConnectionCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteClusterCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteClusterPolicyCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteConfigurationCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteReplicatorCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteVpcConnectionCommand.d.ts +2 -1
  15. package/dist-types/commands/DescribeClusterCommand.d.ts +2 -1
  16. package/dist-types/commands/DescribeClusterOperationCommand.d.ts +2 -1
  17. package/dist-types/commands/DescribeClusterOperationV2Command.d.ts +2 -1
  18. package/dist-types/commands/DescribeClusterV2Command.d.ts +2 -1
  19. package/dist-types/commands/DescribeConfigurationCommand.d.ts +2 -1
  20. package/dist-types/commands/DescribeConfigurationRevisionCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribeReplicatorCommand.d.ts +2 -1
  22. package/dist-types/commands/DescribeVpcConnectionCommand.d.ts +2 -1
  23. package/dist-types/commands/GetBootstrapBrokersCommand.d.ts +2 -1
  24. package/dist-types/commands/GetClusterPolicyCommand.d.ts +2 -1
  25. package/dist-types/commands/GetCompatibleKafkaVersionsCommand.d.ts +2 -1
  26. package/dist-types/commands/ListClientVpcConnectionsCommand.d.ts +2 -1
  27. package/dist-types/commands/ListClusterOperationsCommand.d.ts +2 -1
  28. package/dist-types/commands/ListClusterOperationsV2Command.d.ts +2 -1
  29. package/dist-types/commands/ListClustersCommand.d.ts +2 -1
  30. package/dist-types/commands/ListClustersV2Command.d.ts +2 -1
  31. package/dist-types/commands/ListConfigurationRevisionsCommand.d.ts +2 -1
  32. package/dist-types/commands/ListConfigurationsCommand.d.ts +2 -1
  33. package/dist-types/commands/ListKafkaVersionsCommand.d.ts +2 -1
  34. package/dist-types/commands/ListNodesCommand.d.ts +2 -1
  35. package/dist-types/commands/ListReplicatorsCommand.d.ts +2 -1
  36. package/dist-types/commands/ListScramSecretsCommand.d.ts +2 -1
  37. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  38. package/dist-types/commands/ListVpcConnectionsCommand.d.ts +2 -1
  39. package/dist-types/commands/PutClusterPolicyCommand.d.ts +2 -1
  40. package/dist-types/commands/RebootBrokerCommand.d.ts +2 -1
  41. package/dist-types/commands/RejectClientVpcConnectionCommand.d.ts +2 -1
  42. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  43. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  44. package/dist-types/commands/UpdateBrokerCountCommand.d.ts +2 -1
  45. package/dist-types/commands/UpdateBrokerStorageCommand.d.ts +2 -1
  46. package/dist-types/commands/UpdateBrokerTypeCommand.d.ts +2 -1
  47. package/dist-types/commands/UpdateClusterConfigurationCommand.d.ts +2 -1
  48. package/dist-types/commands/UpdateClusterKafkaVersionCommand.d.ts +2 -1
  49. package/dist-types/commands/UpdateConfigurationCommand.d.ts +2 -1
  50. package/dist-types/commands/UpdateConnectivityCommand.d.ts +2 -1
  51. package/dist-types/commands/UpdateMonitoringCommand.d.ts +2 -1
  52. package/dist-types/commands/UpdateReplicationInfoCommand.d.ts +2 -1
  53. package/dist-types/commands/UpdateSecurityCommand.d.ts +2 -1
  54. package/dist-types/commands/UpdateStorageCommand.d.ts +2 -1
  55. package/dist-types/index.d.ts +2 -2
  56. package/dist-types/models/KafkaServiceException.d.ts +2 -1
  57. package/dist-types/runtimeConfig.native.d.ts +1 -1
  58. package/dist-types/ts3.4/KafkaClient.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/BatchAssociateScramSecretCommand.d.ts +2 -1
  60. package/dist-types/ts3.4/commands/BatchDisassociateScramSecretCommand.d.ts +2 -1
  61. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +2 -1
  62. package/dist-types/ts3.4/commands/CreateClusterV2Command.d.ts +2 -1
  63. package/dist-types/ts3.4/commands/CreateConfigurationCommand.d.ts +2 -1
  64. package/dist-types/ts3.4/commands/CreateReplicatorCommand.d.ts +2 -1
  65. package/dist-types/ts3.4/commands/CreateVpcConnectionCommand.d.ts +2 -1
  66. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +2 -1
  67. package/dist-types/ts3.4/commands/DeleteClusterPolicyCommand.d.ts +2 -1
  68. package/dist-types/ts3.4/commands/DeleteConfigurationCommand.d.ts +2 -1
  69. package/dist-types/ts3.4/commands/DeleteReplicatorCommand.d.ts +2 -1
  70. package/dist-types/ts3.4/commands/DeleteVpcConnectionCommand.d.ts +2 -1
  71. package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +2 -1
  72. package/dist-types/ts3.4/commands/DescribeClusterOperationCommand.d.ts +2 -1
  73. package/dist-types/ts3.4/commands/DescribeClusterOperationV2Command.d.ts +2 -1
  74. package/dist-types/ts3.4/commands/DescribeClusterV2Command.d.ts +2 -1
  75. package/dist-types/ts3.4/commands/DescribeConfigurationCommand.d.ts +2 -1
  76. package/dist-types/ts3.4/commands/DescribeConfigurationRevisionCommand.d.ts +2 -1
  77. package/dist-types/ts3.4/commands/DescribeReplicatorCommand.d.ts +2 -1
  78. package/dist-types/ts3.4/commands/DescribeVpcConnectionCommand.d.ts +2 -1
  79. package/dist-types/ts3.4/commands/GetBootstrapBrokersCommand.d.ts +2 -1
  80. package/dist-types/ts3.4/commands/GetClusterPolicyCommand.d.ts +2 -1
  81. package/dist-types/ts3.4/commands/GetCompatibleKafkaVersionsCommand.d.ts +2 -1
  82. package/dist-types/ts3.4/commands/ListClientVpcConnectionsCommand.d.ts +2 -1
  83. package/dist-types/ts3.4/commands/ListClusterOperationsCommand.d.ts +2 -1
  84. package/dist-types/ts3.4/commands/ListClusterOperationsV2Command.d.ts +2 -1
  85. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +2 -1
  86. package/dist-types/ts3.4/commands/ListClustersV2Command.d.ts +2 -1
  87. package/dist-types/ts3.4/commands/ListConfigurationRevisionsCommand.d.ts +2 -1
  88. package/dist-types/ts3.4/commands/ListConfigurationsCommand.d.ts +2 -1
  89. package/dist-types/ts3.4/commands/ListKafkaVersionsCommand.d.ts +2 -1
  90. package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +2 -1
  91. package/dist-types/ts3.4/commands/ListReplicatorsCommand.d.ts +2 -1
  92. package/dist-types/ts3.4/commands/ListScramSecretsCommand.d.ts +2 -1
  93. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  94. package/dist-types/ts3.4/commands/ListVpcConnectionsCommand.d.ts +2 -1
  95. package/dist-types/ts3.4/commands/PutClusterPolicyCommand.d.ts +2 -1
  96. package/dist-types/ts3.4/commands/RebootBrokerCommand.d.ts +2 -1
  97. package/dist-types/ts3.4/commands/RejectClientVpcConnectionCommand.d.ts +2 -1
  98. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  99. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  100. package/dist-types/ts3.4/commands/UpdateBrokerCountCommand.d.ts +2 -1
  101. package/dist-types/ts3.4/commands/UpdateBrokerStorageCommand.d.ts +2 -1
  102. package/dist-types/ts3.4/commands/UpdateBrokerTypeCommand.d.ts +2 -1
  103. package/dist-types/ts3.4/commands/UpdateClusterConfigurationCommand.d.ts +2 -1
  104. package/dist-types/ts3.4/commands/UpdateClusterKafkaVersionCommand.d.ts +2 -1
  105. package/dist-types/ts3.4/commands/UpdateConfigurationCommand.d.ts +2 -1
  106. package/dist-types/ts3.4/commands/UpdateConnectivityCommand.d.ts +2 -1
  107. package/dist-types/ts3.4/commands/UpdateMonitoringCommand.d.ts +2 -1
  108. package/dist-types/ts3.4/commands/UpdateReplicationInfoCommand.d.ts +2 -1
  109. package/dist-types/ts3.4/commands/UpdateSecurityCommand.d.ts +2 -1
  110. package/dist-types/ts3.4/commands/UpdateStorageCommand.d.ts +2 -1
  111. package/dist-types/ts3.4/models/KafkaServiceException.d.ts +2 -1
  112. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  113. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -265,7 +265,6 @@ var KafkaClient = _KafkaClient;
265
265
 
266
266
  var import_middleware_serde = require("@smithy/middleware-serde");
267
267
 
268
- var import_types = require("@smithy/types");
269
268
 
270
269
  // src/protocols/Aws_restJson1.ts
271
270
  var import_core2 = require("@aws-sdk/core");
@@ -3266,7 +3265,6 @@ var BatchAssociateScramSecretCommand = _BatchAssociateScramSecretCommand;
3266
3265
 
3267
3266
 
3268
3267
 
3269
-
3270
3268
  var _BatchDisassociateScramSecretCommand = class _BatchDisassociateScramSecretCommand extends import_smithy_client.Command.classBuilder().ep({
3271
3269
  ...commonParams
3272
3270
  }).m(function(Command, cs, config, o) {
@@ -3283,7 +3281,6 @@ var BatchDisassociateScramSecretCommand = _BatchDisassociateScramSecretCommand;
3283
3281
 
3284
3282
 
3285
3283
 
3286
-
3287
3284
  var _CreateClusterCommand = class _CreateClusterCommand extends import_smithy_client.Command.classBuilder().ep({
3288
3285
  ...commonParams
3289
3286
  }).m(function(Command, cs, config, o) {
@@ -3300,7 +3297,6 @@ var CreateClusterCommand = _CreateClusterCommand;
3300
3297
 
3301
3298
 
3302
3299
 
3303
-
3304
3300
  var _CreateClusterV2Command = class _CreateClusterV2Command extends import_smithy_client.Command.classBuilder().ep({
3305
3301
  ...commonParams
3306
3302
  }).m(function(Command, cs, config, o) {
@@ -3317,7 +3313,6 @@ var CreateClusterV2Command = _CreateClusterV2Command;
3317
3313
 
3318
3314
 
3319
3315
 
3320
-
3321
3316
  var _CreateConfigurationCommand = class _CreateConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
3322
3317
  ...commonParams
3323
3318
  }).m(function(Command, cs, config, o) {
@@ -3334,7 +3329,6 @@ var CreateConfigurationCommand = _CreateConfigurationCommand;
3334
3329
 
3335
3330
 
3336
3331
 
3337
-
3338
3332
  var _CreateReplicatorCommand = class _CreateReplicatorCommand extends import_smithy_client.Command.classBuilder().ep({
3339
3333
  ...commonParams
3340
3334
  }).m(function(Command, cs, config, o) {
@@ -3351,7 +3345,6 @@ var CreateReplicatorCommand = _CreateReplicatorCommand;
3351
3345
 
3352
3346
 
3353
3347
 
3354
-
3355
3348
  var _CreateVpcConnectionCommand = class _CreateVpcConnectionCommand extends import_smithy_client.Command.classBuilder().ep({
3356
3349
  ...commonParams
3357
3350
  }).m(function(Command, cs, config, o) {
@@ -3368,7 +3361,6 @@ var CreateVpcConnectionCommand = _CreateVpcConnectionCommand;
3368
3361
 
3369
3362
 
3370
3363
 
3371
-
3372
3364
  var _DeleteClusterCommand = class _DeleteClusterCommand extends import_smithy_client.Command.classBuilder().ep({
3373
3365
  ...commonParams
3374
3366
  }).m(function(Command, cs, config, o) {
@@ -3385,7 +3377,6 @@ var DeleteClusterCommand = _DeleteClusterCommand;
3385
3377
 
3386
3378
 
3387
3379
 
3388
-
3389
3380
  var _DeleteClusterPolicyCommand = class _DeleteClusterPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
3390
3381
  ...commonParams
3391
3382
  }).m(function(Command, cs, config, o) {
@@ -3402,7 +3393,6 @@ var DeleteClusterPolicyCommand = _DeleteClusterPolicyCommand;
3402
3393
 
3403
3394
 
3404
3395
 
3405
-
3406
3396
  var _DeleteConfigurationCommand = class _DeleteConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
3407
3397
  ...commonParams
3408
3398
  }).m(function(Command, cs, config, o) {
@@ -3419,7 +3409,6 @@ var DeleteConfigurationCommand = _DeleteConfigurationCommand;
3419
3409
 
3420
3410
 
3421
3411
 
3422
-
3423
3412
  var _DeleteReplicatorCommand = class _DeleteReplicatorCommand extends import_smithy_client.Command.classBuilder().ep({
3424
3413
  ...commonParams
3425
3414
  }).m(function(Command, cs, config, o) {
@@ -3436,7 +3425,6 @@ var DeleteReplicatorCommand = _DeleteReplicatorCommand;
3436
3425
 
3437
3426
 
3438
3427
 
3439
-
3440
3428
  var _DeleteVpcConnectionCommand = class _DeleteVpcConnectionCommand extends import_smithy_client.Command.classBuilder().ep({
3441
3429
  ...commonParams
3442
3430
  }).m(function(Command, cs, config, o) {
@@ -3453,7 +3441,6 @@ var DeleteVpcConnectionCommand = _DeleteVpcConnectionCommand;
3453
3441
 
3454
3442
 
3455
3443
 
3456
-
3457
3444
  var _DescribeClusterCommand = class _DescribeClusterCommand extends import_smithy_client.Command.classBuilder().ep({
3458
3445
  ...commonParams
3459
3446
  }).m(function(Command, cs, config, o) {
@@ -3470,7 +3457,6 @@ var DescribeClusterCommand = _DescribeClusterCommand;
3470
3457
 
3471
3458
 
3472
3459
 
3473
-
3474
3460
  var _DescribeClusterOperationCommand = class _DescribeClusterOperationCommand extends import_smithy_client.Command.classBuilder().ep({
3475
3461
  ...commonParams
3476
3462
  }).m(function(Command, cs, config, o) {
@@ -3487,7 +3473,6 @@ var DescribeClusterOperationCommand = _DescribeClusterOperationCommand;
3487
3473
 
3488
3474
 
3489
3475
 
3490
-
3491
3476
  var _DescribeClusterOperationV2Command = class _DescribeClusterOperationV2Command extends import_smithy_client.Command.classBuilder().ep({
3492
3477
  ...commonParams
3493
3478
  }).m(function(Command, cs, config, o) {
@@ -3504,7 +3489,6 @@ var DescribeClusterOperationV2Command = _DescribeClusterOperationV2Command;
3504
3489
 
3505
3490
 
3506
3491
 
3507
-
3508
3492
  var _DescribeClusterV2Command = class _DescribeClusterV2Command extends import_smithy_client.Command.classBuilder().ep({
3509
3493
  ...commonParams
3510
3494
  }).m(function(Command, cs, config, o) {
@@ -3521,7 +3505,6 @@ var DescribeClusterV2Command = _DescribeClusterV2Command;
3521
3505
 
3522
3506
 
3523
3507
 
3524
-
3525
3508
  var _DescribeConfigurationCommand = class _DescribeConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
3526
3509
  ...commonParams
3527
3510
  }).m(function(Command, cs, config, o) {
@@ -3538,7 +3521,6 @@ var DescribeConfigurationCommand = _DescribeConfigurationCommand;
3538
3521
 
3539
3522
 
3540
3523
 
3541
-
3542
3524
  var _DescribeConfigurationRevisionCommand = class _DescribeConfigurationRevisionCommand extends import_smithy_client.Command.classBuilder().ep({
3543
3525
  ...commonParams
3544
3526
  }).m(function(Command, cs, config, o) {
@@ -3555,7 +3537,6 @@ var DescribeConfigurationRevisionCommand = _DescribeConfigurationRevisionCommand
3555
3537
 
3556
3538
 
3557
3539
 
3558
-
3559
3540
  var _DescribeReplicatorCommand = class _DescribeReplicatorCommand extends import_smithy_client.Command.classBuilder().ep({
3560
3541
  ...commonParams
3561
3542
  }).m(function(Command, cs, config, o) {
@@ -3572,7 +3553,6 @@ var DescribeReplicatorCommand = _DescribeReplicatorCommand;
3572
3553
 
3573
3554
 
3574
3555
 
3575
-
3576
3556
  var _DescribeVpcConnectionCommand = class _DescribeVpcConnectionCommand extends import_smithy_client.Command.classBuilder().ep({
3577
3557
  ...commonParams
3578
3558
  }).m(function(Command, cs, config, o) {
@@ -3589,7 +3569,6 @@ var DescribeVpcConnectionCommand = _DescribeVpcConnectionCommand;
3589
3569
 
3590
3570
 
3591
3571
 
3592
-
3593
3572
  var _GetBootstrapBrokersCommand = class _GetBootstrapBrokersCommand extends import_smithy_client.Command.classBuilder().ep({
3594
3573
  ...commonParams
3595
3574
  }).m(function(Command, cs, config, o) {
@@ -3606,7 +3585,6 @@ var GetBootstrapBrokersCommand = _GetBootstrapBrokersCommand;
3606
3585
 
3607
3586
 
3608
3587
 
3609
-
3610
3588
  var _GetClusterPolicyCommand = class _GetClusterPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
3611
3589
  ...commonParams
3612
3590
  }).m(function(Command, cs, config, o) {
@@ -3623,7 +3601,6 @@ var GetClusterPolicyCommand = _GetClusterPolicyCommand;
3623
3601
 
3624
3602
 
3625
3603
 
3626
-
3627
3604
  var _GetCompatibleKafkaVersionsCommand = class _GetCompatibleKafkaVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
3628
3605
  ...commonParams
3629
3606
  }).m(function(Command, cs, config, o) {
@@ -3640,7 +3617,6 @@ var GetCompatibleKafkaVersionsCommand = _GetCompatibleKafkaVersionsCommand;
3640
3617
 
3641
3618
 
3642
3619
 
3643
-
3644
3620
  var _ListClientVpcConnectionsCommand = class _ListClientVpcConnectionsCommand extends import_smithy_client.Command.classBuilder().ep({
3645
3621
  ...commonParams
3646
3622
  }).m(function(Command, cs, config, o) {
@@ -3657,7 +3633,6 @@ var ListClientVpcConnectionsCommand = _ListClientVpcConnectionsCommand;
3657
3633
 
3658
3634
 
3659
3635
 
3660
-
3661
3636
  var _ListClusterOperationsCommand = class _ListClusterOperationsCommand extends import_smithy_client.Command.classBuilder().ep({
3662
3637
  ...commonParams
3663
3638
  }).m(function(Command, cs, config, o) {
@@ -3674,7 +3649,6 @@ var ListClusterOperationsCommand = _ListClusterOperationsCommand;
3674
3649
 
3675
3650
 
3676
3651
 
3677
-
3678
3652
  var _ListClusterOperationsV2Command = class _ListClusterOperationsV2Command extends import_smithy_client.Command.classBuilder().ep({
3679
3653
  ...commonParams
3680
3654
  }).m(function(Command, cs, config, o) {
@@ -3691,7 +3665,6 @@ var ListClusterOperationsV2Command = _ListClusterOperationsV2Command;
3691
3665
 
3692
3666
 
3693
3667
 
3694
-
3695
3668
  var _ListClustersCommand = class _ListClustersCommand extends import_smithy_client.Command.classBuilder().ep({
3696
3669
  ...commonParams
3697
3670
  }).m(function(Command, cs, config, o) {
@@ -3708,7 +3681,6 @@ var ListClustersCommand = _ListClustersCommand;
3708
3681
 
3709
3682
 
3710
3683
 
3711
-
3712
3684
  var _ListClustersV2Command = class _ListClustersV2Command extends import_smithy_client.Command.classBuilder().ep({
3713
3685
  ...commonParams
3714
3686
  }).m(function(Command, cs, config, o) {
@@ -3725,7 +3697,6 @@ var ListClustersV2Command = _ListClustersV2Command;
3725
3697
 
3726
3698
 
3727
3699
 
3728
-
3729
3700
  var _ListConfigurationRevisionsCommand = class _ListConfigurationRevisionsCommand extends import_smithy_client.Command.classBuilder().ep({
3730
3701
  ...commonParams
3731
3702
  }).m(function(Command, cs, config, o) {
@@ -3742,7 +3713,6 @@ var ListConfigurationRevisionsCommand = _ListConfigurationRevisionsCommand;
3742
3713
 
3743
3714
 
3744
3715
 
3745
-
3746
3716
  var _ListConfigurationsCommand = class _ListConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
3747
3717
  ...commonParams
3748
3718
  }).m(function(Command, cs, config, o) {
@@ -3759,7 +3729,6 @@ var ListConfigurationsCommand = _ListConfigurationsCommand;
3759
3729
 
3760
3730
 
3761
3731
 
3762
-
3763
3732
  var _ListKafkaVersionsCommand = class _ListKafkaVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
3764
3733
  ...commonParams
3765
3734
  }).m(function(Command, cs, config, o) {
@@ -3776,7 +3745,6 @@ var ListKafkaVersionsCommand = _ListKafkaVersionsCommand;
3776
3745
 
3777
3746
 
3778
3747
 
3779
-
3780
3748
  var _ListNodesCommand = class _ListNodesCommand extends import_smithy_client.Command.classBuilder().ep({
3781
3749
  ...commonParams
3782
3750
  }).m(function(Command, cs, config, o) {
@@ -3793,7 +3761,6 @@ var ListNodesCommand = _ListNodesCommand;
3793
3761
 
3794
3762
 
3795
3763
 
3796
-
3797
3764
  var _ListReplicatorsCommand = class _ListReplicatorsCommand extends import_smithy_client.Command.classBuilder().ep({
3798
3765
  ...commonParams
3799
3766
  }).m(function(Command, cs, config, o) {
@@ -3810,7 +3777,6 @@ var ListReplicatorsCommand = _ListReplicatorsCommand;
3810
3777
 
3811
3778
 
3812
3779
 
3813
-
3814
3780
  var _ListScramSecretsCommand = class _ListScramSecretsCommand extends import_smithy_client.Command.classBuilder().ep({
3815
3781
  ...commonParams
3816
3782
  }).m(function(Command, cs, config, o) {
@@ -3827,7 +3793,6 @@ var ListScramSecretsCommand = _ListScramSecretsCommand;
3827
3793
 
3828
3794
 
3829
3795
 
3830
-
3831
3796
  var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
3832
3797
  ...commonParams
3833
3798
  }).m(function(Command, cs, config, o) {
@@ -3844,7 +3809,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
3844
3809
 
3845
3810
 
3846
3811
 
3847
-
3848
3812
  var _ListVpcConnectionsCommand = class _ListVpcConnectionsCommand extends import_smithy_client.Command.classBuilder().ep({
3849
3813
  ...commonParams
3850
3814
  }).m(function(Command, cs, config, o) {
@@ -3861,7 +3825,6 @@ var ListVpcConnectionsCommand = _ListVpcConnectionsCommand;
3861
3825
 
3862
3826
 
3863
3827
 
3864
-
3865
3828
  var _PutClusterPolicyCommand = class _PutClusterPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
3866
3829
  ...commonParams
3867
3830
  }).m(function(Command, cs, config, o) {
@@ -3878,7 +3841,6 @@ var PutClusterPolicyCommand = _PutClusterPolicyCommand;
3878
3841
 
3879
3842
 
3880
3843
 
3881
-
3882
3844
  var _RebootBrokerCommand = class _RebootBrokerCommand extends import_smithy_client.Command.classBuilder().ep({
3883
3845
  ...commonParams
3884
3846
  }).m(function(Command, cs, config, o) {
@@ -3895,7 +3857,6 @@ var RebootBrokerCommand = _RebootBrokerCommand;
3895
3857
 
3896
3858
 
3897
3859
 
3898
-
3899
3860
  var _RejectClientVpcConnectionCommand = class _RejectClientVpcConnectionCommand extends import_smithy_client.Command.classBuilder().ep({
3900
3861
  ...commonParams
3901
3862
  }).m(function(Command, cs, config, o) {
@@ -3912,7 +3873,6 @@ var RejectClientVpcConnectionCommand = _RejectClientVpcConnectionCommand;
3912
3873
 
3913
3874
 
3914
3875
 
3915
-
3916
3876
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
3917
3877
  ...commonParams
3918
3878
  }).m(function(Command, cs, config, o) {
@@ -3929,7 +3889,6 @@ var TagResourceCommand = _TagResourceCommand;
3929
3889
 
3930
3890
 
3931
3891
 
3932
-
3933
3892
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
3934
3893
  ...commonParams
3935
3894
  }).m(function(Command, cs, config, o) {
@@ -3946,7 +3905,6 @@ var UntagResourceCommand = _UntagResourceCommand;
3946
3905
 
3947
3906
 
3948
3907
 
3949
-
3950
3908
  var _UpdateBrokerCountCommand = class _UpdateBrokerCountCommand extends import_smithy_client.Command.classBuilder().ep({
3951
3909
  ...commonParams
3952
3910
  }).m(function(Command, cs, config, o) {
@@ -3963,7 +3921,6 @@ var UpdateBrokerCountCommand = _UpdateBrokerCountCommand;
3963
3921
 
3964
3922
 
3965
3923
 
3966
-
3967
3924
  var _UpdateBrokerStorageCommand = class _UpdateBrokerStorageCommand extends import_smithy_client.Command.classBuilder().ep({
3968
3925
  ...commonParams
3969
3926
  }).m(function(Command, cs, config, o) {
@@ -3980,7 +3937,6 @@ var UpdateBrokerStorageCommand = _UpdateBrokerStorageCommand;
3980
3937
 
3981
3938
 
3982
3939
 
3983
-
3984
3940
  var _UpdateBrokerTypeCommand = class _UpdateBrokerTypeCommand extends import_smithy_client.Command.classBuilder().ep({
3985
3941
  ...commonParams
3986
3942
  }).m(function(Command, cs, config, o) {
@@ -3997,7 +3953,6 @@ var UpdateBrokerTypeCommand = _UpdateBrokerTypeCommand;
3997
3953
 
3998
3954
 
3999
3955
 
4000
-
4001
3956
  var _UpdateClusterConfigurationCommand = class _UpdateClusterConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
4002
3957
  ...commonParams
4003
3958
  }).m(function(Command, cs, config, o) {
@@ -4014,7 +3969,6 @@ var UpdateClusterConfigurationCommand = _UpdateClusterConfigurationCommand;
4014
3969
 
4015
3970
 
4016
3971
 
4017
-
4018
3972
  var _UpdateClusterKafkaVersionCommand = class _UpdateClusterKafkaVersionCommand extends import_smithy_client.Command.classBuilder().ep({
4019
3973
  ...commonParams
4020
3974
  }).m(function(Command, cs, config, o) {
@@ -4031,7 +3985,6 @@ var UpdateClusterKafkaVersionCommand = _UpdateClusterKafkaVersionCommand;
4031
3985
 
4032
3986
 
4033
3987
 
4034
-
4035
3988
  var _UpdateConfigurationCommand = class _UpdateConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
4036
3989
  ...commonParams
4037
3990
  }).m(function(Command, cs, config, o) {
@@ -4048,7 +4001,6 @@ var UpdateConfigurationCommand = _UpdateConfigurationCommand;
4048
4001
 
4049
4002
 
4050
4003
 
4051
-
4052
4004
  var _UpdateConnectivityCommand = class _UpdateConnectivityCommand extends import_smithy_client.Command.classBuilder().ep({
4053
4005
  ...commonParams
4054
4006
  }).m(function(Command, cs, config, o) {
@@ -4065,7 +4017,6 @@ var UpdateConnectivityCommand = _UpdateConnectivityCommand;
4065
4017
 
4066
4018
 
4067
4019
 
4068
-
4069
4020
  var _UpdateMonitoringCommand = class _UpdateMonitoringCommand extends import_smithy_client.Command.classBuilder().ep({
4070
4021
  ...commonParams
4071
4022
  }).m(function(Command, cs, config, o) {
@@ -4082,7 +4033,6 @@ var UpdateMonitoringCommand = _UpdateMonitoringCommand;
4082
4033
 
4083
4034
 
4084
4035
 
4085
-
4086
4036
  var _UpdateReplicationInfoCommand = class _UpdateReplicationInfoCommand extends import_smithy_client.Command.classBuilder().ep({
4087
4037
  ...commonParams
4088
4038
  }).m(function(Command, cs, config, o) {
@@ -4099,7 +4049,6 @@ var UpdateReplicationInfoCommand = _UpdateReplicationInfoCommand;
4099
4049
 
4100
4050
 
4101
4051
 
4102
-
4103
4052
  var _UpdateSecurityCommand = class _UpdateSecurityCommand extends import_smithy_client.Command.classBuilder().ep({
4104
4053
  ...commonParams
4105
4054
  }).m(function(Command, cs, config, o) {
@@ -4116,7 +4065,6 @@ var UpdateSecurityCommand = _UpdateSecurityCommand;
4116
4065
 
4117
4066
 
4118
4067
 
4119
-
4120
4068
  var _UpdateStorageCommand = class _UpdateStorageCommand extends import_smithy_client.Command.classBuilder().ep({
4121
4069
  ...commonParams
4122
4070
  }).m(function(Command, cs, config, o) {
@@ -142,15 +142,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
142
142
  * Enables FIPS compatible endpoints.
143
143
  */
144
144
  useFipsEndpoint?: boolean | __Provider<boolean>;
145
+ /**
146
+ * The AWS region to which this client will send requests
147
+ */
148
+ region?: string | __Provider<string>;
145
149
  /**
146
150
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
147
151
  * @internal
148
152
  */
149
153
  defaultUserAgentProvider?: Provider<__UserAgent>;
150
- /**
151
- * The AWS region to which this client will send requests
152
- */
153
- region?: string | __Provider<string>;
154
154
  /**
155
155
  * Default credentials provider; Not available in browser runtime.
156
156
  * @deprecated
@@ -5,7 +5,8 @@ import { BatchAssociateScramSecretRequest, BatchAssociateScramSecretResponse } f
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { BatchDisassociateScramSecretRequest, BatchDisassociateScramSecretRespon
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateClusterRequest, CreateClusterResponse } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateClusterV2Request, CreateClusterV2Response } from "../models/model
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateConfigurationRequest, CreateConfigurationResponse } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateReplicatorRequest, CreateReplicatorResponse } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { CreateVpcConnectionRequest, CreateVpcConnectionResponse } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteClusterRequest, DeleteClusterResponse } from "../models/models_0"
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteClusterPolicyRequest, DeleteClusterPolicyResponse } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteConfigurationRequest, DeleteConfigurationResponse } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteReplicatorRequest, DeleteReplicatorResponse } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DeleteVpcConnectionRequest, DeleteVpcConnectionResponse } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeClusterRequest, DescribeClusterResponse } from "../models/model
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeClusterOperationRequest, DescribeClusterOperationResponse } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeClusterOperationV2Request, DescribeClusterOperationV2Response }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeClusterV2Request, DescribeClusterV2Response } from "../models/m
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeConfigurationRequest, DescribeConfigurationResponse } from "../
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeConfigurationRevisionRequest, DescribeConfigurationRevisionResp
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeReplicatorRequest, DescribeReplicatorResponse } from "../models
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { DescribeVpcConnectionRequest, DescribeVpcConnectionResponse } from "../
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetBootstrapBrokersRequest, GetBootstrapBrokersResponse } from "../mode
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetClusterPolicyRequest, GetClusterPolicyResponse } from "../models/mod
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { GetCompatibleKafkaVersionsRequest, GetCompatibleKafkaVersionsResponse }
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ListClientVpcConnectionsRequest, ListClientVpcConnectionsResponse } fro
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *