@aws-sdk/client-elasticache 3.1058.0 → 3.1059.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 (28) hide show
  1. package/dist-cjs/index.js +19 -0
  2. package/dist-cjs/schemas/schemas_0.js +19 -16
  3. package/dist-es/models/enums.js +16 -0
  4. package/dist-es/schemas/schemas_0.js +19 -16
  5. package/dist-types/commands/CompleteMigrationCommand.d.ts +3 -0
  6. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -0
  7. package/dist-types/commands/CreateReplicationGroupCommand.d.ts +4 -0
  8. package/dist-types/commands/CreateServerlessCacheCommand.d.ts +1 -0
  9. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -0
  10. package/dist-types/commands/DecreaseReplicaCountCommand.d.ts +3 -0
  11. package/dist-types/commands/DeleteReplicationGroupCommand.d.ts +3 -0
  12. package/dist-types/commands/DeleteServerlessCacheCommand.d.ts +1 -0
  13. package/dist-types/commands/DeleteSnapshotCommand.d.ts +1 -0
  14. package/dist-types/commands/DescribeReplicationGroupsCommand.d.ts +3 -0
  15. package/dist-types/commands/DescribeServerlessCachesCommand.d.ts +1 -0
  16. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +1 -0
  17. package/dist-types/commands/IncreaseReplicaCountCommand.d.ts +3 -0
  18. package/dist-types/commands/ModifyReplicationGroupCommand.d.ts +4 -0
  19. package/dist-types/commands/ModifyReplicationGroupShardConfigurationCommand.d.ts +3 -0
  20. package/dist-types/commands/ModifyServerlessCacheCommand.d.ts +1 -0
  21. package/dist-types/commands/StartMigrationCommand.d.ts +3 -0
  22. package/dist-types/commands/TestFailoverCommand.d.ts +3 -0
  23. package/dist-types/commands/TestMigrationCommand.d.ts +3 -0
  24. package/dist-types/models/enums.d.ts +40 -0
  25. package/dist-types/models/models_0.d.ts +64 -22
  26. package/dist-types/ts3.4/models/enums.d.ts +21 -0
  27. package/dist-types/ts3.4/models/models_0.d.ts +10 -0
  28. package/package.json +8 -8
package/dist-cjs/index.js CHANGED
@@ -1518,6 +1518,17 @@ const DataTieringStatus = {
1518
1518
  DISABLED: "disabled",
1519
1519
  ENABLED: "enabled",
1520
1520
  };
