@aws-sdk/client-elasticache 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 (77) hide show
  1. package/dist-cjs/index.js +75 -225
  2. package/dist-es/commands/AddTagsToResourceCommand.js +1 -3
  3. package/dist-es/commands/AuthorizeCacheSecurityGroupIngressCommand.js +1 -3
  4. package/dist-es/commands/BatchApplyUpdateActionCommand.js +1 -3
  5. package/dist-es/commands/BatchStopUpdateActionCommand.js +1 -3
  6. package/dist-es/commands/CompleteMigrationCommand.js +1 -3
  7. package/dist-es/commands/CopyServerlessCacheSnapshotCommand.js +1 -3
  8. package/dist-es/commands/CopySnapshotCommand.js +1 -3
  9. package/dist-es/commands/CreateCacheClusterCommand.js +1 -3
  10. package/dist-es/commands/CreateCacheParameterGroupCommand.js +1 -3
  11. package/dist-es/commands/CreateCacheSecurityGroupCommand.js +1 -3
  12. package/dist-es/commands/CreateCacheSubnetGroupCommand.js +1 -3
  13. package/dist-es/commands/CreateGlobalReplicationGroupCommand.js +1 -3
  14. package/dist-es/commands/CreateReplicationGroupCommand.js +1 -3
  15. package/dist-es/commands/CreateServerlessCacheCommand.js +1 -3
  16. package/dist-es/commands/CreateServerlessCacheSnapshotCommand.js +1 -3
  17. package/dist-es/commands/CreateSnapshotCommand.js +1 -3
  18. package/dist-es/commands/CreateUserCommand.js +1 -3
  19. package/dist-es/commands/CreateUserGroupCommand.js +1 -3
  20. package/dist-es/commands/DecreaseNodeGroupsInGlobalReplicationGroupCommand.js +1 -3
  21. package/dist-es/commands/DecreaseReplicaCountCommand.js +1 -3
  22. package/dist-es/commands/DeleteCacheClusterCommand.js +1 -3
  23. package/dist-es/commands/DeleteCacheParameterGroupCommand.js +1 -3
  24. package/dist-es/commands/DeleteCacheSecurityGroupCommand.js +1 -3
  25. package/dist-es/commands/DeleteCacheSubnetGroupCommand.js +1 -3
  26. package/dist-es/commands/DeleteGlobalReplicationGroupCommand.js +1 -3
  27. package/dist-es/commands/DeleteReplicationGroupCommand.js +1 -3
  28. package/dist-es/commands/DeleteServerlessCacheCommand.js +1 -3
  29. package/dist-es/commands/DeleteServerlessCacheSnapshotCommand.js +1 -3
  30. package/dist-es/commands/DeleteSnapshotCommand.js +1 -3
  31. package/dist-es/commands/DeleteUserCommand.js +1 -3
  32. package/dist-es/commands/DeleteUserGroupCommand.js +1 -3
  33. package/dist-es/commands/DescribeCacheClustersCommand.js +1 -3
  34. package/dist-es/commands/DescribeCacheEngineVersionsCommand.js +1 -3
  35. package/dist-es/commands/DescribeCacheParameterGroupsCommand.js +1 -3
  36. package/dist-es/commands/DescribeCacheParametersCommand.js +1 -3
  37. package/dist-es/commands/DescribeCacheSecurityGroupsCommand.js +1 -3
  38. package/dist-es/commands/DescribeCacheSubnetGroupsCommand.js +1 -3
  39. package/dist-es/commands/DescribeEngineDefaultParametersCommand.js +1 -3
  40. package/dist-es/commands/DescribeEventsCommand.js +1 -3
  41. package/dist-es/commands/DescribeGlobalReplicationGroupsCommand.js +1 -3
  42. package/dist-es/commands/DescribeReplicationGroupsCommand.js +1 -3
  43. package/dist-es/commands/DescribeReservedCacheNodesCommand.js +1 -3
  44. package/dist-es/commands/DescribeReservedCacheNodesOfferingsCommand.js +1 -3
  45. package/dist-es/commands/DescribeServerlessCacheSnapshotsCommand.js +1 -3
  46. package/dist-es/commands/DescribeServerlessCachesCommand.js +1 -3
  47. package/dist-es/commands/DescribeServiceUpdatesCommand.js +1 -3
  48. package/dist-es/commands/DescribeSnapshotsCommand.js +1 -3
  49. package/dist-es/commands/DescribeUpdateActionsCommand.js +1 -3
  50. package/dist-es/commands/DescribeUserGroupsCommand.js +1 -3
  51. package/dist-es/commands/DescribeUsersCommand.js +1 -3
  52. package/dist-es/commands/DisassociateGlobalReplicationGroupCommand.js +1 -3
  53. package/dist-es/commands/ExportServerlessCacheSnapshotCommand.js +1 -3
  54. package/dist-es/commands/FailoverGlobalReplicationGroupCommand.js +1 -3
  55. package/dist-es/commands/IncreaseNodeGroupsInGlobalReplicationGroupCommand.js +1 -3
  56. package/dist-es/commands/IncreaseReplicaCountCommand.js +1 -3
  57. package/dist-es/commands/ListAllowedNodeTypeModificationsCommand.js +1 -3
  58. package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
  59. package/dist-es/commands/ModifyCacheClusterCommand.js +1 -3
  60. package/dist-es/commands/ModifyCacheParameterGroupCommand.js +1 -3
  61. package/dist-es/commands/ModifyCacheSubnetGroupCommand.js +1 -3
  62. package/dist-es/commands/ModifyGlobalReplicationGroupCommand.js +1 -3
  63. package/dist-es/commands/ModifyReplicationGroupCommand.js +1 -3
  64. package/dist-es/commands/ModifyReplicationGroupShardConfigurationCommand.js +1 -3
  65. package/dist-es/commands/ModifyServerlessCacheCommand.js +1 -3
  66. package/dist-es/commands/ModifyUserCommand.js +1 -3
  67. package/dist-es/commands/ModifyUserGroupCommand.js +1 -3
  68. package/dist-es/commands/PurchaseReservedCacheNodesOfferingCommand.js +1 -3
  69. package/dist-es/commands/RebalanceSlotsInGlobalReplicationGroupCommand.js +1 -3
  70. package/dist-es/commands/RebootCacheClusterCommand.js +1 -3
  71. package/dist-es/commands/RemoveTagsFromResourceCommand.js +1 -3
  72. package/dist-es/commands/ResetCacheParameterGroupCommand.js +1 -3
  73. package/dist-es/commands/RevokeCacheSecurityGroupIngressCommand.js +1 -3
  74. package/dist-es/commands/StartMigrationCommand.js +1 -3
  75. package/dist-es/commands/TestFailoverCommand.js +1 -3
  76. package/dist-es/commands/TestMigrationCommand.js +1 -3
  77. package/package.json +4 -4
