@aws-sdk/client-kafka 3.649.0 → 3.650.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 (54) hide show
  1. package/dist-cjs/index.js +52 -156
  2. package/dist-es/commands/BatchAssociateScramSecretCommand.js +1 -3
  3. package/dist-es/commands/BatchDisassociateScramSecretCommand.js +1 -3
  4. package/dist-es/commands/CreateClusterCommand.js +1 -3
  5. package/dist-es/commands/CreateClusterV2Command.js +1 -3
  6. package/dist-es/commands/CreateConfigurationCommand.js +1 -3
  7. package/dist-es/commands/CreateReplicatorCommand.js +1 -3
  8. package/dist-es/commands/CreateVpcConnectionCommand.js +1 -3
  9. package/dist-es/commands/DeleteClusterCommand.js +1 -3
  10. package/dist-es/commands/DeleteClusterPolicyCommand.js +1 -3
  11. package/dist-es/commands/DeleteConfigurationCommand.js +1 -3
  12. package/dist-es/commands/DeleteReplicatorCommand.js +1 -3
  13. package/dist-es/commands/DeleteVpcConnectionCommand.js +1 -3
  14. package/dist-es/commands/DescribeClusterCommand.js +1 -3
  15. package/dist-es/commands/DescribeClusterOperationCommand.js +1 -3
  16. package/dist-es/commands/DescribeClusterOperationV2Command.js +1 -3
  17. package/dist-es/commands/DescribeClusterV2Command.js +1 -3
  18. package/dist-es/commands/DescribeConfigurationCommand.js +1 -3
  19. package/dist-es/commands/DescribeConfigurationRevisionCommand.js +1 -3
  20. package/dist-es/commands/DescribeReplicatorCommand.js +1 -3
  21. package/dist-es/commands/DescribeVpcConnectionCommand.js +1 -3
  22. package/dist-es/commands/GetBootstrapBrokersCommand.js +1 -3
  23. package/dist-es/commands/GetClusterPolicyCommand.js +1 -3
  24. package/dist-es/commands/GetCompatibleKafkaVersionsCommand.js +1 -3
  25. package/dist-es/commands/ListClientVpcConnectionsCommand.js +1 -3
  26. package/dist-es/commands/ListClusterOperationsCommand.js +1 -3
  27. package/dist-es/commands/ListClusterOperationsV2Command.js +1 -3
  28. package/dist-es/commands/ListClustersCommand.js +1 -3
  29. package/dist-es/commands/ListClustersV2Command.js +1 -3
  30. package/dist-es/commands/ListConfigurationRevisionsCommand.js +1 -3
  31. package/dist-es/commands/ListConfigurationsCommand.js +1 -3
  32. package/dist-es/commands/ListKafkaVersionsCommand.js +1 -3
  33. package/dist-es/commands/ListNodesCommand.js +1 -3
  34. package/dist-es/commands/ListReplicatorsCommand.js +1 -3
  35. package/dist-es/commands/ListScramSecretsCommand.js +1 -3
  36. package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
  37. package/dist-es/commands/ListVpcConnectionsCommand.js +1 -3
  38. package/dist-es/commands/PutClusterPolicyCommand.js +1 -3
  39. package/dist-es/commands/RebootBrokerCommand.js +1 -3
  40. package/dist-es/commands/RejectClientVpcConnectionCommand.js +1 -3
  41. package/dist-es/commands/TagResourceCommand.js +1 -3
  42. package/dist-es/commands/UntagResourceCommand.js +1 -3
  43. package/dist-es/commands/UpdateBrokerCountCommand.js +1 -3
  44. package/dist-es/commands/UpdateBrokerStorageCommand.js +1 -3
  45. package/dist-es/commands/UpdateBrokerTypeCommand.js +1 -3
  46. package/dist-es/commands/UpdateClusterConfigurationCommand.js +1 -3
  47. package/dist-es/commands/UpdateClusterKafkaVersionCommand.js +1 -3
  48. package/dist-es/commands/UpdateConfigurationCommand.js +1 -3
  49. package/dist-es/commands/UpdateConnectivityCommand.js +1 -3
  50. package/dist-es/commands/UpdateMonitoringCommand.js +1 -3
  51. package/dist-es/commands/UpdateReplicationInfoCommand.js +1 -3
  52. package/dist-es/commands/UpdateSecurityCommand.js +1 -3
  53. package/dist-es/commands/UpdateStorageCommand.js +1 -3
  54. package/package.json +4 -4
package/dist-cjs/index.js CHANGED
@@ -3260,9 +3260,7 @@ var _rNF = "replicatorNameFilter";
3260
3260
  var _tK = "tagKeys";
3261
3261
 
3262
3262
  // src/commands/BatchAssociateScramSecretCommand.ts