1521
+ const Durability = {
1522
+ ASYNC: "async",
1523
+ DEFAULT: "default",
1524
+ DISABLED: "disabled",
1525
+ SYNC: "sync",
1526
+ };
1527
+ const EffectiveDurability = {
1528
+ ASYNC: "async",
1529
+ DISABLED: "disabled",
1530
+ SYNC: "sync",
1531
+ };
1521
1532
  const IpDiscovery = {
1522
1533
  IPV4: "ipv4",
1523
1534
  IPV6: "ipv6",
@@ -1562,6 +1573,11 @@ const TransitEncryptionMode = {
1562
1573
  PREFERRED: "preferred",
1563
1574
  REQUIRED: "required",
1564
1575
  };
1576
+ const StorageEncryptionType = {
1577
+ NONE: "none",
1578
+ SSE_ELASTICACHE: "sse-elasticache",
1579
+ SSE_KMS: "sse-kms",
1580
+ };
1565
1581
  const AZMode = {
1566
1582
  CROSS_AZ: "cross-az",
1567
1583
  SINGLE_AZ: "single-az",
@@ -1699,6 +1715,8 @@ exports.DescribeUserGroupsCommand = DescribeUserGroupsCommand;
1699
1715
  exports.DescribeUsersCommand = DescribeUsersCommand;
1700
1716
  exports.DestinationType = DestinationType;
1701
1717
  exports.DisassociateGlobalReplicationGroupCommand = DisassociateGlobalReplicationGroupCommand;
1718
+ exports.Durability = Durability;
1719
+ exports.EffectiveDurability = EffectiveDurability;
1702
1720
  exports.ElastiCache = ElastiCache;
1703
1721
  exports.ElastiCacheClient = ElastiCacheClient;
1704
1722
  exports.ExportServerlessCacheSnapshotCommand = ExportServerlessCacheSnapshotCommand;
@@ -1739,6 +1757,7 @@ exports.ServiceUpdateType = ServiceUpdateType;
1739
1757
  exports.SlaMet = SlaMet;
1740
1758
  exports.SourceType = SourceType;
1741
1759
  exports.StartMigrationCommand = StartMigrationCommand;
1760
+ exports.StorageEncryptionType = StorageEncryptionType;
1742
1761
  exports.TestFailoverCommand = TestFailoverCommand;
1743
1762
  exports.TestMigrationCommand = TestMigrationCommand;
1744
1763
  exports.TransitEncryptionMode = TransitEncryptionMode;
@@ -267,7 +267,8 @@ const _DUR = "DefaultUserRequired";
267
267
  const _DURe = "DescribeUsersResult";
268
268
  const _DUe = "DescribeUsers";
269
269
  const _Da = "Date";
270
- const _Du = "Duration";
270
+ const _Du = "Durability";
271
+ const _Dur = "Duration";
271
272
  const _E = "Engine";
272
273
  const _ECPUPS = "ECPUPerSecond";
273
274
  const _ECSG = "EC2SecurityGroups";
@@ -276,6 +277,7 @@ const _ECSGN = "EC2SecurityGroupName";
276
277
  const _ECSGOI = "EC2SecurityGroupOwnerId";
277
278
  const _ECSGe = "EC2SecurityGroup";
278
279
  const _ED = "EngineDefaults";
280
+ const _EDf = "EffectiveDurability";
279
281
  const _EL = "EventList";
280
282
  const _EM = "EventsMessage";
281
283
  const _EMr = "ErrorMessage";
@@ -596,6 +598,7 @@ const _SCT = "SnapshotCreateTime";
596
598
  const _SCc = "ScaleConfig";
597
599
  const _SCe = "ServerlessCaches";
598
600
  const _SDM = "ScaleDownModifications";
601
+ const _SET = "StorageEncryptionType";
599
602
  const _SFNSF = "SnapshotFeatureNotSupportedFault";
600
603
  const _SG = "SecurityGroups";
601
604
  const _SGI = "SecurityGroupIds";
@@ -1430,8 +1433,8 @@ exports.CreateGlobalReplicationGroupResult$ = [3, n0, _CGRGR,
1430
1433
  ];
1431
1434
  exports.CreateReplicationGroupMessage$ = [3, n0, _CRGM,
1432
1435
  0,
1433
- [_RGIe, _RGD, _GRGI, _PCI, _AFE, _MAZE, _NCC, _PCCAZ, _NNG, _RPNG, _NGC, _CNT, _E, _EV, _CPGN, _CSGNa, _CSGNac, _SGI, _T, _SA, _SN, _PMW, _Po, _NTA, _AMVU, _SRL, _SW, _AT, _TEE, _AREE, _KKI, _UGI, _LDC, _DTE, _NT, _ID, _TEM, _CM, _SCSN],
1434
- [0, 0, 0, 0, 2, 2, 1, [() => AvailabilityZonesList, 0], 1, 1, [() => NodeGroupConfigurationList, 0], 0, 0, 0, 0, 0, [() => CacheSecurityGroupNameList, 0], [() => SecurityGroupIdsList, 0], [() => TagList, 0], [() => SnapshotArnsList, 0], 0, 0, 1, 0, 2, 1, 0, 0, 2, 2, 0, 64 | 0, [() => LogDeliveryConfigurationRequestList, 0], 2, 0, 0, 0, 0, 0], 2
1436
+ [_RGIe, _RGD, _GRGI, _PCI, _AFE, _MAZE, _NCC, _PCCAZ, _NNG, _RPNG, _NGC, _CNT, _E, _EV, _CPGN, _CSGNa, _CSGNac, _SGI, _T, _SA, _SN, _PMW, _Po, _NTA, _AMVU, _SRL, _SW, _AT, _TEE, _AREE, _KKI, _UGI, _LDC, _DTE, _NT, _ID, _TEM, _CM, _SCSN, _Du],
1437
+ [0, 0, 0, 0, 2, 2, 1, [() => AvailabilityZonesList, 0], 1, 1, [() => NodeGroupConfigurationList, 0], 0, 0, 0, 0, 0, [() => CacheSecurityGroupNameList, 0], [() => SecurityGroupIdsList, 0], [() => TagList, 0], [() => SnapshotArnsList, 0], 0, 0, 1, 0, 2, 1, 0, 0, 2, 2, 0, 64 | 0, [() => LogDeliveryConfigurationRequestList, 0], 2, 0, 0, 0, 0, 0, 0], 2
1435
1438
  ];
1436
1439
  exports.CreateReplicationGroupResult$ = [3, n0, _CRGR,
1437
1440
  0,
@@ -1635,7 +1638,7 @@ exports.DescribeEngineDefaultParametersResult$ = [3, n0, _DEDPR,
1635
1638
  ];
1636
1639
  exports.DescribeEventsMessage$ = [3, n0, _DEM,
1637
1640
  0,
1638
- [_SIo, _ST, _STt, _ET, _Du, _MR, _M],
1641
+ [_SIo, _ST, _STt, _ET, _Dur, _MR, _M],
1639
1642
  [0, 0, 4, 4, 1, 1, 0]
1640
1643
  ];
1641
1644
  exports.DescribeGlobalReplicationGroupsMessage$ = [3, n0, _DGRGMe,
@@ -1655,12 +1658,12 @@ exports.DescribeReplicationGroupsMessage$ = [3, n0, _DRGMe,
1655
1658
  ];
1656
1659
  exports.DescribeReservedCacheNodesMessage$ = [3, n0, _DRCNM,
1657
1660
  0,
1658
- [_RCNI, _RCNOI, _CNT, _Du, _PD, _OT, _MR, _M],
1661
+ [_RCNI, _RCNOI, _CNT, _Dur, _PD, _OT, _MR, _M],
1659
1662
  [0, 0, 0, 0, 0, 0, 1, 0]
1660
1663
  ];
1661
1664
  exports.DescribeReservedCacheNodesOfferingsMessage$ = [3, n0, _DRCNOM,
1662
1665
  0,
1663
- [_RCNOI, _CNT, _Du, _PD, _OT, _MR, _M],
1666
+ [_RCNOI, _CNT, _Dur, _PD, _OT, _MR, _M],
1664
1667
  [0, 0, 0, 0, 0, 1, 0]
1665
1668
  ];
1666
1669
  exports.DescribeServerlessCacheSnapshotsRequest$ = [3, n0, _DSCSRes,
@@ -1895,8 +1898,8 @@ exports.ModifyGlobalReplicationGroupResult$ = [3, n0, _MGRGR,
1895
1898
  ];
1896
1899
  exports.ModifyReplicationGroupMessage$ = [3, n0, _MRGM,
1897
1900
  0,
1898
- [_RGIe, _RGD, _PCI, _SCI, _AFE, _MAZE, _NGI, _CSGNac, _SGI, _PMW, _NTA, _CPGN, _NTS, _AI, _E, _EV, _AMVU, _SRL, _SW, _CNT, _AT, _ATUS, _UGITA, _UGITR, _RUG, _LDC, _ID, _TEE, _TEM, _CM],
1899
- [0, 0, 0, 0, 2, 2, 0, [() => CacheSecurityGroupNameList, 0], [() => SecurityGroupIdsList, 0], 0, 0, 0, 0, 2, 0, 0, 2, 1, 0, 0, 0, 0, 64 | 0, 64 | 0, 2, [() => LogDeliveryConfigurationRequestList, 0], 0, 2, 0, 0], 1
1901
+ [_RGIe, _RGD, _PCI, _SCI, _AFE, _MAZE, _NGI, _CSGNac, _SGI, _PMW, _NTA, _CPGN, _NTS, _AI, _E, _EV, _AMVU, _SRL, _SW, _CNT, _AT, _ATUS, _UGITA, _UGITR, _RUG, _LDC, _ID, _TEE, _TEM, _CM, _Du],
1902
+ [0, 0, 0, 0, 2, 2, 0, [() => CacheSecurityGroupNameList, 0], [() => SecurityGroupIdsList, 0], 0, 0, 0, 0, 2, 0, 0, 2, 1, 0, 0, 0, 0, 64 | 0, 64 | 0, 2, [() => LogDeliveryConfigurationRequestList, 0], 0, 2, 0, 0, 0], 1
1900
1903
  ];
1901
1904
  exports.ModifyReplicationGroupResult$ = [3, n0, _MRGR,
1902
1905
  0,
@@ -2040,8 +2043,8 @@ exports.RemoveTagsFromResourceMessage$ = [3, n0, _RTFRM,
2040
2043
  ];
2041
2044
  exports.ReplicationGroup$ = [3, n0, _RG,
2042
2045
  0,
2043
- [_RGIe, _D, _GRGIl, _St, _PMV, _MC, _NGo, _SCI, _AF, _MAZ, _CE, _SRL, _SW, _CEl, _CNT, _ATE, _ATLMD, _TEE, _AREE, _MCOA, _KKI, _ARN, _UGI, _LDC, _RGCT, _DTa, _AMVU, _NT, _ID, _TEM, _CM, _E],
2044
- [0, 0, () => exports.GlobalReplicationGroupInfo$, 0, () => exports.ReplicationGroupPendingModifiedValues$, [() => ClusterIdList, 0], [() => NodeGroupList, 0], 0, 0, 0, () => exports.Endpoint$, 1, 0, 2, 0, 2, 4, 2, 2, [() => ReplicationGroupOutpostArnList, 0], 0, 0, 64 | 0, [() => LogDeliveryConfigurationList, 0], 4, 0, 2, 0, 0, 0, 0, 0]
2046
+ [_RGIe, _D, _GRGIl, _St, _PMV, _MC, _NGo, _SCI, _AF, _MAZ, _CE, _SRL, _SW, _CEl, _CNT, _ATE, _ATLMD, _TEE, _AREE, _MCOA, _KKI, _SET, _ARN, _UGI, _LDC, _RGCT, _DTa, _AMVU, _NT, _ID, _TEM, _CM, _E, _Du, _EDf],
2047
+ [0, 0, () => exports.GlobalReplicationGroupInfo$, 0, () => exports.ReplicationGroupPendingModifiedValues$, [() => ClusterIdList, 0], [() => NodeGroupList, 0], 0, 0, 0, () => exports.Endpoint$, 1, 0, 2, 0, 2, 4, 2, 2, [() => ReplicationGroupOutpostArnList, 0], 0, 0, 0, 64 | 0, [() => LogDeliveryConfigurationList, 0], 4, 0, 2, 0, 0, 0, 0, 0, 0, 0]
2045
2048
  ];
2046
2049
  exports.ReplicationGroupMessage$ = [3, n0, _RGM,
2047
2050
  0,
@@ -2055,7 +2058,7 @@ exports.ReplicationGroupPendingModifiedValues$ = [3, n0, _RGPMV,
2055
2058
  ];
2056
2059
  exports.ReservedCacheNode$ = [3, n0, _RCN,
2057
2060
  0,
2058
- [_RCNI, _RCNOI, _CNT, _STt, _Du, _FP, _UP, _CNC, _PD, _OT, _Sta, _RCecu, _RARN],
2061
+ [_RCNI, _RCNOI, _CNT, _STt, _Dur, _FP, _UP, _CNC, _PD, _OT, _Sta, _RCecu, _RARN],
2059
2062
  [0, 0, 0, 4, 1, 1, 1, 1, 0, 0, 0, [() => RecurringChargeList, 0], 0]
2060
2063
  ];
2061
2064
  exports.ReservedCacheNodeMessage$ = [3, n0, _RCNM,
@@ -2065,7 +2068,7 @@ exports.ReservedCacheNodeMessage$ = [3, n0, _RCNM,
2065
2068
  ];
2066
2069
  exports.ReservedCacheNodesOffering$ = [3, n0, _RCNO,
2067
2070
  0,
2068
- [_RCNOI, _CNT, _Du, _FP, _UP, _PD, _OT, _RCecu],
2071
+ [_RCNOI, _CNT, _Dur, _FP, _UP, _PD, _OT, _RCecu],
2069
2072
  [0, 0, 1, 1, 1, 0, 0, [() => RecurringChargeList, 0]]
2070
2073
  ];
2071
2074
  exports.ReservedCacheNodesOfferingMessage$ = [3, n0, _RCNOM,
@@ -2110,8 +2113,8 @@ exports.SecurityGroupMembership$ = [3, n0, _SGM,
2110
2113
  ];
2111
2114
  exports.ServerlessCache$ = [3, n0, _SC,
2112
2115
  0,
2113
- [_SCN, _D, _CTr, _St, _E, _MEVa, _FEV, _CUL, _KKI, _SGI, _En, _RE, _ARN, _UGIs, _SI, _SRL, _DST, _NT],
2114
- [0, 0, 4, 0, 0, 0, 0, () => exports.CacheUsageLimits$, 0, [() => SecurityGroupIdsList, 0], () => exports.Endpoint$, () => exports.Endpoint$, 0, 0, [() => SubnetIdsList, 0], 1, 0, 0]
2116
+ [_SCN, _D, _CTr, _St, _E, _MEVa, _FEV, _CUL, _KKI, _SET, _SGI, _En, _RE, _ARN, _UGIs, _SI, _SRL, _DST, _NT],
2117
+ [0, 0, 4, 0, 0, 0, 0, () => exports.CacheUsageLimits$, 0, 0, [() => SecurityGroupIdsList, 0], () => exports.Endpoint$, () => exports.Endpoint$, 0, 0, [() => SubnetIdsList, 0], 1, 0, 0]
2115
2118
  ];
2116
2119
  exports.ServerlessCacheConfiguration$ = [3, n0, _SCC,
2117
2120
  0,
@@ -2140,8 +2143,8 @@ exports.SlotMigration$ = [3, n0, _SM,
2140
2143
  ];
2141
2144
  exports.Snapshot$ = [3, n0, _Sn,
2142
2145
  0,
2143
- [_SN, _RGIe, _RGD, _CCIa, _SSn, _SS, _CNT, _E, _EV, _NCN, _PAZ, _POA, _CCCT, _PMW, _TA, _Po, _CPGN, _CSGNa, _VI, _AMVU, _SRL, _SW, _NNG, _AF, _NSo, _KKI, _ARN, _DTa],
2144
- [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 4, 0, 0, 1, 0, 0, 0, 2, 1, 0, 1, 0, [() => NodeSnapshotList, 0], 0, 0, 0]
2146
+ [_SN, _RGIe, _RGD, _CCIa, _SSn, _SS, _CNT, _E, _EV, _NCN, _PAZ, _POA, _CCCT, _PMW, _TA, _Po, _CPGN, _CSGNa, _VI, _AMVU, _SRL, _SW, _NNG, _AF, _NSo, _KKI, _ARN, _DTa, _Du],
2147
+ [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 4, 0, 0, 1, 0, 0, 0, 2, 1, 0, 1, 0, [() => NodeSnapshotList, 0], 0, 0, 0, 0]
2145
2148
  ];
2146
2149
  exports.StartMigrationMessage$ = [3, n0, _SMM,
2147
2150
  0,
@@ -24,6 +24,17 @@ export const DataTieringStatus = {
24
24
  DISABLED: "disabled",
25
25
  ENABLED: "enabled",
26
26
  };
27
+ export const Durability = {
28
+ ASYNC: "async",
29
+ DEFAULT: "default",
30
+ DISABLED: "disabled",
31
+ SYNC: "sync",
32
+ };
33
+ export const EffectiveDurability = {
34
+ ASYNC: "async",
35
+ DISABLED: "disabled",
36
+ SYNC: "sync",
37
+ };
27
38
  export const IpDiscovery = {
28
39
  IPV4: "ipv4",
29
40
  IPV6: "ipv6",
@@ -68,6 +79,11 @@ export const TransitEncryptionMode = {
68
79
  PREFERRED: "preferred",
69
80
  REQUIRED: "required",
70
81
  };
82
+ export const StorageEncryptionType = {
83
+ NONE: "none",
84
+ SSE_ELASTICACHE: "sse-elasticache",
85
+ SSE_KMS: "sse-kms",
86
+ };
71
87
  export const AZMode = {
72
88
  CROSS_AZ: "cross-az",
73
89
  SINGLE_AZ: "single-az",
@@ -257,7 +257,8 @@ const _DUR = "DefaultUserRequired";
257
257
  const _DURe = "DescribeUsersResult";
258
258
  const _DUe = "DescribeUsers";
259
259
  const _Da = "Date";
260
- const _Du = "Duration";
260
+ const _Du = "Durability";
261
+ const _Dur = "Duration";
261
262
  const _E = "Engine";
262
263
  const _ECPUPS = "ECPUPerSecond";
263
264
  const _ECSG = "EC2SecurityGroups";
@@ -266,6 +267,7 @@ const _ECSGN = "EC2SecurityGroupName";
266
267
  const _ECSGOI = "EC2SecurityGroupOwnerId";
267
268
  const _ECSGe = "EC2SecurityGroup";
268
269
  const _ED = "EngineDefaults";
270
+ const _EDf = "EffectiveDurability";
269
271
  const _EL = "EventList";
270
272
  const _EM = "EventsMessage";
271
273
  const _EMr = "ErrorMessage";
@@ -586,6 +588,7 @@ const _SCT = "SnapshotCreateTime";
586
588
  const _SCc = "ScaleConfig";
587
589
  const _SCe = "ServerlessCaches";
588
590
  const _SDM = "ScaleDownModifications";
591
+ const _SET = "StorageEncryptionType";
589
592
  const _SFNSF = "SnapshotFeatureNotSupportedFault";
590
593
  const _SG = "SecurityGroups";
591
594
  const _SGI = "SecurityGroupIds";
@@ -1420,8 +1423,8 @@ export var CreateGlobalReplicationGroupResult$ = [3, n0, _CGRGR,
1420
1423
  ];
1421
1424
  export var CreateReplicationGroupMessage$ = [3, n0, _CRGM,
1422
1425
  0,
1423
- [_RGIe, _RGD, _GRGI, _PCI, _AFE, _MAZE, _NCC, _PCCAZ, _NNG, _RPNG, _NGC, _CNT, _E, _EV, _CPGN, _CSGNa, _CSGNac, _SGI, _T, _SA, _SN, _PMW, _Po, _NTA, _AMVU, _SRL, _SW, _AT, _TEE, _AREE, _KKI, _UGI, _LDC, _DTE, _NT, _ID, _TEM, _CM, _SCSN],
1424
- [0, 0, 0, 0, 2, 2, 1, [() => AvailabilityZonesList, 0], 1, 1, [() => NodeGroupConfigurationList, 0], 0, 0, 0, 0, 0, [() => CacheSecurityGroupNameList, 0], [() => SecurityGroupIdsList, 0], [() => TagList, 0], [() => SnapshotArnsList, 0], 0, 0, 1, 0, 2, 1, 0, 0, 2, 2, 0, 64 | 0, [() => LogDeliveryConfigurationRequestList, 0], 2, 0, 0, 0, 0, 0], 2
1426
+ [_RGIe, _RGD, _GRGI, _PCI, _AFE, _MAZE, _NCC, _PCCAZ, _NNG, _RPNG, _NGC, _CNT, _E, _EV, _CPGN, _CSGNa, _CSGNac, _SGI, _T, _SA, _SN, _PMW, _Po, _NTA, _AMVU, _SRL, _SW, _AT, _TEE, _AREE, _KKI, _UGI, _LDC, _DTE, _NT, _ID, _TEM, _CM, _SCSN, _Du],
1427
+ [0, 0, 0, 0, 2, 2, 1, [() => AvailabilityZonesList, 0], 1, 1, [() => NodeGroupConfigurationList, 0], 0, 0, 0, 0, 0, [() => CacheSecurityGroupNameList, 0], [() => SecurityGroupIdsList, 0], [() => TagList, 0], [() => SnapshotArnsList, 0], 0, 0, 1, 0, 2, 1, 0, 0, 2, 2, 0, 64 | 0, [() => LogDeliveryConfigurationRequestList, 0], 2, 0, 0, 0, 0, 0, 0], 2
1425
1428
  ];
1426
1429
  export var CreateReplicationGroupResult$ = [3, n0, _CRGR,
1427
1430
  0,
@@ -1625,7 +1628,7 @@ export var DescribeEngineDefaultParametersResult$ = [3, n0, _DEDPR,
1625
1628
  ];
1626
1629
  export var DescribeEventsMessage$ = [3, n0, _DEM,
1627
1630
  0,
1628
- [_SIo, _ST, _STt, _ET, _Du, _MR, _M],
1631
+ [_SIo, _ST, _STt, _ET, _Dur, _MR, _M],
1629
1632
  [0, 0, 4, 4, 1, 1, 0]
1630
1633
  ];
1631
1634
  export var DescribeGlobalReplicationGroupsMessage$ = [3, n0, _DGRGMe,
@@ -1645,12 +1648,12 @@ export var DescribeReplicationGroupsMessage$ = [3, n0, _DRGMe,
1645
1648
  ];
1646
1649
  export var DescribeReservedCacheNodesMessage$ = [3, n0, _DRCNM,
1647
1650
  0,
1648
- [_RCNI, _RCNOI, _CNT, _Du, _PD, _OT, _MR, _M],
1651
+ [_RCNI, _RCNOI, _CNT, _Dur, _PD, _OT, _MR, _M],
1649
1652
  [0, 0, 0, 0, 0, 0, 1, 0]
1650
1653
  ];
1651
1654
  export var DescribeReservedCacheNodesOfferingsMessage$ = [3, n0, _DRCNOM,
1652
1655
  0,
1653
- [_RCNOI, _CNT, _Du, _PD, _OT, _MR, _M],
1656
+ [_RCNOI, _CNT, _Dur, _PD, _OT, _MR, _M],
1654
1657
  [0, 0, 0, 0, 0, 1, 0]
1655
1658
  ];
1656
1659
  export var DescribeServerlessCacheSnapshotsRequest$ = [3, n0, _DSCSRes,
@@ -1885,8 +1888,8 @@ export var ModifyGlobalReplicationGroupResult$ = [3, n0, _MGRGR,
1885
1888
  ];
1886
1889
  export var ModifyReplicationGroupMessage$ = [3, n0, _MRGM,
1887
1890
  0,
1888
- [_RGIe, _RGD, _PCI, _SCI, _AFE, _MAZE, _NGI, _CSGNac, _SGI, _PMW, _NTA, _CPGN, _NTS, _AI, _E, _EV, _AMVU, _SRL, _SW, _CNT, _AT, _ATUS, _UGITA, _UGITR, _RUG, _LDC, _ID, _TEE, _TEM, _CM],
1889
- [0, 0, 0, 0, 2, 2, 0, [() => CacheSecurityGroupNameList, 0], [() => SecurityGroupIdsList, 0], 0, 0, 0, 0, 2, 0, 0, 2, 1, 0, 0, 0, 0, 64 | 0, 64 | 0, 2, [() => LogDeliveryConfigurationRequestList, 0], 0, 2, 0, 0], 1
1891
+ [_RGIe, _RGD, _PCI, _SCI, _AFE, _MAZE, _NGI, _CSGNac, _SGI, _PMW, _NTA, _CPGN, _NTS, _AI, _E, _EV, _AMVU, _SRL, _SW, _CNT, _AT, _ATUS, _UGITA, _UGITR, _RUG, _LDC, _ID, _TEE, _TEM, _CM, _Du],
1892
+ [0, 0, 0, 0, 2, 2, 0, [() => CacheSecurityGroupNameList, 0], [() => SecurityGroupIdsList, 0], 0, 0, 0, 0, 2, 0, 0, 2, 1, 0, 0, 0, 0, 64 | 0, 64 | 0, 2, [() => LogDeliveryConfigurationRequestList, 0], 0, 2, 0, 0, 0], 1
1890
1893
  ];
1891
1894
  export var ModifyReplicationGroupResult$ = [3, n0, _MRGR,
1892
1895
  0,
@@ -2030,8 +2033,8 @@ export var RemoveTagsFromResourceMessage$ = [3, n0, _RTFRM,
2030
2033
  ];
2031
2034
  export var ReplicationGroup$ = [3, n0, _RG,
2032
2035
  0,
2033
- [_RGIe, _D, _GRGIl, _St, _PMV, _MC, _NGo, _SCI, _AF, _MAZ, _CE, _SRL, _SW, _CEl, _CNT, _ATE, _ATLMD, _TEE, _AREE, _MCOA, _KKI, _ARN, _UGI, _LDC, _RGCT, _DTa, _AMVU, _NT, _ID, _TEM, _CM, _E],
2034
- [0, 0, () => GlobalReplicationGroupInfo$, 0, () => ReplicationGroupPendingModifiedValues$, [() => ClusterIdList, 0], [() => NodeGroupList, 0], 0, 0, 0, () => Endpoint$, 1, 0, 2, 0, 2, 4, 2, 2, [() => ReplicationGroupOutpostArnList, 0], 0, 0, 64 | 0, [() => LogDeliveryConfigurationList, 0], 4, 0, 2, 0, 0, 0, 0, 0]
2036
+ [_RGIe, _D, _GRGIl, _St, _PMV, _MC, _NGo, _SCI, _AF, _MAZ, _CE, _SRL, _SW, _CEl, _CNT, _ATE, _ATLMD, _TEE, _AREE, _MCOA, _KKI, _SET, _ARN, _UGI, _LDC, _RGCT, _DTa, _AMVU, _NT, _ID, _TEM, _CM, _E, _Du, _EDf],
2037
+ [0, 0, () => GlobalReplicationGroupInfo$, 0, () => ReplicationGroupPendingModifiedValues$, [() => ClusterIdList, 0], [() => NodeGroupList, 0], 0, 0, 0, () => Endpoint$, 1, 0, 2, 0, 2, 4, 2, 2, [() => ReplicationGroupOutpostArnList, 0], 0, 0, 0, 64 | 0, [() => LogDeliveryConfigurationList, 0], 4, 0, 2, 0, 0, 0, 0, 0, 0, 0]
2035
2038
  ];
2036
2039
  export var ReplicationGroupMessage$ = [3, n0, _RGM,
2037
2040
  0,
@@ -2045,7 +2048,7 @@ export var ReplicationGroupPendingModifiedValues$ = [3, n0, _RGPMV,
2045
2048
  ];
2046
2049
  export var ReservedCacheNode$ = [3, n0, _RCN,
2047
2050
  0,
2048
- [_RCNI, _RCNOI, _CNT, _STt, _Du, _FP, _UP, _CNC, _PD, _OT, _Sta, _RCecu, _RARN],
2051
+ [_RCNI, _RCNOI, _CNT, _STt, _Dur, _FP, _UP, _CNC, _PD, _OT, _Sta, _RCecu, _RARN],
2049
2052
  [0, 0, 0, 4, 1, 1, 1, 1, 0, 0, 0, [() => RecurringChargeList, 0], 0]
2050
2053
  ];
2051
2054
  export var ReservedCacheNodeMessage$ = [3, n0, _RCNM,
@@ -2055,7 +2058,7 @@ export var ReservedCacheNodeMessage$ = [3, n0, _RCNM,
2055
2058
  ];
2056
2059
  export var ReservedCacheNodesOffering$ = [3, n0, _RCNO,
2057
2060
  0,
2058
- [_RCNOI, _CNT, _Du, _FP, _UP, _PD, _OT, _RCecu],
2061
+ [_RCNOI, _CNT, _Dur, _FP, _UP, _PD, _OT, _RCecu],
2059
2062
  [0, 0, 1, 1, 1, 0, 0, [() => RecurringChargeList, 0]]
2060
2063
  ];
2061
2064
  export var ReservedCacheNodesOfferingMessage$ = [3, n0, _RCNOM,
@@ -2100,8 +2103,8 @@ export var SecurityGroupMembership$ = [3, n0, _SGM,
2100
2103
  ];
2101
2104
  export var ServerlessCache$ = [3, n0, _SC,
2102
2105
  0,
2103
- [_SCN, _D, _CTr, _St, _E, _MEVa, _FEV, _CUL, _KKI, _SGI, _En, _RE, _ARN, _UGIs, _SI, _SRL, _DST, _NT],
2104
- [0, 0, 4, 0, 0, 0, 0, () => CacheUsageLimits$, 0, [() => SecurityGroupIdsList, 0], () => Endpoint$, () => Endpoint$, 0, 0, [() => SubnetIdsList, 0], 1, 0, 0]
2106
+ [_SCN, _D, _CTr, _St, _E, _MEVa, _FEV, _CUL, _KKI, _SET, _SGI, _En, _RE, _ARN, _UGIs, _SI, _SRL, _DST, _NT],
2107
+ [0, 0, 4, 0, 0, 0, 0, () => CacheUsageLimits$, 0, 0, [() => SecurityGroupIdsList, 0], () => Endpoint$, () => Endpoint$, 0, 0, [() => SubnetIdsList, 0], 1, 0, 0]
2105
2108
  ];
2106
2109
  export var ServerlessCacheConfiguration$ = [3, n0, _SCC,
2107
2110
  0,
@@ -2130,8 +2133,8 @@ export var SlotMigration$ = [3, n0, _SM,
2130
2133
  ];
2131
2134
  export var Snapshot$ = [3, n0, _Sn,
2132
2135
  0,
2133
- [_SN, _RGIe, _RGD, _CCIa, _SSn, _SS, _CNT, _E, _EV, _NCN, _PAZ, _POA, _CCCT, _PMW, _TA, _Po, _CPGN, _CSGNa, _VI, _AMVU, _SRL, _SW, _NNG, _AF, _NSo, _KKI, _ARN, _DTa],
2134
- [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 4, 0, 0, 1, 0, 0, 0, 2, 1, 0, 1, 0, [() => NodeSnapshotList, 0], 0, 0, 0]
2136
+ [_SN, _RGIe, _RGD, _CCIa, _SSn, _SS, _CNT, _E, _EV, _NCN, _PAZ, _POA, _CCCT, _PMW, _TA, _Po, _CPGN, _CSGNa, _VI, _AMVU, _SRL, _SW, _NNG, _AF, _NSo, _KKI, _ARN, _DTa, _Du],
2137
+ [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 4, 0, 0, 1, 0, 0, 0, 2, 1, 0, 1, 0, [() => NodeSnapshotList, 0], 0, 0, 0, 0]
2135
2138
  ];
2136
2139
  export var StartMigrationMessage$ = [3, n0, _SMM,
2137
2140
  0,
@@ -136,6 +136,7 @@ declare const CompleteMigrationCommand_base: {
136
136
  * // "STRING_VALUE",
137
137
  * // ],
138
138
  * // KmsKeyId: "STRING_VALUE",
139
+ * // StorageEncryptionType: "none" || "sse-elasticache" || "sse-kms",
139
140
  * // ARN: "STRING_VALUE",
140
141
  * // UserGroupIds: [
141
142
  * // "STRING_VALUE",
@@ -165,6 +166,8 @@ declare const CompleteMigrationCommand_base: {
165
166
  * // TransitEncryptionMode: "preferred" || "required",
166
167
  * // ClusterMode: "enabled" || "disabled" || "compatible",
167
168
  * // Engine: "STRING_VALUE",
169
+ * // Durability: "default" || "async" || "sync" || "disabled",
170
+ * // EffectiveDurability: "async" || "sync" || "disabled",
168
171
  * // },
169
172
  * // };
170
173
  *
@@ -194,6 +194,7 @@ declare const CopySnapshotCommand_base: {
194
194
  * // KmsKeyId: "STRING_VALUE",
195
195
  * // ARN: "STRING_VALUE",
196
196
  * // DataTiering: "enabled" || "disabled",
197
+ * // Durability: "default" || "async" || "sync" || "disabled",
197
198
  * // },
198
199
  * // };
199
200
  *
@@ -151,6 +151,7 @@ declare const CreateReplicationGroupCommand_base: {
151
151
  * TransitEncryptionMode: "preferred" || "required",
152
152
  * ClusterMode: "enabled" || "disabled" || "compatible",
153
153
  * ServerlessCacheSnapshotName: "STRING_VALUE",
154
+ * Durability: "default" || "async" || "sync" || "disabled",
154
155
  * };
155
156
  * const command = new CreateReplicationGroupCommand(input);
156
157
  * const response = await client.send(command);
@@ -246,6 +247,7 @@ declare const CreateReplicationGroupCommand_base: {
246
247
  * // "STRING_VALUE",
247
248
  * // ],
248
249
  * // KmsKeyId: "STRING_VALUE",
250
+ * // StorageEncryptionType: "none" || "sse-elasticache" || "sse-kms",
249
251
  * // ARN: "STRING_VALUE",
250
252
  * // UserGroupIds: [
251
253
  * // "STRING_VALUE",
@@ -275,6 +277,8 @@ declare const CreateReplicationGroupCommand_base: {
275
277
  * // TransitEncryptionMode: "preferred" || "required",
276
278
  * // ClusterMode: "enabled" || "disabled" || "compatible",
277
279
  * // Engine: "STRING_VALUE",
280
+ * // Durability: "default" || "async" || "sync" || "disabled",
281
+ * // EffectiveDurability: "async" || "sync" || "disabled",
278
282
  * // },
279
283
  * // };
280
284
  *
@@ -98,6 +98,7 @@ declare const CreateServerlessCacheCommand_base: {
98
98
  * // },
99
99
  * // },
100
100
  * // KmsKeyId: "STRING_VALUE",
101
+ * // StorageEncryptionType: "none" || "sse-elasticache" || "sse-kms",
101
102
  * // SecurityGroupIds: [ // SecurityGroupIdsList
102
103
  * // "STRING_VALUE",
103
104
  * // ],
@@ -108,6 +108,7 @@ declare const CreateSnapshotCommand_base: {
108
108
  * // KmsKeyId: "STRING_VALUE",
109
109
  * // ARN: "STRING_VALUE",
110
110
  * // DataTiering: "enabled" || "disabled",
111
+ * // Durability: "default" || "async" || "sync" || "disabled",
111
112
  * // },
112
113
  * // };
113
114
  *
@@ -155,6 +155,7 @@ declare const DecreaseReplicaCountCommand_base: {
155
155
  * // "STRING_VALUE",
156
156
  * // ],
157
157
  * // KmsKeyId: "STRING_VALUE",
158
+ * // StorageEncryptionType: "none" || "sse-elasticache" || "sse-kms",
158
159
  * // ARN: "STRING_VALUE",
159
160
  * // UserGroupIds: [
160
161
  * // "STRING_VALUE",
@@ -184,6 +185,8 @@ declare const DecreaseReplicaCountCommand_base: {
184
185
  * // TransitEncryptionMode: "preferred" || "required",
185
186
  * // ClusterMode: "enabled" || "disabled" || "compatible",
186
187
  * // Engine: "STRING_VALUE",
188
+ * // Durability: "default" || "async" || "sync" || "disabled",
189
+ * // EffectiveDurability: "async" || "sync" || "disabled",
187
190
  * // },
188
191
  * // };
189
192
  *
@@ -156,6 +156,7 @@ declare const DeleteReplicationGroupCommand_base: {
156
156
  * // "STRING_VALUE",
157
157
  * // ],
158
158
  * // KmsKeyId: "STRING_VALUE",
159
+ * // StorageEncryptionType: "none" || "sse-elasticache" || "sse-kms",
159
160
  * // ARN: "STRING_VALUE",
160
161
  * // UserGroupIds: [
161
162
  * // "STRING_VALUE",
@@ -185,6 +186,8 @@ declare const DeleteReplicationGroupCommand_base: {
185
186
  * // TransitEncryptionMode: "preferred" || "required",
186
187
  * // ClusterMode: "enabled" || "disabled" || "compatible",
187
188
  * // Engine: "STRING_VALUE",
189
+ * // Durability: "default" || "async" || "sync" || "disabled",
190
+ * // EffectiveDurability: "async" || "sync" || "disabled",
188
191
  * // },
189
192
  * // };
190
193
  *
@@ -70,6 +70,7 @@ declare const DeleteServerlessCacheCommand_base: {
70
70
  * // },
71
71
  * // },
72
72
  * // KmsKeyId: "STRING_VALUE",
73
+ * // StorageEncryptionType: "none" || "sse-elasticache" || "sse-kms",
73
74
  * // SecurityGroupIds: [ // SecurityGroupIdsList
74
75
  * // "STRING_VALUE",
75
76
  * // ],
@@ -100,6 +100,7 @@ declare const DeleteSnapshotCommand_base: {
100
100
  * // KmsKeyId: "STRING_VALUE",
101
101
  * // ARN: "STRING_VALUE",
102
102
  * // DataTiering: "enabled" || "disabled",
103
+ * // Durability: "default" || "async" || "sync" || "disabled",
103
104
  * // },
104
105
  * // };
105
106
  *
@@ -144,6 +144,7 @@ declare const DescribeReplicationGroupsCommand_base: {
144
144
  * // "STRING_VALUE",
145
145
  * // ],
146
146
  * // KmsKeyId: "STRING_VALUE",
147
+ * // StorageEncryptionType: "none" || "sse-elasticache" || "sse-kms",
147
148
  * // ARN: "STRING_VALUE",
148
149
  * // UserGroupIds: [
149
150
  * // "STRING_VALUE",
@@ -173,6 +174,8 @@ declare const DescribeReplicationGroupsCommand_base: {
173
174
  * // TransitEncryptionMode: "preferred" || "required",
174
175
  * // ClusterMode: "enabled" || "disabled" || "compatible",
175
176
  * // Engine: "STRING_VALUE",
177
+ * // Durability: "default" || "async" || "sync" || "disabled",
178
+ * // EffectiveDurability: "async" || "sync" || "disabled",
176
179
  * // },
177
180
  * // ],
178
181
  * // };
@@ -70,6 +70,7 @@ declare const DescribeServerlessCachesCommand_base: {
70
70
  * // },
71
71
  * // },
72
72
  * // KmsKeyId: "STRING_VALUE",
73
+ * // StorageEncryptionType: "none" || "sse-elasticache" || "sse-kms",
73
74
  * // SecurityGroupIds: [ // SecurityGroupIdsList
74
75
  * // "STRING_VALUE",
75
76
  * // ],
@@ -109,6 +109,7 @@ declare const DescribeSnapshotsCommand_base: {
109
109
  * // KmsKeyId: "STRING_VALUE",
110
110
  * // ARN: "STRING_VALUE",
111
111
  * // DataTiering: "enabled" || "disabled",
112
+ * // Durability: "default" || "async" || "sync" || "disabled",
112
113
  * // },
113
114
  * // ],
114
115
  * // };
@@ -152,6 +152,7 @@ declare const IncreaseReplicaCountCommand_base: {
152
152
  * // "STRING_VALUE",
153
153
  * // ],
154
154
  * // KmsKeyId: "STRING_VALUE",
155
+ * // StorageEncryptionType: "none" || "sse-elasticache" || "sse-kms",
155
156
  * // ARN: "STRING_VALUE",
156
157
  * // UserGroupIds: [
157
158
  * // "STRING_VALUE",
@@ -181,6 +182,8 @@ declare const IncreaseReplicaCountCommand_base: {
181
182
  * // TransitEncryptionMode: "preferred" || "required",
182
183
  * // ClusterMode: "enabled" || "disabled" || "compatible",
183
184
  * // Engine: "STRING_VALUE",
185
+ * // Durability: "default" || "async" || "sync" || "disabled",
186
+ * // EffectiveDurability: "async" || "sync" || "disabled",
184
187
  * // },
185
188
  * // };
186
189
  *
@@ -107,6 +107,7 @@ declare const ModifyReplicationGroupCommand_base: {
107
107
  * TransitEncryptionEnabled: true || false,
108
108
  * TransitEncryptionMode: "preferred" || "required",
109
109
  * ClusterMode: "enabled" || "disabled" || "compatible",
110
+ * Durability: "default" || "async" || "sync" || "disabled",
110
111
  * };
111
112
  * const command = new ModifyReplicationGroupCommand(input);
112
113
  * const response = await client.send(command);
@@ -202,6 +203,7 @@ declare const ModifyReplicationGroupCommand_base: {
202
203
  * // "STRING_VALUE",
203
204
  * // ],
204
205
  * // KmsKeyId: "STRING_VALUE",
206
+ * // StorageEncryptionType: "none" || "sse-elasticache" || "sse-kms",
205
207
  * // ARN: "STRING_VALUE",
206
208
  * // UserGroupIds: [
207
209
  * // "STRING_VALUE",
@@ -231,6 +233,8 @@ declare const ModifyReplicationGroupCommand_base: {
231
233
  * // TransitEncryptionMode: "preferred" || "required",
232
234
  * // ClusterMode: "enabled" || "disabled" || "compatible",
233
235
  * // Engine: "STRING_VALUE",
236
+ * // Durability: "default" || "async" || "sync" || "disabled",
237
+ * // EffectiveDurability: "async" || "sync" || "disabled",
234
238
  * // },
235
239
  * // };
236
240
  *
@@ -152,6 +152,7 @@ declare const ModifyReplicationGroupShardConfigurationCommand_base: {
152
152
  * // "STRING_VALUE",
153
153
  * // ],
154
154
  * // KmsKeyId: "STRING_VALUE",
155
+ * // StorageEncryptionType: "none" || "sse-elasticache" || "sse-kms",
155
156
  * // ARN: "STRING_VALUE",
156
157
  * // UserGroupIds: [
157
158
  * // "STRING_VALUE",
@@ -181,6 +182,8 @@ declare const ModifyReplicationGroupShardConfigurationCommand_base: {
181
182
  * // TransitEncryptionMode: "preferred" || "required",
182
183
  * // ClusterMode: "enabled" || "disabled" || "compatible",
183
184
  * // Engine: "STRING_VALUE",
185
+ * // Durability: "default" || "async" || "sync" || "disabled",
186
+ * // EffectiveDurability: "async" || "sync" || "disabled",
184
187
  * // },
185
188
  * // };
186
189
  *
@@ -85,6 +85,7 @@ declare const ModifyServerlessCacheCommand_base: {
85
85
  * // },
86
86
  * // },
87
87
  * // KmsKeyId: "STRING_VALUE",
88
+ * // StorageEncryptionType: "none" || "sse-elasticache" || "sse-kms",
88
89
  * // SecurityGroupIds: [ // SecurityGroupIdsList
89
90
  * // "STRING_VALUE",
90
91
  * // ],
@@ -141,6 +141,7 @@ declare const StartMigrationCommand_base: {
141
141
  * // "STRING_VALUE",
142
142
  * // ],
143
143
  * // KmsKeyId: "STRING_VALUE",
144
+ * // StorageEncryptionType: "none" || "sse-elasticache" || "sse-kms",
144
145
  * // ARN: "STRING_VALUE",
145
146
  * // UserGroupIds: [
146
147
  * // "STRING_VALUE",
@@ -170,6 +171,8 @@ declare const StartMigrationCommand_base: {
170
171
  * // TransitEncryptionMode: "preferred" || "required",
171
172
  * // ClusterMode: "enabled" || "disabled" || "compatible",
172
173
  * // Engine: "STRING_VALUE",
174
+ * // Durability: "default" || "async" || "sync" || "disabled",
175
+ * // EffectiveDurability: "async" || "sync" || "disabled",
173
176
  * // },
174
177
  * // };
175
178
  *
@@ -212,6 +212,7 @@ declare const TestFailoverCommand_base: {
212
212
  * // "STRING_VALUE",
213
213
  * // ],
214
214
  * // KmsKeyId: "STRING_VALUE",
215
+ * // StorageEncryptionType: "none" || "sse-elasticache" || "sse-kms",
215
216
  * // ARN: "STRING_VALUE",
216
217
  * // UserGroupIds: [
217
218
  * // "STRING_VALUE",
@@ -241,6 +242,8 @@ declare const TestFailoverCommand_base: {
241
242
  * // TransitEncryptionMode: "preferred" || "required",
242
243
  * // ClusterMode: "enabled" || "disabled" || "compatible",
243
244
  * // Engine: "STRING_VALUE",
245
+ * // Durability: "default" || "async" || "sync" || "disabled",
246
+ * // EffectiveDurability: "async" || "sync" || "disabled",
244
247
  * // },
245
248
  * // };
246
249
  *
@@ -141,6 +141,7 @@ declare const TestMigrationCommand_base: {
141
141
  * // "STRING_VALUE",
142
142
  * // ],
143
143
  * // KmsKeyId: "STRING_VALUE",
144
+ * // StorageEncryptionType: "none" || "sse-elasticache" || "sse-kms",
144
145
  * // ARN: "STRING_VALUE",
145
146
  * // UserGroupIds: [
146
147
  * // "STRING_VALUE",
@@ -170,6 +171,8 @@ declare const TestMigrationCommand_base: {
170
171
  * // TransitEncryptionMode: "preferred" || "required",
171
172
  * // ClusterMode: "enabled" || "disabled" || "compatible",
172
173
  * // Engine: "STRING_VALUE",
174
+ * // Durability: "default" || "async" || "sync" || "disabled",
175
+ * // EffectiveDurability: "async" || "sync" || "disabled",
173
176
  * // },
174
177
  * // };
175
178
  *
@@ -56,6 +56,33 @@ export declare const DataTieringStatus: {
56
56
  * @public
57
57
  */
58
58
  export type DataTieringStatus = (typeof DataTieringStatus)[keyof typeof DataTieringStatus];
59
+ /**
60
+ * @public
61
+ * @enum
62
+ */
63
+ export declare const Durability: {
64
+ readonly ASYNC: "async";
65
+ readonly DEFAULT: "default";
66
+ readonly DISABLED: "disabled";
67
+ readonly SYNC: "sync";
68
+ };
69
+ /**
70
+ * @public
71
+ */
72
+ export type Durability = (typeof Durability)[keyof typeof Durability];
73
+ /**
74
+ * @public
75
+ * @enum
76
+ */
77
+ export declare const EffectiveDurability: {
78
+ readonly ASYNC: "async";
79
+ readonly DISABLED: "disabled";
80
+ readonly SYNC: "sync";
81
+ };
82
+ /**
83
+ * @public
84
+ */
85
+ export type EffectiveDurability = (typeof EffectiveDurability)[keyof typeof EffectiveDurability];
59
86
  /**
60
87
  * @public
61
88
  * @enum
@@ -180,6 +207,19 @@ export declare const TransitEncryptionMode: {
180
207
  * @public
181
208
  */
182
209
  export type TransitEncryptionMode = (typeof TransitEncryptionMode)[keyof typeof TransitEncryptionMode];
210
+ /**
211
+ * @public
212
+ * @enum
213
+ */
214
+ export declare const StorageEncryptionType: {
215
+ readonly NONE: "none";
216
+ readonly SSE_ELASTICACHE: "sse-elasticache";
217
+ readonly SSE_KMS: "sse-kms";
218
+ };
219
+ /**
220
+ * @public
221
+ */
222
+ export type StorageEncryptionType = (typeof StorageEncryptionType)[keyof typeof StorageEncryptionType];
183
223
  /**
184
224
  * @public
185
225
  * @enum
@@ -1,4 +1,4 @@
1
- import type { AuthenticationType, AuthTokenUpdateStatus, AuthTokenUpdateStrategyType, AutomaticFailoverStatus, AZMode, ChangeType, ClusterMode, DataStorageUnit, DataTieringStatus, DestinationType, InputAuthenticationType, IpDiscovery, LogDeliveryConfigurationStatus, LogFormat, LogType, MultiAZStatus, NetworkType, NodeUpdateInitiatedBy, NodeUpdateStatus, OutpostMode, PendingAutomaticFailoverStatus, ServiceUpdateSeverity, ServiceUpdateStatus, ServiceUpdateType, SlaMet, SourceType, TransitEncryptionMode, UpdateActionStatus } from "./enums";
1
+ import type { AuthenticationType, AuthTokenUpdateStatus, AuthTokenUpdateStrategyType, AutomaticFailoverStatus, AZMode, ChangeType, ClusterMode, DataStorageUnit, DataTieringStatus, DestinationType, Durability, EffectiveDurability, InputAuthenticationType, IpDiscovery, LogDeliveryConfigurationStatus, LogFormat, LogType, MultiAZStatus, NetworkType, NodeUpdateInitiatedBy, NodeUpdateStatus, OutpostMode, PendingAutomaticFailoverStatus, ServiceUpdateSeverity, ServiceUpdateStatus, ServiceUpdateType, SlaMet, SourceType, StorageEncryptionType, TransitEncryptionMode, UpdateActionStatus } from "./enums";
2
2
  /**
3
3
  * <p>A tag that can be added to an ElastiCache cluster or replication group. Tags are
4
4
  * composed of a Key/Value pair. You can use tags to categorize and track all your
@@ -788,17 +788,11 @@ export interface ReplicationGroup {
788
788
  */
789
789
  TransitEncryptionEnabled?: boolean | undefined;
790
790
  /**
791
- * <p>A flag that enables encryption at-rest when set to <code>true</code>.</p>
792
- * <p>You cannot modify the value of <code>AtRestEncryptionEnabled</code> after the cluster
793
- * is created. To enable encryption at-rest on a cluster you must set
794
- * <code>AtRestEncryptionEnabled</code> to <code>true</code> when you create a
795
- * cluster.</p>
796
- * <p>
797
- * <b>Required:</b> Only available when creating a replication
798
- * group in an Amazon VPC using Redis OSS version <code>3.2.6</code>, <code>4.x</code> or
799
- * later.</p>
800
- * <p>Default: <code>false</code>
801
- * </p>
791
+ * <p>A flag that enables encryption at-rest on the cluster when set to <code>true</code>.
792
+ * In some cases, encryption at-rest may be enabled even when this value is false.
793
+ * Use <code>StorageEncryptionType</code> to view the effective encryption state of a cluster.</p>
794
+ * <p>You cannot modify the value of <code>AtRestEncryptionEnabled</code> after the cluster is created.</p>
795
+ * <p>Default: <code>true</code> when using Valkey, <code>false</code> when using Redis OSS</p>
802
796
  * @public
803
797
  */
804
798
  AtRestEncryptionEnabled?: boolean | undefined;
@@ -812,6 +806,14 @@ export interface ReplicationGroup {
812
806
  * @public
813
807
  */
814
808
  KmsKeyId?: string | undefined;
809
+ /**
810
+ * <p>Indicates the type of encryption for data stored at rest in the replication group.
811
+ * The value is <code>none</code> if at-rest encryption is not enabled,
812
+ * <code>sse-elasticache</code> if an ElastiCache service-managed key is used, or
813
+ * <code>sse-kms</code> if a customer-managed KMS key is used.</p>
814
+ * @public
815
+ */
816
+ StorageEncryptionType?: StorageEncryptionType | undefined;
815
817
  /**
816
818
  * <p>The ARN (Amazon Resource Name) of the replication group.</p>
817
819
  * @public
@@ -880,6 +882,19 @@ export interface ReplicationGroup {
880
882
  * @public
881
883
  */
882
884
  Engine?: string | undefined;
885
+ /**
886
+ * <p>The durability setting of the replication group. For more information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/dg/Durability.html">Durability</a>.</p>
887
+ * @public
888
+ */
889
+ Durability?: Durability | undefined;
890
+ /**
891
+ * <p>The effective durability of the replication group. When <code>Durability</code> is set to
892
+ * <code>default</code>, the service resolves the actual durability based on the engine version,
893
+ * cluster mode, and other parameters. This field reflects the resolved value. For more
894
+ * information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/dg/ConfiguringDurability.html">Configuring Durability</a>.</p>
895
+ * @public
896
+ */
897
+ EffectiveDurability?: EffectiveDurability | undefined;
883
898
  }
884
899
  /**
885
900
  * @public
@@ -1538,6 +1553,13 @@ export interface Snapshot {
1538
1553
  * @public
1539
1554
  */
1540
1555
  DataTiering?: DataTieringStatus | undefined;
1556
+ /**
1557
+ * <p>The durability setting of the cluster when the snapshot was taken. When restoring from this snapshot,
1558
+ * the cluster uses this durability setting unless overridden in the restore request. For more information,
1559
+ * see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/dg/Durability.html">Durability</a>.</p>
1560
+ * @public
1561
+ */
1562
+ Durability?: Durability | undefined;
1541
1563
  }
1542
1564
  /**
1543
1565
  * @public
@@ -3956,15 +3978,10 @@ export interface CreateReplicationGroupMessage {
3956
3978
  */
3957
3979
  TransitEncryptionEnabled?: boolean | undefined;
3958
3980
  /**
3959
- * <p>A flag that enables encryption at rest when set to <code>true</code>.</p>
3960
- * <p>You cannot modify the value of <code>AtRestEncryptionEnabled</code> after the
3961
- * replication group is created. To enable encryption at rest on a replication group you
3962
- * must set <code>AtRestEncryptionEnabled</code> to <code>true</code> when you create the
3963
- * replication group. </p>
3964
- * <p>
3965
- * <b>Required:</b> Only available when creating a replication
3966
- * group in an Amazon VPC using Valkey <code>7.2</code> and later, Redis OSS version <code>3.2.6</code>, or Redis OSS <code>4.x</code> and
3967
- * later.</p>
3981
+ * <p>A flag that enables encryption at-rest on the replication group when set to <code>true</code>.
3982
+ * In some cases, encryption at-rest may be enabled even when this value is false.
3983
+ * Use <code>StorageEncryptionType</code> to view the effective encryption state of a cluster.</p>
3984
+ * <p>You cannot modify the value of <code>AtRestEncryptionEnabled</code> after the replication group is created.</p>
3968
3985
  * <p>Default: <code>true</code> when using Valkey, <code>false</code> when using Redis OSS</p>
3969
3986
  * @public
3970
3987
  */
@@ -4036,6 +4053,15 @@ export interface CreateReplicationGroupMessage {
4036
4053
  * @public
4037
4054
  */
4038
4055
  ServerlessCacheSnapshotName?: string | undefined;
4056
+ /**
4057
+ * <p>Specifies the durability setting for the replication group.
4058
+ * When set to <code>default</code>, the service determines the effective durability based on
4059
+ * the engine version, cluster mode, and other parameters. The resolved setting is reflected
4060
+ * in the <code>EffectiveDurability</code> property of the replication group. For more
4061
+ * information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/dg/Durability.html">Durability</a>.</p>
4062
+ * @public
4063
+ */
4064
+ Durability?: Durability | undefined;
4039
4065
  }
4040
4066
  /**
4041
4067
  * @public
@@ -4182,7 +4208,7 @@ export interface CreateServerlessCacheRequest {
4182
4208
  /**
4183
4209
  * <p>The IP protocol version used by the serverless cache.
4184
4210
  * Must be either <code>ipv4</code> | <code>ipv6</code> | <code>dual_stack</code>.
4185
- * <code>ipv6</code> is only supported with ipv6-only subnets.
4211
+ * <code>ipv6</code> is only supported with IPv6-only subnets.
4186
4212
  * If not specified, defaults to <code>ipv4</code>, unless all provided subnets are IPv6-only, in which case it defaults to <code>ipv6</code>.
4187
4213
  * </p>
4188
4214
  * @public
@@ -4239,6 +4265,14 @@ export interface ServerlessCache {
4239
4265
  * @public
4240
4266
  */
4241
4267
  KmsKeyId?: string | undefined;
4268
+ /**
4269
+ * <p>Indicates the type of encryption for data stored at rest in the serverless cache.
4270
+ * Serverless caches are always encrypted at rest. The value is
4271
+ * <code>sse-elasticache</code> if an ElastiCache service-managed key is used, or
4272
+ * <code>sse-kms</code> if a customer-managed KMS key is used.</p>
4273
+ * @public
4274
+ */
4275
+ StorageEncryptionType?: StorageEncryptionType | undefined;
4242
4276
  /**
4243
4277
  * <p>The IDs of the EC2 security groups associated with the serverless
4244
4278
  * cache.</p>
@@ -8702,6 +8736,14 @@ export interface ModifyReplicationGroupMessage {
8702
8736
  * @public
8703
8737
  */
8704
8738
  ClusterMode?: ClusterMode | undefined;
8739
+ /**
8740
+ * <p>Specifies the durability setting for the replication group.
8741
+ * Use this parameter to change the durability mode of an existing replication group,
8742
+ * for example from <code>sync</code> to <code>async</code> or vice versa. For more
8743
+ * information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/dg/Durability.html">Durability</a>.</p>
8744
+ * @public
8745
+ */
8746
+ Durability?: Durability | undefined;
8705
8747
  }
8706
8748
  /**
8707
8749
  * @public
@@ -31,6 +31,20 @@ export declare const DataTieringStatus: {
31
31
  };
32
32
  export type DataTieringStatus =
33
33
  (typeof DataTieringStatus)[keyof typeof DataTieringStatus];
34
+ export declare const Durability: {
35
+ readonly ASYNC: "async";
36
+ readonly DEFAULT: "default";
37
+ readonly DISABLED: "disabled";
38
+ readonly SYNC: "sync";
39
+ };
40
+ export type Durability = (typeof Durability)[keyof typeof Durability];
41
+ export declare const EffectiveDurability: {
42
+ readonly ASYNC: "async";
43
+ readonly DISABLED: "disabled";
44
+ readonly SYNC: "sync";
45
+ };
46
+ export type EffectiveDurability =
47
+ (typeof EffectiveDurability)[keyof typeof EffectiveDurability];
34
48
  export declare const IpDiscovery: {
35
49
  readonly IPV4: "ipv4";
36
50
  readonly IPV6: "ipv6";
@@ -90,6 +104,13 @@ export declare const TransitEncryptionMode: {
90
104
  };
91
105
  export type TransitEncryptionMode =
92
106
  (typeof TransitEncryptionMode)[keyof typeof TransitEncryptionMode];
107
+ export declare const StorageEncryptionType: {
108
+ readonly NONE: "none";
109
+ readonly SSE_ELASTICACHE: "sse-elasticache";
110
+ readonly SSE_KMS: "sse-kms";
111
+ };
112
+ export type StorageEncryptionType =
113
+ (typeof StorageEncryptionType)[keyof typeof StorageEncryptionType];
93
114
  export declare const AZMode: {
94
115
  readonly CROSS_AZ: "cross-az";
95
116
  readonly SINGLE_AZ: "single-az";
@@ -9,6 +9,8 @@ import {
9
9
  DataStorageUnit,
10
10
  DataTieringStatus,
11
11
  DestinationType,
12
+ Durability,
13
+ EffectiveDurability,
12
14
  InputAuthenticationType,
13
15
  IpDiscovery,
14
16
  LogDeliveryConfigurationStatus,
@@ -25,6 +27,7 @@ import {
25
27
  ServiceUpdateType,
26
28
  SlaMet,
27
29
  SourceType,
30
+ StorageEncryptionType,
28
31
  TransitEncryptionMode,
29
32
  UpdateActionStatus,
30
33
  } from "./enums";
@@ -185,6 +188,7 @@ export interface ReplicationGroup {
185
188
  AtRestEncryptionEnabled?: boolean | undefined;
186
189
  MemberClustersOutpostArns?: string[] | undefined;
187
190
  KmsKeyId?: string | undefined;
191
+ StorageEncryptionType?: StorageEncryptionType | undefined;
188
192
  ARN?: string | undefined;
189
193
  UserGroupIds?: string[] | undefined;
190
194
  LogDeliveryConfigurations?: LogDeliveryConfiguration[] | undefined;
@@ -196,6 +200,8 @@ export interface ReplicationGroup {
196
200
  TransitEncryptionMode?: TransitEncryptionMode | undefined;
197
201
  ClusterMode?: ClusterMode | undefined;
198
202
  Engine?: string | undefined;
203
+ Durability?: Durability | undefined;
204
+ EffectiveDurability?: EffectiveDurability | undefined;
199
205
  }
200
206
  export interface CompleteMigrationResponse {
201
207
  ReplicationGroup?: ReplicationGroup | undefined;
@@ -279,6 +285,7 @@ export interface Snapshot {
279
285
  KmsKeyId?: string | undefined;
280
286
  ARN?: string | undefined;
281
287
  DataTiering?: DataTieringStatus | undefined;
288
+ Durability?: Durability | undefined;
282
289
  }
283
290
  export interface CopySnapshotResult {
284
291
  Snapshot?: Snapshot | undefined;
@@ -529,6 +536,7 @@ export interface CreateReplicationGroupMessage {
529
536
  TransitEncryptionMode?: TransitEncryptionMode | undefined;
530
537
  ClusterMode?: ClusterMode | undefined;
531
538
  ServerlessCacheSnapshotName?: string | undefined;
539
+ Durability?: Durability | undefined;
532
540
  }
533
541
  export interface CreateReplicationGroupResult {
534
542
  ReplicationGroup?: ReplicationGroup | undefined;
@@ -572,6 +580,7 @@ export interface ServerlessCache {
572
580
  FullEngineVersion?: string | undefined;
573
581
  CacheUsageLimits?: CacheUsageLimits | undefined;
574
582
  KmsKeyId?: string | undefined;
583
+ StorageEncryptionType?: StorageEncryptionType | undefined;
575
584
  SecurityGroupIds?: string[] | undefined;
576
585
  Endpoint?: Endpoint | undefined;
577
586
  ReaderEndpoint?: Endpoint | undefined;
@@ -1235,6 +1244,7 @@ export interface ModifyReplicationGroupMessage {
1235
1244
  TransitEncryptionEnabled?: boolean | undefined;
1236
1245
  TransitEncryptionMode?: TransitEncryptionMode | undefined;
1237
1246
  ClusterMode?: ClusterMode | undefined;
1247
+ Durability?: Durability | undefined;
1238
1248
  }
1239
1249
  export interface ModifyReplicationGroupResult {
1240
1250
  ReplicationGroup?: ReplicationGroup | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-elasticache",
3
3
  "description": "AWS SDK for JavaScript Elasticache Client for Node.js, Browser and React Native",
4
- "version": "3.1058.0",
4
+ "version": "3.1059.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-elasticache",
@@ -23,13 +23,13 @@
23
23
  "dependencies": {
24
24
  "@aws-crypto/sha256-browser": "5.2.0",
25
25
  "@aws-crypto/sha256-js": "5.2.0",
26
- "@aws-sdk/core": "^3.974.15",
27
- "@aws-sdk/credential-provider-node": "^3.972.48",
28
- "@aws-sdk/types": "^3.973.9",
29
- "@smithy/core": "^3.24.5",
30
- "@smithy/fetch-http-handler": "^5.4.5",
31
- "@smithy/node-http-handler": "^4.7.5",
32
- "@smithy/types": "^4.14.2",
26
+ "@aws-sdk/core": "^3.974.16",
27
+ "@aws-sdk/credential-provider-node": "^3.972.49",
28
+ "@aws-sdk/types": "^3.973.10",
29
+ "@smithy/core": "^3.24.6",
30
+ "@smithy/fetch-http-handler": "^5.4.6",
31
+ "@smithy/node-http-handler": "^4.7.6",
32
+ "@smithy/types": "^4.14.3",
33
33
  "tslib": "^2.6.2"
34
34
  },
35
35
  "devDependencies": {