package/dist-cjs/index.js CHANGED
@@ -10520,9 +10520,7 @@ var loadQueryErrorCode = /* @__PURE__ */ __name((output, data) => {
10520
10520
  }, "loadQueryErrorCode");
10521
10521
 
10522
10522
  // src/commands/AddTagsToResourceCommand.ts
10523
- var _AddTagsToResourceCommand = class _AddTagsToResourceCommand extends import_smithy_client.Command.classBuilder().ep({
10524
- ...commonParams
10525
- }).m(function(Command, cs, config, o) {
10523
+ var _AddTagsToResourceCommand = class _AddTagsToResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10526
10524
  return [
10527
10525
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10528
10526
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -10536,9 +10534,7 @@ var AddTagsToResourceCommand = _AddTagsToResourceCommand;
10536
10534
 
10537
10535
 
10538
10536
 
10539
- var _AuthorizeCacheSecurityGroupIngressCommand = class _AuthorizeCacheSecurityGroupIngressCommand extends import_smithy_client.Command.classBuilder().ep({
10540
- ...commonParams
10541
- }).m(function(Command, cs, config, o) {
10537
+ var _AuthorizeCacheSecurityGroupIngressCommand = class _AuthorizeCacheSecurityGroupIngressCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10542
10538
  return [
10543
10539
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10544
10540
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -10552,9 +10548,7 @@ var AuthorizeCacheSecurityGroupIngressCommand = _AuthorizeCacheSecurityGroupIngr
10552
10548
 
10553
10549
 
10554
10550
 
10555
- var _BatchApplyUpdateActionCommand = class _BatchApplyUpdateActionCommand extends import_smithy_client.Command.classBuilder().ep({
10556
- ...commonParams
10557
- }).m(function(Command, cs, config, o) {
10551
+ var _BatchApplyUpdateActionCommand = class _BatchApplyUpdateActionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10558
10552
  return [
10559
10553
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10560
10554
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -10568,9 +10562,7 @@ var BatchApplyUpdateActionCommand = _BatchApplyUpdateActionCommand;
10568
10562
 
10569
10563
 
10570
10564
 
10571
- var _BatchStopUpdateActionCommand = class _BatchStopUpdateActionCommand extends import_smithy_client.Command.classBuilder().ep({
10572
- ...commonParams
10573
- }).m(function(Command, cs, config, o) {
10565
+ var _BatchStopUpdateActionCommand = class _BatchStopUpdateActionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10574
10566
  return [
10575
10567
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10576
10568
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -10584,9 +10576,7 @@ var BatchStopUpdateActionCommand = _BatchStopUpdateActionCommand;
10584
10576
 
10585
10577
 
10586
10578
 
10587
- var _CompleteMigrationCommand = class _CompleteMigrationCommand extends import_smithy_client.Command.classBuilder().ep({
10588
- ...commonParams
10589
- }).m(function(Command, cs, config, o) {
10579
+ var _CompleteMigrationCommand = class _CompleteMigrationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10590
10580
  return [
10591
10581
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10592
10582
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -10600,9 +10590,7 @@ var CompleteMigrationCommand = _CompleteMigrationCommand;
10600
10590
 
10601
10591
 
10602
10592
 
10603
- var _CopyServerlessCacheSnapshotCommand = class _CopyServerlessCacheSnapshotCommand extends import_smithy_client.Command.classBuilder().ep({
10604
- ...commonParams
10605
- }).m(function(Command, cs, config, o) {
10593
+ var _CopyServerlessCacheSnapshotCommand = class _CopyServerlessCacheSnapshotCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10606
10594
  return [
10607
10595
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10608
10596
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -10616,9 +10604,7 @@ var CopyServerlessCacheSnapshotCommand = _CopyServerlessCacheSnapshotCommand;
10616
10604
 
10617
10605
 
10618
10606
 
10619
- var _CopySnapshotCommand = class _CopySnapshotCommand extends import_smithy_client.Command.classBuilder().ep({
10620
- ...commonParams
10621
- }).m(function(Command, cs, config, o) {
10607
+ var _CopySnapshotCommand = class _CopySnapshotCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10622
10608
  return [
10623
10609
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10624
10610
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -10632,9 +10618,7 @@ var CopySnapshotCommand = _CopySnapshotCommand;
10632
10618
 
10633
10619
 
10634
10620
 
10635
- var _CreateCacheClusterCommand = class _CreateCacheClusterCommand extends import_smithy_client.Command.classBuilder().ep({
10636
- ...commonParams
10637
- }).m(function(Command, cs, config, o) {
10621
+ var _CreateCacheClusterCommand = class _CreateCacheClusterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10638
10622
  return [
10639
10623
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10640
10624
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -10648,9 +10632,7 @@ var CreateCacheClusterCommand = _CreateCacheClusterCommand;
10648
10632
 
10649
10633
 
10650
10634
 
10651
- var _CreateCacheParameterGroupCommand = class _CreateCacheParameterGroupCommand extends import_smithy_client.Command.classBuilder().ep({
10652
- ...commonParams
10653
- }).m(function(Command, cs, config, o) {
10635
+ var _CreateCacheParameterGroupCommand = class _CreateCacheParameterGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10654
10636
  return [
10655
10637
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10656
10638
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -10664,9 +10646,7 @@ var CreateCacheParameterGroupCommand = _CreateCacheParameterGroupCommand;
10664
10646
 
10665
10647
 
10666
10648
 
10667
- var _CreateCacheSecurityGroupCommand = class _CreateCacheSecurityGroupCommand extends import_smithy_client.Command.classBuilder().ep({
10668
- ...commonParams
10669
- }).m(function(Command, cs, config, o) {
10649
+ var _CreateCacheSecurityGroupCommand = class _CreateCacheSecurityGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10670
10650
  return [
10671
10651
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10672
10652
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -10680,9 +10660,7 @@ var CreateCacheSecurityGroupCommand = _CreateCacheSecurityGroupCommand;
10680
10660
 
10681
10661
 
10682
10662
 
10683
- var _CreateCacheSubnetGroupCommand = class _CreateCacheSubnetGroupCommand extends import_smithy_client.Command.classBuilder().ep({
10684
- ...commonParams
10685
- }).m(function(Command, cs, config, o) {
10663
+ var _CreateCacheSubnetGroupCommand = class _CreateCacheSubnetGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10686
10664
  return [
10687
10665
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10688
10666
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -10696,9 +10674,7 @@ var CreateCacheSubnetGroupCommand = _CreateCacheSubnetGroupCommand;
10696
10674
 
10697
10675
 
10698
10676
 
10699
- var _CreateGlobalReplicationGroupCommand = class _CreateGlobalReplicationGroupCommand extends import_smithy_client.Command.classBuilder().ep({
10700
- ...commonParams
10701
- }).m(function(Command, cs, config, o) {
10677
+ var _CreateGlobalReplicationGroupCommand = class _CreateGlobalReplicationGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10702
10678
  return [
10703
10679
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10704
10680
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -10712,9 +10688,7 @@ var CreateGlobalReplicationGroupCommand = _CreateGlobalReplicationGroupCommand;
10712
10688
 
10713
10689
 
10714
10690
 
10715
- var _CreateReplicationGroupCommand = class _CreateReplicationGroupCommand extends import_smithy_client.Command.classBuilder().ep({
10716
- ...commonParams
10717
- }).m(function(Command, cs, config, o) {
10691
+ var _CreateReplicationGroupCommand = class _CreateReplicationGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10718
10692
  return [
10719
10693
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10720
10694
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -10728,9 +10702,7 @@ var CreateReplicationGroupCommand = _CreateReplicationGroupCommand;
10728
10702
 
10729
10703
 
10730
10704
 
10731
- var _CreateServerlessCacheCommand = class _CreateServerlessCacheCommand extends import_smithy_client.Command.classBuilder().ep({
10732
- ...commonParams
10733
- }).m(function(Command, cs, config, o) {
10705
+ var _CreateServerlessCacheCommand = class _CreateServerlessCacheCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10734
10706
  return [
10735
10707
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10736
10708
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -10744,9 +10716,7 @@ var CreateServerlessCacheCommand = _CreateServerlessCacheCommand;
10744
10716
 
10745
10717
 
10746
10718
 
10747
- var _CreateServerlessCacheSnapshotCommand = class _CreateServerlessCacheSnapshotCommand extends import_smithy_client.Command.classBuilder().ep({
10748
- ...commonParams
10749
- }).m(function(Command, cs, config, o) {
10719
+ var _CreateServerlessCacheSnapshotCommand = class _CreateServerlessCacheSnapshotCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10750
10720
  return [
10751
10721
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10752
10722
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -10760,9 +10730,7 @@ var CreateServerlessCacheSnapshotCommand = _CreateServerlessCacheSnapshotCommand
10760
10730
 
10761
10731
 
10762
10732
 
10763
- var _CreateSnapshotCommand = class _CreateSnapshotCommand extends import_smithy_client.Command.classBuilder().ep({
10764
- ...commonParams
10765
- }).m(function(Command, cs, config, o) {
10733
+ var _CreateSnapshotCommand = class _CreateSnapshotCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10766
10734
  return [
10767
10735
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10768
10736
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -10776,9 +10744,7 @@ var CreateSnapshotCommand = _CreateSnapshotCommand;
10776
10744
 
10777
10745
 
10778
10746
 
10779
- var _CreateUserCommand = class _CreateUserCommand extends import_smithy_client.Command.classBuilder().ep({
10780
- ...commonParams
10781
- }).m(function(Command, cs, config, o) {
10747
+ var _CreateUserCommand = class _CreateUserCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10782
10748
  return [
10783
10749
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10784
10750
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -10792,9 +10758,7 @@ var CreateUserCommand = _CreateUserCommand;
10792
10758
 
10793
10759
 
10794
10760
 
10795
- var _CreateUserGroupCommand = class _CreateUserGroupCommand extends import_smithy_client.Command.classBuilder().ep({
10796
- ...commonParams
10797
- }).m(function(Command, cs, config, o) {
10761
+ var _CreateUserGroupCommand = class _CreateUserGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10798
10762
  return [
10799
10763
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10800
10764
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -10808,9 +10772,7 @@ var CreateUserGroupCommand = _CreateUserGroupCommand;
10808
10772
 
10809
10773
 
10810
10774
 
10811
- var _DecreaseNodeGroupsInGlobalReplicationGroupCommand = class _DecreaseNodeGroupsInGlobalReplicationGroupCommand extends import_smithy_client.Command.classBuilder().ep({
10812
- ...commonParams
10813
- }).m(function(Command, cs, config, o) {
10775
+ var _DecreaseNodeGroupsInGlobalReplicationGroupCommand = class _DecreaseNodeGroupsInGlobalReplicationGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10814
10776
  return [
10815
10777
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10816
10778
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -10824,9 +10786,7 @@ var DecreaseNodeGroupsInGlobalReplicationGroupCommand = _DecreaseNodeGroupsInGlo
10824
10786
 
10825
10787
 
10826
10788
 
10827
- var _DecreaseReplicaCountCommand = class _DecreaseReplicaCountCommand extends import_smithy_client.Command.classBuilder().ep({
10828
- ...commonParams
10829
- }).m(function(Command, cs, config, o) {
10789
+ var _DecreaseReplicaCountCommand = class _DecreaseReplicaCountCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10830
10790
  return [
10831
10791
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10832
10792
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -10840,9 +10800,7 @@ var DecreaseReplicaCountCommand = _DecreaseReplicaCountCommand;
10840
10800
 
10841
10801
 
10842
10802
 
10843
- var _DeleteCacheClusterCommand = class _DeleteCacheClusterCommand extends import_smithy_client.Command.classBuilder().ep({
10844
- ...commonParams
10845
- }).m(function(Command, cs, config, o) {
10803
+ var _DeleteCacheClusterCommand = class _DeleteCacheClusterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10846
10804
  return [
10847
10805
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10848
10806
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -10856,9 +10814,7 @@ var DeleteCacheClusterCommand = _DeleteCacheClusterCommand;
10856
10814
 
10857
10815
 
10858
10816
 
10859
- var _DeleteCacheParameterGroupCommand = class _DeleteCacheParameterGroupCommand extends import_smithy_client.Command.classBuilder().ep({
10860
- ...commonParams
10861
- }).m(function(Command, cs, config, o) {
10817
+ var _DeleteCacheParameterGroupCommand = class _DeleteCacheParameterGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10862
10818
  return [
10863
10819
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10864
10820
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -10872,9 +10828,7 @@ var DeleteCacheParameterGroupCommand = _DeleteCacheParameterGroupCommand;
10872
10828
 
10873
10829
 
10874
10830
 
10875
- var _DeleteCacheSecurityGroupCommand = class _DeleteCacheSecurityGroupCommand extends import_smithy_client.Command.classBuilder().ep({
10876
- ...commonParams
10877
- }).m(function(Command, cs, config, o) {
10831
+ var _DeleteCacheSecurityGroupCommand = class _DeleteCacheSecurityGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10878
10832
  return [
10879
10833
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10880
10834
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -10888,9 +10842,7 @@ var DeleteCacheSecurityGroupCommand = _DeleteCacheSecurityGroupCommand;
10888
10842
 
10889
10843
 
10890
10844
 
10891
- var _DeleteCacheSubnetGroupCommand = class _DeleteCacheSubnetGroupCommand extends import_smithy_client.Command.classBuilder().ep({
10892
- ...commonParams
10893
- }).m(function(Command, cs, config, o) {
10845
+ var _DeleteCacheSubnetGroupCommand = class _DeleteCacheSubnetGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10894
10846
  return [
10895
10847
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10896
10848
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -10904,9 +10856,7 @@ var DeleteCacheSubnetGroupCommand = _DeleteCacheSubnetGroupCommand;
10904
10856
 
10905
10857
 
10906
10858
 
10907
- var _DeleteGlobalReplicationGroupCommand = class _DeleteGlobalReplicationGroupCommand extends import_smithy_client.Command.classBuilder().ep({
10908
- ...commonParams
10909
- }).m(function(Command, cs, config, o) {
10859
+ var _DeleteGlobalReplicationGroupCommand = class _DeleteGlobalReplicationGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10910
10860
  return [
10911
10861
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10912
10862
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -10920,9 +10870,7 @@ var DeleteGlobalReplicationGroupCommand = _DeleteGlobalReplicationGroupCommand;
10920
10870
 
10921
10871
 
10922
10872
 
10923
- var _DeleteReplicationGroupCommand = class _DeleteReplicationGroupCommand extends import_smithy_client.Command.classBuilder().ep({
10924
- ...commonParams
10925
- }).m(function(Command, cs, config, o) {
10873
+ var _DeleteReplicationGroupCommand = class _DeleteReplicationGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10926
10874
  return [
10927
10875
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10928
10876
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -10936,9 +10884,7 @@ var DeleteReplicationGroupCommand = _DeleteReplicationGroupCommand;
10936
10884
 
10937
10885
 
10938
10886
 
10939
- var _DeleteServerlessCacheCommand = class _DeleteServerlessCacheCommand extends import_smithy_client.Command.classBuilder().ep({
10940
- ...commonParams
10941
- }).m(function(Command, cs, config, o) {
10887
+ var _DeleteServerlessCacheCommand = class _DeleteServerlessCacheCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10942
10888
  return [
10943
10889
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10944
10890
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -10952,9 +10898,7 @@ var DeleteServerlessCacheCommand = _DeleteServerlessCacheCommand;
10952
10898
 
10953
10899
 
10954
10900
 
10955
- var _DeleteServerlessCacheSnapshotCommand = class _DeleteServerlessCacheSnapshotCommand extends import_smithy_client.Command.classBuilder().ep({
10956
- ...commonParams
10957
- }).m(function(Command, cs, config, o) {
10901
+ var _DeleteServerlessCacheSnapshotCommand = class _DeleteServerlessCacheSnapshotCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10958
10902
  return [
10959
10903
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10960
10904
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -10968,9 +10912,7 @@ var DeleteServerlessCacheSnapshotCommand = _DeleteServerlessCacheSnapshotCommand
10968
10912
 
10969
10913
 
10970
10914
 
10971
- var _DeleteSnapshotCommand = class _DeleteSnapshotCommand extends import_smithy_client.Command.classBuilder().ep({
10972
- ...commonParams
10973
- }).m(function(Command, cs, config, o) {
10915
+ var _DeleteSnapshotCommand = class _DeleteSnapshotCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10974
10916
  return [
10975
10917
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10976
10918
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -10984,9 +10926,7 @@ var DeleteSnapshotCommand = _DeleteSnapshotCommand;
10984
10926
 
10985
10927
 
10986
10928
 
10987
- var _DeleteUserCommand = class _DeleteUserCommand extends import_smithy_client.Command.classBuilder().ep({
10988
- ...commonParams
10989
- }).m(function(Command, cs, config, o) {
10929
+ var _DeleteUserCommand = class _DeleteUserCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10990
10930
  return [
10991
10931
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10992
10932
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -11000,9 +10940,7 @@ var DeleteUserCommand = _DeleteUserCommand;
11000
10940
 
11001
10941
 
11002
10942
 
11003
- var _DeleteUserGroupCommand = class _DeleteUserGroupCommand extends import_smithy_client.Command.classBuilder().ep({
11004
- ...commonParams
11005
- }).m(function(Command, cs, config, o) {
10943
+ var _DeleteUserGroupCommand = class _DeleteUserGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
11006
10944
  return [
11007
10945
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
11008
10946
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -11016,9 +10954,7 @@ var DeleteUserGroupCommand = _DeleteUserGroupCommand;
11016
10954
 
11017
10955
 
11018
10956
 
11019
- var _DescribeCacheClustersCommand = class _DescribeCacheClustersCommand extends import_smithy_client.Command.classBuilder().ep({
11020
- ...commonParams
11021
- }).m(function(Command, cs, config, o) {
10957
+ var _DescribeCacheClustersCommand = class _DescribeCacheClustersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
11022
10958
  return [
11023
10959
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
11024
10960
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -11032,9 +10968,7 @@ var DescribeCacheClustersCommand = _DescribeCacheClustersCommand;
11032
10968
 
11033
10969
 
11034
10970
 
11035
- var _DescribeCacheEngineVersionsCommand = class _DescribeCacheEngineVersionsCommand extends import_smithy_client.Command.classBuilder().ep({
11036
- ...commonParams
11037
- }).m(function(Command, cs, config, o) {
10971
+ var _DescribeCacheEngineVersionsCommand = class _DescribeCacheEngineVersionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
11038
10972
  return [
11039
10973
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
11040
10974
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -11048,9 +10982,7 @@ var DescribeCacheEngineVersionsCommand = _DescribeCacheEngineVersionsCommand;
11048
10982
 
11049
10983
 
11050
10984
 
11051
- var _DescribeCacheParameterGroupsCommand = class _DescribeCacheParameterGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
11052
- ...commonParams
11053
- }).m(function(Command, cs, config, o) {
10985
+ var _DescribeCacheParameterGroupsCommand = class _DescribeCacheParameterGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
11054
10986
  return [
11055
10987
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
11056
10988
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -11064,9 +10996,7 @@ var DescribeCacheParameterGroupsCommand = _DescribeCacheParameterGroupsCommand;
11064
10996
 
11065
10997
 
11066
10998
 
11067
- var _DescribeCacheParametersCommand = class _DescribeCacheParametersCommand extends import_smithy_client.Command.classBuilder().ep({
11068
- ...commonParams
11069
- }).m(function(Command, cs, config, o) {
10999
+ var _DescribeCacheParametersCommand = class _DescribeCacheParametersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
11070
11000
  return [
11071
11001
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
11072
11002
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -11080,9 +11010,7 @@ var DescribeCacheParametersCommand = _DescribeCacheParametersCommand;
11080
11010
 
11081
11011
 
11082
11012
 
11083
- var _DescribeCacheSecurityGroupsCommand = class _DescribeCacheSecurityGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
11084
- ...commonParams
11085
- }).m(function(Command, cs, config, o) {
11013
+ var _DescribeCacheSecurityGroupsCommand = class _DescribeCacheSecurityGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
11086
11014
  return [
11087
11015
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
11088
11016
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -11096,9 +11024,7 @@ var DescribeCacheSecurityGroupsCommand = _DescribeCacheSecurityGroupsCommand;
11096
11024
 
11097
11025
 
11098
11026
 
11099
- var _DescribeCacheSubnetGroupsCommand = class _DescribeCacheSubnetGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
11100
- ...commonParams
11101
- }).m(function(Command, cs, config, o) {
11027
+ var _DescribeCacheSubnetGroupsCommand = class _DescribeCacheSubnetGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
11102
11028
  return [
11103
11029
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
11104
11030
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -11112,9 +11038,7 @@ var DescribeCacheSubnetGroupsCommand = _DescribeCacheSubnetGroupsCommand;
11112
11038
 
11113
11039
 
11114
11040
 
11115
- var _DescribeEngineDefaultParametersCommand = class _DescribeEngineDefaultParametersCommand extends import_smithy_client.Command.classBuilder().ep({
11116
- ...commonParams
11117
- }).m(function(Command, cs, config, o) {
11041
+ var _DescribeEngineDefaultParametersCommand = class _DescribeEngineDefaultParametersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
11118
11042
  return [
11119
11043
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
11120
11044
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -11128,9 +11052,7 @@ var DescribeEngineDefaultParametersCommand = _DescribeEngineDefaultParametersCom
11128
11052
 
11129
11053
 
11130
11054
 
11131
- var _DescribeEventsCommand = class _DescribeEventsCommand extends import_smithy_client.Command.classBuilder().ep({
11132
- ...commonParams
11133
- }).m(function(Command, cs, config, o) {
11055
+ var _DescribeEventsCommand = class _DescribeEventsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
11134
11056
  return [
11135
11057
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
11136
11058
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -11144,9 +11066,7 @@ var DescribeEventsCommand = _DescribeEventsCommand;
11144
11066
 
11145
11067
 
11146
11068
 
11147
- var _DescribeGlobalReplicationGroupsCommand = class _DescribeGlobalReplicationGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
11148
- ...commonParams
11149
- }).m(function(Command, cs, config, o) {
11069
+ var _DescribeGlobalReplicationGroupsCommand = class _DescribeGlobalReplicationGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
11150
11070
  return [
11151
11071
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
11152
11072
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -11160,9 +11080,7 @@ var DescribeGlobalReplicationGroupsCommand = _DescribeGlobalReplicationGroupsCom
11160
11080
 
11161
11081
 
11162
11082
 
11163
- var _DescribeReplicationGroupsCommand = class _DescribeReplicationGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
11164
- ...commonParams
11165
- }).m(function(Command, cs, config, o) {
11083
+ var _DescribeReplicationGroupsCommand = class _DescribeReplicationGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
11166
11084
  return [
11167
11085
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
11168
11086
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -11176,9 +11094,7 @@ var DescribeReplicationGroupsCommand = _DescribeReplicationGroupsCommand;
11176
11094
 
11177
11095
 
11178
11096
 
11179
- var _DescribeReservedCacheNodesCommand = class _DescribeReservedCacheNodesCommand extends import_smithy_client.Command.classBuilder().ep({
11180
- ...commonParams
11181
- }).m(function(Command, cs, config, o) {
11097
+ var _DescribeReservedCacheNodesCommand = class _DescribeReservedCacheNodesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
11182
11098
  return [
11183
11099
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
11184
11100
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -11192,9 +11108,7 @@ var DescribeReservedCacheNodesCommand = _DescribeReservedCacheNodesCommand;
11192
11108
 
11193
11109
 
11194
11110
 
11195
- var _DescribeReservedCacheNodesOfferingsCommand = class _DescribeReservedCacheNodesOfferingsCommand extends import_smithy_client.Command.classBuilder().ep({
11196
- ...commonParams
11197
- }).m(function(Command, cs, config, o) {
11111
+ var _DescribeReservedCacheNodesOfferingsCommand = class _DescribeReservedCacheNodesOfferingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
11198
11112
  return [
11199
11113
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
11200
11114
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -11208,9 +11122,7 @@ var DescribeReservedCacheNodesOfferingsCommand = _DescribeReservedCacheNodesOffe
11208
11122
 
11209
11123
 
11210
11124
 
11211
- var _DescribeServerlessCachesCommand = class _DescribeServerlessCachesCommand extends import_smithy_client.Command.classBuilder().ep({
11212
- ...commonParams
11213
- }).m(function(Command, cs, config, o) {
11125
+ var _DescribeServerlessCachesCommand = class _DescribeServerlessCachesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
11214
11126
  return [
11215
11127
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
11216
11128
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -11224,9 +11136,7 @@ var DescribeServerlessCachesCommand = _DescribeServerlessCachesCommand;
11224
11136
 
11225
11137
 
11226
11138
 
11227
- var _DescribeServerlessCacheSnapshotsCommand = class _DescribeServerlessCacheSnapshotsCommand extends import_smithy_client.Command.classBuilder().ep({
11228
- ...commonParams
11229
- }).m(function(Command, cs, config, o) {
11139
+ var _DescribeServerlessCacheSnapshotsCommand = class _DescribeServerlessCacheSnapshotsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
11230
11140
  return [
11231
11141
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
11232
11142
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -11240,9 +11150,7 @@ var DescribeServerlessCacheSnapshotsCommand = _DescribeServerlessCacheSnapshotsC
11240
11150
 
11241
11151
 
11242
11152
 
11243
- var _DescribeServiceUpdatesCommand = class _DescribeServiceUpdatesCommand extends import_smithy_client.Command.classBuilder().ep({
11244
- ...commonParams
11245
- }).m(function(Command, cs, config, o) {
11153
+ var _DescribeServiceUpdatesCommand = class _DescribeServiceUpdatesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
11246
11154
  return [
11247
11155
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
11248
11156
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -11256,9 +11164,7 @@ var DescribeServiceUpdatesCommand = _DescribeServiceUpdatesCommand;
11256
11164
 
11257
11165
 
11258
11166
 
11259
- var _DescribeSnapshotsCommand = class _DescribeSnapshotsCommand extends import_smithy_client.Command.classBuilder().ep({
11260
- ...commonParams
11261
- }).m(function(Command, cs, config, o) {
11167
+ var _DescribeSnapshotsCommand = class _DescribeSnapshotsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
11262
11168
  return [
11263
11169
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
11264
11170
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -11272,9 +11178,7 @@ var DescribeSnapshotsCommand = _DescribeSnapshotsCommand;
11272
11178
 
11273
11179
 
11274
11180
 
11275
- var _DescribeUpdateActionsCommand = class _DescribeUpdateActionsCommand extends import_smithy_client.Command.classBuilder().ep({
11276
- ...commonParams
11277
- }).m(function(Command, cs, config, o) {
11181
+ var _DescribeUpdateActionsCommand = class _DescribeUpdateActionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
11278
11182
  return [
11279
11183
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
11280
11184
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -11288,9 +11192,7 @@ var DescribeUpdateActionsCommand = _DescribeUpdateActionsCommand;
11288
11192
 
11289
11193
 
11290
11194
 
11291
- var _DescribeUserGroupsCommand = class _DescribeUserGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
11292
- ...commonParams
11293
- }).m(function(Command, cs, config, o) {
11195
+ var _DescribeUserGroupsCommand = class _DescribeUserGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
11294
11196
  return [
11295
11197
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
11296
11198
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -11304,9 +11206,7 @@ var DescribeUserGroupsCommand = _DescribeUserGroupsCommand;
11304
11206
 
11305
11207
 
11306
11208
 
11307
- var _DescribeUsersCommand = class _DescribeUsersCommand extends import_smithy_client.Command.classBuilder().ep({
11308
- ...commonParams
11309
- }).m(function(Command, cs, config, o) {
11209
+ var _DescribeUsersCommand = class _DescribeUsersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
11310
11210
  return [
11311
11211
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
11312
11212
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -11320,9 +11220,7 @@ var DescribeUsersCommand = _DescribeUsersCommand;
11320
11220
 
11321
11221
 
11322
11222
 
11323
- var _DisassociateGlobalReplicationGroupCommand = class _DisassociateGlobalReplicationGroupCommand extends import_smithy_client.Command.classBuilder().ep({
11324
- ...commonParams
11325
- }).m(function(Command, cs, config, o) {
11223
+ var _DisassociateGlobalReplicationGroupCommand = class _DisassociateGlobalReplicationGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
11326
11224
  return [
11327
11225
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
11328
11226
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -11336,9 +11234,7 @@ var DisassociateGlobalReplicationGroupCommand = _DisassociateGlobalReplicationGr
11336
11234
 
11337
11235
 
11338
11236
 
11339
- var _ExportServerlessCacheSnapshotCommand = class _ExportServerlessCacheSnapshotCommand extends import_smithy_client.Command.classBuilder().ep({
11340
- ...commonParams
11341
- }).m(function(Command, cs, config, o) {
11237
+ var _ExportServerlessCacheSnapshotCommand = class _ExportServerlessCacheSnapshotCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
11342
11238
  return [
11343
11239
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
11344
11240
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -11352,9 +11248,7 @@ var ExportServerlessCacheSnapshotCommand = _ExportServerlessCacheSnapshotCommand
11352
11248
 
11353
11249
 
11354
11250
 
11355
- var _FailoverGlobalReplicationGroupCommand = class _FailoverGlobalReplicationGroupCommand extends import_smithy_client.Command.classBuilder().ep({
11356
- ...commonParams
11357
- }).m(function(Command, cs, config, o) {
11251
+ var _FailoverGlobalReplicationGroupCommand = class _FailoverGlobalReplicationGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
11358
11252
  return [
11359
11253
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
11360
11254
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -11368,9 +11262,7 @@ var FailoverGlobalReplicationGroupCommand = _FailoverGlobalReplicationGroupComma
11368
11262
 
11369
11263
 
11370
11264
 
11371
- var _IncreaseNodeGroupsInGlobalReplicationGroupCommand = class _IncreaseNodeGroupsInGlobalReplicationGroupCommand extends import_smithy_client.Command.classBuilder().ep({
11372
- ...commonParams
11373
- }).m(function(Command, cs, config, o) {
11265
+ var _IncreaseNodeGroupsInGlobalReplicationGroupCommand = class _IncreaseNodeGroupsInGlobalReplicationGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
11374
11266
  return [
11375
11267
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
11376
11268
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -11384,9 +11276,7 @@ var IncreaseNodeGroupsInGlobalReplicationGroupCommand = _IncreaseNodeGroupsInGlo
11384
11276
 
11385
11277
 
11386
11278
 
11387
- var _IncreaseReplicaCountCommand = class _IncreaseReplicaCountCommand extends import_smithy_client.Command.classBuilder().ep({
11388
- ...commonParams
11389
- }).m(function(Command, cs, config, o) {
11279
+ var _IncreaseReplicaCountCommand = class _IncreaseReplicaCountCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
11390
11280
  return [
11391
11281
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
11392
11282
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -11400,9 +11290,7 @@ var IncreaseReplicaCountCommand = _IncreaseReplicaCountCommand;
11400
11290
 
11401
11291
 
11402
11292
 
11403
- var _ListAllowedNodeTypeModificationsCommand = class _ListAllowedNodeTypeModificationsCommand extends import_smithy_client.Command.classBuilder().ep({
11404
- ...commonParams
11405
- }).m(function(Command, cs, config, o) {
11293
+ var _ListAllowedNodeTypeModificationsCommand = class _ListAllowedNodeTypeModificationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
11406
11294
  return [
11407
11295
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
11408
11296
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -11416,9 +11304,7 @@ var ListAllowedNodeTypeModificationsCommand = _ListAllowedNodeTypeModificationsC
11416
11304
 
11417
11305
 
11418
11306
 
11419
- var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
11420
- ...commonParams
11421
- }).m(function(Command, cs, config, o) {
11307
+ var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
11422
11308
  return [
11423
11309
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
11424
11310
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -11432,9 +11318,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
11432
11318
 
11433
11319
 
11434
11320
 
11435
- var _ModifyCacheClusterCommand = class _ModifyCacheClusterCommand extends import_smithy_client.Command.classBuilder().ep({
11436
- ...commonParams
11437
- }).m(function(Command, cs, config, o) {
11321
+ var _ModifyCacheClusterCommand = class _ModifyCacheClusterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
11438
11322
  return [
11439
11323
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
11440
11324
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -11448,9 +11332,7 @@ var ModifyCacheClusterCommand = _ModifyCacheClusterCommand;
11448
11332
 
11449
11333
 
11450
11334
 
11451
- var _ModifyCacheParameterGroupCommand = class _ModifyCacheParameterGroupCommand extends import_smithy_client.Command.classBuilder().ep({
11452
- ...commonParams
11453
- }).m(function(Command, cs, config, o) {
11335
+ var _ModifyCacheParameterGroupCommand = class _ModifyCacheParameterGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
11454
11336
  return [
11455
11337
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
11456
11338
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -11464,9 +11346,7 @@ var ModifyCacheParameterGroupCommand = _ModifyCacheParameterGroupCommand;
11464
11346
 
11465
11347
 
11466
11348
 
11467
- var _ModifyCacheSubnetGroupCommand = class _ModifyCacheSubnetGroupCommand extends import_smithy_client.Command.classBuilder().ep({
11468
- ...commonParams
11469
- }).m(function(Command, cs, config, o) {
11349
+ var _ModifyCacheSubnetGroupCommand = class _ModifyCacheSubnetGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
11470
11350
  return [
11471
11351
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
11472
11352
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -11480,9 +11360,7 @@ var ModifyCacheSubnetGroupCommand = _ModifyCacheSubnetGroupCommand;
11480
11360
 
11481
11361
 
11482
11362
 
11483
- var _ModifyGlobalReplicationGroupCommand = class _ModifyGlobalReplicationGroupCommand extends import_smithy_client.Command.classBuilder().ep({
11484
- ...commonParams
11485
- }).m(function(Command, cs, config, o) {
11363
+ var _ModifyGlobalReplicationGroupCommand = class _ModifyGlobalReplicationGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
11486
11364
  return [
11487
11365
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
11488
11366
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -11496,9 +11374,7 @@ var ModifyGlobalReplicationGroupCommand = _ModifyGlobalReplicationGroupCommand;
11496
11374
 
11497
11375
 
11498
11376
 
11499
- var _ModifyReplicationGroupCommand = class _ModifyReplicationGroupCommand extends import_smithy_client.Command.classBuilder().ep({
11500
- ...commonParams
11501
- }).m(function(Command, cs, config, o) {
11377
+ var _ModifyReplicationGroupCommand = class _ModifyReplicationGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
11502
11378
  return [
11503
11379
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
11504
11380
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -11512,9 +11388,7 @@ var ModifyReplicationGroupCommand = _ModifyReplicationGroupCommand;
11512
11388
 
11513
11389
 
11514
11390
 
11515
- var _ModifyReplicationGroupShardConfigurationCommand = class _ModifyReplicationGroupShardConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
11516
- ...commonParams
11517
- }).m(function(Command, cs, config, o) {
11391
+ var _ModifyReplicationGroupShardConfigurationCommand = class _ModifyReplicationGroupShardConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
11518
11392
  return [
11519
11393
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
11520
11394
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -11528,9 +11402,7 @@ var ModifyReplicationGroupShardConfigurationCommand = _ModifyReplicationGroupSha
11528
11402
 
11529
11403
 
11530
11404
 
11531
- var _ModifyServerlessCacheCommand = class _ModifyServerlessCacheCommand extends import_smithy_client.Command.classBuilder().ep({
11532
- ...commonParams
11533
- }).m(function(Command, cs, config, o) {
11405
+ var _ModifyServerlessCacheCommand = class _ModifyServerlessCacheCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
11534
11406
  return [
11535
11407
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
11536
11408
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -11544,9 +11416,7 @@ var ModifyServerlessCacheCommand = _ModifyServerlessCacheCommand;
11544
11416
 
11545
11417
 
11546
11418
 
11547
- var _ModifyUserCommand = class _ModifyUserCommand extends import_smithy_client.Command.classBuilder().ep({
11548
- ...commonParams
11549
- }).m(function(Command, cs, config, o) {
11419
+ var _ModifyUserCommand = class _ModifyUserCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
11550
11420
  return [
11551
11421
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
11552
11422
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -11560,9 +11430,7 @@ var ModifyUserCommand = _ModifyUserCommand;
11560
11430
 
11561
11431
 
11562
11432
 
11563
- var _ModifyUserGroupCommand = class _ModifyUserGroupCommand extends import_smithy_client.Command.classBuilder().ep({
11564
- ...commonParams
11565
- }).m(function(Command, cs, config, o) {
11433
+ var _ModifyUserGroupCommand = class _ModifyUserGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
11566
11434
  return [
11567
11435
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
11568
11436
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -11576,9 +11444,7 @@ var ModifyUserGroupCommand = _ModifyUserGroupCommand;
11576
11444
 
11577
11445
 
11578
11446
 
11579
- var _PurchaseReservedCacheNodesOfferingCommand = class _PurchaseReservedCacheNodesOfferingCommand extends import_smithy_client.Command.classBuilder().ep({
11580
- ...commonParams
11581
- }).m(function(Command, cs, config, o) {
11447
+ var _PurchaseReservedCacheNodesOfferingCommand = class _PurchaseReservedCacheNodesOfferingCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
11582
11448
  return [
11583
11449
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
11584
11450
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -11592,9 +11458,7 @@ var PurchaseReservedCacheNodesOfferingCommand = _PurchaseReservedCacheNodesOffer
11592
11458
 
11593
11459
 
11594
11460
 
11595
- var _RebalanceSlotsInGlobalReplicationGroupCommand = class _RebalanceSlotsInGlobalReplicationGroupCommand extends import_smithy_client.Command.classBuilder().ep({
11596
- ...commonParams
11597
- }).m(function(Command, cs, config, o) {
11461
+ var _RebalanceSlotsInGlobalReplicationGroupCommand = class _RebalanceSlotsInGlobalReplicationGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
11598
11462
  return [
11599
11463
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
11600
11464
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -11608,9 +11472,7 @@ var RebalanceSlotsInGlobalReplicationGroupCommand = _RebalanceSlotsInGlobalRepli
11608
11472
 
11609
11473
 
11610
11474
 
11611
- var _RebootCacheClusterCommand = class _RebootCacheClusterCommand extends import_smithy_client.Command.classBuilder().ep({
11612
- ...commonParams
11613
- }).m(function(Command, cs, config, o) {
11475
+ var _RebootCacheClusterCommand = class _RebootCacheClusterCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
11614
11476
  return [
11615
11477
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
11616
11478
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -11624,9 +11486,7 @@ var RebootCacheClusterCommand = _RebootCacheClusterCommand;
11624
11486
 
11625
11487
 
11626
11488
 
11627
- var _RemoveTagsFromResourceCommand = class _RemoveTagsFromResourceCommand extends import_smithy_client.Command.classBuilder().ep({
11628
- ...commonParams
11629
- }).m(function(Command, cs, config, o) {
11489
+ var _RemoveTagsFromResourceCommand = class _RemoveTagsFromResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
11630
11490
  return [
11631
11491
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
11632
11492
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -11640,9 +11500,7 @@ var RemoveTagsFromResourceCommand = _RemoveTagsFromResourceCommand;
11640
11500
 
11641
11501
 
11642
11502
 
11643
- var _ResetCacheParameterGroupCommand = class _ResetCacheParameterGroupCommand extends import_smithy_client.Command.classBuilder().ep({
11644
- ...commonParams
11645
- }).m(function(Command, cs, config, o) {
11503
+ var _ResetCacheParameterGroupCommand = class _ResetCacheParameterGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
11646
11504
  return [
11647
11505
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
11648
11506
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -11656,9 +11514,7 @@ var ResetCacheParameterGroupCommand = _ResetCacheParameterGroupCommand;
11656
11514
 
11657
11515
 
11658
11516
 
11659
- var _RevokeCacheSecurityGroupIngressCommand = class _RevokeCacheSecurityGroupIngressCommand extends import_smithy_client.Command.classBuilder().ep({
11660
- ...commonParams
11661
- }).m(function(Command, cs, config, o) {
11517
+ var _RevokeCacheSecurityGroupIngressCommand = class _RevokeCacheSecurityGroupIngressCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
11662
11518
  return [
11663
11519
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
11664
11520
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -11672,9 +11528,7 @@ var RevokeCacheSecurityGroupIngressCommand = _RevokeCacheSecurityGroupIngressCom
11672
11528
 
11673
11529
 
11674
11530
 
11675
- var _StartMigrationCommand = class _StartMigrationCommand extends import_smithy_client.Command.classBuilder().ep({
11676
- ...commonParams
11677
- }).m(function(Command, cs, config, o) {
11531
+ var _StartMigrationCommand = class _StartMigrationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
11678
11532
  return [
11679
11533
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
11680
11534
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -11688,9 +11542,7 @@ var StartMigrationCommand = _StartMigrationCommand;
11688
11542
 
11689
11543
 
11690
11544
 
11691
- var _TestFailoverCommand = class _TestFailoverCommand extends import_smithy_client.Command.classBuilder().ep({
11692
- ...commonParams
11693
- }).m(function(Command, cs, config, o) {
11545
+ var _TestFailoverCommand = class _TestFailoverCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
11694
11546
  return [
11695
11547
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
11696
11548
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
@@ -11704,9 +11556,7 @@ var TestFailoverCommand = _TestFailoverCommand;
11704
11556
 
11705
11557
 
11706
11558
 
11707
- var _TestMigrationCommand = class _TestMigrationCommand extends import_smithy_client.Command.classBuilder().ep({
11708
- ...commonParams
11709
- }).m(function(Command, cs, config, o) {
11559
+ var _TestMigrationCommand = class _TestMigrationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
11710
11560
  return [
11711
11561
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
11712
11562
  (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())