3263
- var _BatchAssociateScramSecretCommand = class _BatchAssociateScramSecretCommand extends import_smithy_client.Command.classBuilder().ep({
3264
- ...commonParams
3265
- }).m(function(Command, cs, config, o) {
3263
+ var _BatchAssociateScramSecretCommand = class _BatchAssociateScramSecretCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3266
3264
  return [
3267
3265
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3268
3266
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3276,9 +3274,7 @@ var BatchAssociateScramSecretCommand = _BatchAssociateScramSecretCommand;
3276
3274
 
3277
3275
 
3278
3276
 
3279
- var _BatchDisassociateScramSecretCommand = class _BatchDisassociateScramSecretCommand extends import_smithy_client.Command.classBuilder().ep({
3280
- ...commonParams
3281
- }).m(function(Command, cs, config, o) {
3277
+ var _BatchDisassociateScramSecretCommand = class _BatchDisassociateScramSecretCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3282
3278
  return [
3283
3279
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3284
3280
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3292,9 +3288,7 @@ var BatchDisassociateScramSecretCommand = _BatchDisassociateScramSecretCommand;
3292
3288
 
3293
3289
 
3294
3290
 
3295
- var _CreateClusterCommand = class _CreateClusterCommand extends import_smithy_client.Command.classBuilder().ep({
3296
- ...commonParams
3297
- }).m(function(Command, cs, config, o) {
3291
+ var _CreateClusterCommand = class _CreateClusterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3298
3292
  return [
3299
3293
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3300
3294
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3308,9 +3302,7 @@ var CreateClusterCommand = _CreateClusterCommand;
3308
3302
 
3309
3303
 
3310
3304
 
3311
- var _CreateClusterV2Command = class _CreateClusterV2Command extends import_smithy_client.Command.classBuilder().ep({
3312
- ...commonParams
3313
- }).m(function(Command, cs, config, o) {
3305
+ var _CreateClusterV2Command = class _CreateClusterV2Command extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3314
3306
  return [
3315
3307
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3316
3308
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3324,9 +3316,7 @@ var CreateClusterV2Command = _CreateClusterV2Command;
3324
3316
 
3325
3317
 
3326
3318
 
3327
- var _CreateConfigurationCommand = class _CreateConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
3328
- ...commonParams
3329
- }).m(function(Command, cs, config, o) {
3319
+ var _CreateConfigurationCommand = class _CreateConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3330
3320
  return [
3331
3321
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3332
3322
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3340,9 +3330,7 @@ var CreateConfigurationCommand = _CreateConfigurationCommand;
3340
3330
 
3341
3331
 
3342
3332
 
3343
- var _CreateReplicatorCommand = class _CreateReplicatorCommand extends import_smithy_client.Command.classBuilder().ep({
3344
- ...commonParams
3345
- }).m(function(Command, cs, config, o) {
3333
+ var _CreateReplicatorCommand = class _CreateReplicatorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3346
3334
  return [
3347
3335
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3348
3336
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3356,9 +3344,7 @@ var CreateReplicatorCommand = _CreateReplicatorCommand;
3356
3344
 
3357
3345
 
3358
3346
 
3359
- var _CreateVpcConnectionCommand = class _CreateVpcConnectionCommand extends import_smithy_client.Command.classBuilder().ep({
3360
- ...commonParams
3361
- }).m(function(Command, cs, config, o) {
3347
+ var _CreateVpcConnectionCommand = class _CreateVpcConnectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3362
3348
  return [
3363
3349
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3364
3350
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3372,9 +3358,7 @@ var CreateVpcConnectionCommand = _CreateVpcConnectionCommand;
3372
3358
 
3373
3359
 
3374
3360
 
3375
- var _DeleteClusterCommand = class _DeleteClusterCommand extends import_smithy_client.Command.classBuilder().ep({
3376
- ...commonParams
3377
- }).m(function(Command, cs, config, o) {
3361
+ var _DeleteClusterCommand = class _DeleteClusterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3378
3362
  return [
3379
3363
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3380
3364
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3388,9 +3372,7 @@ var DeleteClusterCommand = _DeleteClusterCommand;
3388
3372
 
3389
3373
 
3390
3374
 
3391
- var _DeleteClusterPolicyCommand = class _DeleteClusterPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
3392
- ...commonParams
3393
- }).m(function(Command, cs, config, o) {
3375
+ var _DeleteClusterPolicyCommand = class _DeleteClusterPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3394
3376
  return [
3395
3377
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3396
3378
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3404,9 +3386,7 @@ var DeleteClusterPolicyCommand = _DeleteClusterPolicyCommand;
3404
3386
 
3405
3387
 
3406
3388
 
3407
- var _DeleteConfigurationCommand = class _DeleteConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
3408
- ...commonParams
3409
- }).m(function(Command, cs, config, o) {
3389
+ var _DeleteConfigurationCommand = class _DeleteConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3410
3390
  return [
3411
3391
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3412
3392
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3420,9 +3400,7 @@ var DeleteConfigurationCommand = _DeleteConfigurationCommand;
3420
3400
 
3421
3401
 
3422
3402
 
3423
- var _DeleteReplicatorCommand = class _DeleteReplicatorCommand extends import_smithy_client.Command.classBuilder().ep({
3424
- ...commonParams
3425
- }).m(function(Command, cs, config, o) {
3403
+ var _DeleteReplicatorCommand = class _DeleteReplicatorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3426
3404
  return [
3427
3405
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3428
3406
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3436,9 +3414,7 @@ var DeleteReplicatorCommand = _DeleteReplicatorCommand;
3436
3414
 
3437
3415
 
3438
3416
 
3439
- var _DeleteVpcConnectionCommand = class _DeleteVpcConnectionCommand extends import_smithy_client.Command.classBuilder().ep({
3440
- ...commonParams
3441
- }).m(function(Command, cs, config, o) {
3417
+ var _DeleteVpcConnectionCommand = class _DeleteVpcConnectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3442
3418
  return [
3443
3419
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3444
3420
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3452,9 +3428,7 @@ var DeleteVpcConnectionCommand = _DeleteVpcConnectionCommand;
3452
3428
 
3453
3429
 
3454
3430
 
3455
- var _DescribeClusterCommand = class _DescribeClusterCommand extends import_smithy_client.Command.classBuilder().ep({
3456
- ...commonParams
3457
- }).m(function(Command, cs, config, o) {
3431
+ var _DescribeClusterCommand = class _DescribeClusterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3458
3432
  return [
3459
3433
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3460
3434
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3468,9 +3442,7 @@ var DescribeClusterCommand = _DescribeClusterCommand;
3468
3442
 
3469
3443
 
3470
3444
 
3471
- var _DescribeClusterOperationCommand = class _DescribeClusterOperationCommand extends import_smithy_client.Command.classBuilder().ep({
3472
- ...commonParams
3473
- }).m(function(Command, cs, config, o) {
3445
+ var _DescribeClusterOperationCommand = class _DescribeClusterOperationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3474
3446
  return [
3475
3447
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3476
3448
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3484,9 +3456,7 @@ var DescribeClusterOperationCommand = _DescribeClusterOperationCommand;
3484
3456
 
3485
3457
 
3486
3458
 
3487
- var _DescribeClusterOperationV2Command = class _DescribeClusterOperationV2Command extends import_smithy_client.Command.classBuilder().ep({
3488
- ...commonParams
3489
- }).m(function(Command, cs, config, o) {
3459
+ var _DescribeClusterOperationV2Command = class _DescribeClusterOperationV2Command extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3490
3460
  return [
3491
3461
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3492
3462
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3500,9 +3470,7 @@ var DescribeClusterOperationV2Command = _DescribeClusterOperationV2Command;
3500
3470
 
3501
3471
 
3502
3472
 
3503
- var _DescribeClusterV2Command = class _DescribeClusterV2Command extends import_smithy_client.Command.classBuilder().ep({
3504
- ...commonParams
3505
- }).m(function(Command, cs, config, o) {
3473
+ var _DescribeClusterV2Command = class _DescribeClusterV2Command extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3506
3474
  return [
3507
3475
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3508
3476
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3516,9 +3484,7 @@ var DescribeClusterV2Command = _DescribeClusterV2Command;
3516
3484
 
3517
3485
 
3518
3486
 
3519
- var _DescribeConfigurationCommand = class _DescribeConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
3520
- ...commonParams
3521
- }).m(function(Command, cs, config, o) {
3487
+ var _DescribeConfigurationCommand = class _DescribeConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3522
3488
  return [
3523
3489
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3524
3490
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3532,9 +3498,7 @@ var DescribeConfigurationCommand = _DescribeConfigurationCommand;
3532
3498
 
3533
3499
 
3534
3500
 
3535
- var _DescribeConfigurationRevisionCommand = class _DescribeConfigurationRevisionCommand extends import_smithy_client.Command.classBuilder().ep({
3536
- ...commonParams
3537
- }).m(function(Command, cs, config, o) {
3501
+ var _DescribeConfigurationRevisionCommand = class _DescribeConfigurationRevisionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3538
3502
  return [
3539
3503
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3540
3504
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3548,9 +3512,7 @@ var DescribeConfigurationRevisionCommand = _DescribeConfigurationRevisionCommand
3548
3512
 
3549
3513
 
3550
3514
 
3551
- var _DescribeReplicatorCommand = class _DescribeReplicatorCommand extends import_smithy_client.Command.classBuilder().ep({
3552
- ...commonParams
3553
- }).m(function(Command, cs, config, o) {
3515
+ var _DescribeReplicatorCommand = class _DescribeReplicatorCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3554
3516
  return [
3555
3517
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3556
3518
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3564,9 +3526,7 @@ var DescribeReplicatorCommand = _DescribeReplicatorCommand;
3564
3526
 
3565
3527
 
3566
3528
 
3567
- var _DescribeVpcConnectionCommand = class _DescribeVpcConnectionCommand extends import_smithy_client.Command.classBuilder().ep({
3568
- ...commonParams
3569
- }).m(function(Command, cs, config, o) {
3529
+ var _DescribeVpcConnectionCommand = class _DescribeVpcConnectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3570
3530
  return [
3571
3531
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3572
3532
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3580,9 +3540,7 @@ var DescribeVpcConnectionCommand = _DescribeVpcConnectionCommand;
3580
3540
 
3581
3541
 
3582
3542
 
3583
- var _GetBootstrapBrokersCommand = class _GetBootstrapBrokersCommand extends import_smithy_client.Command.classBuilder().ep({
3584
- ...commonParams
3585
- }).m(function(Command, cs, config, o) {
3543
+ var _GetBootstrapBrokersCommand = class _GetBootstrapBrokersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3586
3544
  return [
3587
3545
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3588
3546
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3596,9 +3554,7 @@ var GetBootstrapBrokersCommand = _GetBootstrapBrokersCommand;
3596
3554
 
3597
3555
 
3598
3556
 
3599
- var _GetClusterPolicyCommand = class _GetClusterPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
3600
- ...commonParams
3601
- }).m(function(Command, cs, config, o) {
3557
+ var _GetClusterPolicyCommand = class _GetClusterPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3602
3558
  return [
3603
3559
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3604
3560
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3612,9 +3568,7 @@ var GetClusterPolicyCommand = _GetClusterPolicyCommand;
3612
3568
 
3613
3569
 
3614
3570
 
3615
- var _GetCompatibleKafkaVersionsCommand = class _GetCompatibleKafkaVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
3616
- ...commonParams
3617
- }).m(function(Command, cs, config, o) {
3571
+ var _GetCompatibleKafkaVersionsCommand = class _GetCompatibleKafkaVersionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3618
3572
  return [
3619
3573
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3620
3574
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3628,9 +3582,7 @@ var GetCompatibleKafkaVersionsCommand = _GetCompatibleKafkaVersionsCommand;
3628
3582
 
3629
3583
 
3630
3584
 
3631
- var _ListClientVpcConnectionsCommand = class _ListClientVpcConnectionsCommand extends import_smithy_client.Command.classBuilder().ep({
3632
- ...commonParams
3633
- }).m(function(Command, cs, config, o) {
3585
+ var _ListClientVpcConnectionsCommand = class _ListClientVpcConnectionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3634
3586
  return [
3635
3587
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3636
3588
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3644,9 +3596,7 @@ var ListClientVpcConnectionsCommand = _ListClientVpcConnectionsCommand;
3644
3596
 
3645
3597
 
3646
3598
 
3647
- var _ListClusterOperationsCommand = class _ListClusterOperationsCommand extends import_smithy_client.Command.classBuilder().ep({
3648
- ...commonParams
3649
- }).m(function(Command, cs, config, o) {
3599
+ var _ListClusterOperationsCommand = class _ListClusterOperationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3650
3600
  return [
3651
3601
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3652
3602
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3660,9 +3610,7 @@ var ListClusterOperationsCommand = _ListClusterOperationsCommand;
3660
3610
 
3661
3611
 
3662
3612
 
3663
- var _ListClusterOperationsV2Command = class _ListClusterOperationsV2Command extends import_smithy_client.Command.classBuilder().ep({
3664
- ...commonParams
3665
- }).m(function(Command, cs, config, o) {
3613
+ var _ListClusterOperationsV2Command = class _ListClusterOperationsV2Command extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3666
3614
  return [
3667
3615
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3668
3616
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3676,9 +3624,7 @@ var ListClusterOperationsV2Command = _ListClusterOperationsV2Command;
3676
3624
 
3677
3625
 
3678
3626
 
3679
- var _ListClustersCommand = class _ListClustersCommand extends import_smithy_client.Command.classBuilder().ep({
3680
- ...commonParams
3681
- }).m(function(Command, cs, config, o) {
3627
+ var _ListClustersCommand = class _ListClustersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3682
3628
  return [
3683
3629
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3684
3630
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3692,9 +3638,7 @@ var ListClustersCommand = _ListClustersCommand;
3692
3638
 
3693
3639
 
3694
3640
 
3695
- var _ListClustersV2Command = class _ListClustersV2Command extends import_smithy_client.Command.classBuilder().ep({
3696
- ...commonParams
3697
- }).m(function(Command, cs, config, o) {
3641
+ var _ListClustersV2Command = class _ListClustersV2Command extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3698
3642
  return [
3699
3643
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3700
3644
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3708,9 +3652,7 @@ var ListClustersV2Command = _ListClustersV2Command;
3708
3652
 
3709
3653
 
3710
3654
 
3711
- var _ListConfigurationRevisionsCommand = class _ListConfigurationRevisionsCommand extends import_smithy_client.Command.classBuilder().ep({
3712
- ...commonParams
3713
- }).m(function(Command, cs, config, o) {
3655
+ var _ListConfigurationRevisionsCommand = class _ListConfigurationRevisionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3714
3656
  return [
3715
3657
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3716
3658
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3724,9 +3666,7 @@ var ListConfigurationRevisionsCommand = _ListConfigurationRevisionsCommand;
3724
3666
 
3725
3667
 
3726
3668
 
3727
- var _ListConfigurationsCommand = class _ListConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
3728
- ...commonParams
3729
- }).m(function(Command, cs, config, o) {
3669
+ var _ListConfigurationsCommand = class _ListConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3730
3670
  return [
3731
3671
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3732
3672
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3740,9 +3680,7 @@ var ListConfigurationsCommand = _ListConfigurationsCommand;
3740
3680
 
3741
3681
 
3742
3682
 
3743
- var _ListKafkaVersionsCommand = class _ListKafkaVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
3744
- ...commonParams
3745
- }).m(function(Command, cs, config, o) {
3683
+ var _ListKafkaVersionsCommand = class _ListKafkaVersionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3746
3684
  return [
3747
3685
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3748
3686
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3756,9 +3694,7 @@ var ListKafkaVersionsCommand = _ListKafkaVersionsCommand;
3756
3694
 
3757
3695
 
3758
3696
 
3759
- var _ListNodesCommand = class _ListNodesCommand extends import_smithy_client.Command.classBuilder().ep({
3760
- ...commonParams
3761
- }).m(function(Command, cs, config, o) {
3697
+ var _ListNodesCommand = class _ListNodesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3762
3698
  return [
3763
3699
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3764
3700
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3772,9 +3708,7 @@ var ListNodesCommand = _ListNodesCommand;
3772
3708
 
3773
3709
 
3774
3710
 
3775
- var _ListReplicatorsCommand = class _ListReplicatorsCommand extends import_smithy_client.Command.classBuilder().ep({
3776
- ...commonParams
3777
- }).m(function(Command, cs, config, o) {
3711
+ var _ListReplicatorsCommand = class _ListReplicatorsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3778
3712
  return [
3779
3713
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3780
3714
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3788,9 +3722,7 @@ var ListReplicatorsCommand = _ListReplicatorsCommand;
3788
3722
 
3789
3723
 
3790
3724
 
3791
- var _ListScramSecretsCommand = class _ListScramSecretsCommand extends import_smithy_client.Command.classBuilder().ep({
3792
- ...commonParams
3793
- }).m(function(Command, cs, config, o) {
3725
+ var _ListScramSecretsCommand = class _ListScramSecretsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3794
3726
  return [
3795
3727
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3796
3728
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3804,9 +3736,7 @@ var ListScramSecretsCommand = _ListScramSecretsCommand;
3804
3736
 
3805
3737
 
3806
3738
 
3807
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
3808
- ...commonParams
3809
- }).m(function(Command, cs, config, o) {
3739
+ var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3810
3740
  return [
3811
3741
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3812
3742
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3820,9 +3750,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
3820
3750
 
3821
3751
 
3822
3752
 
3823
- var _ListVpcConnectionsCommand = class _ListVpcConnectionsCommand extends import_smithy_client.Command.classBuilder().ep({
3824
- ...commonParams
3825
- }).m(function(Command, cs, config, o) {
3753
+ var _ListVpcConnectionsCommand = class _ListVpcConnectionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3826
3754
  return [
3827
3755
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3828
3756
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3836,9 +3764,7 @@ var ListVpcConnectionsCommand = _ListVpcConnectionsCommand;
3836
3764
 
3837
3765
 
3838
3766
 
3839
- var _PutClusterPolicyCommand = class _PutClusterPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
3840
- ...commonParams
3841
- }).m(function(Command, cs, config, o) {
3767
+ var _PutClusterPolicyCommand = class _PutClusterPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3842
3768
  return [
3843
3769
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3844
3770
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3852,9 +3778,7 @@ var PutClusterPolicyCommand = _PutClusterPolicyCommand;
3852
3778
 
3853
3779
 
3854
3780
 
3855
- var _RebootBrokerCommand = class _RebootBrokerCommand extends import_smithy_client.Command.classBuilder().ep({
3856
- ...commonParams
3857
- }).m(function(Command, cs, config, o) {
3781
+ var _RebootBrokerCommand = class _RebootBrokerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3858
3782
  return [
3859
3783
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3860
3784
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3868,9 +3792,7 @@ var RebootBrokerCommand = _RebootBrokerCommand;
3868
3792
 
3869
3793
 
3870
3794
 
3871
- var _RejectClientVpcConnectionCommand = class _RejectClientVpcConnectionCommand extends import_smithy_client.Command.classBuilder().ep({
3872
- ...commonParams
3873
- }).m(function(Command, cs, config, o) {
3795
+ var _RejectClientVpcConnectionCommand = class _RejectClientVpcConnectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3874
3796
  return [
3875
3797
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3876
3798
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3884,9 +3806,7 @@ var RejectClientVpcConnectionCommand = _RejectClientVpcConnectionCommand;
3884
3806
 
3885
3807
 
3886
3808
 
3887
- var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
3888
- ...commonParams
3889
- }).m(function(Command, cs, config, o) {
3809
+ var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3890
3810
  return [
3891
3811
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3892
3812
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3900,9 +3820,7 @@ var TagResourceCommand = _TagResourceCommand;
3900
3820
 
3901
3821
 
3902
3822
 
3903
- var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
3904
- ...commonParams
3905
- }).m(function(Command, cs, config, o) {
3823
+ var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3906
3824
  return [
3907
3825
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3908
3826
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3916,9 +3834,7 @@ var UntagResourceCommand = _UntagResourceCommand;
3916
3834
 
3917
3835
 
3918
3836
 
3919
- var _UpdateBrokerCountCommand = class _UpdateBrokerCountCommand extends import_smithy_client.Command.classBuilder().ep({
3920
- ...commonParams
3921
- }).m(function(Command, cs, config, o) {
3837
+ var _UpdateBrokerCountCommand = class _UpdateBrokerCountCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3922
3838
  return [
3923
3839
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3924
3840
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3932,9 +3848,7 @@ var UpdateBrokerCountCommand = _UpdateBrokerCountCommand;
3932
3848
 
3933
3849
 
3934
3850
 
3935
- var _UpdateBrokerStorageCommand = class _UpdateBrokerStorageCommand extends import_smithy_client.Command.classBuilder().ep({
3936
- ...commonParams
3937
- }).m(function(Command, cs, config, o) {
3851
+ var _UpdateBrokerStorageCommand = class _UpdateBrokerStorageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3938
3852
  return [
3939
3853
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3940
3854
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3948,9 +3862,7 @@ var UpdateBrokerStorageCommand = _UpdateBrokerStorageCommand;
3948
3862
 
3949
3863
 
3950
3864
 
3951
- var _UpdateBrokerTypeCommand = class _UpdateBrokerTypeCommand extends import_smithy_client.Command.classBuilder().ep({
3952
- ...commonParams
3953
- }).m(function(Command, cs, config, o) {
3865
+ var _UpdateBrokerTypeCommand = class _UpdateBrokerTypeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3954
3866
  return [
3955
3867
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3956
3868
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3964,9 +3876,7 @@ var UpdateBrokerTypeCommand = _UpdateBrokerTypeCommand;
3964
3876
 
3965
3877
 
3966
3878
 
3967
- var _UpdateClusterConfigurationCommand = class _UpdateClusterConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
3968
- ...commonParams
3969
- }).m(function(Command, cs, config, o) {
3879
+ var _UpdateClusterConfigurationCommand = class _UpdateClusterConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3970
3880
  return [
3971
3881
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3972
3882
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3980,9 +3890,7 @@ var UpdateClusterConfigurationCommand = _UpdateClusterConfigurationCommand;
3980
3890
 
3981
3891
 
3982
3892
 
3983
- var _UpdateClusterKafkaVersionCommand = class _UpdateClusterKafkaVersionCommand extends import_smithy_client.Command.classBuilder().ep({
3984
- ...commonParams
3985
- }).m(function(Command, cs, config, o) {
3893
+ var _UpdateClusterKafkaVersionCommand = class _UpdateClusterKafkaVersionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
3986
3894
  return [
3987
3895
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
3988
3896
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -3996,9 +3904,7 @@ var UpdateClusterKafkaVersionCommand = _UpdateClusterKafkaVersionCommand;
3996
3904
 
3997
3905
 
3998
3906
 
3999
- var _UpdateConfigurationCommand = class _UpdateConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
4000
- ...commonParams
4001
- }).m(function(Command, cs, config, o) {
3907
+ var _UpdateConfigurationCommand = class _UpdateConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4002
3908
  return [
4003
3909
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4004
3910
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4012,9 +3918,7 @@ var UpdateConfigurationCommand = _UpdateConfigurationCommand;
4012
3918
 
4013
3919
 
4014
3920
 
4015
- var _UpdateConnectivityCommand = class _UpdateConnectivityCommand extends import_smithy_client.Command.classBuilder().ep({
4016
- ...commonParams
4017
- }).m(function(Command, cs, config, o) {
3921
+ var _UpdateConnectivityCommand = class _UpdateConnectivityCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4018
3922
  return [
4019
3923
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4020
3924
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4028,9 +3932,7 @@ var UpdateConnectivityCommand = _UpdateConnectivityCommand;
4028
3932
 
4029
3933
 
4030
3934
 
4031
- var _UpdateMonitoringCommand = class _UpdateMonitoringCommand extends import_smithy_client.Command.classBuilder().ep({
4032
- ...commonParams
4033
- }).m(function(Command, cs, config, o) {
3935
+ var _UpdateMonitoringCommand = class _UpdateMonitoringCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4034
3936
  return [
4035
3937
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4036
3938
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4044,9 +3946,7 @@ var UpdateMonitoringCommand = _UpdateMonitoringCommand;
4044
3946
 
4045
3947
 
4046
3948
 
4047
- var _UpdateReplicationInfoCommand = class _UpdateReplicationInfoCommand extends import_smithy_client.Command.classBuilder().ep({
4048
- ...commonParams
4049
- }).m(function(Command, cs, config, o) {
3949
+ var _UpdateReplicationInfoCommand = class _UpdateReplicationInfoCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4050
3950
  return [
4051
3951
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4052
3952
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4060,9 +3960,7 @@ var UpdateReplicationInfoCommand = _UpdateReplicationInfoCommand;
4060
3960
 
4061
3961
 
4062
3962
 
4063
- var _UpdateSecurityCommand = class _UpdateSecurityCommand extends import_smithy_client.Command.classBuilder().ep({
4064
- ...commonParams
4065
- }).m(function(Command, cs, config, o) {
3963
+ var _UpdateSecurityCommand = class _UpdateSecurityCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4066
3964
  return [
4067
3965
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4068
3966
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -4076,9 +3974,7 @@ var UpdateSecurityCommand = _UpdateSecurityCommand;
4076
3974
 
4077
3975
 
4078
3976
 
4079
- var _UpdateStorageCommand = class _UpdateStorageCommand extends import_smithy_client.Command.classBuilder().ep({
4080
- ...commonParams
4081
- }).m(function(Command, cs, config, o) {
3977
+ var _UpdateStorageCommand = class _UpdateStorageCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
4082
3978
  return [
4083
3979
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
4084
3980
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -6,9 +6,7 @@ import { de_BatchAssociateScramSecretCommand, se_BatchAssociateScramSecretComman
6
6
  export { $Command };
7
7
  export class BatchAssociateScramSecretCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_BatchDisassociateScramSecretCommand, se_BatchDisassociateScramSecret
6
6
  export { $Command };
7
7
  export class BatchDisassociateScramSecretCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateClusterCommand, se_CreateClusterCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class CreateClusterCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateClusterV2Command, se_CreateClusterV2Command } from "../protoco
6
6
  export { $Command };
7
7
  export class CreateClusterV2Command extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateConfigurationCommand, se_CreateConfigurationCommand } from "..
6
6
  export { $Command };
7
7
  export class CreateConfigurationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateReplicatorCommand, se_CreateReplicatorCommand } from "../proto
6
6
  export { $Command };
7
7
  export class CreateReplicatorCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_CreateVpcConnectionCommand, se_CreateVpcConnectionCommand } from "..
6
6
  export { $Command };
7
7
  export class CreateVpcConnectionCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteClusterCommand, se_DeleteClusterCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class DeleteClusterCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteClusterPolicyCommand, se_DeleteClusterPolicyCommand } from "..
6
6
  export { $Command };
7
7
  export class DeleteClusterPolicyCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteConfigurationCommand, se_DeleteConfigurationCommand } from "..
6
6
  export { $Command };
7
7
  export class DeleteConfigurationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteReplicatorCommand, se_DeleteReplicatorCommand } from "../proto
6
6
  export { $Command };
7
7
  export class DeleteReplicatorCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DeleteVpcConnectionCommand, se_DeleteVpcConnectionCommand } from "..
6
6
  export { $Command };
7
7
  export class DeleteVpcConnectionCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeClusterCommand, se_DescribeClusterCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class DescribeClusterCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeClusterOperationCommand, se_DescribeClusterOperationCommand
6
6
  export { $Command };
7
7
  export class DescribeClusterOperationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeClusterOperationV2Command, se_DescribeClusterOperationV2Comm
6
6
  export { $Command };
7
7
  export class DescribeClusterOperationV2Command extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeClusterV2Command, se_DescribeClusterV2Command } from "../pro
6
6
  export { $Command };
7
7
  export class DescribeClusterV2Command extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeConfigurationCommand, se_DescribeConfigurationCommand } from
6
6
  export { $Command };
7
7
  export class DescribeConfigurationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeConfigurationRevisionCommand, se_DescribeConfigurationRevisi
6
6
  export { $Command };
7
7
  export class DescribeConfigurationRevisionCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeReplicatorCommand, se_DescribeReplicatorCommand } from "../p
6
6
  export { $Command };
7
7
  export class DescribeReplicatorCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_DescribeVpcConnectionCommand, se_DescribeVpcConnectionCommand } from
6
6
  export { $Command };
7
7
  export class DescribeVpcConnectionCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetBootstrapBrokersCommand, se_GetBootstrapBrokersCommand } from "..
6
6
  export { $Command };
7
7
  export class GetBootstrapBrokersCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetClusterPolicyCommand, se_GetClusterPolicyCommand } from "../proto
6
6
  export { $Command };
7
7
  export class GetClusterPolicyCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_GetCompatibleKafkaVersionsCommand, se_GetCompatibleKafkaVersionsComm
6
6
  export { $Command };
7
7
  export class GetCompatibleKafkaVersionsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListClientVpcConnectionsCommand, se_ListClientVpcConnectionsCommand
6
6
  export { $Command };
7
7
  export class ListClientVpcConnectionsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListClusterOperationsCommand, se_ListClusterOperationsCommand } from
6
6
  export { $Command };
7
7
  export class ListClusterOperationsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListClusterOperationsV2Command, se_ListClusterOperationsV2Command }
6
6
  export { $Command };
7
7
  export class ListClusterOperationsV2Command extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListClustersCommand, se_ListClustersCommand } from "../protocols/Aws
6
6
  export { $Command };
7
7
  export class ListClustersCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListClustersV2Command, se_ListClustersV2Command } from "../protocols
6
6
  export { $Command };
7
7
  export class ListClustersV2Command extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListConfigurationRevisionsCommand, se_ListConfigurationRevisionsComm
6
6
  export { $Command };
7
7
  export class ListConfigurationRevisionsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListConfigurationsCommand, se_ListConfigurationsCommand } from "../p
6
6
  export { $Command };
7
7
  export class ListConfigurationsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListKafkaVersionsCommand, se_ListKafkaVersionsCommand } from "../pro
6
6
  export { $Command };
7
7
  export class ListKafkaVersionsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListNodesCommand, se_ListNodesCommand } from "../protocols/Aws_restJ
6
6
  export { $Command };
7
7
  export class ListNodesCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListReplicatorsCommand, se_ListReplicatorsCommand } from "../protoco
6
6
  export { $Command };
7
7
  export class ListReplicatorsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListScramSecretsCommand, se_ListScramSecretsCommand } from "../proto
6
6
  export { $Command };
7
7
  export class ListScramSecretsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
6
6
  export { $Command };
7
7
  export class ListTagsForResourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_ListVpcConnectionsCommand, se_ListVpcConnectionsCommand } from "../p
6
6
  export { $Command };
7
7
  export class ListVpcConnectionsCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_PutClusterPolicyCommand, se_PutClusterPolicyCommand } from "../proto
6
6
  export { $Command };
7
7
  export class PutClusterPolicyCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_RebootBrokerCommand, se_RebootBrokerCommand } from "../protocols/Aws
6
6
  export { $Command };
7
7
  export class RebootBrokerCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_RejectClientVpcConnectionCommand, se_RejectClientVpcConnectionComman
6
6
  export { $Command };
7
7
  export class RejectClientVpcConnectionCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_r
6
6
  export { $Command };
7
7
  export class TagResourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class UntagResourceCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateBrokerCountCommand, se_UpdateBrokerCountCommand } from "../pro
6
6
  export { $Command };
7
7
  export class UpdateBrokerCountCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateBrokerStorageCommand, se_UpdateBrokerStorageCommand } from "..
6
6
  export { $Command };
7
7
  export class UpdateBrokerStorageCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateBrokerTypeCommand, se_UpdateBrokerTypeCommand } from "../proto
6
6
  export { $Command };
7
7
  export class UpdateBrokerTypeCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateClusterConfigurationCommand, se_UpdateClusterConfigurationComm
6
6
  export { $Command };
7
7
  export class UpdateClusterConfigurationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateClusterKafkaVersionCommand, se_UpdateClusterKafkaVersionComman
6
6
  export { $Command };
7
7
  export class UpdateClusterKafkaVersionCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateConfigurationCommand, se_UpdateConfigurationCommand } from "..
6
6
  export { $Command };
7
7
  export class UpdateConfigurationCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateConnectivityCommand, se_UpdateConnectivityCommand } from "../p
6
6
  export { $Command };
7
7
  export class UpdateConnectivityCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateMonitoringCommand, se_UpdateMonitoringCommand } from "../proto
6
6
  export { $Command };
7
7
  export class UpdateMonitoringCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateReplicationInfoCommand, se_UpdateReplicationInfoCommand } from
6
6
  export { $Command };
7
7
  export class UpdateReplicationInfoCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateSecurityCommand, se_UpdateSecurityCommand } from "../protocols
6
6
  export { $Command };
7
7
  export class UpdateSecurityCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
@@ -6,9 +6,7 @@ import { de_UpdateStorageCommand, se_UpdateStorageCommand } from "../protocols/A
6
6
  export { $Command };
7
7
  export class UpdateStorageCommand extends $Command
8
8
  .classBuilder()
9
- .ep({
10
- ...commonParams,
11
- })
9
+ .ep(commonParams)
12
10
  .m(function (Command, cs, config, o) {
13
11
  return [
14
12
  getSerdePlugin(config, this.serialize, this.deserialize),
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-kafka",
3
3
  "description": "AWS SDK for JavaScript Kafka Client for Node.js, Browser and React Native",
4
- "version": "3.649.0",
4
+ "version": "3.650.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-kafka",
@@ -20,10 +20,10 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.649.0",
24
- "@aws-sdk/client-sts": "3.649.0",
23
+ "@aws-sdk/client-sso-oidc": "3.650.0",
24
+ "@aws-sdk/client-sts": "3.650.0",
25
25
  "@aws-sdk/core": "3.649.0",
26
- "@aws-sdk/credential-provider-node": "3.649.0",
26
+ "@aws-sdk/credential-provider-node": "3.650.0",
27
27
  "@aws-sdk/middleware-host-header": "3.649.0",
28
28
  "@aws-sdk/middleware-logger": "3.649.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.649.0",