@aws-sdk/client-elasticache 3.236.0 → 3.240.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 (38) hide show
  1. package/dist-cjs/endpoint/ruleset.js +3 -3
  2. package/dist-cjs/models/models_0.js +11 -6
  3. package/dist-cjs/protocols/Aws_query.js +33 -0
  4. package/dist-es/endpoint/ruleset.js +3 -3
  5. package/dist-es/models/models_0.js +5 -0
  6. package/dist-es/protocols/Aws_query.js +33 -0
  7. package/dist-types/ElastiCache.d.ts +93 -113
  8. package/dist-types/ElastiCacheClient.d.ts +3 -3
  9. package/dist-types/commands/AddTagsToResourceCommand.d.ts +2 -2
  10. package/dist-types/commands/AuthorizeCacheSecurityGroupIngressCommand.d.ts +1 -1
  11. package/dist-types/commands/CopySnapshotCommand.d.ts +20 -23
  12. package/dist-types/commands/CreateCacheClusterCommand.d.ts +1 -1
  13. package/dist-types/commands/CreateCacheParameterGroupCommand.d.ts +4 -4
  14. package/dist-types/commands/CreateCacheSecurityGroupCommand.d.ts +1 -1
  15. package/dist-types/commands/CreateCacheSubnetGroupCommand.d.ts +1 -1
  16. package/dist-types/commands/CreateGlobalReplicationGroupCommand.d.ts +0 -1
  17. package/dist-types/commands/CreateReplicationGroupCommand.d.ts +7 -9
  18. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -2
  19. package/dist-types/commands/DeleteCacheClusterCommand.d.ts +9 -10
  20. package/dist-types/commands/DeleteCacheSecurityGroupCommand.d.ts +1 -1
  21. package/dist-types/commands/DeleteCacheSubnetGroupCommand.d.ts +1 -1
  22. package/dist-types/commands/DeleteGlobalReplicationGroupCommand.d.ts +3 -6
  23. package/dist-types/commands/DeleteReplicationGroupCommand.d.ts +2 -2
  24. package/dist-types/commands/DeleteSnapshotCommand.d.ts +1 -2
  25. package/dist-types/commands/DescribeCacheClustersCommand.d.ts +5 -5
  26. package/dist-types/commands/DescribeEventsCommand.d.ts +1 -1
  27. package/dist-types/commands/DescribeReplicationGroupsCommand.d.ts +1 -1
  28. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +1 -2
  29. package/dist-types/commands/ListAllowedNodeTypeModificationsCommand.d.ts +1 -2
  30. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -2
  31. package/dist-types/commands/ModifyReplicationGroupCommand.d.ts +4 -5
  32. package/dist-types/commands/RebootCacheClusterCommand.d.ts +4 -6
  33. package/dist-types/commands/TestFailoverCommand.d.ts +17 -19
  34. package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
  35. package/dist-types/models/models_0.d.ts +712 -1204
  36. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  37. package/dist-types/ts3.4/models/models_0.d.ts +13 -0
  38. package/package.json +5 -4
@@ -23,7 +23,7 @@ export interface AddTagsToResourceMessage {
23
23
  * for example <code>arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster</code>
24
24
  * or <code>arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot</code>.
25
25
  * ElastiCache resources are <i>cluster</i> and <i>snapshot</i>.</p>
26
- * <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs) and Amazon Service Namespaces</a>.</p>
26
+ * <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs) and Amazon Service Namespaces</a>.</p>
27
27
  */
28
28
  ResourceName: string | undefined;
29
29
  /**
@@ -181,7 +181,7 @@ export interface AllowedNodeTypeModificationsMessage {
181
181
  /**
182
182
  * <p>A string list, each element of which specifies a cache node type which you can use
183
183
  * to scale your cluster or replication group.</p>
184
- * <p>When scaling up a Redis cluster or replication group using <code>ModifyCacheCluster</code> or
184
+ * <p>When scaling up a Redis cluster or replication group using <code>ModifyCacheCluster</code> or
185
185
  * <code>ModifyReplicationGroup</code>,
186
186
  * use a value from this list for the <code>CacheNodeType</code> parameter.</p>
187
187
  */
@@ -242,7 +242,7 @@ export interface EC2SecurityGroup {
242
242
  }
243
243
  /**
244
244
  * <p>Represents the output of one of the following operations:</p>
245
- * <ul>
245
+ * <ul>
246
246
  * <li>
247
247
  * <p>
248
248
  * <code>AuthorizeCacheSecurityGroupIngress</code>
@@ -285,7 +285,7 @@ export interface CacheSecurityGroup {
285
285
  export interface AuthorizeCacheSecurityGroupIngressResult {
286
286
  /**
287
287
  * <p>Represents the output of one of the following operations:</p>
288
- * <ul>
288
+ * <ul>
289
289
  * <li>
290
290
  * <p>
291
291
  * <code>AuthorizeCacheSecurityGroupIngress</code>
@@ -696,6 +696,10 @@ export interface ReshardingStatus {
696
696
  */
697
697
  SlotMigration?: SlotMigration;
698
698
  }
699
+ export declare enum TransitEncryptionMode {
700
+ PREFERRED = "preferred",
701
+ REQUIRED = "required"
702
+ }
699
703
  /**
700
704
  * <p>The status of the user group update.</p>
701
705
  */
@@ -739,6 +743,14 @@ export interface ReplicationGroupPendingModifiedValues {
739
743
  * <p>The log delivery configurations being modified </p>
740
744
  */
741
745
  LogDeliveryConfigurations?: PendingLogDeliveryConfiguration[];
746
+ /**
747
+ * <p>A flag that enables in-transit encryption when set to true.</p>
748
+ */
749
+ TransitEncryptionEnabled?: boolean;
750
+ /**
751
+ * <p>A setting that allows you to migrate your clients to use in-transit encryption, with no downtime.</p>
752
+ */
753
+ TransitEncryptionMode?: TransitEncryptionMode | string;
742
754
  }
743
755
  /**
744
756
  * <p>Contains all of the attributes of a specific Redis replication group.</p>
@@ -804,7 +816,7 @@ export interface ReplicationGroup {
804
816
  * <p>The number of days for which ElastiCache retains automatic cluster snapshots before
805
817
  * deleting them. For example, if you set <code>SnapshotRetentionLimit</code> to 5, a
806
818
  * snapshot that was taken today is retained for 5 days before being deleted.</p>
807
- * <important>
819
+ * <important>
808
820
  * <p>
809
821
  * If the value of <code>SnapshotRetentionLimit</code> is set to zero (0), backups are turned off.</p>
810
822
  * </important>
@@ -812,10 +824,10 @@ export interface ReplicationGroup {
812
824
  SnapshotRetentionLimit?: number;
813
825
  /**
814
826
  * <p>The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of your node group (shard).</p>
815
- * <p>Example: <code>05:00-09:00</code>
816
- * </p>
817
- * <p>If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.</p>
818
- * <note>
827
+ * <p>Example: <code>05:00-09:00</code>
828
+ * </p>
829
+ * <p>If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.</p>
830
+ * <note>
819
831
  * <p>This parameter is only valid if the <code>Engine</code> parameter is <code>redis</code>.</p>
820
832
  * </note>
821
833
  */
@@ -823,7 +835,7 @@ export interface ReplicationGroup {
823
835
  /**
824
836
  * <p>A flag indicating whether or not this replication group is cluster enabled;
825
837
  * i.e., whether its data can be partitioned across multiple shards (API/CLI: node groups).</p>
826
- * <p>Valid values: <code>true</code> | <code>false</code>
838
+ * <p>Valid values: <code>true</code> | <code>false</code>
827
839
  * </p>
828
840
  */
829
841
  ClusterEnabled?: boolean;
@@ -834,7 +846,7 @@ export interface ReplicationGroup {
834
846
  /**
835
847
  * <p>A flag that enables using an <code>AuthToken</code> (password)
836
848
  * when issuing Redis commands.</p>
837
- * <p>Default: <code>false</code>
849
+ * <p>Default: <code>false</code>
838
850
  * </p>
839
851
  */
840
852
  AuthTokenEnabled?: boolean;
@@ -844,27 +856,23 @@ export interface ReplicationGroup {
844
856
  AuthTokenLastModifiedDate?: Date;
845
857
  /**
846
858
  * <p>A flag that enables in-transit encryption when set to <code>true</code>.</p>
847
- * <p>You cannot modify the value of <code>TransitEncryptionEnabled</code>
848
- * after the cluster is created. To enable in-transit encryption on a cluster
849
- * you must set <code>TransitEncryptionEnabled</code> to <code>true</code>
850
- * when you create a cluster.</p>
851
- * <p>
859
+ * <p>
852
860
  * <b>Required:</b>
853
861
  * Only available when creating a replication group in an Amazon VPC using redis version <code>3.2.6</code>, <code>4.x</code> or later.</p>
854
- * <p>Default: <code>false</code>
862
+ * <p>Default: <code>false</code>
855
863
  * </p>
856
864
  */
857
865
  TransitEncryptionEnabled?: boolean;
858
866
  /**
859
867
  * <p>A flag that enables encryption at-rest when set to <code>true</code>.</p>
860
- * <p>You cannot modify the value of <code>AtRestEncryptionEnabled</code>
868
+ * <p>You cannot modify the value of <code>AtRestEncryptionEnabled</code>
861
869
  * after the cluster is created. To enable encryption at-rest on a cluster
862
870
  * you must set <code>AtRestEncryptionEnabled</code> to <code>true</code>
863
871
  * when you create a cluster.</p>
864
- * <p>
872
+ * <p>
865
873
  * <b>Required:</b>
866
874
  * Only available when creating a replication group in an Amazon VPC using redis version <code>3.2.6</code>, <code>4.x</code> or later.</p>
867
- * <p>Default: <code>false</code>
875
+ * <p>Default: <code>false</code>
868
876
  * </p>
869
877
  */
870
878
  AtRestEncryptionEnabled?: boolean;
@@ -898,7 +906,7 @@ export interface ReplicationGroup {
898
906
  */
899
907
  DataTiering?: DataTieringStatus | string;
900
908
  /**
901
- * <p> If you are running Redis engine version 6.0 or later, set this parameter to yes if you want to opt-in to the next auto minor version upgrade campaign. This parameter is disabled for previous versions.
909
+ * <p> If you are running Redis engine version 6.0 or later, set this parameter to yes if you want to opt-in to the next auto minor version upgrade campaign. This parameter is disabled for previous versions.
902
910
  * </p>
903
911
  */
904
912
  AutoMinorVersionUpgrade?: boolean;
@@ -912,6 +920,10 @@ export interface ReplicationGroup {
912
920
  * <a href="https://aws.amazon.com/ec2/nitro/">Nitro system</a>.</p>
913
921
  */
914
922
  IpDiscovery?: IpDiscovery | string;
923
+ /**
924
+ * <p>A setting that allows you to migrate your clients to use in-transit encryption, with no downtime.</p>
925
+ */
926
+ TransitEncryptionMode?: TransitEncryptionMode | string;
915
927
  }
916
928
  export interface CompleteMigrationResponse {
917
929
  /**
@@ -947,11 +959,10 @@ export interface CopySnapshotMessage {
947
959
  /**
948
960
  * <p>The Amazon S3 bucket to which the snapshot is exported.
949
961
  * This parameter is used only when exporting a snapshot for external access.</p>
950
- * <p>When using this parameter to export a snapshot,
962
+ * <p>When using this parameter to export a snapshot,
951
963
  * be sure Amazon ElastiCache has the needed permissions to this S3 bucket.
952
964
  * For more information, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/backups-exporting.html#backups-exporting-grant-access">Step 2: Grant ElastiCache Access to Your Amazon S3 Bucket</a> in the <i>Amazon ElastiCache User Guide</i>.</p>
953
- *
954
- * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/backups-exporting.html">Exporting a Snapshot</a> in the <i>Amazon ElastiCache User Guide</i>.</p>
965
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/backups-exporting.html">Exporting a Snapshot</a> in the <i>Amazon ElastiCache User Guide</i>.</p>
955
966
  */
956
967
  TargetBucket?: string;
957
968
  /**
@@ -977,7 +988,7 @@ export interface NodeGroupConfiguration {
977
988
  * <p>A string that specifies the keyspace for a particular node group.
978
989
  * Keyspaces range from 0 to 16,383.
979
990
  * The string is in the format <code>startkey-endkey</code>.</p>
980
- * <p>Example: <code>"0-3999"</code>
991
+ * <p>Example: <code>"0-3999"</code>
981
992
  * </p>
982
993
  */
983
994
  Slots?: string;
@@ -1071,18 +1082,16 @@ export interface Snapshot {
1071
1082
  SnapshotSource?: string;
1072
1083
  /**
1073
1084
  * <p>The name of the compute and memory capacity node type for the source cluster.</p>
1074
- *
1075
- * <p>The following node types are supported by ElastiCache.
1085
+ * <p>The following node types are supported by ElastiCache.
1076
1086
  * Generally speaking, the current generation types provide more memory and computational power
1077
1087
  * at lower cost when compared to their equivalent previous generation counterparts.</p>
1078
- *
1079
- * <ul>
1088
+ * <ul>
1080
1089
  * <li>
1081
1090
  * <p>General purpose:</p>
1082
- * <ul>
1091
+ * <ul>
1083
1092
  * <li>
1084
1093
  * <p>Current generation: </p>
1085
- * <p>
1094
+ * <p>
1086
1095
  * <b>M6g node types</b> (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward):
1087
1096
  *
1088
1097
  * <code>cache.m6g.large</code>,
@@ -1092,198 +1101,145 @@ export interface Snapshot {
1092
1101
  * <code>cache.m6g.8xlarge</code>,
1093
1102
  * <code>cache.m6g.12xlarge</code>,
1094
1103
  * <code>cache.m6g.16xlarge</code>
1095
- *
1096
- *
1097
- *
1098
- * </p>
1099
- *
1100
- * <note>
1104
+ * </p>
1105
+ * <note>
1101
1106
  * <p>For region availability, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion">Supported Node Types</a>
1102
1107
  * </p>
1103
1108
  * </note>
1104
- *
1105
- *
1106
- * <p>
1109
+ * <p>
1107
1110
  * <b>M5 node types:</b>
1108
- * <code>cache.m5.large</code>,
1111
+ * <code>cache.m5.large</code>,
1109
1112
  * <code>cache.m5.xlarge</code>,
1110
1113
  * <code>cache.m5.2xlarge</code>,
1111
1114
  * <code>cache.m5.4xlarge</code>,
1112
1115
  * <code>cache.m5.12xlarge</code>,
1113
1116
  * <code>cache.m5.24xlarge</code>
1114
- *
1115
- *
1116
- * </p>
1117
- *
1118
- *
1119
- * <p>
1117
+ * </p>
1118
+ * <p>
1120
1119
  * <b>M4 node types:</b>
1121
- * <code>cache.m4.large</code>,
1120
+ * <code>cache.m4.large</code>,
1122
1121
  * <code>cache.m4.xlarge</code>,
1123
1122
  * <code>cache.m4.2xlarge</code>,
1124
1123
  * <code>cache.m4.4xlarge</code>,
1125
1124
  * <code>cache.m4.10xlarge</code>
1126
1125
  * </p>
1127
- *
1128
- * <p>
1126
+ * <p>
1129
1127
  * <b>T4g node types</b> (available only for Redis engine version 5.0.6 onward and Memcached engine version 1.5.16 onward):
1130
1128
  * <code>cache.t4g.micro</code>,
1131
1129
  * <code>cache.t4g.small</code>,
1132
1130
  * <code>cache.t4g.medium</code>
1133
- * </p>
1134
- *
1135
- *
1136
- * <p>
1131
+ * </p>
1132
+ * <p>
1137
1133
  * <b>T3 node types:</b>
1138
- * <code>cache.t3.micro</code>,
1134
+ * <code>cache.t3.micro</code>,
1139
1135
  * <code>cache.t3.small</code>,
1140
1136
  * <code>cache.t3.medium</code>
1141
1137
  * </p>
1142
- *
1143
- *
1144
- * <p>
1138
+ * <p>
1145
1139
  * <b>T2 node types:</b>
1146
- * <code>cache.t2.micro</code>,
1140
+ * <code>cache.t2.micro</code>,
1147
1141
  * <code>cache.t2.small</code>,
1148
1142
  * <code>cache.t2.medium</code>
1149
1143
  * </p>
1150
- *
1151
- *
1152
- *
1153
- *
1154
- * </li>
1144
+ * </li>
1155
1145
  * <li>
1156
1146
  * <p>Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.)</p>
1157
- * <p>
1147
+ * <p>
1158
1148
  * <b>T1 node types:</b>
1159
- * <code>cache.t1.micro</code>
1149
+ * <code>cache.t1.micro</code>
1160
1150
  * </p>
1161
- *
1162
- * <p>
1151
+ * <p>
1163
1152
  * <b>M1 node types:</b>
1164
- * <code>cache.m1.small</code>,
1153
+ * <code>cache.m1.small</code>,
1165
1154
  * <code>cache.m1.medium</code>,
1166
1155
  * <code>cache.m1.large</code>,
1167
1156
  * <code>cache.m1.xlarge</code>
1168
1157
  * </p>
1169
- *
1170
- * <p>
1158
+ * <p>
1171
1159
  * <b>M3 node types:</b>
1172
- * <code>cache.m3.medium</code>,
1160
+ * <code>cache.m3.medium</code>,
1173
1161
  * <code>cache.m3.large</code>,
1174
1162
  * <code>cache.m3.xlarge</code>,
1175
1163
  * <code>cache.m3.2xlarge</code>
1176
1164
  * </p>
1177
- *
1178
- * </li>
1165
+ * </li>
1179
1166
  * </ul>
1180
1167
  * </li>
1181
1168
  * <li>
1182
1169
  * <p>Compute optimized:</p>
1183
- *
1184
- * <ul>
1170
+ * <ul>
1185
1171
  * <li>
1186
1172
  * <p>Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.)</p>
1187
- * <p>
1173
+ * <p>
1188
1174
  * <b>C1 node types:</b>
1189
- * <code>cache.c1.xlarge</code>
1175
+ * <code>cache.c1.xlarge</code>
1190
1176
  * </p>
1191
1177
  * </li>
1192
1178
  * </ul>
1193
1179
  * </li>
1194
1180
  * <li>
1195
1181
  * <p>Memory optimized:</p>
1196
- * <ul>
1182
+ * <ul>
1197
1183
  * <li>
1198
1184
  * <p>Current generation: </p>
1199
- *
1200
- *
1201
- *
1202
- *
1203
- * <p>
1185
+ * <p>
1204
1186
  * <b>R6g node types</b> (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward).</p>
1205
- *
1206
- *
1207
- *
1208
- * <p>
1209
- * <code>cache.r6g.large</code>,
1187
+ * <p>
1188
+ * <code>cache.r6g.large</code>,
1210
1189
  * <code>cache.r6g.xlarge</code>,
1211
1190
  * <code>cache.r6g.2xlarge</code>,
1212
1191
  * <code>cache.r6g.4xlarge</code>,
1213
1192
  * <code>cache.r6g.8xlarge</code>,
1214
1193
  * <code>cache.r6g.12xlarge</code>,
1215
1194
  * <code>cache.r6g.16xlarge</code>
1216
- *
1217
- *
1218
- *
1219
- *
1220
- *
1221
- *
1222
- * </p>
1223
- * <note>
1195
+ * </p>
1196
+ * <note>
1224
1197
  * <p>For region availability, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion">Supported Node Types</a>
1225
1198
  * </p>
1226
1199
  * </note>
1227
- * <p>
1200
+ * <p>
1228
1201
  * <b>R5 node types:</b>
1229
- * <code>cache.r5.large</code>,
1202
+ * <code>cache.r5.large</code>,
1230
1203
  * <code>cache.r5.xlarge</code>,
1231
1204
  * <code>cache.r5.2xlarge</code>,
1232
1205
  * <code>cache.r5.4xlarge</code>,
1233
1206
  * <code>cache.r5.12xlarge</code>,
1234
1207
  * <code>cache.r5.24xlarge</code>
1235
1208
  * </p>
1236
- *
1237
- * <p>
1209
+ * <p>
1238
1210
  * <b>R4 node types:</b>
1239
- * <code>cache.r4.large</code>,
1211
+ * <code>cache.r4.large</code>,
1240
1212
  * <code>cache.r4.xlarge</code>,
1241
1213
  * <code>cache.r4.2xlarge</code>,
1242
1214
  * <code>cache.r4.4xlarge</code>,
1243
1215
  * <code>cache.r4.8xlarge</code>,
1244
1216
  * <code>cache.r4.16xlarge</code>
1245
1217
  * </p>
1246
- *
1247
- *
1248
- *
1249
- *
1250
- *
1251
- *
1252
- *
1253
- *
1254
- *
1255
- *
1256
- *
1257
- * </li>
1218
+ * </li>
1258
1219
  * <li>
1259
1220
  * <p>Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.)</p>
1260
- * <p>
1221
+ * <p>
1261
1222
  * <b>M2 node types:</b>
1262
- * <code>cache.m2.xlarge</code>,
1223
+ * <code>cache.m2.xlarge</code>,
1263
1224
  * <code>cache.m2.2xlarge</code>,
1264
1225
  * <code>cache.m2.4xlarge</code>
1265
1226
  * </p>
1266
- *
1267
- * <p>
1227
+ * <p>
1268
1228
  * <b>R3 node types:</b>
1269
- * <code>cache.r3.large</code>,
1229
+ * <code>cache.r3.large</code>,
1270
1230
  * <code>cache.r3.xlarge</code>,
1271
1231
  * <code>cache.r3.2xlarge</code>,
1272
1232
  * <code>cache.r3.4xlarge</code>,
1273
1233
  * <code>cache.r3.8xlarge</code>
1274
1234
  * </p>
1275
- *
1276
- * </li>
1235
+ * </li>
1277
1236
  * </ul>
1278
1237
  * </li>
1279
1238
  * </ul>
1280
- *
1281
- *
1282
- *
1283
- * <p>
1239
+ * <p>
1284
1240
  * <b>Additional node type info</b>
1285
1241
  * </p>
1286
- * <ul>
1242
+ * <ul>
1287
1243
  * <li>
1288
1244
  * <p>All current generation instance types are created in Amazon VPC by default.</p>
1289
1245
  * </li>
@@ -1311,7 +1267,7 @@ export interface Snapshot {
1311
1267
  EngineVersion?: string;
1312
1268
  /**
1313
1269
  * <p>The number of cache nodes in the source cluster.</p>
1314
- * <p>For clusters running Redis, this value must be 1.
1270
+ * <p>For clusters running Redis, this value must be 1.
1315
1271
  * For clusters running Memcached, this value must be between 1 and 40.</p>
1316
1272
  */
1317
1273
  NumCacheNodes?: number;
@@ -1401,11 +1357,11 @@ export interface Snapshot {
1401
1357
  AutoMinorVersionUpgrade?: boolean;
1402
1358
  /**
1403
1359
  * <p>For an automatic snapshot, the number of days for which ElastiCache retains the snapshot before deleting it.</p>
1404
- * <p>For manual snapshots, this field reflects the <code>SnapshotRetentionLimit</code> for the
1360
+ * <p>For manual snapshots, this field reflects the <code>SnapshotRetentionLimit</code> for the
1405
1361
  * source cluster when the snapshot was created. This field is otherwise ignored:
1406
1362
  * Manual snapshots do not expire, and can only be deleted using the <code>DeleteSnapshot</code>
1407
1363
  * operation. </p>
1408
- * <p>
1364
+ * <p>
1409
1365
  * <b>Important</b>
1410
1366
  * If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.</p>
1411
1367
  */
@@ -1560,8 +1516,8 @@ export interface CreateCacheClusterMessage {
1560
1516
  CacheClusterId: string | undefined;
1561
1517
  /**
1562
1518
  * <p>The ID of the replication group to which this cluster should belong. If this parameter is specified, the cluster is added to the specified replication group as a read replica; otherwise, the cluster is a standalone primary that is not part of any replication group.</p>
1563
- * <p>If the specified replication group is Multi-AZ enabled and the Availability Zone is not specified, the cluster is created in Availability Zones that provide the best spread of read replicas across Availability Zones.</p>
1564
- * <note>
1519
+ * <p>If the specified replication group is Multi-AZ enabled and the Availability Zone is not specified, the cluster is created in Availability Zones that provide the best spread of read replicas across Availability Zones.</p>
1520
+ * <note>
1565
1521
  * <p>This parameter is only valid if the <code>Engine</code> parameter is <code>redis</code>.</p>
1566
1522
  * </note>
1567
1523
  */
@@ -1569,50 +1525,50 @@ export interface CreateCacheClusterMessage {
1569
1525
  /**
1570
1526
  * <p>Specifies whether the nodes in this Memcached cluster are created in a single Availability Zone or
1571
1527
  * created across multiple Availability Zones in the cluster's region.</p>
1572
- * <p>This parameter is only supported for Memcached clusters.</p>
1573
- * <p>If the <code>AZMode</code> and <code>PreferredAvailabilityZones</code> are not specified,
1528
+ * <p>This parameter is only supported for Memcached clusters.</p>
1529
+ * <p>If the <code>AZMode</code> and <code>PreferredAvailabilityZones</code> are not specified,
1574
1530
  * ElastiCache assumes <code>single-az</code> mode.</p>
1575
1531
  */
1576
1532
  AZMode?: AZMode | string;
1577
1533
  /**
1578
1534
  * <p>The EC2 Availability Zone in which the cluster is created.</p>
1579
- * <p>All nodes belonging to this cluster are placed in the preferred Availability Zone.
1535
+ * <p>All nodes belonging to this cluster are placed in the preferred Availability Zone.
1580
1536
  * If you want to create your nodes across multiple Availability Zones, use <code>PreferredAvailabilityZones</code>.</p>
1581
- * <p>Default: System chosen Availability Zone.</p>
1537
+ * <p>Default: System chosen Availability Zone.</p>
1582
1538
  */
1583
1539
  PreferredAvailabilityZone?: string;
1584
1540
  /**
1585
1541
  * <p>A list of the Availability Zones in which cache nodes are created. The order of the zones in the list is not important.</p>
1586
- * <p>This option is only supported on Memcached.</p>
1587
- * <note>
1542
+ * <p>This option is only supported on Memcached.</p>
1543
+ * <note>
1588
1544
  * <p>If you are creating your cluster in an Amazon VPC (recommended) you can only locate nodes in Availability Zones that are associated with the subnets in the selected subnet group.</p>
1589
1545
  * <p>The number of Availability Zones listed must equal the value of <code>NumCacheNodes</code>.</p>
1590
- * </note>
1591
- * <p>If you want all the nodes in the same Availability Zone, use <code>PreferredAvailabilityZone</code> instead, or
1546
+ * </note>
1547
+ * <p>If you want all the nodes in the same Availability Zone, use <code>PreferredAvailabilityZone</code> instead, or
1592
1548
  * repeat the Availability Zone multiple times in the list.</p>
1593
- * <p>Default: System chosen Availability Zones.</p>
1549
+ * <p>Default: System chosen Availability Zones.</p>
1594
1550
  */
1595
1551
  PreferredAvailabilityZones?: string[];
1596
1552
  /**
1597
1553
  * <p>The initial number of cache nodes that the cluster has.</p>
1598
- * <p>For clusters running Redis, this value must be 1.
1554
+ * <p>For clusters running Redis, this value must be 1.
1599
1555
  * For clusters running Memcached, this value must be between 1 and 40.</p>
1600
- * <p>If you need more than 40 nodes for your Memcached cluster,
1556
+ * <p>If you need more than 40 nodes for your Memcached cluster,
1601
1557
  * please fill out the ElastiCache Limit Increase Request form at <a href="http://aws.amazon.com/contact-us/elasticache-node-limit-request/">http://aws.amazon.com/contact-us/elasticache-node-limit-request/</a>.</p>
1602
1558
  */
1603
1559
  NumCacheNodes?: number;
1604
1560
  /**
1605
1561
  * <p>The compute and memory capacity of the nodes in the node group (shard).</p>
1606
- * <p>The following node types are supported by ElastiCache.
1562
+ * <p>The following node types are supported by ElastiCache.
1607
1563
  * Generally speaking, the current generation types provide more memory and computational power
1608
1564
  * at lower cost when compared to their equivalent previous generation counterparts.</p>
1609
- * <ul>
1565
+ * <ul>
1610
1566
  * <li>
1611
1567
  * <p>General purpose:</p>
1612
- * <ul>
1568
+ * <ul>
1613
1569
  * <li>
1614
1570
  * <p>Current generation: </p>
1615
- * <p>
1571
+ * <p>
1616
1572
  * <b>M6g node types</b> (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward):
1617
1573
  *
1618
1574
  * <code>cache.m6g.large</code>,
@@ -1622,196 +1578,145 @@ export interface CreateCacheClusterMessage {
1622
1578
  * <code>cache.m6g.8xlarge</code>,
1623
1579
  * <code>cache.m6g.12xlarge</code>,
1624
1580
  * <code>cache.m6g.16xlarge</code>
1625
- *
1626
- *
1627
- *
1628
- * </p>
1629
- *
1630
- * <note>
1581
+ * </p>
1582
+ * <note>
1631
1583
  * <p>For region availability, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion">Supported Node Types</a>
1632
1584
  * </p>
1633
1585
  * </note>
1634
- *
1635
- *
1636
- * <p>
1586
+ * <p>
1637
1587
  * <b>M5 node types:</b>
1638
- * <code>cache.m5.large</code>,
1588
+ * <code>cache.m5.large</code>,
1639
1589
  * <code>cache.m5.xlarge</code>,
1640
1590
  * <code>cache.m5.2xlarge</code>,
1641
1591
  * <code>cache.m5.4xlarge</code>,
1642
1592
  * <code>cache.m5.12xlarge</code>,
1643
1593
  * <code>cache.m5.24xlarge</code>
1644
- *
1645
- *
1646
- * </p>
1647
- *
1648
- *
1649
- * <p>
1594
+ * </p>
1595
+ * <p>
1650
1596
  * <b>M4 node types:</b>
1651
- * <code>cache.m4.large</code>,
1597
+ * <code>cache.m4.large</code>,
1652
1598
  * <code>cache.m4.xlarge</code>,
1653
1599
  * <code>cache.m4.2xlarge</code>,
1654
1600
  * <code>cache.m4.4xlarge</code>,
1655
1601
  * <code>cache.m4.10xlarge</code>
1656
1602
  * </p>
1657
- *
1658
- * <p>
1603
+ * <p>
1659
1604
  * <b>T4g node types</b> (available only for Redis engine version 5.0.6 onward and Memcached engine version 1.5.16 onward):
1660
1605
  * <code>cache.t4g.micro</code>,
1661
1606
  * <code>cache.t4g.small</code>,
1662
1607
  * <code>cache.t4g.medium</code>
1663
- * </p>
1664
- *
1665
- *
1666
- * <p>
1608
+ * </p>
1609
+ * <p>
1667
1610
  * <b>T3 node types:</b>
1668
- * <code>cache.t3.micro</code>,
1611
+ * <code>cache.t3.micro</code>,
1669
1612
  * <code>cache.t3.small</code>,
1670
1613
  * <code>cache.t3.medium</code>
1671
1614
  * </p>
1672
- *
1673
- *
1674
- * <p>
1615
+ * <p>
1675
1616
  * <b>T2 node types:</b>
1676
- * <code>cache.t2.micro</code>,
1617
+ * <code>cache.t2.micro</code>,
1677
1618
  * <code>cache.t2.small</code>,
1678
1619
  * <code>cache.t2.medium</code>
1679
1620
  * </p>
1680
- *
1681
- *
1682
- *
1683
- *
1684
- * </li>
1621
+ * </li>
1685
1622
  * <li>
1686
1623
  * <p>Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.)</p>
1687
- * <p>
1624
+ * <p>
1688
1625
  * <b>T1 node types:</b>
1689
- * <code>cache.t1.micro</code>
1626
+ * <code>cache.t1.micro</code>
1690
1627
  * </p>
1691
- *
1692
- * <p>
1628
+ * <p>
1693
1629
  * <b>M1 node types:</b>
1694
- * <code>cache.m1.small</code>,
1630
+ * <code>cache.m1.small</code>,
1695
1631
  * <code>cache.m1.medium</code>,
1696
1632
  * <code>cache.m1.large</code>,
1697
1633
  * <code>cache.m1.xlarge</code>
1698
1634
  * </p>
1699
- *
1700
- * <p>
1635
+ * <p>
1701
1636
  * <b>M3 node types:</b>
1702
- * <code>cache.m3.medium</code>,
1637
+ * <code>cache.m3.medium</code>,
1703
1638
  * <code>cache.m3.large</code>,
1704
1639
  * <code>cache.m3.xlarge</code>,
1705
1640
  * <code>cache.m3.2xlarge</code>
1706
1641
  * </p>
1707
- *
1708
- * </li>
1642
+ * </li>
1709
1643
  * </ul>
1710
1644
  * </li>
1711
1645
  * <li>
1712
1646
  * <p>Compute optimized:</p>
1713
- *
1714
- * <ul>
1647
+ * <ul>
1715
1648
  * <li>
1716
1649
  * <p>Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.)</p>
1717
- * <p>
1650
+ * <p>
1718
1651
  * <b>C1 node types:</b>
1719
- * <code>cache.c1.xlarge</code>
1652
+ * <code>cache.c1.xlarge</code>
1720
1653
  * </p>
1721
1654
  * </li>
1722
1655
  * </ul>
1723
1656
  * </li>
1724
1657
  * <li>
1725
1658
  * <p>Memory optimized:</p>
1726
- * <ul>
1659
+ * <ul>
1727
1660
  * <li>
1728
1661
  * <p>Current generation: </p>
1729
- *
1730
- *
1731
- *
1732
- *
1733
- * <p>
1662
+ * <p>
1734
1663
  * <b>R6g node types</b> (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward).</p>
1735
- *
1736
- *
1737
- *
1738
- * <p>
1739
- * <code>cache.r6g.large</code>,
1664
+ * <p>
1665
+ * <code>cache.r6g.large</code>,
1740
1666
  * <code>cache.r6g.xlarge</code>,
1741
1667
  * <code>cache.r6g.2xlarge</code>,
1742
1668
  * <code>cache.r6g.4xlarge</code>,
1743
1669
  * <code>cache.r6g.8xlarge</code>,
1744
1670
  * <code>cache.r6g.12xlarge</code>,
1745
1671
  * <code>cache.r6g.16xlarge</code>
1746
- *
1747
- *
1748
- *
1749
- *
1750
- *
1751
- *
1752
- * </p>
1753
- * <note>
1672
+ * </p>
1673
+ * <note>
1754
1674
  * <p>For region availability, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion">Supported Node Types</a>
1755
1675
  * </p>
1756
1676
  * </note>
1757
- * <p>
1677
+ * <p>
1758
1678
  * <b>R5 node types:</b>
1759
- * <code>cache.r5.large</code>,
1679
+ * <code>cache.r5.large</code>,
1760
1680
  * <code>cache.r5.xlarge</code>,
1761
1681
  * <code>cache.r5.2xlarge</code>,
1762
1682
  * <code>cache.r5.4xlarge</code>,
1763
1683
  * <code>cache.r5.12xlarge</code>,
1764
1684
  * <code>cache.r5.24xlarge</code>
1765
1685
  * </p>
1766
- *
1767
- * <p>
1686
+ * <p>
1768
1687
  * <b>R4 node types:</b>
1769
- * <code>cache.r4.large</code>,
1688
+ * <code>cache.r4.large</code>,
1770
1689
  * <code>cache.r4.xlarge</code>,
1771
1690
  * <code>cache.r4.2xlarge</code>,
1772
1691
  * <code>cache.r4.4xlarge</code>,
1773
1692
  * <code>cache.r4.8xlarge</code>,
1774
1693
  * <code>cache.r4.16xlarge</code>
1775
1694
  * </p>
1776
- *
1777
- *
1778
- *
1779
- *
1780
- *
1781
- *
1782
- *
1783
- *
1784
- *
1785
- *
1786
- *
1787
- * </li>
1695
+ * </li>
1788
1696
  * <li>
1789
1697
  * <p>Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.)</p>
1790
- * <p>
1698
+ * <p>
1791
1699
  * <b>M2 node types:</b>
1792
- * <code>cache.m2.xlarge</code>,
1700
+ * <code>cache.m2.xlarge</code>,
1793
1701
  * <code>cache.m2.2xlarge</code>,
1794
1702
  * <code>cache.m2.4xlarge</code>
1795
1703
  * </p>
1796
- *
1797
- * <p>
1704
+ * <p>
1798
1705
  * <b>R3 node types:</b>
1799
- * <code>cache.r3.large</code>,
1706
+ * <code>cache.r3.large</code>,
1800
1707
  * <code>cache.r3.xlarge</code>,
1801
1708
  * <code>cache.r3.2xlarge</code>,
1802
1709
  * <code>cache.r3.4xlarge</code>,
1803
1710
  * <code>cache.r3.8xlarge</code>
1804
1711
  * </p>
1805
- *
1806
- * </li>
1712
+ * </li>
1807
1713
  * </ul>
1808
1714
  * </li>
1809
1715
  * </ul>
1810
- *
1811
- * <p>
1716
+ * <p>
1812
1717
  * <b>Additional node type info</b>
1813
1718
  * </p>
1814
- * <ul>
1719
+ * <ul>
1815
1720
  * <li>
1816
1721
  * <p>All current generation instance types are created in Amazon VPC by default.</p>
1817
1722
  * </li>
@@ -1830,15 +1735,14 @@ export interface CreateCacheClusterMessage {
1830
1735
  CacheNodeType?: string;
1831
1736
  /**
1832
1737
  * <p>The name of the cache engine to be used for this cluster.</p>
1833
- * <p>Valid values for this parameter are: <code>memcached</code> | <code>redis</code>
1738
+ * <p>Valid values for this parameter are: <code>memcached</code> | <code>redis</code>
1834
1739
  * </p>
1835
1740
  */
1836
1741
  Engine?: string;
1837
1742
  /**
1838
1743
  * <p>The version number of the cache engine to be used for this cluster.
1839
1744
  * To view the supported cache engine versions, use the DescribeCacheEngineVersions operation.</p>
1840
- *
1841
- * <p>
1745
+ * <p>
1842
1746
  * <b>Important:</b> You can upgrade to a newer engine version (see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/SelectEngine.html#VersionManagement">Selecting a Cache Engine and Version</a>), but you cannot downgrade to an earlier engine version.
1843
1747
  * If you want to use an earlier engine version,
1844
1748
  * you must delete the existing cluster or replication group and create it anew with the earlier engine version. </p>
@@ -1852,8 +1756,8 @@ export interface CreateCacheClusterMessage {
1852
1756
  CacheParameterGroupName?: string;
1853
1757
  /**
1854
1758
  * <p>The name of the subnet group to be used for the cluster.</p>
1855
- * <p>Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (Amazon VPC).</p>
1856
- * <important>
1759
+ * <p>Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (Amazon VPC).</p>
1760
+ * <important>
1857
1761
  * <p>If you're going to launch your cluster in an Amazon VPC,
1858
1762
  * you need to create a subnet group before you start creating a cluster.
1859
1763
  * For more information, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/SubnetGroups.html">Subnets and Subnet Groups</a>.</p>
@@ -1862,12 +1766,12 @@ export interface CreateCacheClusterMessage {
1862
1766
  CacheSubnetGroupName?: string;
1863
1767
  /**
1864
1768
  * <p>A list of security group names to associate with this cluster.</p>
1865
- * <p>Use this parameter only when you are creating a cluster outside of an Amazon Virtual Private Cloud (Amazon VPC).</p>
1769
+ * <p>Use this parameter only when you are creating a cluster outside of an Amazon Virtual Private Cloud (Amazon VPC).</p>
1866
1770
  */
1867
1771
  CacheSecurityGroupNames?: string[];
1868
1772
  /**
1869
1773
  * <p>One or more VPC security groups associated with the cluster.</p>
1870
- * <p>Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (Amazon VPC).</p>
1774
+ * <p>Use this parameter only when you are creating a cluster in an Amazon Virtual Private Cloud (Amazon VPC).</p>
1871
1775
  */
1872
1776
  SecurityGroupIds?: string[];
1873
1777
  /**
@@ -1879,17 +1783,17 @@ export interface CreateCacheClusterMessage {
1879
1783
  * a Redis RDB snapshot file stored in Amazon S3.
1880
1784
  * The snapshot file is used to populate the node group (shard).
1881
1785
  * The Amazon S3 object name in the ARN cannot contain any commas.</p>
1882
- * <note>
1786
+ * <note>
1883
1787
  * <p>This parameter is only valid if the <code>Engine</code> parameter is <code>redis</code>.</p>
1884
1788
  * </note>
1885
- * <p>Example of an Amazon S3 ARN: <code>arn:aws:s3:::my_bucket/snapshot1.rdb</code>
1789
+ * <p>Example of an Amazon S3 ARN: <code>arn:aws:s3:::my_bucket/snapshot1.rdb</code>
1886
1790
  * </p>
1887
1791
  */
1888
1792
  SnapshotArns?: string[];
1889
1793
  /**
1890
1794
  * <p>The name of a Redis snapshot from which to restore data into the new node group (shard).
1891
1795
  * The snapshot status changes to <code>restoring</code> while the new node group (shard) is being created.</p>
1892
- * <note>
1796
+ * <note>
1893
1797
  * <p>This parameter is only valid if the <code>Engine</code> parameter is <code>redis</code>.</p>
1894
1798
  * </note>
1895
1799
  */
@@ -1934,7 +1838,7 @@ export interface CreateCacheClusterMessage {
1934
1838
  * <p>Example: <code>05:00-09:00</code>
1935
1839
  * </p>
1936
1840
  * <p>If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.</p>
1937
- * <note>
1841
+ * <note>
1938
1842
  * <p>This parameter is only valid if the <code>Engine</code> parameter is <code>redis</code>.</p>
1939
1843
  * </note>
1940
1844
  */
@@ -1943,8 +1847,8 @@ export interface CreateCacheClusterMessage {
1943
1847
  * <p>
1944
1848
  * <b>Reserved parameter.</b>
1945
1849
  * The password used to access a password protected server.</p>
1946
- * <p>Password constraints:</p>
1947
- * <ul>
1850
+ * <p>Password constraints:</p>
1851
+ * <ul>
1948
1852
  * <li>
1949
1853
  * <p>Must be only printable ASCII characters.</p>
1950
1854
  * </li>
@@ -1956,7 +1860,7 @@ export interface CreateCacheClusterMessage {
1956
1860
  * <p>The only permitted printable special characters are !, &, #, $, ^, <, >, and -. Other printable special characters cannot be used in the AUTH token.</p>
1957
1861
  * </li>
1958
1862
  * </ul>
1959
- * <p>For more information, see <a href="http://redis.io/commands/AUTH">AUTH password</a> at http://redis.io/commands/AUTH.</p>
1863
+ * <p>For more information, see <a href="http://redis.io/commands/AUTH">AUTH password</a> at http://redis.io/commands/AUTH.</p>
1960
1864
  */
1961
1865
  AuthToken?: string;
1962
1866
  /**
@@ -1976,10 +1880,8 @@ export interface CreateCacheClusterMessage {
1976
1880
  */
1977
1881
  LogDeliveryConfigurations?: LogDeliveryConfigurationRequest[];
1978
1882
  /**
1979
- * <p>A flag that enables in-transit encryption when set to true. You cannot modify the value of TransitEncryptionEnabled after the cluster is created.
1980
- * To enable in-transit encryption on a cluster you must set <code>TransitEncryptionEnabled</code> to true when you create a cluster.</p>
1981
- *
1982
- * <p> Only available when creating a cache cluster in an Amazon VPC using Memcached version 1.6.12 or later.</p>
1883
+ * <p>A flag that enables in-transit encryption when set to true.</p>
1884
+ * <p> Only available when creating a cache cluster in an Amazon VPC using Memcached version 1.6.12 or later.</p>
1983
1885
  */
1984
1886
  TransitEncryptionEnabled?: boolean;
1985
1887
  /**
@@ -1997,17 +1899,16 @@ export interface CreateCacheClusterMessage {
1997
1899
  * <p>Represents an individual cache node within a cluster. Each cache node runs its own
1998
1900
  * instance of the cluster's protocol-compliant caching software - either Memcached or
1999
1901
  * Redis.</p>
2000
- *
2001
- * <p>The following node types are supported by ElastiCache.
1902
+ * <p>The following node types are supported by ElastiCache.
2002
1903
  * Generally speaking, the current generation types provide more memory and computational power
2003
1904
  * at lower cost when compared to their equivalent previous generation counterparts.</p>
2004
- * <ul>
1905
+ * <ul>
2005
1906
  * <li>
2006
1907
  * <p>General purpose:</p>
2007
- * <ul>
1908
+ * <ul>
2008
1909
  * <li>
2009
1910
  * <p>Current generation: </p>
2010
- * <p>
1911
+ * <p>
2011
1912
  * <b>M6g node types</b> (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward):
2012
1913
  *
2013
1914
  * <code>cache.m6g.large</code>,
@@ -2017,198 +1918,145 @@ export interface CreateCacheClusterMessage {
2017
1918
  * <code>cache.m6g.8xlarge</code>,
2018
1919
  * <code>cache.m6g.12xlarge</code>,
2019
1920
  * <code>cache.m6g.16xlarge</code>
2020
- *
2021
- *
2022
- *
2023
- * </p>
2024
- *
2025
- * <note>
1921
+ * </p>
1922
+ * <note>
2026
1923
  * <p>For region availability, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion">Supported Node Types</a>
2027
1924
  * </p>
2028
1925
  * </note>
2029
- *
2030
- *
2031
- * <p>
1926
+ * <p>
2032
1927
  * <b>M5 node types:</b>
2033
- * <code>cache.m5.large</code>,
1928
+ * <code>cache.m5.large</code>,
2034
1929
  * <code>cache.m5.xlarge</code>,
2035
1930
  * <code>cache.m5.2xlarge</code>,
2036
1931
  * <code>cache.m5.4xlarge</code>,
2037
1932
  * <code>cache.m5.12xlarge</code>,
2038
1933
  * <code>cache.m5.24xlarge</code>
2039
- *
2040
- *
2041
- * </p>
2042
- *
2043
- *
2044
- * <p>
1934
+ * </p>
1935
+ * <p>
2045
1936
  * <b>M4 node types:</b>
2046
- * <code>cache.m4.large</code>,
1937
+ * <code>cache.m4.large</code>,
2047
1938
  * <code>cache.m4.xlarge</code>,
2048
1939
  * <code>cache.m4.2xlarge</code>,
2049
1940
  * <code>cache.m4.4xlarge</code>,
2050
1941
  * <code>cache.m4.10xlarge</code>
2051
1942
  * </p>
2052
- *
2053
- * <p>
1943
+ * <p>
2054
1944
  * <b>T4g node types</b> (available only for Redis engine version 5.0.6 onward and Memcached engine version 1.5.16 onward):
2055
1945
  * <code>cache.t4g.micro</code>,
2056
1946
  * <code>cache.t4g.small</code>,
2057
1947
  * <code>cache.t4g.medium</code>
2058
- * </p>
2059
- *
2060
- *
2061
- * <p>
1948
+ * </p>
1949
+ * <p>
2062
1950
  * <b>T3 node types:</b>
2063
- * <code>cache.t3.micro</code>,
1951
+ * <code>cache.t3.micro</code>,
2064
1952
  * <code>cache.t3.small</code>,
2065
1953
  * <code>cache.t3.medium</code>
2066
1954
  * </p>
2067
- *
2068
- *
2069
- * <p>
1955
+ * <p>
2070
1956
  * <b>T2 node types:</b>
2071
- * <code>cache.t2.micro</code>,
1957
+ * <code>cache.t2.micro</code>,
2072
1958
  * <code>cache.t2.small</code>,
2073
1959
  * <code>cache.t2.medium</code>
2074
1960
  * </p>
2075
- *
2076
- *
2077
- *
2078
- *
2079
- * </li>
1961
+ * </li>
2080
1962
  * <li>
2081
1963
  * <p>Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.)</p>
2082
- * <p>
1964
+ * <p>
2083
1965
  * <b>T1 node types:</b>
2084
- * <code>cache.t1.micro</code>
1966
+ * <code>cache.t1.micro</code>
2085
1967
  * </p>
2086
- *
2087
- * <p>
1968
+ * <p>
2088
1969
  * <b>M1 node types:</b>
2089
- * <code>cache.m1.small</code>,
1970
+ * <code>cache.m1.small</code>,
2090
1971
  * <code>cache.m1.medium</code>,
2091
1972
  * <code>cache.m1.large</code>,
2092
1973
  * <code>cache.m1.xlarge</code>
2093
1974
  * </p>
2094
- *
2095
- * <p>
1975
+ * <p>
2096
1976
  * <b>M3 node types:</b>
2097
- * <code>cache.m3.medium</code>,
1977
+ * <code>cache.m3.medium</code>,
2098
1978
  * <code>cache.m3.large</code>,
2099
1979
  * <code>cache.m3.xlarge</code>,
2100
1980
  * <code>cache.m3.2xlarge</code>
2101
1981
  * </p>
2102
- *
2103
- * </li>
1982
+ * </li>
2104
1983
  * </ul>
2105
1984
  * </li>
2106
1985
  * <li>
2107
1986
  * <p>Compute optimized:</p>
2108
- *
2109
- * <ul>
1987
+ * <ul>
2110
1988
  * <li>
2111
1989
  * <p>Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.)</p>
2112
- * <p>
1990
+ * <p>
2113
1991
  * <b>C1 node types:</b>
2114
- * <code>cache.c1.xlarge</code>
1992
+ * <code>cache.c1.xlarge</code>
2115
1993
  * </p>
2116
1994
  * </li>
2117
1995
  * </ul>
2118
1996
  * </li>
2119
1997
  * <li>
2120
1998
  * <p>Memory optimized:</p>
2121
- * <ul>
1999
+ * <ul>
2122
2000
  * <li>
2123
2001
  * <p>Current generation: </p>
2124
- *
2125
- *
2126
- *
2127
- *
2128
- * <p>
2002
+ * <p>
2129
2003
  * <b>R6g node types</b> (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward).</p>
2130
- *
2131
- *
2132
- *
2133
- * <p>
2134
- * <code>cache.r6g.large</code>,
2004
+ * <p>
2005
+ * <code>cache.r6g.large</code>,
2135
2006
  * <code>cache.r6g.xlarge</code>,
2136
2007
  * <code>cache.r6g.2xlarge</code>,
2137
2008
  * <code>cache.r6g.4xlarge</code>,
2138
2009
  * <code>cache.r6g.8xlarge</code>,
2139
2010
  * <code>cache.r6g.12xlarge</code>,
2140
2011
  * <code>cache.r6g.16xlarge</code>
2141
- *
2142
- *
2143
- *
2144
- *
2145
- *
2146
- *
2147
- * </p>
2148
- * <note>
2012
+ * </p>
2013
+ * <note>
2149
2014
  * <p>For region availability, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion">Supported Node Types</a>
2150
2015
  * </p>
2151
2016
  * </note>
2152
- * <p>
2017
+ * <p>
2153
2018
  * <b>R5 node types:</b>
2154
- * <code>cache.r5.large</code>,
2019
+ * <code>cache.r5.large</code>,
2155
2020
  * <code>cache.r5.xlarge</code>,
2156
2021
  * <code>cache.r5.2xlarge</code>,
2157
2022
  * <code>cache.r5.4xlarge</code>,
2158
2023
  * <code>cache.r5.12xlarge</code>,
2159
2024
  * <code>cache.r5.24xlarge</code>
2160
2025
  * </p>
2161
- *
2162
- * <p>
2026
+ * <p>
2163
2027
  * <b>R4 node types:</b>
2164
- * <code>cache.r4.large</code>,
2028
+ * <code>cache.r4.large</code>,
2165
2029
  * <code>cache.r4.xlarge</code>,
2166
2030
  * <code>cache.r4.2xlarge</code>,
2167
2031
  * <code>cache.r4.4xlarge</code>,
2168
2032
  * <code>cache.r4.8xlarge</code>,
2169
2033
  * <code>cache.r4.16xlarge</code>
2170
2034
  * </p>
2171
- *
2172
- *
2173
- *
2174
- *
2175
- *
2176
- *
2177
- *
2178
- *
2179
- *
2180
- *
2181
- *
2182
- * </li>
2035
+ * </li>
2183
2036
  * <li>
2184
2037
  * <p>Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.)</p>
2185
- * <p>
2038
+ * <p>
2186
2039
  * <b>M2 node types:</b>
2187
- * <code>cache.m2.xlarge</code>,
2040
+ * <code>cache.m2.xlarge</code>,
2188
2041
  * <code>cache.m2.2xlarge</code>,
2189
2042
  * <code>cache.m2.4xlarge</code>
2190
2043
  * </p>
2191
- *
2192
- * <p>
2044
+ * <p>
2193
2045
  * <b>R3 node types:</b>
2194
- * <code>cache.r3.large</code>,
2046
+ * <code>cache.r3.large</code>,
2195
2047
  * <code>cache.r3.xlarge</code>,
2196
2048
  * <code>cache.r3.2xlarge</code>,
2197
2049
  * <code>cache.r3.4xlarge</code>,
2198
2050
  * <code>cache.r3.8xlarge</code>
2199
2051
  * </p>
2200
- *
2201
- * </li>
2052
+ * </li>
2202
2053
  * </ul>
2203
2054
  * </li>
2204
2055
  * </ul>
2205
- *
2206
- *
2207
- *
2208
- * <p>
2056
+ * <p>
2209
2057
  * <b>Additional node type info</b>
2210
2058
  * </p>
2211
- * <ul>
2059
+ * <ul>
2212
2060
  * <li>
2213
2061
  * <p>All current generation instance types are created in Amazon VPC by default.</p>
2214
2062
  * </li>
@@ -2312,7 +2160,7 @@ export interface NotificationConfiguration {
2312
2160
  export interface PendingModifiedValues {
2313
2161
  /**
2314
2162
  * <p>The new number of cache nodes for the cluster.</p>
2315
- * <p>For clusters running Redis, this value must be 1.
2163
+ * <p>For clusters running Redis, this value must be 1.
2316
2164
  * For clusters running Memcached, this value must be between 1 and 40.</p>
2317
2165
  */
2318
2166
  NumCacheNodes?: number;
@@ -2337,6 +2185,14 @@ export interface PendingModifiedValues {
2337
2185
  * <p>The log delivery configurations being modified </p>
2338
2186
  */
2339
2187
  LogDeliveryConfigurations?: PendingLogDeliveryConfiguration[];
2188
+ /**
2189
+ * <p>A flag that enables in-transit encryption when set to true.</p>
2190
+ */
2191
+ TransitEncryptionEnabled?: boolean;
2192
+ /**
2193
+ * <p>A setting that allows you to migrate your clients to use in-transit encryption, with no downtime.</p>
2194
+ */
2195
+ TransitEncryptionMode?: TransitEncryptionMode | string;
2340
2196
  }
2341
2197
  /**
2342
2198
  * <p>Represents a single cache security group and its status.</p>
@@ -2365,7 +2221,7 @@ export interface CacheCluster {
2365
2221
  /**
2366
2222
  * <p>Represents a Memcached cluster endpoint which can be used by an application to connect to any node in the cluster.
2367
2223
  * The configuration endpoint will always have <code>.cfg</code> in it.</p>
2368
- * <p>Example: <code>mem-3.9dvc4r<u>.cfg</u>.usw2.cache.amazonaws.com:11211</code>
2224
+ * <p>Example: <code>mem-3.9dvc4r<u>.cfg</u>.usw2.cache.amazonaws.com:11211</code>
2369
2225
  * </p>
2370
2226
  */
2371
2227
  ConfigurationEndpoint?: Endpoint;
@@ -2375,17 +2231,16 @@ export interface CacheCluster {
2375
2231
  ClientDownloadLandingPage?: string;
2376
2232
  /**
2377
2233
  * <p>The name of the compute and memory capacity node type for the cluster.</p>
2378
- *
2379
- * <p>The following node types are supported by ElastiCache.
2234
+ * <p>The following node types are supported by ElastiCache.
2380
2235
  * Generally speaking, the current generation types provide more memory and computational power
2381
2236
  * at lower cost when compared to their equivalent previous generation counterparts.</p>
2382
- * <ul>
2237
+ * <ul>
2383
2238
  * <li>
2384
2239
  * <p>General purpose:</p>
2385
- * <ul>
2240
+ * <ul>
2386
2241
  * <li>
2387
2242
  * <p>Current generation: </p>
2388
- * <p>
2243
+ * <p>
2389
2244
  * <b>M6g node types</b> (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward):
2390
2245
  *
2391
2246
  * <code>cache.m6g.large</code>,
@@ -2395,198 +2250,145 @@ export interface CacheCluster {
2395
2250
  * <code>cache.m6g.8xlarge</code>,
2396
2251
  * <code>cache.m6g.12xlarge</code>,
2397
2252
  * <code>cache.m6g.16xlarge</code>
2398
- *
2399
- *
2400
- *
2401
- * </p>
2402
- *
2403
- * <note>
2253
+ * </p>
2254
+ * <note>
2404
2255
  * <p>For region availability, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion">Supported Node Types</a>
2405
2256
  * </p>
2406
2257
  * </note>
2407
- *
2408
- *
2409
- * <p>
2258
+ * <p>
2410
2259
  * <b>M5 node types:</b>
2411
- * <code>cache.m5.large</code>,
2260
+ * <code>cache.m5.large</code>,
2412
2261
  * <code>cache.m5.xlarge</code>,
2413
2262
  * <code>cache.m5.2xlarge</code>,
2414
2263
  * <code>cache.m5.4xlarge</code>,
2415
2264
  * <code>cache.m5.12xlarge</code>,
2416
2265
  * <code>cache.m5.24xlarge</code>
2417
- *
2418
- *
2419
- * </p>
2420
- *
2421
- *
2422
- * <p>
2266
+ * </p>
2267
+ * <p>
2423
2268
  * <b>M4 node types:</b>
2424
- * <code>cache.m4.large</code>,
2269
+ * <code>cache.m4.large</code>,
2425
2270
  * <code>cache.m4.xlarge</code>,
2426
2271
  * <code>cache.m4.2xlarge</code>,
2427
2272
  * <code>cache.m4.4xlarge</code>,
2428
2273
  * <code>cache.m4.10xlarge</code>
2429
2274
  * </p>
2430
- *
2431
- * <p>
2275
+ * <p>
2432
2276
  * <b>T4g node types</b> (available only for Redis engine version 5.0.6 onward and Memcached engine version 1.5.16 onward):
2433
2277
  * <code>cache.t4g.micro</code>,
2434
2278
  * <code>cache.t4g.small</code>,
2435
2279
  * <code>cache.t4g.medium</code>
2436
- * </p>
2437
- *
2438
- *
2439
- * <p>
2280
+ * </p>
2281
+ * <p>
2440
2282
  * <b>T3 node types:</b>
2441
- * <code>cache.t3.micro</code>,
2283
+ * <code>cache.t3.micro</code>,
2442
2284
  * <code>cache.t3.small</code>,
2443
2285
  * <code>cache.t3.medium</code>
2444
2286
  * </p>
2445
- *
2446
- *
2447
- * <p>
2287
+ * <p>
2448
2288
  * <b>T2 node types:</b>
2449
- * <code>cache.t2.micro</code>,
2289
+ * <code>cache.t2.micro</code>,
2450
2290
  * <code>cache.t2.small</code>,
2451
2291
  * <code>cache.t2.medium</code>
2452
2292
  * </p>
2453
- *
2454
- *
2455
- *
2456
- *
2457
- * </li>
2293
+ * </li>
2458
2294
  * <li>
2459
2295
  * <p>Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.)</p>
2460
- * <p>
2296
+ * <p>
2461
2297
  * <b>T1 node types:</b>
2462
- * <code>cache.t1.micro</code>
2298
+ * <code>cache.t1.micro</code>
2463
2299
  * </p>
2464
- *
2465
- * <p>
2300
+ * <p>
2466
2301
  * <b>M1 node types:</b>
2467
- * <code>cache.m1.small</code>,
2302
+ * <code>cache.m1.small</code>,
2468
2303
  * <code>cache.m1.medium</code>,
2469
2304
  * <code>cache.m1.large</code>,
2470
2305
  * <code>cache.m1.xlarge</code>
2471
2306
  * </p>
2472
- *
2473
- * <p>
2307
+ * <p>
2474
2308
  * <b>M3 node types:</b>
2475
- * <code>cache.m3.medium</code>,
2309
+ * <code>cache.m3.medium</code>,
2476
2310
  * <code>cache.m3.large</code>,
2477
2311
  * <code>cache.m3.xlarge</code>,
2478
2312
  * <code>cache.m3.2xlarge</code>
2479
2313
  * </p>
2480
- *
2481
- * </li>
2314
+ * </li>
2482
2315
  * </ul>
2483
2316
  * </li>
2484
2317
  * <li>
2485
2318
  * <p>Compute optimized:</p>
2486
- *
2487
- * <ul>
2319
+ * <ul>
2488
2320
  * <li>
2489
2321
  * <p>Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.)</p>
2490
- * <p>
2322
+ * <p>
2491
2323
  * <b>C1 node types:</b>
2492
- * <code>cache.c1.xlarge</code>
2324
+ * <code>cache.c1.xlarge</code>
2493
2325
  * </p>
2494
2326
  * </li>
2495
2327
  * </ul>
2496
2328
  * </li>
2497
2329
  * <li>
2498
2330
  * <p>Memory optimized:</p>
2499
- * <ul>
2331
+ * <ul>
2500
2332
  * <li>
2501
2333
  * <p>Current generation: </p>
2502
- *
2503
- *
2504
- *
2505
- *
2506
- * <p>
2334
+ * <p>
2507
2335
  * <b>R6g node types</b> (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward).</p>
2508
- *
2509
- *
2510
- *
2511
- * <p>
2512
- * <code>cache.r6g.large</code>,
2336
+ * <p>
2337
+ * <code>cache.r6g.large</code>,
2513
2338
  * <code>cache.r6g.xlarge</code>,
2514
2339
  * <code>cache.r6g.2xlarge</code>,
2515
2340
  * <code>cache.r6g.4xlarge</code>,
2516
2341
  * <code>cache.r6g.8xlarge</code>,
2517
2342
  * <code>cache.r6g.12xlarge</code>,
2518
2343
  * <code>cache.r6g.16xlarge</code>
2519
- *
2520
- *
2521
- *
2522
- *
2523
- *
2524
- *
2525
- * </p>
2526
- * <note>
2344
+ * </p>
2345
+ * <note>
2527
2346
  * <p>For region availability, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion">Supported Node Types</a>
2528
2347
  * </p>
2529
2348
  * </note>
2530
- * <p>
2349
+ * <p>
2531
2350
  * <b>R5 node types:</b>
2532
- * <code>cache.r5.large</code>,
2351
+ * <code>cache.r5.large</code>,
2533
2352
  * <code>cache.r5.xlarge</code>,
2534
2353
  * <code>cache.r5.2xlarge</code>,
2535
2354
  * <code>cache.r5.4xlarge</code>,
2536
2355
  * <code>cache.r5.12xlarge</code>,
2537
2356
  * <code>cache.r5.24xlarge</code>
2538
2357
  * </p>
2539
- *
2540
- * <p>
2358
+ * <p>
2541
2359
  * <b>R4 node types:</b>
2542
- * <code>cache.r4.large</code>,
2360
+ * <code>cache.r4.large</code>,
2543
2361
  * <code>cache.r4.xlarge</code>,
2544
2362
  * <code>cache.r4.2xlarge</code>,
2545
2363
  * <code>cache.r4.4xlarge</code>,
2546
2364
  * <code>cache.r4.8xlarge</code>,
2547
2365
  * <code>cache.r4.16xlarge</code>
2548
2366
  * </p>
2549
- *
2550
- *
2551
- *
2552
- *
2553
- *
2554
- *
2555
- *
2556
- *
2557
- *
2558
- *
2559
- *
2560
- * </li>
2367
+ * </li>
2561
2368
  * <li>
2562
2369
  * <p>Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.)</p>
2563
- * <p>
2370
+ * <p>
2564
2371
  * <b>M2 node types:</b>
2565
- * <code>cache.m2.xlarge</code>,
2372
+ * <code>cache.m2.xlarge</code>,
2566
2373
  * <code>cache.m2.2xlarge</code>,
2567
2374
  * <code>cache.m2.4xlarge</code>
2568
2375
  * </p>
2569
- *
2570
- * <p>
2376
+ * <p>
2571
2377
  * <b>R3 node types:</b>
2572
- * <code>cache.r3.large</code>,
2378
+ * <code>cache.r3.large</code>,
2573
2379
  * <code>cache.r3.xlarge</code>,
2574
2380
  * <code>cache.r3.2xlarge</code>,
2575
2381
  * <code>cache.r3.4xlarge</code>,
2576
2382
  * <code>cache.r3.8xlarge</code>
2577
2383
  * </p>
2578
- *
2579
- * </li>
2384
+ * </li>
2580
2385
  * </ul>
2581
2386
  * </li>
2582
2387
  * </ul>
2583
- *
2584
- *
2585
- *
2586
- * <p>
2388
+ * <p>
2587
2389
  * <b>Additional node type info</b>
2588
2390
  * </p>
2589
- * <ul>
2391
+ * <ul>
2590
2392
  * <li>
2591
2393
  * <p>All current generation instance types are created in Amazon VPC by default.</p>
2592
2394
  * </li>
@@ -2627,7 +2429,7 @@ export interface CacheCluster {
2627
2429
  CacheClusterStatus?: string;
2628
2430
  /**
2629
2431
  * <p>The number of cache nodes in the cluster.</p>
2630
- * <p>For clusters running Redis, this value must be 1. For clusters running Memcached,
2432
+ * <p>For clusters running Redis, this value must be 1. For clusters running Memcached,
2631
2433
  * this value must be between 1 and 40.</p>
2632
2434
  */
2633
2435
  NumCacheNodes?: number;
@@ -2735,7 +2537,7 @@ export interface CacheCluster {
2735
2537
  * <p>The number of days for which ElastiCache retains automatic cluster snapshots before
2736
2538
  * deleting them. For example, if you set <code>SnapshotRetentionLimit</code> to 5, a
2737
2539
  * snapshot that was taken today is retained for 5 days before being deleted.</p>
2738
- * <important>
2540
+ * <important>
2739
2541
  * <p>
2740
2542
  * If the value of SnapshotRetentionLimit is set to zero (0), backups are turned off.</p>
2741
2543
  * </important>
@@ -2744,14 +2546,14 @@ export interface CacheCluster {
2744
2546
  /**
2745
2547
  * <p>The daily time range (in UTC) during which ElastiCache begins taking a
2746
2548
  * daily snapshot of your cluster.</p>
2747
- * <p>Example: <code>05:00-09:00</code>
2549
+ * <p>Example: <code>05:00-09:00</code>
2748
2550
  * </p>
2749
2551
  */
2750
2552
  SnapshotWindow?: string;
2751
2553
  /**
2752
2554
  * <p>A flag that enables using an <code>AuthToken</code> (password)
2753
2555
  * when issuing Redis commands.</p>
2754
- * <p>Default: <code>false</code>
2556
+ * <p>Default: <code>false</code>
2755
2557
  * </p>
2756
2558
  */
2757
2559
  AuthTokenEnabled?: boolean;
@@ -2761,27 +2563,23 @@ export interface CacheCluster {
2761
2563
  AuthTokenLastModifiedDate?: Date;
2762
2564
  /**
2763
2565
  * <p>A flag that enables in-transit encryption when set to <code>true</code>.</p>
2764
- * <p>You cannot modify the value of <code>TransitEncryptionEnabled</code>
2765
- * after the cluster is created. To enable in-transit encryption on a cluster
2766
- * you must set <code>TransitEncryptionEnabled</code> to <code>true</code>
2767
- * when you create a cluster.</p>
2768
- * <p>
2566
+ * <p>
2769
2567
  * <b>Required:</b>
2770
2568
  * Only available when creating a replication group in an Amazon VPC using redis version <code>3.2.6</code>, <code>4.x</code> or later.</p>
2771
- * <p>Default: <code>false</code>
2569
+ * <p>Default: <code>false</code>
2772
2570
  * </p>
2773
2571
  */
2774
2572
  TransitEncryptionEnabled?: boolean;
2775
2573
  /**
2776
2574
  * <p>A flag that enables encryption at-rest when set to <code>true</code>.</p>
2777
- * <p>You cannot modify the value of <code>AtRestEncryptionEnabled</code>
2575
+ * <p>You cannot modify the value of <code>AtRestEncryptionEnabled</code>
2778
2576
  * after the cluster is created. To enable at-rest encryption on a cluster
2779
2577
  * you must set <code>AtRestEncryptionEnabled</code> to <code>true</code>
2780
2578
  * when you create a cluster.</p>
2781
- * <p>
2579
+ * <p>
2782
2580
  * <b>Required:</b>
2783
2581
  * Only available when creating a replication group in an Amazon VPC using redis version <code>3.2.6</code>, <code>4.x</code> or later.</p>
2784
- * <p>Default: <code>false</code>
2582
+ * <p>Default: <code>false</code>
2785
2583
  * </p>
2786
2584
  */
2787
2585
  AtRestEncryptionEnabled?: boolean;
@@ -2807,6 +2605,10 @@ export interface CacheCluster {
2807
2605
  * <a href="https://aws.amazon.com/ec2/nitro/">Nitro system</a>.</p>
2808
2606
  */
2809
2607
  IpDiscovery?: IpDiscovery | string;
2608
+ /**
2609
+ * <p>A setting that allows you to migrate your clients to use in-transit encryption, with no downtime.</p>
2610
+ */
2611
+ TransitEncryptionMode?: TransitEncryptionMode | string;
2810
2612
  }
2811
2613
  export interface CreateCacheClusterResult {
2812
2614
  /**
@@ -2891,7 +2693,7 @@ export interface CreateCacheParameterGroupMessage {
2891
2693
  CacheParameterGroupName: string | undefined;
2892
2694
  /**
2893
2695
  * <p>The name of the cache parameter group family that the cache parameter group can be used with.</p>
2894
- * <p>Valid values are:
2696
+ * <p>Valid values are:
2895
2697
  * <code>memcached1.4</code> |
2896
2698
  * <code>memcached1.5</code> |
2897
2699
  * <code>memcached1.6</code> |
@@ -2923,7 +2725,7 @@ export interface CacheParameterGroup {
2923
2725
  CacheParameterGroupName?: string;
2924
2726
  /**
2925
2727
  * <p>The name of the cache parameter group family that this cache parameter group is compatible with.</p>
2926
- * <p>Valid values are:
2728
+ * <p>Valid values are:
2927
2729
  * <code>memcached1.4</code> |
2928
2730
  * <code>memcached1.5</code> |
2929
2731
  * <code>memcached1.6</code> |
@@ -2994,8 +2796,8 @@ export declare class CacheSecurityGroupQuotaExceededFault extends __BaseExceptio
2994
2796
  export interface CreateCacheSecurityGroupMessage {
2995
2797
  /**
2996
2798
  * <p>A name for the cache security group. This value is stored as a lowercase string.</p>
2997
- * <p>Constraints: Must contain no more than 255 alphanumeric characters. Cannot be the word "Default".</p>
2998
- * <p>Example: <code>mysecuritygroup</code>
2799
+ * <p>Constraints: Must contain no more than 255 alphanumeric characters. Cannot be the word "Default".</p>
2800
+ * <p>Example: <code>mysecuritygroup</code>
2999
2801
  * </p>
3000
2802
  */
3001
2803
  CacheSecurityGroupName: string | undefined;
@@ -3011,7 +2813,7 @@ export interface CreateCacheSecurityGroupMessage {
3011
2813
  export interface CreateCacheSecurityGroupResult {
3012
2814
  /**
3013
2815
  * <p>Represents the output of one of the following operations:</p>
3014
- * <ul>
2816
+ * <ul>
3015
2817
  * <li>
3016
2818
  * <p>
3017
2819
  * <code>AuthorizeCacheSecurityGroupIngress</code>
@@ -3070,8 +2872,8 @@ export declare class CacheSubnetQuotaExceededFault extends __BaseException {
3070
2872
  export interface CreateCacheSubnetGroupMessage {
3071
2873
  /**
3072
2874
  * <p>A name for the cache subnet group. This value is stored as a lowercase string.</p>
3073
- * <p>Constraints: Must contain no more than 255 alphanumeric characters or hyphens.</p>
3074
- * <p>Example: <code>mysubnetgroup</code>
2875
+ * <p>Constraints: Must contain no more than 255 alphanumeric characters or hyphens.</p>
2876
+ * <p>Example: <code>mysubnetgroup</code>
3075
2877
  * </p>
3076
2878
  */
3077
2879
  CacheSubnetGroupName: string | undefined;
@@ -3131,7 +2933,7 @@ export interface Subnet {
3131
2933
  }
3132
2934
  /**
3133
2935
  * <p>Represents the output of one of the following operations:</p>
3134
- * <ul>
2936
+ * <ul>
3135
2937
  * <li>
3136
2938
  * <p>
3137
2939
  * <code>CreateCacheSubnetGroup</code>
@@ -3174,7 +2976,7 @@ export interface CacheSubnetGroup {
3174
2976
  export interface CreateCacheSubnetGroupResult {
3175
2977
  /**
3176
2978
  * <p>Represents the output of one of the following operations:</p>
3177
- * <ul>
2979
+ * <ul>
3178
2980
  * <li>
3179
2981
  * <p>
3180
2982
  * <code>CreateCacheSubnetGroup</code>
@@ -3216,7 +3018,7 @@ export interface CreateGlobalReplicationGroupMessage {
3216
3018
  /**
3217
3019
  * <p>The suffix name of a Global datastore. Amazon ElastiCache automatically applies a prefix
3218
3020
  * to the Global datastore ID when it is created. Each Amazon Region has its own prefix. For instance, a Global datastore ID created in the US-West-1 region will begin with "dsdfu" along with the suffix name you provide. The suffix, combined with the auto-generated prefix, guarantees uniqueness of the Global datastore name across multiple regions. </p>
3219
- * <p>For a full list of Amazon Regions and their respective Global datastore iD prefixes, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Redis-Global-Datastores-CLI.html">Using the Amazon CLI with Global datastores </a>.</p>
3021
+ * <p>For a full list of Amazon Regions and their respective Global datastore iD prefixes, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Redis-Global-Datastores-CLI.html">Using the Amazon CLI with Global datastores </a>.</p>
3220
3022
  */
3221
3023
  GlobalReplicationGroupIdSuffix: string | undefined;
3222
3024
  /**
@@ -3269,9 +3071,7 @@ export interface GlobalReplicationGroupMember {
3269
3071
  /**
3270
3072
  * <p>Consists of a primary cluster that accepts writes and an associated secondary cluster that resides in a different Amazon region. The secondary cluster accepts only reads. The primary
3271
3073
  * cluster automatically replicates updates to the secondary cluster.</p>
3272
- *
3273
- *
3274
- * <ul>
3074
+ * <ul>
3275
3075
  * <li>
3276
3076
  * <p>The <b>GlobalReplicationGroupIdSuffix</b> represents the name of the Global datastore,
3277
3077
  * which is what you use to associate a secondary cluster.</p>
@@ -3318,26 +3118,24 @@ export interface GlobalReplicationGroup {
3318
3118
  /**
3319
3119
  * <p>A flag that enables using an <code>AuthToken</code> (password)
3320
3120
  * when issuing Redis commands.</p>
3321
- * <p>Default: <code>false</code>
3121
+ * <p>Default: <code>false</code>
3322
3122
  * </p>
3323
3123
  */
3324
3124
  AuthTokenEnabled?: boolean;
3325
3125
  /**
3326
- * <p>A flag that enables in-transit encryption when set to true.
3327
- *
3328
- * You cannot modify the value of <code>TransitEncryptionEnabled</code> after the cluster is created. To enable in-transit encryption on a cluster you must set <code>TransitEncryptionEnabled</code> to true when you create a cluster. </p>
3329
- * <p>
3126
+ * <p>A flag that enables in-transit encryption when set to true.</p>
3127
+ * <p>
3330
3128
  * <b>Required:</b>
3331
3129
  * Only available when creating a replication group in an Amazon VPC using redis version <code>3.2.6</code>, <code>4.x</code> or later.</p>
3332
3130
  */
3333
3131
  TransitEncryptionEnabled?: boolean;
3334
3132
  /**
3335
3133
  * <p>A flag that enables encryption at rest when set to <code>true</code>.</p>
3336
- * <p>You cannot modify the value of <code>AtRestEncryptionEnabled</code> after the replication
3134
+ * <p>You cannot modify the value of <code>AtRestEncryptionEnabled</code> after the replication
3337
3135
  * group is created.
3338
3136
  * To enable encryption at rest on a replication group you must set <code>AtRestEncryptionEnabled</code> to
3339
3137
  * <code>true</code> when you create the replication group. </p>
3340
- * <p>
3138
+ * <p>
3341
3139
  * <b>Required:</b>
3342
3140
  * Only available when creating a replication group in an Amazon VPC using redis version <code>3.2.6</code>, <code>4.x</code> or later.</p>
3343
3141
  */
@@ -3351,9 +3149,7 @@ export interface CreateGlobalReplicationGroupResult {
3351
3149
  /**
3352
3150
  * <p>Consists of a primary cluster that accepts writes and an associated secondary cluster that resides in a different Amazon region. The secondary cluster accepts only reads. The primary
3353
3151
  * cluster automatically replicates updates to the secondary cluster.</p>
3354
- *
3355
- *
3356
- * <ul>
3152
+ * <ul>
3357
3153
  * <li>
3358
3154
  * <p>The <b>GlobalReplicationGroupIdSuffix</b> represents the name of the Global datastore,
3359
3155
  * which is what you use to associate a secondary cluster.</p>
@@ -3390,7 +3186,6 @@ export declare class ServiceLinkedRoleNotFoundFault extends __BaseException {
3390
3186
  export interface CreateReplicationGroupMessage {
3391
3187
  /**
3392
3188
  * <p>The replication group identifier. This parameter is stored as a lowercase string.</p>
3393
- *
3394
3189
  * <p>Constraints:</p>
3395
3190
  * <ul>
3396
3191
  * <li>
@@ -3416,18 +3211,16 @@ export interface CreateReplicationGroupMessage {
3416
3211
  /**
3417
3212
  * <p>The identifier of the cluster that serves as the primary for this replication
3418
3213
  * group. This cluster must already exist and have a status of <code>available</code>.</p>
3419
- * <p>This parameter is not required if <code>NumCacheClusters</code>,
3214
+ * <p>This parameter is not required if <code>NumCacheClusters</code>,
3420
3215
  * <code>NumNodeGroups</code>, or
3421
3216
  * <code>ReplicasPerNodeGroup</code> is specified.</p>
3422
3217
  */
3423
3218
  PrimaryClusterId?: string;
3424
3219
  /**
3425
3220
  * <p>Specifies whether a read-only replica is automatically promoted to read/write primary if the existing primary fails.</p>
3426
- *
3427
- * <p>
3221
+ * <p>
3428
3222
  * <code>AutomaticFailoverEnabled</code> must be enabled for Redis (cluster mode enabled) replication groups.</p>
3429
- *
3430
- * <p>Default: false</p>
3223
+ * <p>Default: false</p>
3431
3224
  */
3432
3225
  AutomaticFailoverEnabled?: boolean;
3433
3226
  /**
@@ -3436,32 +3229,32 @@ export interface CreateReplicationGroupMessage {
3436
3229
  MultiAZEnabled?: boolean;
3437
3230
  /**
3438
3231
  * <p>The number of clusters this replication group initially has.</p>
3439
- * <p>This parameter is not used if there is more than one node group (shard).
3232
+ * <p>This parameter is not used if there is more than one node group (shard).
3440
3233
  * You should use <code>ReplicasPerNodeGroup</code> instead.</p>
3441
- * <p>If <code>AutomaticFailoverEnabled</code> is <code>true</code>, the value of this parameter must be at least 2.
3234
+ * <p>If <code>AutomaticFailoverEnabled</code> is <code>true</code>, the value of this parameter must be at least 2.
3442
3235
  * If <code>AutomaticFailoverEnabled</code> is <code>false</code> you can omit this parameter (it will default to 1), or you
3443
3236
  * can explicitly set it to a value between 2 and 6.</p>
3444
- * <p>The maximum permitted value for <code>NumCacheClusters</code> is 6 (1 primary plus 5 replicas).</p>
3237
+ * <p>The maximum permitted value for <code>NumCacheClusters</code> is 6 (1 primary plus 5 replicas).</p>
3445
3238
  */
3446
3239
  NumCacheClusters?: number;
3447
3240
  /**
3448
3241
  * <p>A list of EC2 Availability Zones in which the replication group's clusters are created.
3449
3242
  * The order of the Availability Zones in the list is the order in which clusters are allocated.
3450
3243
  * The primary cluster is created in the first AZ in the list.</p>
3451
- * <p>This parameter is not used if there is more than one node group (shard).
3244
+ * <p>This parameter is not used if there is more than one node group (shard).
3452
3245
  * You should use <code>NodeGroupConfiguration</code> instead.</p>
3453
- * <note>
3246
+ * <note>
3454
3247
  * <p>If you are creating your replication group in an Amazon VPC (recommended),
3455
3248
  * you can only locate clusters in Availability Zones associated with the subnets in the selected subnet group.</p>
3456
3249
  * <p>The number of Availability Zones listed must equal the value of <code>NumCacheClusters</code>.</p>
3457
3250
  * </note>
3458
- * <p>Default: system chosen Availability Zones.</p>
3251
+ * <p>Default: system chosen Availability Zones.</p>
3459
3252
  */
3460
3253
  PreferredCacheClusterAZs?: string[];
3461
3254
  /**
3462
3255
  * <p>An optional parameter that specifies the number of node groups (shards) for this Redis (cluster mode enabled) replication group.
3463
3256
  * For Redis (cluster mode disabled) either omit this parameter or set it to 1.</p>
3464
- * <p>Default: 1</p>
3257
+ * <p>Default: 1</p>
3465
3258
  */
3466
3259
  NumNodeGroups?: number;
3467
3260
  /**
@@ -3476,7 +3269,7 @@ export interface CreateReplicationGroupMessage {
3476
3269
  * <code>ReplicaAvailabilityZones</code>,
3477
3270
  * <code>ReplicaCount</code>, and
3478
3271
  * <code>Slots</code>.</p>
3479
- * <p>If you're creating a Redis (cluster mode disabled) or a Redis (cluster mode enabled) replication group, you can use this parameter to
3272
+ * <p>If you're creating a Redis (cluster mode disabled) or a Redis (cluster mode enabled) replication group, you can use this parameter to
3480
3273
  * individually configure each node group (shard), or you can omit this parameter. However, it is required when seeding a
3481
3274
  * Redis (cluster mode enabled) cluster from a S3 rdb file. You must configure each node group (shard) using this parameter
3482
3275
  * because you must specify the slots for each node group.</p>
@@ -3484,16 +3277,16 @@ export interface CreateReplicationGroupMessage {
3484
3277
  NodeGroupConfiguration?: NodeGroupConfiguration[];
3485
3278
  /**
3486
3279
  * <p>The compute and memory capacity of the nodes in the node group (shard).</p>
3487
- * <p>The following node types are supported by ElastiCache.
3280
+ * <p>The following node types are supported by ElastiCache.
3488
3281
  * Generally speaking, the current generation types provide more memory and computational power
3489
3282
  * at lower cost when compared to their equivalent previous generation counterparts.</p>
3490
- * <ul>
3283
+ * <ul>
3491
3284
  * <li>
3492
3285
  * <p>General purpose:</p>
3493
- * <ul>
3286
+ * <ul>
3494
3287
  * <li>
3495
3288
  * <p>Current generation: </p>
3496
- * <p>
3289
+ * <p>
3497
3290
  * <b>M6g node types</b> (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward):
3498
3291
  *
3499
3292
  * <code>cache.m6g.large</code>,
@@ -3503,197 +3296,145 @@ export interface CreateReplicationGroupMessage {
3503
3296
  * <code>cache.m6g.8xlarge</code>,
3504
3297
  * <code>cache.m6g.12xlarge</code>,
3505
3298
  * <code>cache.m6g.16xlarge</code>
3506
- *
3507
- *
3508
- *
3509
- * </p>
3510
- *
3511
- * <note>
3299
+ * </p>
3300
+ * <note>
3512
3301
  * <p>For region availability, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion">Supported Node Types</a>
3513
3302
  * </p>
3514
3303
  * </note>
3515
- *
3516
- *
3517
- * <p>
3304
+ * <p>
3518
3305
  * <b>M5 node types:</b>
3519
- * <code>cache.m5.large</code>,
3306
+ * <code>cache.m5.large</code>,
3520
3307
  * <code>cache.m5.xlarge</code>,
3521
3308
  * <code>cache.m5.2xlarge</code>,
3522
3309
  * <code>cache.m5.4xlarge</code>,
3523
3310
  * <code>cache.m5.12xlarge</code>,
3524
3311
  * <code>cache.m5.24xlarge</code>
3525
- *
3526
- *
3527
- * </p>
3528
- *
3529
- *
3530
- * <p>
3312
+ * </p>
3313
+ * <p>
3531
3314
  * <b>M4 node types:</b>
3532
- * <code>cache.m4.large</code>,
3315
+ * <code>cache.m4.large</code>,
3533
3316
  * <code>cache.m4.xlarge</code>,
3534
3317
  * <code>cache.m4.2xlarge</code>,
3535
3318
  * <code>cache.m4.4xlarge</code>,
3536
3319
  * <code>cache.m4.10xlarge</code>
3537
3320
  * </p>
3538
- *
3539
- * <p>
3321
+ * <p>
3540
3322
  * <b>T4g node types</b> (available only for Redis engine version 5.0.6 onward and Memcached engine version 1.5.16 onward):
3541
3323
  * <code>cache.t4g.micro</code>,
3542
3324
  * <code>cache.t4g.small</code>,
3543
3325
  * <code>cache.t4g.medium</code>
3544
- * </p>
3545
- *
3546
- *
3547
- * <p>
3326
+ * </p>
3327
+ * <p>
3548
3328
  * <b>T3 node types:</b>
3549
- * <code>cache.t3.micro</code>,
3329
+ * <code>cache.t3.micro</code>,
3550
3330
  * <code>cache.t3.small</code>,
3551
3331
  * <code>cache.t3.medium</code>
3552
3332
  * </p>
3553
- *
3554
- *
3555
- * <p>
3333
+ * <p>
3556
3334
  * <b>T2 node types:</b>
3557
- * <code>cache.t2.micro</code>,
3335
+ * <code>cache.t2.micro</code>,
3558
3336
  * <code>cache.t2.small</code>,
3559
3337
  * <code>cache.t2.medium</code>
3560
3338
  * </p>
3561
- *
3562
- *
3563
- *
3564
- *
3565
- * </li>
3339
+ * </li>
3566
3340
  * <li>
3567
3341
  * <p>Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.)</p>
3568
- * <p>
3342
+ * <p>
3569
3343
  * <b>T1 node types:</b>
3570
- * <code>cache.t1.micro</code>
3344
+ * <code>cache.t1.micro</code>
3571
3345
  * </p>
3572
- *
3573
- * <p>
3346
+ * <p>
3574
3347
  * <b>M1 node types:</b>
3575
- * <code>cache.m1.small</code>,
3348
+ * <code>cache.m1.small</code>,
3576
3349
  * <code>cache.m1.medium</code>,
3577
3350
  * <code>cache.m1.large</code>,
3578
3351
  * <code>cache.m1.xlarge</code>
3579
3352
  * </p>
3580
- *
3581
- * <p>
3353
+ * <p>
3582
3354
  * <b>M3 node types:</b>
3583
- * <code>cache.m3.medium</code>,
3355
+ * <code>cache.m3.medium</code>,
3584
3356
  * <code>cache.m3.large</code>,
3585
3357
  * <code>cache.m3.xlarge</code>,
3586
3358
  * <code>cache.m3.2xlarge</code>
3587
3359
  * </p>
3588
- *
3589
- * </li>
3360
+ * </li>
3590
3361
  * </ul>
3591
3362
  * </li>
3592
3363
  * <li>
3593
3364
  * <p>Compute optimized:</p>
3594
- *
3595
- * <ul>
3365
+ * <ul>
3596
3366
  * <li>
3597
3367
  * <p>Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.)</p>
3598
- * <p>
3368
+ * <p>
3599
3369
  * <b>C1 node types:</b>
3600
- * <code>cache.c1.xlarge</code>
3370
+ * <code>cache.c1.xlarge</code>
3601
3371
  * </p>
3602
3372
  * </li>
3603
3373
  * </ul>
3604
3374
  * </li>
3605
3375
  * <li>
3606
3376
  * <p>Memory optimized:</p>
3607
- * <ul>
3377
+ * <ul>
3608
3378
  * <li>
3609
3379
  * <p>Current generation: </p>
3610
- *
3611
- *
3612
- *
3613
- *
3614
- * <p>
3380
+ * <p>
3615
3381
  * <b>R6g node types</b> (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward).</p>
3616
- *
3617
- *
3618
- *
3619
- * <p>
3620
- * <code>cache.r6g.large</code>,
3382
+ * <p>
3383
+ * <code>cache.r6g.large</code>,
3621
3384
  * <code>cache.r6g.xlarge</code>,
3622
3385
  * <code>cache.r6g.2xlarge</code>,
3623
3386
  * <code>cache.r6g.4xlarge</code>,
3624
3387
  * <code>cache.r6g.8xlarge</code>,
3625
3388
  * <code>cache.r6g.12xlarge</code>,
3626
3389
  * <code>cache.r6g.16xlarge</code>
3627
- *
3628
- *
3629
- *
3630
- *
3631
- *
3632
- *
3633
- * </p>
3634
- * <note>
3390
+ * </p>
3391
+ * <note>
3635
3392
  * <p>For region availability, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion">Supported Node Types</a>
3636
3393
  * </p>
3637
3394
  * </note>
3638
- * <p>
3395
+ * <p>
3639
3396
  * <b>R5 node types:</b>
3640
- * <code>cache.r5.large</code>,
3397
+ * <code>cache.r5.large</code>,
3641
3398
  * <code>cache.r5.xlarge</code>,
3642
3399
  * <code>cache.r5.2xlarge</code>,
3643
3400
  * <code>cache.r5.4xlarge</code>,
3644
3401
  * <code>cache.r5.12xlarge</code>,
3645
3402
  * <code>cache.r5.24xlarge</code>
3646
3403
  * </p>
3647
- *
3648
- * <p>
3404
+ * <p>
3649
3405
  * <b>R4 node types:</b>
3650
- * <code>cache.r4.large</code>,
3406
+ * <code>cache.r4.large</code>,
3651
3407
  * <code>cache.r4.xlarge</code>,
3652
3408
  * <code>cache.r4.2xlarge</code>,
3653
3409
  * <code>cache.r4.4xlarge</code>,
3654
3410
  * <code>cache.r4.8xlarge</code>,
3655
3411
  * <code>cache.r4.16xlarge</code>
3656
3412
  * </p>
3657
- *
3658
- *
3659
- *
3660
- *
3661
- *
3662
- *
3663
- *
3664
- *
3665
- *
3666
- *
3667
- *
3668
- * </li>
3413
+ * </li>
3669
3414
  * <li>
3670
3415
  * <p>Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.)</p>
3671
- * <p>
3416
+ * <p>
3672
3417
  * <b>M2 node types:</b>
3673
- * <code>cache.m2.xlarge</code>,
3418
+ * <code>cache.m2.xlarge</code>,
3674
3419
  * <code>cache.m2.2xlarge</code>,
3675
3420
  * <code>cache.m2.4xlarge</code>
3676
3421
  * </p>
3677
- *
3678
- * <p>
3422
+ * <p>
3679
3423
  * <b>R3 node types:</b>
3680
- * <code>cache.r3.large</code>,
3424
+ * <code>cache.r3.large</code>,
3681
3425
  * <code>cache.r3.xlarge</code>,
3682
3426
  * <code>cache.r3.2xlarge</code>,
3683
3427
  * <code>cache.r3.4xlarge</code>,
3684
3428
  * <code>cache.r3.8xlarge</code>
3685
3429
  * </p>
3686
- *
3687
- * </li>
3430
+ * </li>
3688
3431
  * </ul>
3689
3432
  * </li>
3690
3433
  * </ul>
3691
- *
3692
- *
3693
- * <p>
3434
+ * <p>
3694
3435
  * <b>Additional node type info</b>
3695
3436
  * </p>
3696
- * <ul>
3437
+ * <ul>
3697
3438
  * <li>
3698
3439
  * <p>All current generation instance types are created in Amazon VPC by default.</p>
3699
3440
  * </li>
@@ -3711,14 +3452,13 @@ export interface CreateReplicationGroupMessage {
3711
3452
  */
3712
3453
  CacheNodeType?: string;
3713
3454
  /**
3714
- * <p>The name of the cache engine to be used for the clusters in this replication group. Must be Redis.</p>
3455
+ * <p>The name of the cache engine to be used for the clusters in this replication group. The value must be set to <code>Redis</code>.</p>
3715
3456
  */
3716
3457
  Engine?: string;
3717
3458
  /**
3718
3459
  * <p>The version number of the cache engine to be used for the clusters in this replication group.
3719
3460
  * To view the supported cache engine versions, use the <code>DescribeCacheEngineVersions</code> operation.</p>
3720
- *
3721
- * <p>
3461
+ * <p>
3722
3462
  * <b>Important:</b> You can upgrade to a newer engine version (see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/SelectEngine.html#VersionManagement">Selecting a Cache Engine and Version</a>) in the <i>ElastiCache User Guide</i>,
3723
3463
  * but you cannot downgrade to an earlier engine version.
3724
3464
  * If you want to use an earlier engine version,
@@ -3730,10 +3470,9 @@ export interface CreateReplicationGroupMessage {
3730
3470
  * <p>The name of the parameter group to associate with this replication group.
3731
3471
  * If this argument is omitted, the default cache parameter group for the specified engine is
3732
3472
  * used.</p>
3733
- *
3734
- * <p>If you are running Redis version 3.2.4 or later, only one node group (shard), and want to use a default parameter group,
3473
+ * <p>If you are running Redis version 3.2.4 or later, only one node group (shard), and want to use a default parameter group,
3735
3474
  * we recommend that you specify the parameter group by name. </p>
3736
- * <ul>
3475
+ * <ul>
3737
3476
  * <li>
3738
3477
  * <p>To create a Redis (cluster mode disabled) replication group, use <code>CacheParameterGroupName=default.redis3.2</code>.</p>
3739
3478
  * </li>
@@ -3745,7 +3484,7 @@ export interface CreateReplicationGroupMessage {
3745
3484
  CacheParameterGroupName?: string;
3746
3485
  /**
3747
3486
  * <p>The name of the cache subnet group to be used for the replication group.</p>
3748
- * <important>
3487
+ * <important>
3749
3488
  * <p>If you're going to launch your cluster in an Amazon VPC,
3750
3489
  * you need to create a subnet group before you start creating a cluster.
3751
3490
  * For more information, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/SubnetGroups.html">Subnets and Subnet Groups</a>.</p>
@@ -3758,7 +3497,7 @@ export interface CreateReplicationGroupMessage {
3758
3497
  CacheSecurityGroupNames?: string[];
3759
3498
  /**
3760
3499
  * <p>One or more Amazon VPC security groups associated with this replication group.</p>
3761
- * <p>Use this parameter only when you are creating a replication group in an Amazon Virtual Private Cloud (Amazon VPC).</p>
3500
+ * <p>Use this parameter only when you are creating a replication group in an Amazon Virtual Private Cloud (Amazon VPC).</p>
3762
3501
  */
3763
3502
  SecurityGroupIds?: string[];
3764
3503
  /**
@@ -3791,7 +3530,6 @@ export interface CreateReplicationGroupMessage {
3791
3530
  * the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum
3792
3531
  * maintenance window is a 60 minute period.
3793
3532
  * Valid values for <code>ddd</code> are:</p>
3794
- *
3795
3533
  * <p>Specifies the weekly time range during which maintenance
3796
3534
  * on the cluster is performed. It is specified as a range in
3797
3535
  * the format ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum
@@ -3845,7 +3583,7 @@ export interface CreateReplicationGroupMessage {
3845
3583
  /**
3846
3584
  * <p>The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS)
3847
3585
  * topic to which notifications are sent.</p>
3848
- * <note>
3586
+ * <note>
3849
3587
  * <p>The Amazon SNS topic owner must be the same as the cluster owner.</p>
3850
3588
  * </note>
3851
3589
  */
@@ -3873,15 +3611,15 @@ export interface CreateReplicationGroupMessage {
3873
3611
  * <p>
3874
3612
  * <b>Reserved parameter.</b>
3875
3613
  * The password used to access a password protected server.</p>
3876
- * <p>
3614
+ * <p>
3877
3615
  * <code>AuthToken</code> can be specified only on replication groups where <code>TransitEncryptionEnabled</code> is
3878
3616
  * <code>true</code>.</p>
3879
- * <important>
3617
+ * <important>
3880
3618
  * <p>For HIPAA compliance, you must specify <code>TransitEncryptionEnabled</code> as <code>true</code>,
3881
3619
  * an <code>AuthToken</code>, and a <code>CacheSubnetGroup</code>.</p>
3882
3620
  * </important>
3883
- * <p>Password constraints:</p>
3884
- * <ul>
3621
+ * <p>Password constraints:</p>
3622
+ * <ul>
3885
3623
  * <li>
3886
3624
  * <p>Must be only printable ASCII characters.</p>
3887
3625
  * </li>
@@ -3893,26 +3631,22 @@ export interface CreateReplicationGroupMessage {
3893
3631
  * <p>The only permitted printable special characters are !, &, #, $, ^, <, >, and -. Other printable special characters cannot be used in the AUTH token.</p>
3894
3632
  * </li>
3895
3633
  * </ul>
3896
- * <p>For more information, see <a href="http://redis.io/commands/AUTH">AUTH password</a> at http://redis.io/commands/AUTH.</p>
3634
+ * <p>For more information, see <a href="http://redis.io/commands/AUTH">AUTH password</a> at http://redis.io/commands/AUTH.</p>
3897
3635
  */
3898
3636
  AuthToken?: string;
3899
3637
  /**
3900
3638
  * <p>A flag that enables in-transit encryption when set to <code>true</code>.</p>
3901
- * <p>You cannot modify the value of <code>TransitEncryptionEnabled</code>
3902
- * after the cluster is created. To enable in-transit encryption on a cluster
3903
- * you must set <code>TransitEncryptionEnabled</code> to <code>true</code>
3904
- * when you create a cluster.</p>
3905
- * <p>This parameter is valid only if the <code>Engine</code> parameter is <code>redis</code>,
3639
+ * <p>This parameter is valid only if the <code>Engine</code> parameter is <code>redis</code>,
3906
3640
  * the <code>EngineVersion</code> parameter is <code>3.2.6</code>, <code>4.x</code> or later,
3907
3641
  * and the cluster is being created in an Amazon VPC.</p>
3908
- * <p>If you enable in-transit encryption, you must also specify a value for
3642
+ * <p>If you enable in-transit encryption, you must also specify a value for
3909
3643
  * <code>CacheSubnetGroup</code>.</p>
3910
- * <p>
3644
+ * <p>
3911
3645
  * <b>Required:</b>
3912
3646
  * Only available when creating a replication group in an Amazon VPC using redis version <code>3.2.6</code>, <code>4.x</code> or later.</p>
3913
- * <p>Default: <code>false</code>
3647
+ * <p>Default: <code>false</code>
3914
3648
  * </p>
3915
- * <important>
3649
+ * <important>
3916
3650
  * <p>For HIPAA compliance, you must specify <code>TransitEncryptionEnabled</code> as <code>true</code>,
3917
3651
  * an <code>AuthToken</code>, and a <code>CacheSubnetGroup</code>.</p>
3918
3652
  * </important>
@@ -3920,14 +3654,14 @@ export interface CreateReplicationGroupMessage {
3920
3654
  TransitEncryptionEnabled?: boolean;
3921
3655
  /**
3922
3656
  * <p>A flag that enables encryption at rest when set to <code>true</code>.</p>
3923
- * <p>You cannot modify the value of <code>AtRestEncryptionEnabled</code> after the replication
3657
+ * <p>You cannot modify the value of <code>AtRestEncryptionEnabled</code> after the replication
3924
3658
  * group is created.
3925
3659
  * To enable encryption at rest on a replication group you must set <code>AtRestEncryptionEnabled</code> to
3926
3660
  * <code>true</code> when you create the replication group. </p>
3927
- * <p>
3661
+ * <p>
3928
3662
  * <b>Required:</b>
3929
3663
  * Only available when creating a replication group in an Amazon VPC using redis version <code>3.2.6</code>, <code>4.x</code> or later.</p>
3930
- * <p>Default: <code>false</code>
3664
+ * <p>Default: <code>false</code>
3931
3665
  * </p>
3932
3666
  */
3933
3667
  AtRestEncryptionEnabled?: boolean;
@@ -3958,6 +3692,14 @@ export interface CreateReplicationGroupMessage {
3958
3692
  * <a href="https://aws.amazon.com/ec2/nitro/">Nitro system</a>.</p>
3959
3693
  */
3960
3694
  IpDiscovery?: IpDiscovery | string;
3695
+ /**
3696
+ * <p>A setting that allows you to migrate your clients to use in-transit encryption, with no downtime.</p>
3697
+ * <p>When setting <code>TransitEncryptionEnabled</code> to <code>true</code>, you can set your <code>TransitEncryptionMode</code> to <code>preferred</code> in the same request, to allow both encrypted and
3698
+ * unencrypted connections at the same time. Once you migrate all your Redis clients to use encrypted connections you can modify the value to <code>required</code> to allow encrypted connections only.</p>
3699
+ * <p>Setting <code>TransitEncryptionMode</code> to <code>required</code> is a two-step process that requires you to first set the <code>TransitEncryptionMode</code> to <code>preferred</code> first, after that you can set <code>TransitEncryptionMode</code> to <code>required</code>.
3700
+ * </p>
3701
+ */
3702
+ TransitEncryptionMode?: TransitEncryptionMode | string;
3961
3703
  }
3962
3704
  export interface CreateReplicationGroupResult {
3963
3705
  /**
@@ -4065,7 +3807,7 @@ export interface CreateSnapshotResult {
4065
3807
  }
4066
3808
  /**
4067
3809
  * <p>You attempted one of the following operations:</p>
4068
- * <ul>
3810
+ * <ul>
4069
3811
  * <li>
4070
3812
  * <p>Creating a snapshot of a Redis cluster running on a <code>cache.t1.micro</code> cache
4071
3813
  * node.</p>
@@ -4074,7 +3816,7 @@ export interface CreateSnapshotResult {
4074
3816
  * <p>Creating a snapshot of a cluster that is running Memcached rather than Redis.</p>
4075
3817
  * </li>
4076
3818
  * </ul>
4077
- * <p>Neither of these are supported by ElastiCache.</p>
3819
+ * <p>Neither of these are supported by ElastiCache.</p>
4078
3820
  */
4079
3821
  export declare class SnapshotFeatureNotSupportedFault extends __BaseException {
4080
3822
  readonly name: "SnapshotFeatureNotSupportedFault";
@@ -4354,9 +4096,7 @@ export interface DecreaseNodeGroupsInGlobalReplicationGroupResult {
4354
4096
  /**
4355
4097
  * <p>Consists of a primary cluster that accepts writes and an associated secondary cluster that resides in a different Amazon region. The secondary cluster accepts only reads. The primary
4356
4098
  * cluster automatically replicates updates to the secondary cluster.</p>
4357
- *
4358
- *
4359
- * <ul>
4099
+ * <ul>
4360
4100
  * <li>
4361
4101
  * <p>The <b>GlobalReplicationGroupIdSuffix</b> represents the name of the Global datastore,
4362
4102
  * which is what you use to associate a secondary cluster.</p>
@@ -4380,21 +4120,21 @@ export interface ConfigureShard {
4380
4120
  * <p>The number of replicas you want in this node group at the end of this operation.
4381
4121
  * The maximum value for <code>NewReplicaCount</code> is 5.
4382
4122
  * The minimum value depends upon the type of Redis replication group you are working with.</p>
4383
- * <p>The minimum number of replicas in a shard or replication group is:</p>
4384
- * <ul>
4123
+ * <p>The minimum number of replicas in a shard or replication group is:</p>
4124
+ * <ul>
4385
4125
  * <li>
4386
- * <p>Redis (cluster mode disabled)</p>
4387
- * <ul>
4126
+ * <p>Redis (cluster mode disabled)</p>
4127
+ * <ul>
4388
4128
  * <li>
4389
- * <p>If Multi-AZ: 1</p>
4129
+ * <p>If Multi-AZ: 1</p>
4390
4130
  * </li>
4391
4131
  * <li>
4392
- * <p>If Multi-AZ: 0</p>
4132
+ * <p>If Multi-AZ: 0</p>
4393
4133
  * </li>
4394
4134
  * </ul>
4395
4135
  * </li>
4396
4136
  * <li>
4397
- * <p>Redis (cluster mode enabled): 0 (though you will not be able to failover to a replica if your primary node fails)</p>
4137
+ * <p>Redis (cluster mode enabled): 0 (though you will not be able to failover to a replica if your primary node fails)</p>
4398
4138
  * </li>
4399
4139
  * </ul>
4400
4140
  */
@@ -4422,21 +4162,21 @@ export interface DecreaseReplicaCountMessage {
4422
4162
  * For Redis (cluster mode disabled) replication groups, this is the number of replica nodes in the
4423
4163
  * replication group. For Redis (cluster mode enabled) replication groups, this is the number of
4424
4164
  * replica nodes in each of the replication group's node groups.</p>
4425
- * <p>The minimum number of replicas in a shard or replication group is:</p>
4426
- * <ul>
4165
+ * <p>The minimum number of replicas in a shard or replication group is:</p>
4166
+ * <ul>
4427
4167
  * <li>
4428
- * <p>Redis (cluster mode disabled)</p>
4429
- * <ul>
4168
+ * <p>Redis (cluster mode disabled)</p>
4169
+ * <ul>
4430
4170
  * <li>
4431
- * <p>If Multi-AZ is enabled: 1</p>
4171
+ * <p>If Multi-AZ is enabled: 1</p>
4432
4172
  * </li>
4433
4173
  * <li>
4434
- * <p>If Multi-AZ is not enabled: 0</p>
4174
+ * <p>If Multi-AZ is not enabled: 0</p>
4435
4175
  * </li>
4436
4176
  * </ul>
4437
4177
  * </li>
4438
4178
  * <li>
4439
- * <p>Redis (cluster mode enabled): 0 (though you will not be able to failover to a replica if your primary node fails)</p>
4179
+ * <p>Redis (cluster mode enabled): 0 (though you will not be able to failover to a replica if your primary node fails)</p>
4440
4180
  * </li>
4441
4181
  * </ul>
4442
4182
  */
@@ -4501,7 +4241,7 @@ export interface DeleteCacheClusterResult {
4501
4241
  export interface DeleteCacheParameterGroupMessage {
4502
4242
  /**
4503
4243
  * <p>The name of the cache parameter group to delete.</p>
4504
- * <note>
4244
+ * <note>
4505
4245
  * <p>The specified cache security group must not be associated with any clusters.</p>
4506
4246
  * </note>
4507
4247
  */
@@ -4513,7 +4253,7 @@ export interface DeleteCacheParameterGroupMessage {
4513
4253
  export interface DeleteCacheSecurityGroupMessage {
4514
4254
  /**
4515
4255
  * <p>The name of the cache security group to delete.</p>
4516
- * <note>
4256
+ * <note>
4517
4257
  * <p>You cannot delete the default security group.</p>
4518
4258
  * </note>
4519
4259
  */
@@ -4536,7 +4276,7 @@ export declare class CacheSubnetGroupInUse extends __BaseException {
4536
4276
  export interface DeleteCacheSubnetGroupMessage {
4537
4277
  /**
4538
4278
  * <p>The name of the cache subnet group to delete.</p>
4539
- * <p>Constraints: Must contain no more than 255 alphanumeric characters or hyphens.</p>
4279
+ * <p>Constraints: Must contain no more than 255 alphanumeric characters or hyphens.</p>
4540
4280
  */
4541
4281
  CacheSubnetGroupName: string | undefined;
4542
4282
  }
@@ -4554,9 +4294,7 @@ export interface DeleteGlobalReplicationGroupResult {
4554
4294
  /**
4555
4295
  * <p>Consists of a primary cluster that accepts writes and an associated secondary cluster that resides in a different Amazon region. The secondary cluster accepts only reads. The primary
4556
4296
  * cluster automatically replicates updates to the secondary cluster.</p>
4557
- *
4558
- *
4559
- * <ul>
4297
+ * <ul>
4560
4298
  * <li>
4561
4299
  * <p>The <b>GlobalReplicationGroupIdSuffix</b> represents the name of the Global datastore,
4562
4300
  * which is what you use to associate a secondary cluster.</p>
@@ -4667,9 +4405,8 @@ export interface DescribeCacheClustersMessage {
4667
4405
  * <p>The maximum number of records to include in the response. If more records exist than the
4668
4406
  * specified <code>MaxRecords</code> value, a marker is included in the response so that
4669
4407
  * the remaining results can be retrieved.</p>
4670
- *
4671
- * <p>Default: 100</p>
4672
- * <p>Constraints: minimum 20; maximum 100.</p>
4408
+ * <p>Default: 100</p>
4409
+ * <p>Constraints: minimum 20; maximum 100.</p>
4673
4410
  */
4674
4411
  MaxRecords?: number;
4675
4412
  /**
@@ -4705,7 +4442,7 @@ export interface CacheEngineVersion {
4705
4442
  EngineVersion?: string;
4706
4443
  /**
4707
4444
  * <p>The name of the cache parameter group family associated with this cache engine.</p>
4708
- * <p>Valid values are:
4445
+ * <p>Valid values are:
4709
4446
  * <code>memcached1.4</code> |
4710
4447
  * <code>memcached1.5</code> |
4711
4448
  * <code>memcached1.6</code> |
@@ -4752,13 +4489,13 @@ export interface DescribeCacheEngineVersionsMessage {
4752
4489
  Engine?: string;
4753
4490
  /**
4754
4491
  * <p>The cache engine version to return.</p>
4755
- * <p>Example: <code>1.4.14</code>
4492
+ * <p>Example: <code>1.4.14</code>
4756
4493
  * </p>
4757
4494
  */
4758
4495
  EngineVersion?: string;
4759
4496
  /**
4760
4497
  * <p>The name of a specific cache parameter group family to return details for.</p>
4761
- * <p>Valid values are:
4498
+ * <p>Valid values are:
4762
4499
  * <code>memcached1.4</code> |
4763
4500
  * <code>memcached1.5</code> |
4764
4501
  * <code>memcached1.6</code> |
@@ -4768,10 +4505,11 @@ export interface DescribeCacheEngineVersionsMessage {
4768
4505
  * <code>redis4.0</code> |
4769
4506
  * <code>redis5.0</code> |
4770
4507
  * <code>redis6.x</code> |
4771
- * <code>redis6.2</code>
4508
+ * <code>redis6.2</code> |
4509
+ * <code>redis7</code>
4772
4510
  * </p>
4773
- * <p>Constraints:</p>
4774
- * <ul>
4511
+ * <p>Constraints:</p>
4512
+ * <ul>
4775
4513
  * <li>
4776
4514
  * <p>Must be 1 to 255 alphanumeric characters</p>
4777
4515
  * </li>
@@ -4788,9 +4526,8 @@ export interface DescribeCacheEngineVersionsMessage {
4788
4526
  * <p>The maximum number of records to include in the response. If more records exist than the
4789
4527
  * specified <code>MaxRecords</code> value, a marker is included in the response so that
4790
4528
  * the remaining results can be retrieved.</p>
4791
- *
4792
- * <p>Default: 100</p>
4793
- * <p>Constraints: minimum 20; maximum 100.</p>
4529
+ * <p>Default: 100</p>
4530
+ * <p>Constraints: minimum 20; maximum 100.</p>
4794
4531
  */
4795
4532
  MaxRecords?: number;
4796
4533
  /**
@@ -4831,9 +4568,8 @@ export interface DescribeCacheParameterGroupsMessage {
4831
4568
  * <p>The maximum number of records to include in the response. If more records exist than the
4832
4569
  * specified <code>MaxRecords</code> value, a marker is included in the response so that
4833
4570
  * the remaining results can be retrieved.</p>
4834
- *
4835
- * <p>Default: 100</p>
4836
- * <p>Constraints: minimum 20; maximum 100.</p>
4571
+ * <p>Default: 100</p>
4572
+ * <p>Constraints: minimum 20; maximum 100.</p>
4837
4573
  */
4838
4574
  MaxRecords?: number;
4839
4575
  /**
@@ -4981,7 +4717,7 @@ export interface DescribeCacheParametersMessage {
4981
4717
  CacheParameterGroupName: string | undefined;
4982
4718
  /**
4983
4719
  * <p>The parameter types to return.</p>
4984
- * <p>Valid values: <code>user</code> | <code>system</code> | <code>engine-default</code>
4720
+ * <p>Valid values: <code>user</code> | <code>system</code> | <code>engine-default</code>
4985
4721
  * </p>
4986
4722
  */
4987
4723
  Source?: string;
@@ -4989,9 +4725,8 @@ export interface DescribeCacheParametersMessage {
4989
4725
  * <p>The maximum number of records to include in the response. If more records exist than the
4990
4726
  * specified <code>MaxRecords</code> value, a marker is included in the response so that
4991
4727
  * the remaining results can be retrieved.</p>
4992
- *
4993
- * <p>Default: 100</p>
4994
- * <p>Constraints: minimum 20; maximum 100.</p>
4728
+ * <p>Default: 100</p>
4729
+ * <p>Constraints: minimum 20; maximum 100.</p>
4995
4730
  */
4996
4731
  MaxRecords?: number;
4997
4732
  /**
@@ -5027,9 +4762,8 @@ export interface DescribeCacheSecurityGroupsMessage {
5027
4762
  * <p>The maximum number of records to include in the response. If more records exist than the
5028
4763
  * specified <code>MaxRecords</code> value, a marker is included in the response so that
5029
4764
  * the remaining results can be retrieved.</p>
5030
- *
5031
- * <p>Default: 100</p>
5032
- * <p>Constraints: minimum 20; maximum 100.</p>
4765
+ * <p>Default: 100</p>
4766
+ * <p>Constraints: minimum 20; maximum 100.</p>
5033
4767
  */
5034
4768
  MaxRecords?: number;
5035
4769
  /**
@@ -5064,9 +4798,8 @@ export interface DescribeCacheSubnetGroupsMessage {
5064
4798
  * <p>The maximum number of records to include in the response. If more records exist than the
5065
4799
  * specified <code>MaxRecords</code> value, a marker is included in the response so that
5066
4800
  * the remaining results can be retrieved.</p>
5067
- *
5068
- * <p>Default: 100</p>
5069
- * <p>Constraints: minimum 20; maximum 100.</p>
4801
+ * <p>Default: 100</p>
4802
+ * <p>Constraints: minimum 20; maximum 100.</p>
5070
4803
  */
5071
4804
  MaxRecords?: number;
5072
4805
  /**
@@ -5083,7 +4816,7 @@ export interface DescribeCacheSubnetGroupsMessage {
5083
4816
  export interface DescribeEngineDefaultParametersMessage {
5084
4817
  /**
5085
4818
  * <p>The name of the cache parameter group family.</p>
5086
- * <p>Valid values are:
4819
+ * <p>Valid values are:
5087
4820
  * <code>memcached1.4</code> |
5088
4821
  * <code>memcached1.5</code> |
5089
4822
  * <code>memcached1.6</code> |
@@ -5093,7 +4826,8 @@ export interface DescribeEngineDefaultParametersMessage {
5093
4826
  * <code>redis4.0</code> |
5094
4827
  * <code>redis5.0</code> |
5095
4828
  * <code>redis6.x</code> |
5096
- * <code>redis6.2</code>
4829
+ * <code>redis6.2</code> |
4830
+ * <code>redis7</code>
5097
4831
  * </p>
5098
4832
  */
5099
4833
  CacheParameterGroupFamily: string | undefined;
@@ -5101,9 +4835,8 @@ export interface DescribeEngineDefaultParametersMessage {
5101
4835
  * <p>The maximum number of records to include in the response. If more records exist than the
5102
4836
  * specified <code>MaxRecords</code> value, a marker is included in the response so that
5103
4837
  * the remaining results can be retrieved.</p>
5104
- *
5105
- * <p>Default: 100</p>
5106
- * <p>Constraints: minimum 20; maximum 100.</p>
4838
+ * <p>Default: 100</p>
4839
+ * <p>Constraints: minimum 20; maximum 100.</p>
5107
4840
  */
5108
4841
  MaxRecords?: number;
5109
4842
  /**
@@ -5119,7 +4852,7 @@ export interface DescribeEngineDefaultParametersMessage {
5119
4852
  export interface EngineDefaults {
5120
4853
  /**
5121
4854
  * <p>Specifies the name of the cache parameter group family to which the engine default parameters apply.</p>
5122
- * <p>Valid values are:
4855
+ * <p>Valid values are:
5123
4856
  * <code>memcached1.4</code> |
5124
4857
  * <code>memcached1.5</code> |
5125
4858
  * <code>memcached1.6</code> |
@@ -5177,13 +4910,13 @@ export interface DescribeEventsMessage {
5177
4910
  SourceType?: SourceType | string;
5178
4911
  /**
5179
4912
  * <p>The beginning of the time interval to retrieve events for, specified in ISO 8601 format.</p>
5180
- * <p>
4913
+ * <p>
5181
4914
  * <b>Example:</b> 2017-03-30T07:03:49.555Z</p>
5182
4915
  */
5183
4916
  StartTime?: Date;
5184
4917
  /**
5185
4918
  * <p>The end of the time interval for which to retrieve events, specified in ISO 8601 format.</p>
5186
- * <p>
4919
+ * <p>
5187
4920
  * <b>Example:</b> 2017-03-30T07:03:49.555Z</p>
5188
4921
  */
5189
4922
  EndTime?: Date;
@@ -5195,9 +4928,8 @@ export interface DescribeEventsMessage {
5195
4928
  * <p>The maximum number of records to include in the response. If more records exist than the
5196
4929
  * specified <code>MaxRecords</code> value, a marker is included in the response so that
5197
4930
  * the remaining results can be retrieved.</p>
5198
- *
5199
- * <p>Default: 100</p>
5200
- * <p>Constraints: minimum 20; maximum 100.</p>
4931
+ * <p>Default: 100</p>
4932
+ * <p>Constraints: minimum 20; maximum 100.</p>
5201
4933
  */
5202
4934
  MaxRecords?: number;
5203
4935
  /**
@@ -5279,16 +5011,15 @@ export interface DescribeGlobalReplicationGroupsResult {
5279
5011
  export interface DescribeReplicationGroupsMessage {
5280
5012
  /**
5281
5013
  * <p>The identifier for the replication group to be described. This parameter is not case sensitive.</p>
5282
- * <p>If you do not specify this parameter, information about all replication groups is returned.</p>
5014
+ * <p>If you do not specify this parameter, information about all replication groups is returned.</p>
5283
5015
  */
5284
5016
  ReplicationGroupId?: string;
5285
5017
  /**
5286
5018
  * <p>The maximum number of records to include in the response. If more records exist than the
5287
5019
  * specified <code>MaxRecords</code> value, a marker is included in the response so that
5288
5020
  * the remaining results can be retrieved.</p>
5289
- *
5290
- * <p>Default: 100</p>
5291
- * <p>Constraints: minimum 20; maximum 100.</p>
5021
+ * <p>Default: 100</p>
5022
+ * <p>Constraints: minimum 20; maximum 100.</p>
5292
5023
  */
5293
5024
  MaxRecords?: number;
5294
5025
  /**
@@ -5328,18 +5059,16 @@ export interface DescribeReservedCacheNodesMessage {
5328
5059
  /**
5329
5060
  * <p>The cache node type filter value.
5330
5061
  * Use this parameter to show only those reservations matching the specified cache node type.</p>
5331
- *
5332
- * <p>The following node types are supported by ElastiCache.
5062
+ * <p>The following node types are supported by ElastiCache.
5333
5063
  * Generally speaking, the current generation types provide more memory and computational power
5334
5064
  * at lower cost when compared to their equivalent previous generation counterparts.</p>
5335
- *
5336
- * <ul>
5065
+ * <ul>
5337
5066
  * <li>
5338
5067
  * <p>General purpose:</p>
5339
- * <ul>
5068
+ * <ul>
5340
5069
  * <li>
5341
5070
  * <p>Current generation: </p>
5342
- * <p>
5071
+ * <p>
5343
5072
  * <b>M6g node types</b> (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward):
5344
5073
  *
5345
5074
  * <code>cache.m6g.large</code>,
@@ -5349,197 +5078,145 @@ export interface DescribeReservedCacheNodesMessage {
5349
5078
  * <code>cache.m6g.8xlarge</code>,
5350
5079
  * <code>cache.m6g.12xlarge</code>,
5351
5080
  * <code>cache.m6g.16xlarge</code>
5352
- *
5353
- *
5354
- *
5355
- * </p>
5356
- *
5357
- * <note>
5081
+ * </p>
5082
+ * <note>
5358
5083
  * <p>For region availability, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion">Supported Node Types</a>
5359
5084
  * </p>
5360
5085
  * </note>
5361
- *
5362
- *
5363
- * <p>
5086
+ * <p>
5364
5087
  * <b>M5 node types:</b>
5365
- * <code>cache.m5.large</code>,
5088
+ * <code>cache.m5.large</code>,
5366
5089
  * <code>cache.m5.xlarge</code>,
5367
5090
  * <code>cache.m5.2xlarge</code>,
5368
5091
  * <code>cache.m5.4xlarge</code>,
5369
5092
  * <code>cache.m5.12xlarge</code>,
5370
5093
  * <code>cache.m5.24xlarge</code>
5371
- *
5372
- *
5373
- * </p>
5374
- *
5375
- *
5376
- * <p>
5094
+ * </p>
5095
+ * <p>
5377
5096
  * <b>M4 node types:</b>
5378
- * <code>cache.m4.large</code>,
5097
+ * <code>cache.m4.large</code>,
5379
5098
  * <code>cache.m4.xlarge</code>,
5380
5099
  * <code>cache.m4.2xlarge</code>,
5381
5100
  * <code>cache.m4.4xlarge</code>,
5382
5101
  * <code>cache.m4.10xlarge</code>
5383
5102
  * </p>
5384
- *
5385
- * <p>
5103
+ * <p>
5386
5104
  * <b>T4g node types</b> (available only for Redis engine version 5.0.6 onward and Memcached engine version 1.5.16 onward):
5387
5105
  * <code>cache.t4g.micro</code>,
5388
5106
  * <code>cache.t4g.small</code>,
5389
5107
  * <code>cache.t4g.medium</code>
5390
- * </p>
5391
- *
5392
- *
5393
- * <p>
5108
+ * </p>
5109
+ * <p>
5394
5110
  * <b>T3 node types:</b>
5395
- * <code>cache.t3.micro</code>,
5111
+ * <code>cache.t3.micro</code>,
5396
5112
  * <code>cache.t3.small</code>,
5397
5113
  * <code>cache.t3.medium</code>
5398
5114
  * </p>
5399
- *
5400
- *
5401
- * <p>
5115
+ * <p>
5402
5116
  * <b>T2 node types:</b>
5403
- * <code>cache.t2.micro</code>,
5117
+ * <code>cache.t2.micro</code>,
5404
5118
  * <code>cache.t2.small</code>,
5405
5119
  * <code>cache.t2.medium</code>
5406
5120
  * </p>
5407
- *
5408
- *
5409
- *
5410
- *
5411
- * </li>
5121
+ * </li>
5412
5122
  * <li>
5413
5123
  * <p>Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.)</p>
5414
- * <p>
5124
+ * <p>
5415
5125
  * <b>T1 node types:</b>
5416
- * <code>cache.t1.micro</code>
5126
+ * <code>cache.t1.micro</code>
5417
5127
  * </p>
5418
- *
5419
- * <p>
5128
+ * <p>
5420
5129
  * <b>M1 node types:</b>
5421
- * <code>cache.m1.small</code>,
5130
+ * <code>cache.m1.small</code>,
5422
5131
  * <code>cache.m1.medium</code>,
5423
5132
  * <code>cache.m1.large</code>,
5424
5133
  * <code>cache.m1.xlarge</code>
5425
5134
  * </p>
5426
- *
5427
- * <p>
5135
+ * <p>
5428
5136
  * <b>M3 node types:</b>
5429
- * <code>cache.m3.medium</code>,
5137
+ * <code>cache.m3.medium</code>,
5430
5138
  * <code>cache.m3.large</code>,
5431
5139
  * <code>cache.m3.xlarge</code>,
5432
5140
  * <code>cache.m3.2xlarge</code>
5433
5141
  * </p>
5434
- *
5435
- * </li>
5142
+ * </li>
5436
5143
  * </ul>
5437
5144
  * </li>
5438
5145
  * <li>
5439
5146
  * <p>Compute optimized:</p>
5440
- *
5441
- * <ul>
5147
+ * <ul>
5442
5148
  * <li>
5443
5149
  * <p>Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.)</p>
5444
- * <p>
5150
+ * <p>
5445
5151
  * <b>C1 node types:</b>
5446
- * <code>cache.c1.xlarge</code>
5152
+ * <code>cache.c1.xlarge</code>
5447
5153
  * </p>
5448
5154
  * </li>
5449
5155
  * </ul>
5450
5156
  * </li>
5451
5157
  * <li>
5452
5158
  * <p>Memory optimized:</p>
5453
- * <ul>
5159
+ * <ul>
5454
5160
  * <li>
5455
5161
  * <p>Current generation: </p>
5456
- *
5457
- *
5458
- *
5459
- *
5460
- * <p>
5162
+ * <p>
5461
5163
  * <b>R6g node types</b> (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward).</p>
5462
- *
5463
- *
5464
- *
5465
- * <p>
5466
- * <code>cache.r6g.large</code>,
5164
+ * <p>
5165
+ * <code>cache.r6g.large</code>,
5467
5166
  * <code>cache.r6g.xlarge</code>,
5468
5167
  * <code>cache.r6g.2xlarge</code>,
5469
5168
  * <code>cache.r6g.4xlarge</code>,
5470
5169
  * <code>cache.r6g.8xlarge</code>,
5471
5170
  * <code>cache.r6g.12xlarge</code>,
5472
5171
  * <code>cache.r6g.16xlarge</code>
5473
- *
5474
- *
5475
- *
5476
- *
5477
- *
5478
- *
5479
- * </p>
5480
- * <note>
5172
+ * </p>
5173
+ * <note>
5481
5174
  * <p>For region availability, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion">Supported Node Types</a>
5482
5175
  * </p>
5483
5176
  * </note>
5484
- * <p>
5177
+ * <p>
5485
5178
  * <b>R5 node types:</b>
5486
- * <code>cache.r5.large</code>,
5179
+ * <code>cache.r5.large</code>,
5487
5180
  * <code>cache.r5.xlarge</code>,
5488
5181
  * <code>cache.r5.2xlarge</code>,
5489
5182
  * <code>cache.r5.4xlarge</code>,
5490
5183
  * <code>cache.r5.12xlarge</code>,
5491
5184
  * <code>cache.r5.24xlarge</code>
5492
5185
  * </p>
5493
- *
5494
- * <p>
5186
+ * <p>
5495
5187
  * <b>R4 node types:</b>
5496
- * <code>cache.r4.large</code>,
5188
+ * <code>cache.r4.large</code>,
5497
5189
  * <code>cache.r4.xlarge</code>,
5498
5190
  * <code>cache.r4.2xlarge</code>,
5499
5191
  * <code>cache.r4.4xlarge</code>,
5500
5192
  * <code>cache.r4.8xlarge</code>,
5501
5193
  * <code>cache.r4.16xlarge</code>
5502
5194
  * </p>
5503
- *
5504
- *
5505
- *
5506
- *
5507
- *
5508
- *
5509
- *
5510
- *
5511
- *
5512
- *
5513
- *
5514
- * </li>
5195
+ * </li>
5515
5196
  * <li>
5516
5197
  * <p>Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.)</p>
5517
- * <p>
5198
+ * <p>
5518
5199
  * <b>M2 node types:</b>
5519
- * <code>cache.m2.xlarge</code>,
5200
+ * <code>cache.m2.xlarge</code>,
5520
5201
  * <code>cache.m2.2xlarge</code>,
5521
5202
  * <code>cache.m2.4xlarge</code>
5522
5203
  * </p>
5523
- *
5524
- * <p>
5204
+ * <p>
5525
5205
  * <b>R3 node types:</b>
5526
- * <code>cache.r3.large</code>,
5206
+ * <code>cache.r3.large</code>,
5527
5207
  * <code>cache.r3.xlarge</code>,
5528
5208
  * <code>cache.r3.2xlarge</code>,
5529
5209
  * <code>cache.r3.4xlarge</code>,
5530
5210
  * <code>cache.r3.8xlarge</code>
5531
5211
  * </p>
5532
- *
5533
- * </li>
5212
+ * </li>
5534
5213
  * </ul>
5535
5214
  * </li>
5536
5215
  * </ul>
5537
- *
5538
- *
5539
- * <p>
5216
+ * <p>
5540
5217
  * <b>Additional node type info</b>
5541
5218
  * </p>
5542
- * <ul>
5219
+ * <ul>
5543
5220
  * <li>
5544
5221
  * <p>All current generation instance types are created in Amazon VPC by default.</p>
5545
5222
  * </li>
@@ -5559,7 +5236,7 @@ export interface DescribeReservedCacheNodesMessage {
5559
5236
  /**
5560
5237
  * <p>The duration filter value, specified in years or seconds.
5561
5238
  * Use this parameter to show only reservations for this duration.</p>
5562
- * <p>Valid Values: <code>1 | 3 | 31536000 | 94608000</code>
5239
+ * <p>Valid Values: <code>1 | 3 | 31536000 | 94608000</code>
5563
5240
  * </p>
5564
5241
  */
5565
5242
  Duration?: string;
@@ -5570,7 +5247,7 @@ export interface DescribeReservedCacheNodesMessage {
5570
5247
  /**
5571
5248
  * <p>The offering type filter value.
5572
5249
  * Use this parameter to show only the available offerings matching the specified offering type.</p>
5573
- * <p>Valid values: <code>"Light Utilization"|"Medium Utilization"|"Heavy Utilization"|"All Upfront"|"Partial Upfront"| "No Upfront"</code>
5250
+ * <p>Valid values: <code>"Light Utilization"|"Medium Utilization"|"Heavy Utilization"|"All Upfront"|"Partial Upfront"| "No Upfront"</code>
5574
5251
  * </p>
5575
5252
  */
5576
5253
  OfferingType?: string;
@@ -5578,9 +5255,8 @@ export interface DescribeReservedCacheNodesMessage {
5578
5255
  * <p>The maximum number of records to include in the response. If more records exist than the
5579
5256
  * specified <code>MaxRecords</code> value, a marker is included in the response so that
5580
5257
  * the remaining results can be retrieved.</p>
5581
- *
5582
- * <p>Default: 100</p>
5583
- * <p>Constraints: minimum 20; maximum 100.</p>
5258
+ * <p>Default: 100</p>
5259
+ * <p>Constraints: minimum 20; maximum 100.</p>
5584
5260
  */
5585
5261
  MaxRecords?: number;
5586
5262
  /**
@@ -5619,17 +5295,16 @@ export interface ReservedCacheNode {
5619
5295
  ReservedCacheNodesOfferingId?: string;
5620
5296
  /**
5621
5297
  * <p>The cache node type for the reserved cache nodes.</p>
5622
- *
5623
- * <p>The following node types are supported by ElastiCache.
5298
+ * <p>The following node types are supported by ElastiCache.
5624
5299
  * Generally speaking, the current generation types provide more memory and computational power
5625
5300
  * at lower cost when compared to their equivalent previous generation counterparts.</p>
5626
- * <ul>
5301
+ * <ul>
5627
5302
  * <li>
5628
5303
  * <p>General purpose:</p>
5629
- * <ul>
5304
+ * <ul>
5630
5305
  * <li>
5631
5306
  * <p>Current generation: </p>
5632
- * <p>
5307
+ * <p>
5633
5308
  * <b>M6g node types</b> (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward):
5634
5309
  *
5635
5310
  * <code>cache.m6g.large</code>,
@@ -5639,198 +5314,145 @@ export interface ReservedCacheNode {
5639
5314
  * <code>cache.m6g.8xlarge</code>,
5640
5315
  * <code>cache.m6g.12xlarge</code>,
5641
5316
  * <code>cache.m6g.16xlarge</code>
5642
- *
5643
- *
5644
- *
5645
- * </p>
5646
- *
5647
- * <note>
5317
+ * </p>
5318
+ * <note>
5648
5319
  * <p>For region availability, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion">Supported Node Types</a>
5649
5320
  * </p>
5650
5321
  * </note>
5651
- *
5652
- *
5653
- * <p>
5322
+ * <p>
5654
5323
  * <b>M5 node types:</b>
5655
- * <code>cache.m5.large</code>,
5324
+ * <code>cache.m5.large</code>,
5656
5325
  * <code>cache.m5.xlarge</code>,
5657
5326
  * <code>cache.m5.2xlarge</code>,
5658
5327
  * <code>cache.m5.4xlarge</code>,
5659
5328
  * <code>cache.m5.12xlarge</code>,
5660
5329
  * <code>cache.m5.24xlarge</code>
5661
- *
5662
- *
5663
- * </p>
5664
- *
5665
- *
5666
- * <p>
5330
+ * </p>
5331
+ * <p>
5667
5332
  * <b>M4 node types:</b>
5668
- * <code>cache.m4.large</code>,
5333
+ * <code>cache.m4.large</code>,
5669
5334
  * <code>cache.m4.xlarge</code>,
5670
5335
  * <code>cache.m4.2xlarge</code>,
5671
5336
  * <code>cache.m4.4xlarge</code>,
5672
5337
  * <code>cache.m4.10xlarge</code>
5673
5338
  * </p>
5674
- *
5675
- * <p>
5339
+ * <p>
5676
5340
  * <b>T4g node types</b> (available only for Redis engine version 5.0.6 onward and Memcached engine version 1.5.16 onward):
5677
5341
  * <code>cache.t4g.micro</code>,
5678
5342
  * <code>cache.t4g.small</code>,
5679
5343
  * <code>cache.t4g.medium</code>
5680
- * </p>
5681
- *
5682
- *
5683
- * <p>
5344
+ * </p>
5345
+ * <p>
5684
5346
  * <b>T3 node types:</b>
5685
- * <code>cache.t3.micro</code>,
5347
+ * <code>cache.t3.micro</code>,
5686
5348
  * <code>cache.t3.small</code>,
5687
5349
  * <code>cache.t3.medium</code>
5688
5350
  * </p>
5689
- *
5690
- *
5691
- * <p>
5351
+ * <p>
5692
5352
  * <b>T2 node types:</b>
5693
- * <code>cache.t2.micro</code>,
5353
+ * <code>cache.t2.micro</code>,
5694
5354
  * <code>cache.t2.small</code>,
5695
5355
  * <code>cache.t2.medium</code>
5696
5356
  * </p>
5697
- *
5698
- *
5699
- *
5700
- *
5701
- * </li>
5357
+ * </li>
5702
5358
  * <li>
5703
5359
  * <p>Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.)</p>
5704
- * <p>
5360
+ * <p>
5705
5361
  * <b>T1 node types:</b>
5706
- * <code>cache.t1.micro</code>
5362
+ * <code>cache.t1.micro</code>
5707
5363
  * </p>
5708
- *
5709
- * <p>
5364
+ * <p>
5710
5365
  * <b>M1 node types:</b>
5711
- * <code>cache.m1.small</code>,
5366
+ * <code>cache.m1.small</code>,
5712
5367
  * <code>cache.m1.medium</code>,
5713
5368
  * <code>cache.m1.large</code>,
5714
5369
  * <code>cache.m1.xlarge</code>
5715
5370
  * </p>
5716
- *
5717
- * <p>
5371
+ * <p>
5718
5372
  * <b>M3 node types:</b>
5719
- * <code>cache.m3.medium</code>,
5373
+ * <code>cache.m3.medium</code>,
5720
5374
  * <code>cache.m3.large</code>,
5721
5375
  * <code>cache.m3.xlarge</code>,
5722
5376
  * <code>cache.m3.2xlarge</code>
5723
5377
  * </p>
5724
- *
5725
- * </li>
5378
+ * </li>
5726
5379
  * </ul>
5727
5380
  * </li>
5728
5381
  * <li>
5729
5382
  * <p>Compute optimized:</p>
5730
- *
5731
- * <ul>
5383
+ * <ul>
5732
5384
  * <li>
5733
5385
  * <p>Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.)</p>
5734
- * <p>
5386
+ * <p>
5735
5387
  * <b>C1 node types:</b>
5736
- * <code>cache.c1.xlarge</code>
5388
+ * <code>cache.c1.xlarge</code>
5737
5389
  * </p>
5738
5390
  * </li>
5739
5391
  * </ul>
5740
5392
  * </li>
5741
5393
  * <li>
5742
5394
  * <p>Memory optimized:</p>
5743
- * <ul>
5395
+ * <ul>
5744
5396
  * <li>
5745
5397
  * <p>Current generation: </p>
5746
- *
5747
- *
5748
- *
5749
- *
5750
- * <p>
5398
+ * <p>
5751
5399
  * <b>R6g node types</b> (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward).</p>
5752
- *
5753
- *
5754
- *
5755
- * <p>
5756
- * <code>cache.r6g.large</code>,
5400
+ * <p>
5401
+ * <code>cache.r6g.large</code>,
5757
5402
  * <code>cache.r6g.xlarge</code>,
5758
5403
  * <code>cache.r6g.2xlarge</code>,
5759
5404
  * <code>cache.r6g.4xlarge</code>,
5760
5405
  * <code>cache.r6g.8xlarge</code>,
5761
5406
  * <code>cache.r6g.12xlarge</code>,
5762
5407
  * <code>cache.r6g.16xlarge</code>
5763
- *
5764
- *
5765
- *
5766
- *
5767
- *
5768
- *
5769
- * </p>
5770
- * <note>
5408
+ * </p>
5409
+ * <note>
5771
5410
  * <p>For region availability, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion">Supported Node Types</a>
5772
5411
  * </p>
5773
5412
  * </note>
5774
- * <p>
5413
+ * <p>
5775
5414
  * <b>R5 node types:</b>
5776
- * <code>cache.r5.large</code>,
5415
+ * <code>cache.r5.large</code>,
5777
5416
  * <code>cache.r5.xlarge</code>,
5778
5417
  * <code>cache.r5.2xlarge</code>,
5779
5418
  * <code>cache.r5.4xlarge</code>,
5780
5419
  * <code>cache.r5.12xlarge</code>,
5781
5420
  * <code>cache.r5.24xlarge</code>
5782
5421
  * </p>
5783
- *
5784
- * <p>
5422
+ * <p>
5785
5423
  * <b>R4 node types:</b>
5786
- * <code>cache.r4.large</code>,
5424
+ * <code>cache.r4.large</code>,
5787
5425
  * <code>cache.r4.xlarge</code>,
5788
5426
  * <code>cache.r4.2xlarge</code>,
5789
5427
  * <code>cache.r4.4xlarge</code>,
5790
5428
  * <code>cache.r4.8xlarge</code>,
5791
5429
  * <code>cache.r4.16xlarge</code>
5792
5430
  * </p>
5793
- *
5794
- *
5795
- *
5796
- *
5797
- *
5798
- *
5799
- *
5800
- *
5801
- *
5802
- *
5803
- *
5804
- * </li>
5431
+ * </li>
5805
5432
  * <li>
5806
5433
  * <p>Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.)</p>
5807
- * <p>
5434
+ * <p>
5808
5435
  * <b>M2 node types:</b>
5809
- * <code>cache.m2.xlarge</code>,
5436
+ * <code>cache.m2.xlarge</code>,
5810
5437
  * <code>cache.m2.2xlarge</code>,
5811
5438
  * <code>cache.m2.4xlarge</code>
5812
5439
  * </p>
5813
- *
5814
- * <p>
5440
+ * <p>
5815
5441
  * <b>R3 node types:</b>
5816
- * <code>cache.r3.large</code>,
5442
+ * <code>cache.r3.large</code>,
5817
5443
  * <code>cache.r3.xlarge</code>,
5818
5444
  * <code>cache.r3.2xlarge</code>,
5819
5445
  * <code>cache.r3.4xlarge</code>,
5820
5446
  * <code>cache.r3.8xlarge</code>
5821
5447
  * </p>
5822
- *
5823
- * </li>
5448
+ * </li>
5824
5449
  * </ul>
5825
5450
  * </li>
5826
5451
  * </ul>
5827
- *
5828
- *
5829
- *
5830
- * <p>
5452
+ * <p>
5831
5453
  * <b>Additional node type info</b>
5832
5454
  * </p>
5833
- * <ul>
5455
+ * <ul>
5834
5456
  * <li>
5835
5457
  * <p>All current generation instance types are created in Amazon VPC by default.</p>
5836
5458
  * </li>
@@ -5885,7 +5507,7 @@ export interface ReservedCacheNode {
5885
5507
  RecurringCharges?: RecurringCharge[];
5886
5508
  /**
5887
5509
  * <p>The Amazon Resource Name (ARN) of the reserved cache node.</p>
5888
- * <p>Example: <code>arn:aws:elasticache:us-east-1:123456789012:reserved-instance:ri-2017-03-27-08-33-25-582</code>
5510
+ * <p>Example: <code>arn:aws:elasticache:us-east-1:123456789012:reserved-instance:ri-2017-03-27-08-33-25-582</code>
5889
5511
  * </p>
5890
5512
  */
5891
5513
  ReservationARN?: string;
@@ -5910,24 +5532,23 @@ export interface DescribeReservedCacheNodesOfferingsMessage {
5910
5532
  /**
5911
5533
  * <p>The offering identifier filter value.
5912
5534
  * Use this parameter to show only the available offering that matches the specified reservation identifier.</p>
5913
- * <p>Example: <code>438012d3-4052-4cc7-b2e3-8d3372e0e706</code>
5535
+ * <p>Example: <code>438012d3-4052-4cc7-b2e3-8d3372e0e706</code>
5914
5536
  * </p>
5915
5537
  */
5916
5538
  ReservedCacheNodesOfferingId?: string;
5917
5539
  /**
5918
5540
  * <p>The cache node type filter value.
5919
5541
  * Use this parameter to show only the available offerings matching the specified cache node type.</p>
5920
- *
5921
- * <p>The following node types are supported by ElastiCache.
5542
+ * <p>The following node types are supported by ElastiCache.
5922
5543
  * Generally speaking, the current generation types provide more memory and computational power
5923
5544
  * at lower cost when compared to their equivalent previous generation counterparts.</p>
5924
- * <ul>
5545
+ * <ul>
5925
5546
  * <li>
5926
5547
  * <p>General purpose:</p>
5927
- * <ul>
5548
+ * <ul>
5928
5549
  * <li>
5929
5550
  * <p>Current generation: </p>
5930
- * <p>
5551
+ * <p>
5931
5552
  * <b>M6g node types</b> (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward):
5932
5553
  *
5933
5554
  * <code>cache.m6g.large</code>,
@@ -5937,198 +5558,145 @@ export interface DescribeReservedCacheNodesOfferingsMessage {
5937
5558
  * <code>cache.m6g.8xlarge</code>,
5938
5559
  * <code>cache.m6g.12xlarge</code>,
5939
5560
  * <code>cache.m6g.16xlarge</code>
5940
- *
5941
- *
5942
- *
5943
- * </p>
5944
- *
5945
- * <note>
5561
+ * </p>
5562
+ * <note>
5946
5563
  * <p>For region availability, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion">Supported Node Types</a>
5947
5564
  * </p>
5948
5565
  * </note>
5949
- *
5950
- *
5951
- * <p>
5566
+ * <p>
5952
5567
  * <b>M5 node types:</b>
5953
- * <code>cache.m5.large</code>,
5568
+ * <code>cache.m5.large</code>,
5954
5569
  * <code>cache.m5.xlarge</code>,
5955
5570
  * <code>cache.m5.2xlarge</code>,
5956
5571
  * <code>cache.m5.4xlarge</code>,
5957
5572
  * <code>cache.m5.12xlarge</code>,
5958
5573
  * <code>cache.m5.24xlarge</code>
5959
- *
5960
- *
5961
- * </p>
5962
- *
5963
- *
5964
- * <p>
5574
+ * </p>
5575
+ * <p>
5965
5576
  * <b>M4 node types:</b>
5966
- * <code>cache.m4.large</code>,
5577
+ * <code>cache.m4.large</code>,
5967
5578
  * <code>cache.m4.xlarge</code>,
5968
5579
  * <code>cache.m4.2xlarge</code>,
5969
5580
  * <code>cache.m4.4xlarge</code>,
5970
5581
  * <code>cache.m4.10xlarge</code>
5971
5582
  * </p>
5972
- *
5973
- * <p>
5583
+ * <p>
5974
5584
  * <b>T4g node types</b> (available only for Redis engine version 5.0.6 onward and Memcached engine version 1.5.16 onward):
5975
5585
  * <code>cache.t4g.micro</code>,
5976
5586
  * <code>cache.t4g.small</code>,
5977
5587
  * <code>cache.t4g.medium</code>
5978
- * </p>
5979
- *
5980
- *
5981
- * <p>
5588
+ * </p>
5589
+ * <p>
5982
5590
  * <b>T3 node types:</b>
5983
- * <code>cache.t3.micro</code>,
5591
+ * <code>cache.t3.micro</code>,
5984
5592
  * <code>cache.t3.small</code>,
5985
5593
  * <code>cache.t3.medium</code>
5986
5594
  * </p>
5987
- *
5988
- *
5989
- * <p>
5595
+ * <p>
5990
5596
  * <b>T2 node types:</b>
5991
- * <code>cache.t2.micro</code>,
5597
+ * <code>cache.t2.micro</code>,
5992
5598
  * <code>cache.t2.small</code>,
5993
5599
  * <code>cache.t2.medium</code>
5994
5600
  * </p>
5995
- *
5996
- *
5997
- *
5998
- *
5999
- * </li>
5601
+ * </li>
6000
5602
  * <li>
6001
5603
  * <p>Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.)</p>
6002
- * <p>
5604
+ * <p>
6003
5605
  * <b>T1 node types:</b>
6004
- * <code>cache.t1.micro</code>
5606
+ * <code>cache.t1.micro</code>
6005
5607
  * </p>
6006
- *
6007
- * <p>
5608
+ * <p>
6008
5609
  * <b>M1 node types:</b>
6009
- * <code>cache.m1.small</code>,
5610
+ * <code>cache.m1.small</code>,
6010
5611
  * <code>cache.m1.medium</code>,
6011
5612
  * <code>cache.m1.large</code>,
6012
5613
  * <code>cache.m1.xlarge</code>
6013
5614
  * </p>
6014
- *
6015
- * <p>
5615
+ * <p>
6016
5616
  * <b>M3 node types:</b>
6017
- * <code>cache.m3.medium</code>,
5617
+ * <code>cache.m3.medium</code>,
6018
5618
  * <code>cache.m3.large</code>,
6019
5619
  * <code>cache.m3.xlarge</code>,
6020
5620
  * <code>cache.m3.2xlarge</code>
6021
5621
  * </p>
6022
- *
6023
- * </li>
5622
+ * </li>
6024
5623
  * </ul>
6025
5624
  * </li>
6026
5625
  * <li>
6027
5626
  * <p>Compute optimized:</p>
6028
- *
6029
- * <ul>
5627
+ * <ul>
6030
5628
  * <li>
6031
5629
  * <p>Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.)</p>
6032
- * <p>
5630
+ * <p>
6033
5631
  * <b>C1 node types:</b>
6034
- * <code>cache.c1.xlarge</code>
5632
+ * <code>cache.c1.xlarge</code>
6035
5633
  * </p>
6036
5634
  * </li>
6037
5635
  * </ul>
6038
5636
  * </li>
6039
5637
  * <li>
6040
5638
  * <p>Memory optimized:</p>
6041
- * <ul>
5639
+ * <ul>
6042
5640
  * <li>
6043
5641
  * <p>Current generation: </p>
6044
- *
6045
- *
6046
- *
6047
- *
6048
- * <p>
5642
+ * <p>
6049
5643
  * <b>R6g node types</b> (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward).</p>
6050
- *
6051
- *
6052
- *
6053
- * <p>
6054
- * <code>cache.r6g.large</code>,
5644
+ * <p>
5645
+ * <code>cache.r6g.large</code>,
6055
5646
  * <code>cache.r6g.xlarge</code>,
6056
5647
  * <code>cache.r6g.2xlarge</code>,
6057
5648
  * <code>cache.r6g.4xlarge</code>,
6058
5649
  * <code>cache.r6g.8xlarge</code>,
6059
5650
  * <code>cache.r6g.12xlarge</code>,
6060
5651
  * <code>cache.r6g.16xlarge</code>
6061
- *
6062
- *
6063
- *
6064
- *
6065
- *
6066
- *
6067
- * </p>
6068
- * <note>
5652
+ * </p>
5653
+ * <note>
6069
5654
  * <p>For region availability, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion">Supported Node Types</a>
6070
5655
  * </p>
6071
5656
  * </note>
6072
- * <p>
5657
+ * <p>
6073
5658
  * <b>R5 node types:</b>
6074
- * <code>cache.r5.large</code>,
5659
+ * <code>cache.r5.large</code>,
6075
5660
  * <code>cache.r5.xlarge</code>,
6076
5661
  * <code>cache.r5.2xlarge</code>,
6077
5662
  * <code>cache.r5.4xlarge</code>,
6078
5663
  * <code>cache.r5.12xlarge</code>,
6079
5664
  * <code>cache.r5.24xlarge</code>
6080
5665
  * </p>
6081
- *
6082
- * <p>
5666
+ * <p>
6083
5667
  * <b>R4 node types:</b>
6084
- * <code>cache.r4.large</code>,
5668
+ * <code>cache.r4.large</code>,
6085
5669
  * <code>cache.r4.xlarge</code>,
6086
5670
  * <code>cache.r4.2xlarge</code>,
6087
5671
  * <code>cache.r4.4xlarge</code>,
6088
5672
  * <code>cache.r4.8xlarge</code>,
6089
5673
  * <code>cache.r4.16xlarge</code>
6090
5674
  * </p>
6091
- *
6092
- *
6093
- *
6094
- *
6095
- *
6096
- *
6097
- *
6098
- *
6099
- *
6100
- *
6101
- *
6102
- * </li>
5675
+ * </li>
6103
5676
  * <li>
6104
5677
  * <p>Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.)</p>
6105
- * <p>
5678
+ * <p>
6106
5679
  * <b>M2 node types:</b>
6107
- * <code>cache.m2.xlarge</code>,
5680
+ * <code>cache.m2.xlarge</code>,
6108
5681
  * <code>cache.m2.2xlarge</code>,
6109
5682
  * <code>cache.m2.4xlarge</code>
6110
5683
  * </p>
6111
- *
6112
- * <p>
5684
+ * <p>
6113
5685
  * <b>R3 node types:</b>
6114
- * <code>cache.r3.large</code>,
5686
+ * <code>cache.r3.large</code>,
6115
5687
  * <code>cache.r3.xlarge</code>,
6116
5688
  * <code>cache.r3.2xlarge</code>,
6117
5689
  * <code>cache.r3.4xlarge</code>,
6118
5690
  * <code>cache.r3.8xlarge</code>
6119
5691
  * </p>
6120
- *
6121
- * </li>
5692
+ * </li>
6122
5693
  * </ul>
6123
5694
  * </li>
6124
5695
  * </ul>
6125
- *
6126
- *
6127
- *
6128
- * <p>
5696
+ * <p>
6129
5697
  * <b>Additional node type info</b>
6130
5698
  * </p>
6131
- * <ul>
5699
+ * <ul>
6132
5700
  * <li>
6133
5701
  * <p>All current generation instance types are created in Amazon VPC by default.</p>
6134
5702
  * </li>
@@ -6148,7 +5716,7 @@ export interface DescribeReservedCacheNodesOfferingsMessage {
6148
5716
  /**
6149
5717
  * <p>Duration filter value, specified in years or seconds.
6150
5718
  * Use this parameter to show only reservations for a given duration.</p>
6151
- * <p>Valid Values: <code>1 | 3 | 31536000 | 94608000</code>
5719
+ * <p>Valid Values: <code>1 | 3 | 31536000 | 94608000</code>
6152
5720
  * </p>
6153
5721
  */
6154
5722
  Duration?: string;
@@ -6160,7 +5728,7 @@ export interface DescribeReservedCacheNodesOfferingsMessage {
6160
5728
  /**
6161
5729
  * <p>The offering type filter value.
6162
5730
  * Use this parameter to show only the available offerings matching the specified offering type.</p>
6163
- * <p>Valid Values: <code>"Light Utilization"|"Medium Utilization"|"Heavy Utilization" |"All Upfront"|"Partial Upfront"| "No Upfront"</code>
5731
+ * <p>Valid Values: <code>"Light Utilization"|"Medium Utilization"|"Heavy Utilization" |"All Upfront"|"Partial Upfront"| "No Upfront"</code>
6164
5732
  * </p>
6165
5733
  */
6166
5734
  OfferingType?: string;
@@ -6168,9 +5736,8 @@ export interface DescribeReservedCacheNodesOfferingsMessage {
6168
5736
  * <p>The maximum number of records to include in the response. If more records exist than the
6169
5737
  * specified <code>MaxRecords</code> value, a marker is included in the response so that
6170
5738
  * the remaining results can be retrieved.</p>
6171
- *
6172
- * <p>Default: 100</p>
6173
- * <p>Constraints: minimum 20; maximum 100.</p>
5739
+ * <p>Default: 100</p>
5740
+ * <p>Constraints: minimum 20; maximum 100.</p>
6174
5741
  */
6175
5742
  MaxRecords?: number;
6176
5743
  /**
@@ -6191,17 +5758,16 @@ export interface ReservedCacheNodesOffering {
6191
5758
  ReservedCacheNodesOfferingId?: string;
6192
5759
  /**
6193
5760
  * <p>The cache node type for the reserved cache node.</p>
6194
- * <p>The following node types are supported by ElastiCache.
5761
+ * <p>The following node types are supported by ElastiCache.
6195
5762
  * Generally speaking, the current generation types provide more memory and computational power
6196
5763
  * at lower cost when compared to their equivalent previous generation counterparts.</p>
6197
- *
6198
- * <ul>
5764
+ * <ul>
6199
5765
  * <li>
6200
5766
  * <p>General purpose:</p>
6201
- * <ul>
5767
+ * <ul>
6202
5768
  * <li>
6203
5769
  * <p>Current generation: </p>
6204
- * <p>
5770
+ * <p>
6205
5771
  * <b>M6g node types</b> (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward):
6206
5772
  *
6207
5773
  * <code>cache.m6g.large</code>,
@@ -6211,197 +5777,145 @@ export interface ReservedCacheNodesOffering {
6211
5777
  * <code>cache.m6g.8xlarge</code>,
6212
5778
  * <code>cache.m6g.12xlarge</code>,
6213
5779
  * <code>cache.m6g.16xlarge</code>
6214
- *
6215
- *
6216
- *
6217
- * </p>
6218
- *
6219
- * <note>
5780
+ * </p>
5781
+ * <note>
6220
5782
  * <p>For region availability, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion">Supported Node Types</a>
6221
5783
  * </p>
6222
5784
  * </note>
6223
- *
6224
- *
6225
- * <p>
5785
+ * <p>
6226
5786
  * <b>M5 node types:</b>
6227
- * <code>cache.m5.large</code>,
5787
+ * <code>cache.m5.large</code>,
6228
5788
  * <code>cache.m5.xlarge</code>,
6229
5789
  * <code>cache.m5.2xlarge</code>,
6230
5790
  * <code>cache.m5.4xlarge</code>,
6231
5791
  * <code>cache.m5.12xlarge</code>,
6232
5792
  * <code>cache.m5.24xlarge</code>
6233
- *
6234
- *
6235
- * </p>
6236
- *
6237
- *
6238
- * <p>
5793
+ * </p>
5794
+ * <p>
6239
5795
  * <b>M4 node types:</b>
6240
- * <code>cache.m4.large</code>,
5796
+ * <code>cache.m4.large</code>,
6241
5797
  * <code>cache.m4.xlarge</code>,
6242
5798
  * <code>cache.m4.2xlarge</code>,
6243
5799
  * <code>cache.m4.4xlarge</code>,
6244
5800
  * <code>cache.m4.10xlarge</code>
6245
5801
  * </p>
6246
- *
6247
- * <p>
5802
+ * <p>
6248
5803
  * <b>T4g node types</b> (available only for Redis engine version 5.0.6 onward and Memcached engine version 1.5.16 onward):
6249
5804
  * <code>cache.t4g.micro</code>,
6250
5805
  * <code>cache.t4g.small</code>,
6251
5806
  * <code>cache.t4g.medium</code>
6252
- * </p>
6253
- *
6254
- *
6255
- * <p>
5807
+ * </p>
5808
+ * <p>
6256
5809
  * <b>T3 node types:</b>
6257
- * <code>cache.t3.micro</code>,
5810
+ * <code>cache.t3.micro</code>,
6258
5811
  * <code>cache.t3.small</code>,
6259
5812
  * <code>cache.t3.medium</code>
6260
5813
  * </p>
6261
- *
6262
- *
6263
- * <p>
5814
+ * <p>
6264
5815
  * <b>T2 node types:</b>
6265
- * <code>cache.t2.micro</code>,
5816
+ * <code>cache.t2.micro</code>,
6266
5817
  * <code>cache.t2.small</code>,
6267
5818
  * <code>cache.t2.medium</code>
6268
5819
  * </p>
6269
- *
6270
- *
6271
- *
6272
- *
6273
- * </li>
5820
+ * </li>
6274
5821
  * <li>
6275
5822
  * <p>Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.)</p>
6276
- * <p>
5823
+ * <p>
6277
5824
  * <b>T1 node types:</b>
6278
- * <code>cache.t1.micro</code>
5825
+ * <code>cache.t1.micro</code>
6279
5826
  * </p>
6280
- *
6281
- * <p>
5827
+ * <p>
6282
5828
  * <b>M1 node types:</b>
6283
- * <code>cache.m1.small</code>,
5829
+ * <code>cache.m1.small</code>,
6284
5830
  * <code>cache.m1.medium</code>,
6285
5831
  * <code>cache.m1.large</code>,
6286
5832
  * <code>cache.m1.xlarge</code>
6287
5833
  * </p>
6288
- *
6289
- * <p>
5834
+ * <p>
6290
5835
  * <b>M3 node types:</b>
6291
- * <code>cache.m3.medium</code>,
5836
+ * <code>cache.m3.medium</code>,
6292
5837
  * <code>cache.m3.large</code>,
6293
5838
  * <code>cache.m3.xlarge</code>,
6294
5839
  * <code>cache.m3.2xlarge</code>
6295
5840
  * </p>
6296
- *
6297
- * </li>
5841
+ * </li>
6298
5842
  * </ul>
6299
5843
  * </li>
6300
5844
  * <li>
6301
5845
  * <p>Compute optimized:</p>
6302
- *
6303
- * <ul>
5846
+ * <ul>
6304
5847
  * <li>
6305
5848
  * <p>Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.)</p>
6306
- * <p>
5849
+ * <p>
6307
5850
  * <b>C1 node types:</b>
6308
- * <code>cache.c1.xlarge</code>
5851
+ * <code>cache.c1.xlarge</code>
6309
5852
  * </p>
6310
5853
  * </li>
6311
5854
  * </ul>
6312
5855
  * </li>
6313
5856
  * <li>
6314
5857
  * <p>Memory optimized:</p>
6315
- * <ul>
5858
+ * <ul>
6316
5859
  * <li>
6317
5860
  * <p>Current generation: </p>
6318
- *
6319
- *
6320
- *
6321
- *
6322
- * <p>
5861
+ * <p>
6323
5862
  * <b>R6g node types</b> (available only for Redis engine version 5.0.6 onward and for Memcached engine version 1.5.16 onward).</p>
6324
- *
6325
- *
6326
- *
6327
- * <p>
6328
- * <code>cache.r6g.large</code>,
5863
+ * <p>
5864
+ * <code>cache.r6g.large</code>,
6329
5865
  * <code>cache.r6g.xlarge</code>,
6330
5866
  * <code>cache.r6g.2xlarge</code>,
6331
5867
  * <code>cache.r6g.4xlarge</code>,
6332
5868
  * <code>cache.r6g.8xlarge</code>,
6333
5869
  * <code>cache.r6g.12xlarge</code>,
6334
5870
  * <code>cache.r6g.16xlarge</code>
6335
- *
6336
- *
6337
- *
6338
- *
6339
- *
6340
- *
6341
- * </p>
6342
- * <note>
5871
+ * </p>
5872
+ * <note>
6343
5873
  * <p>For region availability, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/CacheNodes.SupportedTypes.html#CacheNodes.SupportedTypesByRegion">Supported Node Types</a>
6344
5874
  * </p>
6345
5875
  * </note>
6346
- * <p>
5876
+ * <p>
6347
5877
  * <b>R5 node types:</b>
6348
- * <code>cache.r5.large</code>,
5878
+ * <code>cache.r5.large</code>,
6349
5879
  * <code>cache.r5.xlarge</code>,
6350
5880
  * <code>cache.r5.2xlarge</code>,
6351
5881
  * <code>cache.r5.4xlarge</code>,
6352
5882
  * <code>cache.r5.12xlarge</code>,
6353
5883
  * <code>cache.r5.24xlarge</code>
6354
5884
  * </p>
6355
- *
6356
- * <p>
5885
+ * <p>
6357
5886
  * <b>R4 node types:</b>
6358
- * <code>cache.r4.large</code>,
5887
+ * <code>cache.r4.large</code>,
6359
5888
  * <code>cache.r4.xlarge</code>,
6360
5889
  * <code>cache.r4.2xlarge</code>,
6361
5890
  * <code>cache.r4.4xlarge</code>,
6362
5891
  * <code>cache.r4.8xlarge</code>,
6363
5892
  * <code>cache.r4.16xlarge</code>
6364
5893
  * </p>
6365
- *
6366
- *
6367
- *
6368
- *
6369
- *
6370
- *
6371
- *
6372
- *
6373
- *
6374
- *
6375
- *
6376
- * </li>
5894
+ * </li>
6377
5895
  * <li>
6378
5896
  * <p>Previous generation: (not recommended. Existing clusters are still supported but creation of new clusters is not supported for these types.)</p>
6379
- * <p>
5897
+ * <p>
6380
5898
  * <b>M2 node types:</b>
6381
- * <code>cache.m2.xlarge</code>,
5899
+ * <code>cache.m2.xlarge</code>,
6382
5900
  * <code>cache.m2.2xlarge</code>,
6383
5901
  * <code>cache.m2.4xlarge</code>
6384
5902
  * </p>
6385
- *
6386
- * <p>
5903
+ * <p>
6387
5904
  * <b>R3 node types:</b>
6388
- * <code>cache.r3.large</code>,
5905
+ * <code>cache.r3.large</code>,
6389
5906
  * <code>cache.r3.xlarge</code>,
6390
5907
  * <code>cache.r3.2xlarge</code>,
6391
5908
  * <code>cache.r3.4xlarge</code>,
6392
5909
  * <code>cache.r3.8xlarge</code>
6393
5910
  * </p>
6394
- *
6395
- * </li>
5911
+ * </li>
6396
5912
  * </ul>
6397
5913
  * </li>
6398
5914
  * </ul>
6399
- *
6400
- *
6401
- * <p>
5915
+ * <p>
6402
5916
  * <b>Additional node type info</b>
6403
5917
  * </p>
6404
- * <ul>
5918
+ * <ul>
6405
5919
  * <li>
6406
5920
  * <p>All current generation instance types are created in Amazon VPC by default.</p>
6407
5921
  * </li>
@@ -6620,8 +6134,8 @@ export interface DescribeSnapshotsMessage {
6620
6134
  * <p>The maximum number of records to include in the response. If more records exist than the
6621
6135
  * specified <code>MaxRecords</code> value, a marker is included in the response so that
6622
6136
  * the remaining results can be retrieved.</p>
6623
- * <p>Default: 50</p>
6624
- * <p>Constraints: minimum 20; maximum 50.</p>
6137
+ * <p>Default: 50</p>
6138
+ * <p>Constraints: minimum 20; maximum 50.</p>
6625
6139
  */
6626
6140
  MaxRecords?: number;
6627
6141
  /**
@@ -6969,9 +6483,7 @@ export interface DisassociateGlobalReplicationGroupResult {
6969
6483
  /**
6970
6484
  * <p>Consists of a primary cluster that accepts writes and an associated secondary cluster that resides in a different Amazon region. The secondary cluster accepts only reads. The primary
6971
6485
  * cluster automatically replicates updates to the secondary cluster.</p>
6972
- *
6973
- *
6974
- * <ul>
6486
+ * <ul>
6975
6487
  * <li>
6976
6488
  * <p>The <b>GlobalReplicationGroupIdSuffix</b> represents the name of the Global datastore,
6977
6489
  * which is what you use to associate a secondary cluster.</p>
@@ -6998,9 +6510,7 @@ export interface FailoverGlobalReplicationGroupResult {
6998
6510
  /**
6999
6511
  * <p>Consists of a primary cluster that accepts writes and an associated secondary cluster that resides in a different Amazon region. The secondary cluster accepts only reads. The primary
7000
6512
  * cluster automatically replicates updates to the secondary cluster.</p>
7001
- *
7002
- *
7003
- * <ul>
6513
+ * <ul>
7004
6514
  * <li>
7005
6515
  * <p>The <b>GlobalReplicationGroupIdSuffix</b> represents the name of the Global datastore,
7006
6516
  * which is what you use to associate a secondary cluster.</p>
@@ -7063,9 +6573,7 @@ export interface IncreaseNodeGroupsInGlobalReplicationGroupResult {
7063
6573
  /**
7064
6574
  * <p>Consists of a primary cluster that accepts writes and an associated secondary cluster that resides in a different Amazon region. The secondary cluster accepts only reads. The primary
7065
6575
  * cluster automatically replicates updates to the secondary cluster.</p>
7066
- *
7067
- *
7068
- * <ul>
6576
+ * <ul>
7069
6577
  * <li>
7070
6578
  * <p>The <b>GlobalReplicationGroupIdSuffix</b> represents the name of the Global datastore,
7071
6579
  * which is what you use to associate a secondary cluster.</p>
@@ -7123,8 +6631,7 @@ export interface ListAllowedNodeTypeModificationsMessage {
7123
6631
  /**
7124
6632
  * <p>The name of the cluster you want to scale up to a larger node instanced type.
7125
6633
  * ElastiCache uses the cluster id to identify the current node type of this cluster and from that to create a list of node types you can scale up to.</p>
7126
- *
7127
- * <important>
6634
+ * <important>
7128
6635
  * <p>You must provide a value for either the <code>CacheClusterId</code> or the
7129
6636
  * <code>ReplicationGroupId</code>.</p>
7130
6637
  * </important>
@@ -7134,8 +6641,7 @@ export interface ListAllowedNodeTypeModificationsMessage {
7134
6641
  * <p>The name of the replication group want to scale up to a larger node type.
7135
6642
  * ElastiCache uses the replication group id to identify the current node type being used by
7136
6643
  * this replication group, and from that to create a list of node types you can scale up to.</p>
7137
- *
7138
- * <important>
6644
+ * <important>
7139
6645
  * <p>You must provide a value for either the <code>CacheClusterId</code> or the
7140
6646
  * <code>ReplicationGroupId</code>.</p>
7141
6647
  * </important>
@@ -7150,7 +6656,7 @@ export interface ListTagsForResourceMessage {
7150
6656
  * <p>The Amazon Resource Name (ARN) of the resource for which you want the list of tags,
7151
6657
  * for example <code>arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster</code>
7152
6658
  * or <code>arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot</code>.</p>
7153
- * <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces</a>.</p>
6659
+ * <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces</a>.</p>
7154
6660
  */
7155
6661
  ResourceName: string | undefined;
7156
6662
  }
@@ -7174,12 +6680,11 @@ export interface ModifyCacheClusterMessage {
7174
6680
  * If the value is less than the number of existing cache nodes, nodes are removed.
7175
6681
  * If the value is equal to the number of current cache nodes,
7176
6682
  * any pending add or remove requests are canceled.</p>
7177
- * <p>If you are removing cache nodes, you must
6683
+ * <p>If you are removing cache nodes, you must
7178
6684
  * use the <code>CacheNodeIdsToRemove</code> parameter to provide the IDs of the specific cache nodes to remove.</p>
7179
- * <p>For clusters running Redis, this value must be 1.
6685
+ * <p>For clusters running Redis, this value must be 1.
7180
6686
  * For clusters running Memcached, this value must be between 1 and 40.</p>
7181
- *
7182
- * <note>
6687
+ * <note>
7183
6688
  * <p>Adding or removing Memcached cache nodes can be applied immediately or as a pending operation (see <code>ApplyImmediately</code>).</p>
7184
6689
  * <p>A pending operation to modify the number of cache nodes in a cluster during its maintenance window,
7185
6690
  * whether by adding or removing nodes in accordance with the scale out architecture, is not queued.
@@ -7203,61 +6708,58 @@ export interface ModifyCacheClusterMessage {
7203
6708
  * of cache nodes. The number of cache node IDs supplied in this parameter must match the
7204
6709
  * difference between the existing number of cache nodes in the cluster or pending cache nodes, whichever is
7205
6710
  * greater, and the value of <code>NumCacheNodes</code> in the request.</p>
7206
- * <p>For example: If you have 3 active cache nodes, 7 pending cache nodes, and the number of cache nodes in this
6711
+ * <p>For example: If you have 3 active cache nodes, 7 pending cache nodes, and the number of cache nodes in this
7207
6712
  * <code>ModifyCacheCluster</code> call is 5, you must list 2 (7 - 5) cache node IDs to remove.</p>
7208
6713
  */
7209
6714
  CacheNodeIdsToRemove?: string[];
7210
6715
  /**
7211
6716
  * <p>Specifies whether the new nodes in this Memcached cluster are all created in a
7212
6717
  * single Availability Zone or created across multiple Availability Zones.</p>
7213
- * <p>Valid values: <code>single-az</code> | <code>cross-az</code>.</p>
7214
- * <p>This option is only supported for Memcached clusters.</p>
7215
- * <note>
6718
+ * <p>Valid values: <code>single-az</code> | <code>cross-az</code>.</p>
6719
+ * <p>This option is only supported for Memcached clusters.</p>
6720
+ * <note>
7216
6721
  * <p>You cannot specify <code>single-az</code> if the Memcached cluster already has cache nodes in different Availability Zones.
7217
6722
  * If <code>cross-az</code> is specified, existing Memcached nodes remain in their current Availability Zone.</p>
7218
6723
  * <p>Only newly created nodes are located in different Availability Zones.
7219
6724
  * </p>
7220
- * </note>
6725
+ * </note>
7221
6726
  */
7222
6727
  AZMode?: AZMode | string;
7223
6728
  /**
7224
6729
  * <note>
7225
6730
  * <p>This option is only supported on Memcached clusters.</p>
7226
6731
  * </note>
7227
- * <p>The list of Availability Zones where the new Memcached cache nodes are created.</p>
7228
- * <p>This parameter is only valid when <code>NumCacheNodes</code> in the request is greater
6732
+ * <p>The list of Availability Zones where the new Memcached cache nodes are created.</p>
6733
+ * <p>This parameter is only valid when <code>NumCacheNodes</code> in the request is greater
7229
6734
  * than the sum of the number of active cache nodes and the number of cache nodes pending creation (which may be zero).
7230
6735
  * The number of Availability Zones supplied in this list must match the cache nodes being added in this request.</p>
7231
- *
7232
- * <p>Scenarios:</p>
7233
- * <ul>
6736
+ * <p>Scenarios:</p>
6737
+ * <ul>
7234
6738
  * <li>
7235
- * <p>
6739
+ * <p>
7236
6740
  * <b>Scenario 1:</b> You have 3 active nodes and wish to add 2 nodes.
7237
6741
  * Specify <code>NumCacheNodes=5</code> (3 + 2) and optionally specify two Availability Zones
7238
6742
  * for the two new nodes.</p>
7239
- * </li>
6743
+ * </li>
7240
6744
  * <li>
7241
- * <p>
6745
+ * <p>
7242
6746
  * <b>Scenario 2:</b> You have 3 active nodes and 2 nodes pending creation
7243
6747
  * (from the scenario 1 call) and want to add 1 more node.
7244
6748
  * Specify <code>NumCacheNodes=6</code> ((3 + 2) + 1) and
7245
6749
  * optionally specify an Availability Zone for the new node.</p>
7246
- * </li>
6750
+ * </li>
7247
6751
  * <li>
7248
- * <p>
6752
+ * <p>
7249
6753
  * <b>Scenario 3:</b> You want to cancel all pending operations.
7250
6754
  * Specify <code>NumCacheNodes=3</code> to cancel all pending operations.</p>
7251
- * </li>
6755
+ * </li>
7252
6756
  * </ul>
7253
- *
7254
- * <p>The Availability Zone placement of nodes pending creation cannot be modified. If you wish to cancel any nodes pending creation,
6757
+ * <p>The Availability Zone placement of nodes pending creation cannot be modified. If you wish to cancel any nodes pending creation,
7255
6758
  * add 0 nodes by setting <code>NumCacheNodes</code> to the number of current nodes.</p>
7256
- * <p>If <code>cross-az</code> is specified, existing Memcached nodes remain in their current Availability Zone.
6759
+ * <p>If <code>cross-az</code> is specified, existing Memcached nodes remain in their current Availability Zone.
7257
6760
  * Only newly created nodes can be located in different Availability Zones.
7258
6761
  * For guidance on how to move existing Memcached nodes to different Availability Zones, see the
7259
6762
  * <b>Availability Zone Considerations</b> section of <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/mem-ug/CacheNodes.SupportedTypes.html">Cache Node Considerations for Memcached</a>.</p>
7260
- *
7261
6763
  * <p>
7262
6764
  * <b>Impact of new add/remove requests upon pending requests</b>
7263
6765
  * </p>
@@ -7332,13 +6834,13 @@ export interface ModifyCacheClusterMessage {
7332
6834
  /**
7333
6835
  * <p>A list of cache security group names to authorize on this cluster.
7334
6836
  * This change is asynchronously applied as soon as possible.</p>
7335
- * <p>You can use this parameter only with clusters that are created outside of an Amazon Virtual Private Cloud (Amazon VPC).</p>
7336
- * <p>Constraints: Must contain no more than 255 alphanumeric characters. Must not be "Default".</p>
6837
+ * <p>You can use this parameter only with clusters that are created outside of an Amazon Virtual Private Cloud (Amazon VPC).</p>
6838
+ * <p>Constraints: Must contain no more than 255 alphanumeric characters. Must not be "Default".</p>
7337
6839
  */
7338
6840
  CacheSecurityGroupNames?: string[];
7339
6841
  /**
7340
6842
  * <p>Specifies the VPC Security Groups associated with the cluster.</p>
7341
- * <p>This parameter can be used only with clusters that are created in an Amazon Virtual Private Cloud (Amazon VPC).</p>
6843
+ * <p>This parameter can be used only with clusters that are created in an Amazon Virtual Private Cloud (Amazon VPC).</p>
7342
6844
  */
7343
6845
  SecurityGroupIds?: string[];
7344
6846
  /**
@@ -7390,7 +6892,7 @@ export interface ModifyCacheClusterMessage {
7390
6892
  PreferredMaintenanceWindow?: string;
7391
6893
  /**
7392
6894
  * <p>The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications are sent.</p>
7393
- * <note>
6895
+ * <note>
7394
6896
  * <p>The Amazon SNS topic owner must be same as the cluster owner.</p>
7395
6897
  * </note>
7396
6898
  */
@@ -7404,7 +6906,7 @@ export interface ModifyCacheClusterMessage {
7404
6906
  /**
7405
6907
  * <p>The status of the Amazon SNS notification topic. Notifications are sent only if the
7406
6908
  * status is <code>active</code>.</p>
7407
- * <p>Valid values: <code>active</code> | <code>inactive</code>
6909
+ * <p>Valid values: <code>active</code> | <code>inactive</code>
7408
6910
  * </p>
7409
6911
  */
7410
6912
  NotificationTopicStatus?: string;
@@ -7412,22 +6914,21 @@ export interface ModifyCacheClusterMessage {
7412
6914
  * <p>If <code>true</code>, this parameter causes the modifications in this request and any
7413
6915
  * pending modifications to be applied, asynchronously and as soon as possible, regardless
7414
6916
  * of the <code>PreferredMaintenanceWindow</code> setting for the cluster.</p>
7415
- * <p>If <code>false</code>, changes to the cluster are applied on the next
6917
+ * <p>If <code>false</code>, changes to the cluster are applied on the next
7416
6918
  * maintenance reboot, or the next failure reboot, whichever occurs first.</p>
7417
- * <important>
6919
+ * <important>
7418
6920
  * <p>If you perform a <code>ModifyCacheCluster</code> before a pending modification is applied,
7419
6921
  * the pending modification is replaced by the newer modification.</p>
7420
6922
  * </important>
7421
- * <p>Valid values: <code>true</code> | <code>false</code>
6923
+ * <p>Valid values: <code>true</code> | <code>false</code>
7422
6924
  * </p>
7423
- * <p>Default: <code>false</code>
6925
+ * <p>Default: <code>false</code>
7424
6926
  * </p>
7425
6927
  */
7426
6928
  ApplyImmediately?: boolean;
7427
6929
  /**
7428
6930
  * <p>The upgraded version of the cache engine to be run on the cache nodes.</p>
7429
- *
7430
- * <p>
6931
+ * <p>
7431
6932
  * <b>Important:</b> You can upgrade to a newer engine version
7432
6933
  * (see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/SelectEngine.html#VersionManagement">Selecting a Cache Engine and Version</a>), but you cannot downgrade to an earlier engine version.
7433
6934
  * If you want to use an earlier engine version,
@@ -7443,7 +6944,7 @@ export interface ModifyCacheClusterMessage {
7443
6944
  * <p>The number of days for which ElastiCache retains automatic cluster snapshots before
7444
6945
  * deleting them. For example, if you set <code>SnapshotRetentionLimit</code> to 5, a
7445
6946
  * snapshot that was taken today is retained for 5 days before being deleted.</p>
7446
- * <note>
6947
+ * <note>
7447
6948
  * <p>If the value of <code>SnapshotRetentionLimit</code> is set to zero (0), backups are turned off.</p>
7448
6949
  * </note>
7449
6950
  */
@@ -7460,7 +6961,7 @@ export interface ModifyCacheClusterMessage {
7460
6961
  /**
7461
6962
  * <p>Reserved parameter. The password used to access a password protected server. This parameter must be specified with the <code>auth-token-update</code> parameter.
7462
6963
  * Password constraints:</p>
7463
- * <ul>
6964
+ * <ul>
7464
6965
  * <li>
7465
6966
  * <p>Must be only printable ASCII characters</p>
7466
6967
  * </li>
@@ -7479,7 +6980,7 @@ export interface ModifyCacheClusterMessage {
7479
6980
  /**
7480
6981
  * <p>Specifies the strategy to use to update the AUTH token. This parameter must be specified with the <code>auth-token</code> parameter.
7481
6982
  * Possible values:</p>
7482
- * <ul>
6983
+ * <ul>
7483
6984
  * <li>
7484
6985
  * <p>Rotate</p>
7485
6986
  * </li>
@@ -7487,7 +6988,7 @@ export interface ModifyCacheClusterMessage {
7487
6988
  * <p>Set</p>
7488
6989
  * </li>
7489
6990
  * </ul>
7490
- * <p>
6991
+ * <p>
7491
6992
  * For more information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/auth.html">Authenticating Users with Redis AUTH</a>
7492
6993
  * </p>
7493
6994
  */
@@ -7510,7 +7011,7 @@ export interface ModifyCacheClusterResult {
7510
7011
  }
7511
7012
  /**
7512
7013
  * <p>Represents the output of one of the following operations:</p>
7513
- * <ul>
7014
+ * <ul>
7514
7015
  * <li>
7515
7016
  * <p>
7516
7017
  * <code>ModifyCacheParameterGroup</code>
@@ -7561,8 +7062,8 @@ export interface ModifyCacheParameterGroupMessage {
7561
7062
  export interface ModifyCacheSubnetGroupMessage {
7562
7063
  /**
7563
7064
  * <p>The name for the cache subnet group. This value is stored as a lowercase string.</p>
7564
- * <p>Constraints: Must contain no more than 255 alphanumeric characters or hyphens.</p>
7565
- * <p>Example: <code>mysubnetgroup</code>
7065
+ * <p>Constraints: Must contain no more than 255 alphanumeric characters or hyphens.</p>
7066
+ * <p>Example: <code>mysubnetgroup</code>
7566
7067
  * </p>
7567
7068
  */
7568
7069
  CacheSubnetGroupName: string | undefined;
@@ -7578,7 +7079,7 @@ export interface ModifyCacheSubnetGroupMessage {
7578
7079
  export interface ModifyCacheSubnetGroupResult {
7579
7080
  /**
7580
7081
  * <p>Represents the output of one of the following operations:</p>
7581
- * <ul>
7082
+ * <ul>
7582
7083
  * <li>
7583
7084
  * <p>
7584
7085
  * <code>CreateCacheSubnetGroup</code>
@@ -7640,9 +7141,7 @@ export interface ModifyGlobalReplicationGroupResult {
7640
7141
  /**
7641
7142
  * <p>Consists of a primary cluster that accepts writes and an associated secondary cluster that resides in a different Amazon region. The secondary cluster accepts only reads. The primary
7642
7143
  * cluster automatically replicates updates to the secondary cluster.</p>
7643
- *
7644
- *
7645
- * <ul>
7144
+ * <ul>
7646
7145
  * <li>
7647
7146
  * <p>The <b>GlobalReplicationGroupIdSuffix</b> represents the name of the Global datastore,
7648
7147
  * which is what you use to associate a secondary cluster.</p>
@@ -7676,7 +7175,7 @@ export interface ModifyReplicationGroupMessage {
7676
7175
  SnapshottingClusterId?: string;
7677
7176
  /**
7678
7177
  * <p>Determines whether a read replica is automatically promoted to read/write primary if the existing primary encounters a failure.</p>
7679
- * <p>Valid values: <code>true</code> | <code>false</code>
7178
+ * <p>Valid values: <code>true</code> | <code>false</code>
7680
7179
  * </p>
7681
7180
  */
7682
7181
  AutomaticFailoverEnabled?: boolean;
@@ -7692,13 +7191,13 @@ export interface ModifyReplicationGroupMessage {
7692
7191
  NodeGroupId?: string;
7693
7192
  /**
7694
7193
  * <p>A list of cache security group names to authorize for the clusters in this replication group. This change is asynchronously applied as soon as possible.</p>
7695
- * <p>This parameter can be used only with replication group containing clusters running outside of an Amazon Virtual Private Cloud (Amazon VPC).</p>
7696
- * <p>Constraints: Must contain no more than 255 alphanumeric characters. Must not be <code>Default</code>.</p>
7194
+ * <p>This parameter can be used only with replication group containing clusters running outside of an Amazon Virtual Private Cloud (Amazon VPC).</p>
7195
+ * <p>Constraints: Must contain no more than 255 alphanumeric characters. Must not be <code>Default</code>.</p>
7697
7196
  */
7698
7197
  CacheSecurityGroupNames?: string[];
7699
7198
  /**
7700
7199
  * <p>Specifies the VPC Security Groups associated with the clusters in the replication group.</p>
7701
- * <p>This parameter can be used only with replication group containing clusters running in
7200
+ * <p>This parameter can be used only with replication group containing clusters running in
7702
7201
  * an Amazon Virtual Private Cloud (Amazon VPC).</p>
7703
7202
  */
7704
7203
  SecurityGroupIds?: string[];
@@ -7751,7 +7250,7 @@ export interface ModifyReplicationGroupMessage {
7751
7250
  PreferredMaintenanceWindow?: string;
7752
7251
  /**
7753
7252
  * <p>The Amazon Resource Name (ARN) of the Amazon SNS topic to which notifications are sent.</p>
7754
- * <note>
7253
+ * <note>
7755
7254
  * <p>The Amazon SNS topic owner must be same as the replication group owner. </p>
7756
7255
  * </note>
7757
7256
  */
@@ -7765,7 +7264,7 @@ export interface ModifyReplicationGroupMessage {
7765
7264
  /**
7766
7265
  * <p>The status of the Amazon SNS notification topic for the replication group.
7767
7266
  * Notifications are sent only if the status is <code>active</code>.</p>
7768
- * <p>Valid values: <code>active</code> | <code>inactive</code>
7267
+ * <p>Valid values: <code>active</code> | <code>inactive</code>
7769
7268
  * </p>
7770
7269
  */
7771
7270
  NotificationTopicStatus?: string;
@@ -7773,18 +7272,17 @@ export interface ModifyReplicationGroupMessage {
7773
7272
  * <p>If <code>true</code>, this parameter causes the modifications in this request and any
7774
7273
  * pending modifications to be applied, asynchronously and as soon as possible, regardless
7775
7274
  * of the <code>PreferredMaintenanceWindow</code> setting for the replication group.</p>
7776
- * <p>If <code>false</code>, changes to the nodes in the replication group are applied on
7275
+ * <p>If <code>false</code>, changes to the nodes in the replication group are applied on
7777
7276
  * the next maintenance reboot, or the next failure reboot, whichever occurs first.</p>
7778
- * <p>Valid values: <code>true</code> | <code>false</code>
7277
+ * <p>Valid values: <code>true</code> | <code>false</code>
7779
7278
  * </p>
7780
- * <p>Default: <code>false</code>
7279
+ * <p>Default: <code>false</code>
7781
7280
  * </p>
7782
7281
  */
7783
7282
  ApplyImmediately?: boolean;
7784
7283
  /**
7785
7284
  * <p>The upgraded version of the cache engine to be run on the clusters in the replication group.</p>
7786
- *
7787
- * <p>
7285
+ * <p>
7788
7286
  * <b>Important:</b> You can upgrade to a newer engine version (see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/SelectEngine.html#VersionManagement">Selecting a Cache Engine and Version</a>), but you cannot downgrade to an earlier engine version.
7789
7287
  * If you want to use an earlier engine version,
7790
7288
  * you must delete the existing replication group and create it anew with the earlier engine version. </p>
@@ -7799,7 +7297,7 @@ export interface ModifyReplicationGroupMessage {
7799
7297
  * <p>The number of days for which ElastiCache retains automatic node group (shard) snapshots before
7800
7298
  * deleting them. For example, if you set <code>SnapshotRetentionLimit</code> to 5, a
7801
7299
  * snapshot that was taken today is retained for 5 days before being deleted.</p>
7802
- * <p>
7300
+ * <p>
7803
7301
  * <b>Important</b> If the value of SnapshotRetentionLimit is set to zero (0),
7804
7302
  * backups are turned off.</p>
7805
7303
  */
@@ -7807,9 +7305,9 @@ export interface ModifyReplicationGroupMessage {
7807
7305
  /**
7808
7306
  * <p>The daily time range (in UTC) during which ElastiCache begins taking a daily snapshot of
7809
7307
  * the node group (shard) specified by <code>SnapshottingClusterId</code>.</p>
7810
- * <p>Example: <code>05:00-09:00</code>
7308
+ * <p>Example: <code>05:00-09:00</code>
7811
7309
  * </p>
7812
- * <p>If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.</p>
7310
+ * <p>If you do not specify this parameter, ElastiCache automatically chooses an appropriate time range.</p>
7813
7311
  */
7814
7312
  SnapshotWindow?: string;
7815
7313
  /**
@@ -7820,7 +7318,7 @@ export interface ModifyReplicationGroupMessage {
7820
7318
  * <p>Reserved parameter. The password used to access a password protected server. This parameter must be specified with the <code>auth-token-update-strategy </code>
7821
7319
  * parameter.
7822
7320
  * Password constraints:</p>
7823
- * <ul>
7321
+ * <ul>
7824
7322
  * <li>
7825
7323
  * <p>Must be only printable ASCII characters</p>
7826
7324
  * </li>
@@ -7831,7 +7329,7 @@ export interface ModifyReplicationGroupMessage {
7831
7329
  * <p>Cannot contain any of the following characters: '/', '"', or '@', '%'</p>
7832
7330
  * </li>
7833
7331
  * </ul>
7834
- * <p>
7332
+ * <p>
7835
7333
  *
7836
7334
  * For more information, see AUTH password at <a href="http://redis.io/commands/AUTH">AUTH</a>.</p>
7837
7335
  */
@@ -7839,7 +7337,7 @@ export interface ModifyReplicationGroupMessage {
7839
7337
  /**
7840
7338
  * <p>Specifies the strategy to use to update the AUTH token. This parameter must be specified with the <code>auth-token</code> parameter.
7841
7339
  * Possible values:</p>
7842
- * <ul>
7340
+ * <ul>
7843
7341
  * <li>
7844
7342
  * <p>Rotate</p>
7845
7343
  * </li>
@@ -7847,7 +7345,7 @@ export interface ModifyReplicationGroupMessage {
7847
7345
  * <p>Set</p>
7848
7346
  * </li>
7849
7347
  * </ul>
7850
- * <p>
7348
+ * <p>
7851
7349
  * For more information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/auth.html">Authenticating Users with Redis AUTH</a>
7852
7350
  * </p>
7853
7351
  */
@@ -7873,6 +7371,18 @@ export interface ModifyReplicationGroupMessage {
7873
7371
  * <a href="https://aws.amazon.com/ec2/nitro/">Nitro system</a>.</p>
7874
7372
  */
7875
7373
  IpDiscovery?: IpDiscovery | string;
7374
+ /**
7375
+ * <p>A flag that enables in-transit encryption when set to true. If you are enabling in-transit encryption for an existing cluster, you must also set <code>TransitEncryptionMode</code> to <code>preferred</code>.</p>
7376
+ */
7377
+ TransitEncryptionEnabled?: boolean;
7378
+ /**
7379
+ * <p>A setting that allows you to migrate your clients to use in-transit encryption, with no downtime.</p>
7380
+ * <p>You must set <code>TransitEncryptionEnabled</code> to <code>true</code>, for your existing cluster, and set <code>TransitEncryptionMode</code> to <code>preferred</code> in the same request to allow both encrypted and
7381
+ * unencrypted connections at the same time. Once you migrate all your Redis clients to use encrypted connections you can set the value to <code>required</code> to allow encrypted connections only.</p>
7382
+ * <p>Setting <code>TransitEncryptionMode</code> to <code>required</code> is a two-step process that requires you to first set the <code>TransitEncryptionMode</code> to <code>preferred</code> first, after that you can set <code>TransitEncryptionMode</code> to <code>required</code>.
7383
+ * </p>
7384
+ */
7385
+ TransitEncryptionMode?: TransitEncryptionMode | string;
7876
7386
  }
7877
7387
  export interface ModifyReplicationGroupResult {
7878
7388
  /**
@@ -7897,7 +7407,7 @@ export interface ModifyReplicationGroupShardConfigurationMessage {
7897
7407
  /**
7898
7408
  * <p>Indicates that the shard reconfiguration process begins immediately.
7899
7409
  * At present, the only permitted value for this parameter is <code>true</code>.</p>
7900
- * <p>Value: true</p>
7410
+ * <p>Value: true</p>
7901
7411
  */
7902
7412
  ApplyImmediately: boolean | undefined;
7903
7413
  /**
@@ -7906,7 +7416,7 @@ export interface ModifyReplicationGroupShardConfigurationMessage {
7906
7416
  * of node groups (shards), you can use this parameter to specify the preferred
7907
7417
  * availability zones of the cluster's shards.
7908
7418
  * If you omit this parameter ElastiCache selects availability zones for you.</p>
7909
- * <p>You can specify this parameter only if the value of <code>NodeGroupCount</code>
7419
+ * <p>You can specify this parameter only if the value of <code>NodeGroupCount</code>
7910
7420
  * is greater than the current number of node groups (shards).</p>
7911
7421
  */
7912
7422
  ReshardingConfiguration?: ReshardingConfiguration[];
@@ -7916,7 +7426,7 @@ export interface ModifyReplicationGroupShardConfigurationMessage {
7916
7426
  * <code>NodeGroupsToRetain</code> is required.
7917
7427
  * <code>NodeGroupsToRemove</code> is a list of <code>NodeGroupId</code>s to remove
7918
7428
  * from the cluster.</p>
7919
- * <p>ElastiCache for Redis will attempt to remove all node groups listed by <code>NodeGroupsToRemove</code>
7429
+ * <p>ElastiCache for Redis will attempt to remove all node groups listed by <code>NodeGroupsToRemove</code>
7920
7430
  * from the cluster.</p>
7921
7431
  */
7922
7432
  NodeGroupsToRemove?: string[];
@@ -7926,7 +7436,7 @@ export interface ModifyReplicationGroupShardConfigurationMessage {
7926
7436
  * <code>NodeGroupsToRetain</code> is required.
7927
7437
  * <code>NodeGroupsToRetain</code> is a list of <code>NodeGroupId</code>s to retain
7928
7438
  * in the cluster.</p>
7929
- * <p>ElastiCache for Redis will attempt to remove all node groups except those listed by <code>NodeGroupsToRetain</code>
7439
+ * <p>ElastiCache for Redis will attempt to remove all node groups except those listed by <code>NodeGroupsToRetain</code>
7930
7440
  * from the cluster.</p>
7931
7441
  */
7932
7442
  NodeGroupsToRetain?: string[];
@@ -7983,23 +7493,23 @@ export interface ModifyUserGroupMessage {
7983
7493
  export interface PurchaseReservedCacheNodesOfferingMessage {
7984
7494
  /**
7985
7495
  * <p>The ID of the reserved cache node offering to purchase.</p>
7986
- * <p>Example: <code>438012d3-4052-4cc7-b2e3-8d3372e0e706</code>
7496
+ * <p>Example: <code>438012d3-4052-4cc7-b2e3-8d3372e0e706</code>
7987
7497
  * </p>
7988
7498
  */
7989
7499
  ReservedCacheNodesOfferingId: string | undefined;
7990
7500
  /**
7991
7501
  * <p>A customer-specified identifier to track this reservation.</p>
7992
- * <note>
7502
+ * <note>
7993
7503
  * <p>The Reserved Cache Node ID is an unique customer-specified identifier to track this reservation.
7994
7504
  * If this parameter is not specified,
7995
7505
  * ElastiCache automatically generates an identifier for the reservation.</p>
7996
7506
  * </note>
7997
- * <p>Example: myreservationID</p>
7507
+ * <p>Example: myreservationID</p>
7998
7508
  */
7999
7509
  ReservedCacheNodeId?: string;
8000
7510
  /**
8001
7511
  * <p>The number of cache node instances to reserve.</p>
8002
- * <p>Default: <code>1</code>
7512
+ * <p>Default: <code>1</code>
8003
7513
  * </p>
8004
7514
  */
8005
7515
  CacheNodeCount?: number;
@@ -8050,9 +7560,7 @@ export interface RebalanceSlotsInGlobalReplicationGroupResult {
8050
7560
  /**
8051
7561
  * <p>Consists of a primary cluster that accepts writes and an associated secondary cluster that resides in a different Amazon region. The secondary cluster accepts only reads. The primary
8052
7562
  * cluster automatically replicates updates to the secondary cluster.</p>
8053
- *
8054
- *
8055
- * <ul>
7563
+ * <ul>
8056
7564
  * <li>
8057
7565
  * <p>The <b>GlobalReplicationGroupIdSuffix</b> represents the name of the Global datastore,
8058
7566
  * which is what you use to associate a secondary cluster.</p>
@@ -8088,7 +7596,7 @@ export interface RemoveTagsFromResourceMessage {
8088
7596
  * <p>The Amazon Resource Name (ARN) of the resource from which you want the tags removed,
8089
7597
  * for example <code>arn:aws:elasticache:us-west-2:0123456789:cluster:myCluster</code>
8090
7598
  * or <code>arn:aws:elasticache:us-west-2:0123456789:snapshot:mySnapshot</code>.</p>
8091
- * <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs) and Amazon Service Namespaces</a>.</p>
7599
+ * <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs) and Amazon Service Namespaces</a>.</p>
8092
7600
  */
8093
7601
  ResourceName: string | undefined;
8094
7602
  /**
@@ -8120,7 +7628,7 @@ export interface ResetCacheParameterGroupMessage {
8120
7628
  * all parameters in the cache parameter group are reset to their default values.
8121
7629
  * If <code>false</code>, only the parameters listed by <code>ParameterNameValues</code>
8122
7630
  * are reset to their default values.</p>
8123
- * <p>Valid values: <code>true</code> | <code>false</code>
7631
+ * <p>Valid values: <code>true</code> | <code>false</code>
8124
7632
  * </p>
8125
7633
  */
8126
7634
  ResetAllParameters?: boolean;
@@ -8166,7 +7674,7 @@ export interface RevokeCacheSecurityGroupIngressMessage {
8166
7674
  export interface RevokeCacheSecurityGroupIngressResult {
8167
7675
  /**
8168
7676
  * <p>Represents the output of one of the following operations:</p>
8169
- * <ul>
7677
+ * <ul>
8170
7678
  * <li>
8171
7679
  * <p>
8172
7680
  * <code>AuthorizeCacheSecurityGroupIngress</code>