@aws-sdk/client-elasticache 3.427.0 → 3.429.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.
@@ -475,7 +475,7 @@ export interface ProcessedUpdateAction {
475
475
  * @public
476
476
  * <p>The status of the update action on the Redis cluster</p>
477
477
  */
478
- UpdateActionStatus?: UpdateActionStatus | string;
478
+ UpdateActionStatus?: UpdateActionStatus;
479
479
  }
480
480
  /**
481
481
  * @public
@@ -747,13 +747,13 @@ export interface LogDeliveryConfiguration {
747
747
  * <p>Refers to <a href="https://redis.io/commands/slowlog">slow-log</a> or
748
748
  * engine-log.</p>
749
749
  */
750
- LogType?: LogType | string;
750
+ LogType?: LogType;
751
751
  /**
752
752
  * @public
753
753
  * <p>Returns the destination type, either <code>cloudwatch-logs</code> or
754
754
  * <code>kinesis-firehose</code>.</p>
755
755
  */
756
- DestinationType?: DestinationType | string;
756
+ DestinationType?: DestinationType;
757
757
  /**
758
758
  * @public
759
759
  * <p>Configuration details of either a CloudWatch Logs destination or Kinesis Data Firehose
@@ -764,7 +764,7 @@ export interface LogDeliveryConfiguration {
764
764
  * @public
765
765
  * <p>Returns the log format, either JSON or TEXT.</p>
766
766
  */
767
- LogFormat?: LogFormat | string;
767
+ LogFormat?: LogFormat;
768
768
  /**
769
769
  * @public
770
770
  * <p>Returns the log delivery configuration status. Values are one of <code>enabling</code>
@@ -772,7 +772,7 @@ export interface LogDeliveryConfiguration {
772
772
  * <code>error</code>
773
773
  * </p>
774
774
  */
775
- Status?: LogDeliveryConfigurationStatus | string;
775
+ Status?: LogDeliveryConfigurationStatus;
776
776
  /**
777
777
  * @public
778
778
  * <p>Returns an error message for the log delivery configuration.</p>
@@ -921,12 +921,12 @@ export interface PendingLogDeliveryConfiguration {
921
921
  * <p>Refers to <a href="https://redis.io/commands/slowlog">slow-log</a> or
922
922
  * engine-log..</p>
923
923
  */
924
- LogType?: LogType | string;
924
+ LogType?: LogType;
925
925
  /**
926
926
  * @public
927
927
  * <p>Returns the destination type, either CloudWatch Logs or Kinesis Data Firehose.</p>
928
928
  */
929
- DestinationType?: DestinationType | string;
929
+ DestinationType?: DestinationType;
930
930
  /**
931
931
  * @public
932
932
  * <p>Configuration details of either a CloudWatch Logs destination or Kinesis Data Firehose
@@ -937,7 +937,7 @@ export interface PendingLogDeliveryConfiguration {
937
937
  * @public
938
938
  * <p>Returns the log format, either JSON or TEXT</p>
939
939
  */
940
- LogFormat?: LogFormat | string;
940
+ LogFormat?: LogFormat;
941
941
  }
942
942
  /**
943
943
  * @public
@@ -1006,7 +1006,7 @@ export interface ReplicationGroupPendingModifiedValues {
1006
1006
  * @public
1007
1007
  * <p>Indicates the status of automatic failover for this Redis replication group.</p>
1008
1008
  */
1009
- AutomaticFailoverStatus?: PendingAutomaticFailoverStatus | string;
1009
+ AutomaticFailoverStatus?: PendingAutomaticFailoverStatus;
1010
1010
  /**
1011
1011
  * @public
1012
1012
  * <p>The status of an online resharding operation.</p>
@@ -1016,7 +1016,7 @@ export interface ReplicationGroupPendingModifiedValues {
1016
1016
  * @public
1017
1017
  * <p>The auth token status</p>
1018
1018
  */
1019
- AuthTokenStatus?: AuthTokenUpdateStatus | string;
1019
+ AuthTokenStatus?: AuthTokenUpdateStatus;
1020
1020
  /**
1021
1021
  * @public
1022
1022
  * <p>The user group being modified.</p>
@@ -1037,7 +1037,7 @@ export interface ReplicationGroupPendingModifiedValues {
1037
1037
  * <p>A setting that allows you to migrate your clients to use in-transit encryption, with
1038
1038
  * no downtime.</p>
1039
1039
  */
1040
- TransitEncryptionMode?: TransitEncryptionMode | string;
1040
+ TransitEncryptionMode?: TransitEncryptionMode;
1041
1041
  /**
1042
1042
  * @public
1043
1043
  * <p>Enabled or Disabled. To modify cluster mode from Disabled to Enabled, you must first
@@ -1046,7 +1046,7 @@ export interface ReplicationGroupPendingModifiedValues {
1046
1046
  * clients to use cluster mode enabled, you can then complete cluster mode configuration
1047
1047
  * and set the cluster mode to Enabled.</p>
1048
1048
  */
1049
- ClusterMode?: ClusterMode | string;
1049
+ ClusterMode?: ClusterMode;
1050
1050
  }
1051
1051
  /**
1052
1052
  * @public
@@ -1104,14 +1104,14 @@ export interface ReplicationGroup {
1104
1104
  * @public
1105
1105
  * <p>Indicates the status of automatic failover for this Redis replication group.</p>
1106
1106
  */
1107
- AutomaticFailover?: AutomaticFailoverStatus | string;
1107
+ AutomaticFailover?: AutomaticFailoverStatus;
1108
1108
  /**
1109
1109
  * @public
1110
1110
  * <p>A flag indicating if you have Multi-AZ enabled to enhance fault tolerance. For more
1111
1111
  * information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/AutoFailover.html">Minimizing Downtime: Multi-AZ</a>
1112
1112
  * </p>
1113
1113
  */
1114
- MultiAZ?: MultiAZStatus | string;
1114
+ MultiAZ?: MultiAZStatus;
1115
1115
  /**
1116
1116
  * @public
1117
1117
  * <p>The configuration endpoint for this replication group. Use the configuration endpoint
@@ -1233,7 +1233,7 @@ export interface ReplicationGroup {
1233
1233
  * r6gd node type. This parameter must be set to true when using r6gd nodes. For more
1234
1234
  * information, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/data-tiering.html">Data tiering</a>.</p>
1235
1235
  */
1236
- DataTiering?: DataTieringStatus | string;
1236
+ DataTiering?: DataTieringStatus;
1237
1237
  /**
1238
1238
  * @public
1239
1239
  * <p>If you are running Redis engine version 6.0 or later, set this parameter to yes if you
@@ -1247,20 +1247,20 @@ export interface ReplicationGroup {
1247
1247
  * is supported for workloads using Redis engine version 6.2 onward or Memcached engine
1248
1248
  * version 1.6.6 on all instances built on the <a href="http://aws.amazon.com/ec2/nitro/">Nitro system</a>.</p>
1249
1249
  */
1250
- NetworkType?: NetworkType | string;
1250
+ NetworkType?: NetworkType;
1251
1251
  /**
1252
1252
  * @public
1253
1253
  * <p>The network type you choose when modifying a cluster, either <code>ipv4</code> |
1254
1254
  * <code>ipv6</code>. IPv6 is supported for workloads using Redis engine version 6.2
1255
1255
  * onward or Memcached engine version 1.6.6 on all instances built on the <a href="http://aws.amazon.com/ec2/nitro/">Nitro system</a>.</p>
1256
1256
  */
1257
- IpDiscovery?: IpDiscovery | string;
1257
+ IpDiscovery?: IpDiscovery;
1258
1258
  /**
1259
1259
  * @public
1260
1260
  * <p>A setting that allows you to migrate your clients to use in-transit encryption, with
1261
1261
  * no downtime.</p>
1262
1262
  */
1263
- TransitEncryptionMode?: TransitEncryptionMode | string;
1263
+ TransitEncryptionMode?: TransitEncryptionMode;
1264
1264
  /**
1265
1265
  * @public
1266
1266
  * <p>Enabled or Disabled. To modify cluster mode from Disabled to Enabled, you must first
@@ -1269,7 +1269,7 @@ export interface ReplicationGroup {
1269
1269
  * clients to use cluster mode enabled, you can then complete cluster mode configuration
1270
1270
  * and set the cluster mode to Enabled.</p>
1271
1271
  */
1272
- ClusterMode?: ClusterMode | string;
1272
+ ClusterMode?: ClusterMode;
1273
1273
  }
1274
1274
  /**
1275
1275
  * @public
@@ -1790,7 +1790,7 @@ export interface Snapshot {
1790
1790
  * <p>Indicates the status of automatic failover for the source Redis replication
1791
1791
  * group.</p>
1792
1792
  */
1793
- AutomaticFailover?: AutomaticFailoverStatus | string;
1793
+ AutomaticFailover?: AutomaticFailoverStatus;
1794
1794
  /**
1795
1795
  * @public
1796
1796
  * <p>A list of the cache nodes in the source cluster.</p>
@@ -1812,7 +1812,7 @@ export interface Snapshot {
1812
1812
  * r6gd node type. This parameter must be set to true when using r6gd nodes. For more
1813
1813
  * information, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/data-tiering.html">Data tiering</a>.</p>
1814
1814
  */
1815
- DataTiering?: DataTieringStatus | string;
1815
+ DataTiering?: DataTieringStatus;
1816
1816
  }
1817
1817
  /**
1818
1818
  * @public
@@ -1910,13 +1910,13 @@ export interface LogDeliveryConfigurationRequest {
1910
1910
  * <p>Refers to <a href="https://redis.io/commands/slowlog">slow-log</a> or
1911
1911
  * engine-log..</p>
1912
1912
  */
1913
- LogType?: LogType | string;
1913
+ LogType?: LogType;
1914
1914
  /**
1915
1915
  * @public
1916
1916
  * <p>Specify either <code>cloudwatch-logs</code> or <code>kinesis-firehose</code> as the
1917
1917
  * destination type.</p>
1918
1918
  */
1919
- DestinationType?: DestinationType | string;
1919
+ DestinationType?: DestinationType;
1920
1920
  /**
1921
1921
  * @public
1922
1922
  * <p>Configuration details of either a CloudWatch Logs destination or Kinesis Data Firehose
@@ -1927,7 +1927,7 @@ export interface LogDeliveryConfigurationRequest {
1927
1927
  * @public
1928
1928
  * <p>Specifies either JSON or TEXT</p>
1929
1929
  */
1930
- LogFormat?: LogFormat | string;
1930
+ LogFormat?: LogFormat;
1931
1931
  /**
1932
1932
  * @public
1933
1933
  * <p>Specify if log delivery is enabled. Default <code>true</code>.</p>
@@ -1995,7 +1995,7 @@ export interface CreateCacheClusterMessage {
1995
1995
  * <p>If the <code>AZMode</code> and <code>PreferredAvailabilityZones</code> are not
1996
1996
  * specified, ElastiCache assumes <code>single-az</code> mode.</p>
1997
1997
  */
1998
- AZMode?: AZMode | string;
1998
+ AZMode?: AZMode;
1999
1999
  /**
2000
2000
  * @public
2001
2001
  * <p>The EC2 Availability Zone in which the cluster is created.</p>
@@ -2378,7 +2378,7 @@ export interface CreateCacheClusterMessage {
2378
2378
  * <p>Specifies whether the nodes in the cluster are created in a single outpost or across
2379
2379
  * multiple outposts.</p>
2380
2380
  */
2381
- OutpostMode?: OutpostMode | string;
2381
+ OutpostMode?: OutpostMode;
2382
2382
  /**
2383
2383
  * @public
2384
2384
  * <p>The outpost ARN in which the cache cluster is created.</p>
@@ -2405,14 +2405,14 @@ export interface CreateCacheClusterMessage {
2405
2405
  * is supported for workloads using Redis engine version 6.2 onward or Memcached engine
2406
2406
  * version 1.6.6 on all instances built on the <a href="http://aws.amazon.com/ec2/nitro/">Nitro system</a>. </p>
2407
2407
  */
2408
- NetworkType?: NetworkType | string;
2408
+ NetworkType?: NetworkType;
2409
2409
  /**
2410
2410
  * @public
2411
2411
  * <p>The network type you choose when modifying a cluster, either <code>ipv4</code> |
2412
2412
  * <code>ipv6</code>. IPv6 is supported for workloads using Redis engine version 6.2
2413
2413
  * onward or Memcached engine version 1.6.6 on all instances built on the <a href="http://aws.amazon.com/ec2/nitro/">Nitro system</a>.</p>
2414
2414
  */
2415
- IpDiscovery?: IpDiscovery | string;
2415
+ IpDiscovery?: IpDiscovery;
2416
2416
  }
2417
2417
  /**
2418
2418
  * @public
@@ -2733,7 +2733,7 @@ export interface PendingModifiedValues {
2733
2733
  * @public
2734
2734
  * <p>The auth token status</p>
2735
2735
  */
2736
- AuthTokenStatus?: AuthTokenUpdateStatus | string;
2736
+ AuthTokenStatus?: AuthTokenUpdateStatus;
2737
2737
  /**
2738
2738
  * @public
2739
2739
  * <p>The log delivery configurations being modified </p>
@@ -2749,7 +2749,7 @@ export interface PendingModifiedValues {
2749
2749
  * <p>A setting that allows you to migrate your clients to use in-transit encryption, with
2750
2750
  * no downtime.</p>
2751
2751
  */
2752
- TransitEncryptionMode?: TransitEncryptionMode | string;
2752
+ TransitEncryptionMode?: TransitEncryptionMode;
2753
2753
  }
2754
2754
  /**
2755
2755
  * @public
@@ -3197,20 +3197,20 @@ export interface CacheCluster {
3197
3197
  * is supported for workloads using Redis engine version 6.2 onward or Memcached engine
3198
3198
  * version 1.6.6 on all instances built on the <a href="http://aws.amazon.com/ec2/nitro/">Nitro system</a>.</p>
3199
3199
  */
3200
- NetworkType?: NetworkType | string;
3200
+ NetworkType?: NetworkType;
3201
3201
  /**
3202
3202
  * @public
3203
3203
  * <p>The network type associated with the cluster, either <code>ipv4</code> |
3204
3204
  * <code>ipv6</code>. IPv6 is supported for workloads using Redis engine version 6.2
3205
3205
  * onward or Memcached engine version 1.6.6 on all instances built on the <a href="http://aws.amazon.com/ec2/nitro/">Nitro system</a>.</p>
3206
3206
  */
3207
- IpDiscovery?: IpDiscovery | string;
3207
+ IpDiscovery?: IpDiscovery;
3208
3208
  /**
3209
3209
  * @public
3210
3210
  * <p>A setting that allows you to migrate your clients to use in-transit encryption, with
3211
3211
  * no downtime.</p>
3212
3212
  */
3213
- TransitEncryptionMode?: TransitEncryptionMode | string;
3213
+ TransitEncryptionMode?: TransitEncryptionMode;
3214
3214
  }
3215
3215
  /**
3216
3216
  * @public
@@ -3588,7 +3588,7 @@ export interface Subnet {
3588
3588
  * supported for workloads using Redis engine version 6.2 onward or Memcached engine
3589
3589
  * version 1.6.6 on all instances built on the <a href="http://aws.amazon.com/ec2/nitro/">Nitro system</a>.</p>
3590
3590
  */
3591
- SupportedNetworkTypes?: (NetworkType | string)[];
3591
+ SupportedNetworkTypes?: NetworkType[];
3592
3592
  }
3593
3593
  /**
3594
3594
  * @public
@@ -3638,7 +3638,7 @@ export interface CacheSubnetGroup {
3638
3638
  * supported for workloads using Redis engine version 6.2 onward or Memcached engine
3639
3639
  * version 1.6.6 on all instances built on the <a href="http://aws.amazon.com/ec2/nitro/">Nitro system</a>.</p>
3640
3640
  */
3641
- SupportedNetworkTypes?: (NetworkType | string)[];
3641
+ SupportedNetworkTypes?: NetworkType[];
3642
3642
  }
3643
3643
  /**
3644
3644
  * @public
@@ -3758,7 +3758,7 @@ export interface GlobalReplicationGroupMember {
3758
3758
  * @public
3759
3759
  * <p>Indicates whether automatic failover is enabled for the replication group.</p>
3760
3760
  */
3761
- AutomaticFailover?: AutomaticFailoverStatus | string;
3761
+ AutomaticFailover?: AutomaticFailoverStatus;
3762
3762
  /**
3763
3763
  * @public
3764
3764
  * <p>The status of the membership of the replication group.</p>
@@ -4476,7 +4476,7 @@ export interface CreateReplicationGroupMessage {
4476
4476
  * is supported for workloads using Redis engine version 6.2 onward or Memcached engine
4477
4477
  * version 1.6.6 on all instances built on the <a href="http://aws.amazon.com/ec2/nitro/">Nitro system</a>.</p>
4478
4478
  */
4479
- NetworkType?: NetworkType | string;
4479
+ NetworkType?: NetworkType;
4480
4480
  /**
4481
4481
  * @public
4482
4482
  * <p>The network type you choose when creating a replication group, either
@@ -4484,7 +4484,7 @@ export interface CreateReplicationGroupMessage {
4484
4484
  * engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on
4485
4485
  * the <a href="http://aws.amazon.com/ec2/nitro/">Nitro system</a>.</p>
4486
4486
  */
4487
- IpDiscovery?: IpDiscovery | string;
4487
+ IpDiscovery?: IpDiscovery;
4488
4488
  /**
4489
4489
  * @public
4490
4490
  * <p>A setting that allows you to migrate your clients to use in-transit encryption, with
@@ -4500,7 +4500,7 @@ export interface CreateReplicationGroupMessage {
4500
4500
  * <code>required</code>.</p>
4501
4501
  * <p>This process will not trigger the replacement of the replication group.</p>
4502
4502
  */
4503
- TransitEncryptionMode?: TransitEncryptionMode | string;
4503
+ TransitEncryptionMode?: TransitEncryptionMode;
4504
4504
  /**
4505
4505
  * @public
4506
4506
  * <p>Enabled or Disabled. To modify cluster mode from Disabled to Enabled, you must first
@@ -4509,7 +4509,7 @@ export interface CreateReplicationGroupMessage {
4509
4509
  * clients to use cluster mode enabled, you can then complete cluster mode configuration
4510
4510
  * and set the cluster mode to Enabled.</p>
4511
4511
  */
4512
- ClusterMode?: ClusterMode | string;
4512
+ ClusterMode?: ClusterMode;
4513
4513
  }
4514
4514
  /**
4515
4515
  * @public
@@ -4685,7 +4685,7 @@ export interface AuthenticationMode {
4685
4685
  * <p>Specifies the authentication type. Possible options are IAM authentication, password
4686
4686
  * and no password.</p>
4687
4687
  */
4688
- Type?: InputAuthenticationType | string;
4688
+ Type?: InputAuthenticationType;
4689
4689
  /**
4690
4690
  * @public
4691
4691
  * <p>Specifies the passwords to use for authentication if <code>Type</code> is set to
@@ -4773,7 +4773,7 @@ export interface Authentication {
4773
4773
  * @public
4774
4774
  * <p>Indicates whether the user requires a password to authenticate.</p>
4775
4775
  */
4776
- Type?: AuthenticationType | string;
4776
+ Type?: AuthenticationType;
4777
4777
  /**
4778
4778
  * @public
4779
4779
  * <p>The number of passwords belonging to the user. The maximum is two.</p>
@@ -5694,7 +5694,7 @@ export interface CacheNodeTypeSpecificParameter {
5694
5694
  * maintenance window's reboot. For more information, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Clusters.Rebooting.html">Rebooting a
5695
5695
  * Cluster</a>.</p>
5696
5696
  */
5697
- ChangeType?: ChangeType | string;
5697
+ ChangeType?: ChangeType;
5698
5698
  }
5699
5699
  /**
5700
5700
  * @public
@@ -5751,7 +5751,7 @@ export interface Parameter {
5751
5751
  * maintenance window's reboot. For more information, see <a href="https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Clusters.Rebooting.html">Rebooting a
5752
5752
  * Cluster</a>.</p>
5753
5753
  */
5754
- ChangeType?: ChangeType | string;
5754
+ ChangeType?: ChangeType;
5755
5755
  }
5756
5756
  /**
5757
5757
  * @public
@@ -6009,7 +6009,7 @@ export interface DescribeEventsMessage {
6009
6009
  * <p>The event source to retrieve events for. If no value is specified, all events are
6010
6010
  * returned.</p>
6011
6011
  */
6012
- SourceType?: SourceType | string;
6012
+ SourceType?: SourceType;
6013
6013
  /**
6014
6014
  * @public
6015
6015
  * <p>The beginning of the time interval to retrieve events for, specified in ISO 8601
@@ -6066,7 +6066,7 @@ export interface Event {
6066
6066
  * <p>Specifies the origin of this event - a cluster, a parameter group, a security group,
6067
6067
  * etc.</p>
6068
6068
  */
6069
- SourceType?: SourceType | string;
6069
+ SourceType?: SourceType;
6070
6070
  /**
6071
6071
  * @public
6072
6072
  * <p>The text of the event.</p>
@@ -7222,7 +7222,7 @@ export interface DescribeServiceUpdatesMessage {
7222
7222
  * @public
7223
7223
  * <p>The status of the service update</p>
7224
7224
  */
7225
- ServiceUpdateStatus?: (ServiceUpdateStatus | string)[];
7225
+ ServiceUpdateStatus?: ServiceUpdateStatus[];
7226
7226
  /**
7227
7227
  * @public
7228
7228
  * <p>The maximum number of records to include in the response</p>
@@ -7285,7 +7285,7 @@ export interface ServiceUpdate {
7285
7285
  * @public
7286
7286
  * <p>The severity of the service update</p>
7287
7287
  */
7288
- ServiceUpdateSeverity?: ServiceUpdateSeverity | string;
7288
+ ServiceUpdateSeverity?: ServiceUpdateSeverity;
7289
7289
  /**
7290
7290
  * @public
7291
7291
  * <p>The recommendend date to apply the service update in order to ensure compliance. For
@@ -7296,7 +7296,7 @@ export interface ServiceUpdate {
7296
7296
  * @public
7297
7297
  * <p>The status of the service update</p>
7298
7298
  */
7299
- ServiceUpdateStatus?: ServiceUpdateStatus | string;
7299
+ ServiceUpdateStatus?: ServiceUpdateStatus;
7300
7300
  /**
7301
7301
  * @public
7302
7302
  * <p>Provides details of the service update</p>
@@ -7306,7 +7306,7 @@ export interface ServiceUpdate {
7306
7306
  * @public
7307
7307
  * <p>Reflects the nature of the service update</p>
7308
7308
  */
7309
- ServiceUpdateType?: ServiceUpdateType | string;
7309
+ ServiceUpdateType?: ServiceUpdateType;
7310
7310
  /**
7311
7311
  * @public
7312
7312
  * <p>The Elasticache engine to which the update applies. Either Redis or Memcached</p>
@@ -7465,7 +7465,7 @@ export interface DescribeUpdateActionsMessage {
7465
7465
  * @public
7466
7466
  * <p>The status of the service update</p>
7467
7467
  */
7468
- ServiceUpdateStatus?: (ServiceUpdateStatus | string)[];
7468
+ ServiceUpdateStatus?: ServiceUpdateStatus[];
7469
7469
  /**
7470
7470
  * @public
7471
7471
  * <p>The range of time specified to search for service updates that are in available
@@ -7476,7 +7476,7 @@ export interface DescribeUpdateActionsMessage {
7476
7476
  * @public
7477
7477
  * <p>The status of the update action.</p>
7478
7478
  */
7479
- UpdateActionStatus?: (UpdateActionStatus | string)[];
7479
+ UpdateActionStatus?: UpdateActionStatus[];
7480
7480
  /**
7481
7481
  * @public
7482
7482
  * <p>Dictates whether to include node level update status in the response </p>
@@ -7537,7 +7537,7 @@ export interface CacheNodeUpdateStatus {
7537
7537
  * @public
7538
7538
  * <p>The update status of the node</p>
7539
7539
  */
7540
- NodeUpdateStatus?: NodeUpdateStatus | string;
7540
+ NodeUpdateStatus?: NodeUpdateStatus;
7541
7541
  /**
7542
7542
  * @public
7543
7543
  * <p>The deletion date of the node</p>
@@ -7558,7 +7558,7 @@ export interface CacheNodeUpdateStatus {
7558
7558
  * <p>Reflects whether the update was initiated by the customer or automatically
7559
7559
  * applied</p>
7560
7560
  */
7561
- NodeUpdateInitiatedBy?: NodeUpdateInitiatedBy | string;
7561
+ NodeUpdateInitiatedBy?: NodeUpdateInitiatedBy;
7562
7562
  /**
7563
7563
  * @public
7564
7564
  * <p>The date when the update is triggered</p>
@@ -7589,7 +7589,7 @@ export interface NodeGroupMemberUpdateStatus {
7589
7589
  * @public
7590
7590
  * <p>The update status of the node</p>
7591
7591
  */
7592
- NodeUpdateStatus?: NodeUpdateStatus | string;
7592
+ NodeUpdateStatus?: NodeUpdateStatus;
7593
7593
  /**
7594
7594
  * @public
7595
7595
  * <p>The deletion date of the node</p>
@@ -7610,7 +7610,7 @@ export interface NodeGroupMemberUpdateStatus {
7610
7610
  * <p>Reflects whether the update was initiated by the customer or automatically
7611
7611
  * applied</p>
7612
7612
  */
7613
- NodeUpdateInitiatedBy?: NodeUpdateInitiatedBy | string;
7613
+ NodeUpdateInitiatedBy?: NodeUpdateInitiatedBy;
7614
7614
  /**
7615
7615
  * @public
7616
7616
  * <p>The date when the update is triggered</p>
@@ -7680,12 +7680,12 @@ export interface UpdateAction {
7680
7680
  * @public
7681
7681
  * <p>The severity of the service update</p>
7682
7682
  */
7683
- ServiceUpdateSeverity?: ServiceUpdateSeverity | string;
7683
+ ServiceUpdateSeverity?: ServiceUpdateSeverity;
7684
7684
  /**
7685
7685
  * @public
7686
7686
  * <p>The status of the service update</p>
7687
7687
  */
7688
- ServiceUpdateStatus?: ServiceUpdateStatus | string;
7688
+ ServiceUpdateStatus?: ServiceUpdateStatus;
7689
7689
  /**
7690
7690
  * @public
7691
7691
  * <p>The recommended date to apply the service update to ensure compliance. For information
@@ -7696,7 +7696,7 @@ export interface UpdateAction {
7696
7696
  * @public
7697
7697
  * <p>Reflects the nature of the service update </p>
7698
7698
  */
7699
- ServiceUpdateType?: ServiceUpdateType | string;
7699
+ ServiceUpdateType?: ServiceUpdateType;
7700
7700
  /**
7701
7701
  * @public
7702
7702
  * <p>The date that the service update is available to a replication group</p>
@@ -7706,7 +7706,7 @@ export interface UpdateAction {
7706
7706
  * @public
7707
7707
  * <p>The status of the update action</p>
7708
7708
  */
7709
- UpdateActionStatus?: UpdateActionStatus | string;
7709
+ UpdateActionStatus?: UpdateActionStatus;
7710
7710
  /**
7711
7711
  * @public
7712
7712
  * <p>The progress of the service update on the replication group</p>
@@ -7724,7 +7724,7 @@ export interface UpdateAction {
7724
7724
  * by the recommended apply-by date. If N/A, the replication group was created after the
7725
7725
  * recommended apply-by date.</p>
7726
7726
  */
7727
- SlaMet?: SlaMet | string;
7727
+ SlaMet?: SlaMet;
7728
7728
  /**
7729
7729
  * @public
7730
7730
  * <p>The status of the service update on the node group</p>
@@ -8218,7 +8218,7 @@ export interface ModifyCacheClusterMessage {
8218
8218
  * <p>Only newly created nodes are located in different Availability Zones. </p>
8219
8219
  * </note>
8220
8220
  */
8221
- AZMode?: AZMode | string;
8221
+ AZMode?: AZMode;
8222
8222
  /**
8223
8223
  * @public
8224
8224
  * <note>
@@ -8515,7 +8515,7 @@ export interface ModifyCacheClusterMessage {
8515
8515
  * <p> For more information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/auth.html">Authenticating Users with Redis AUTH</a>
8516
8516
  * </p>
8517
8517
  */
8518
- AuthTokenUpdateStrategy?: AuthTokenUpdateStrategyType | string;
8518
+ AuthTokenUpdateStrategy?: AuthTokenUpdateStrategyType;
8519
8519
  /**
8520
8520
  * @public
8521
8521
  * <p>Specifies the destination, format and type of the logs.</p>
@@ -8527,7 +8527,7 @@ export interface ModifyCacheClusterMessage {
8527
8527
  * <code>ipv6</code>. IPv6 is supported for workloads using Redis engine version 6.2
8528
8528
  * onward or Memcached engine version 1.6.6 on all instances built on the <a href="http://aws.amazon.com/ec2/nitro/">Nitro system</a>.</p>
8529
8529
  */
8530
- IpDiscovery?: IpDiscovery | string;
8530
+ IpDiscovery?: IpDiscovery;
8531
8531
  }
8532
8532
  /**
8533
8533
  * @public
@@ -8952,7 +8952,7 @@ export interface ModifyReplicationGroupMessage {
8952
8952
  * <p> For more information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/auth.html">Authenticating Users with Redis AUTH</a>
8953
8953
  * </p>
8954
8954
  */
8955
- AuthTokenUpdateStrategy?: AuthTokenUpdateStrategyType | string;
8955
+ AuthTokenUpdateStrategy?: AuthTokenUpdateStrategyType;
8956
8956
  /**
8957
8957
  * @public
8958
8958
  * <p>The ID of the user group you are associating with the replication group.</p>
@@ -8980,7 +8980,7 @@ export interface ModifyReplicationGroupMessage {
8980
8980
  * <code>ipv6</code>. IPv6 is supported for workloads using Redis engine version 6.2
8981
8981
  * onward or Memcached engine version 1.6.6 on all instances built on the <a href="http://aws.amazon.com/ec2/nitro/">Nitro system</a>.</p>
8982
8982
  */
8983
- IpDiscovery?: IpDiscovery | string;
8983
+ IpDiscovery?: IpDiscovery;
8984
8984
  /**
8985
8985
  * @public
8986
8986
  * <p>A flag that enables in-transit encryption when set to true. If you are enabling
@@ -9002,7 +9002,7 @@ export interface ModifyReplicationGroupMessage {
9002
9002
  * <code>preferred</code>, after that you can set <code>TransitEncryptionMode</code> to
9003
9003
  * <code>required</code>. </p>
9004
9004
  */
9005
- TransitEncryptionMode?: TransitEncryptionMode | string;
9005
+ TransitEncryptionMode?: TransitEncryptionMode;
9006
9006
  /**
9007
9007
  * @public
9008
9008
  * <p>Enabled or Disabled. To modify cluster mode from Disabled to Enabled, you must first
@@ -9011,7 +9011,7 @@ export interface ModifyReplicationGroupMessage {
9011
9011
  * clients to use cluster mode enabled, you can then complete cluster mode configuration
9012
9012
  * and set the cluster mode to Enabled.</p>
9013
9013
  */
9014
- ClusterMode?: ClusterMode | string;
9014
+ ClusterMode?: ClusterMode;
9015
9015
  }
9016
9016
  /**
9017
9017
  * @public
@@ -190,7 +190,7 @@ export interface ProcessedUpdateAction {
190
190
  ReplicationGroupId?: string;
191
191
  CacheClusterId?: string;
192
192
  ServiceUpdateName?: string;
193
- UpdateActionStatus?: UpdateActionStatus | string;
193
+ UpdateActionStatus?: UpdateActionStatus;
194
194
  }
195
195
  export interface UnprocessedUpdateAction {
196
196
  ReplicationGroupId?: string;
@@ -281,11 +281,11 @@ export declare const LogDeliveryConfigurationStatus: {
281
281
  export type LogDeliveryConfigurationStatus =
282
282
  (typeof LogDeliveryConfigurationStatus)[keyof typeof LogDeliveryConfigurationStatus];
283
283
  export interface LogDeliveryConfiguration {
284
- LogType?: LogType | string;
285
- DestinationType?: DestinationType | string;
284
+ LogType?: LogType;
285
+ DestinationType?: DestinationType;
286
286
  DestinationDetails?: DestinationDetails;
287
- LogFormat?: LogFormat | string;
288
- Status?: LogDeliveryConfigurationStatus | string;
287
+ LogFormat?: LogFormat;
288
+ Status?: LogDeliveryConfigurationStatus;
289
289
  Message?: string;
290
290
  }
291
291
  export declare const MultiAZStatus: {
@@ -328,10 +328,10 @@ export declare const PendingAutomaticFailoverStatus: {
328
328
  export type PendingAutomaticFailoverStatus =
329
329
  (typeof PendingAutomaticFailoverStatus)[keyof typeof PendingAutomaticFailoverStatus];
330
330
  export interface PendingLogDeliveryConfiguration {
331
- LogType?: LogType | string;
332
- DestinationType?: DestinationType | string;
331
+ LogType?: LogType;
332
+ DestinationType?: DestinationType;
333
333
  DestinationDetails?: DestinationDetails;
334
- LogFormat?: LogFormat | string;
334
+ LogFormat?: LogFormat;
335
335
  }
336
336
  export interface SlotMigration {
337
337
  ProgressPercentage?: number;
@@ -351,14 +351,14 @@ export interface UserGroupsUpdateStatus {
351
351
  }
352
352
  export interface ReplicationGroupPendingModifiedValues {
353
353
  PrimaryClusterId?: string;
354
- AutomaticFailoverStatus?: PendingAutomaticFailoverStatus | string;
354
+ AutomaticFailoverStatus?: PendingAutomaticFailoverStatus;
355
355
  Resharding?: ReshardingStatus;
356
- AuthTokenStatus?: AuthTokenUpdateStatus | string;
356
+ AuthTokenStatus?: AuthTokenUpdateStatus;
357
357
  UserGroups?: UserGroupsUpdateStatus;
358
358
  LogDeliveryConfigurations?: PendingLogDeliveryConfiguration[];
359
359
  TransitEncryptionEnabled?: boolean;
360
- TransitEncryptionMode?: TransitEncryptionMode | string;
361
- ClusterMode?: ClusterMode | string;
360
+ TransitEncryptionMode?: TransitEncryptionMode;
361
+ ClusterMode?: ClusterMode;
362
362
  }
363
363
  export interface ReplicationGroup {
364
364
  ReplicationGroupId?: string;
@@ -369,8 +369,8 @@ export interface ReplicationGroup {
369
369
  MemberClusters?: string[];
370
370
  NodeGroups?: NodeGroup[];
371
371
  SnapshottingClusterId?: string;
372
- AutomaticFailover?: AutomaticFailoverStatus | string;
373
- MultiAZ?: MultiAZStatus | string;
372
+ AutomaticFailover?: AutomaticFailoverStatus;
373
+ MultiAZ?: MultiAZStatus;
374
374
  ConfigurationEndpoint?: Endpoint;
375
375
  SnapshotRetentionLimit?: number;
376
376
  SnapshotWindow?: string;
@@ -386,12 +386,12 @@ export interface ReplicationGroup {
386
386
  UserGroupIds?: string[];
387
387
  LogDeliveryConfigurations?: LogDeliveryConfiguration[];
388
388
  ReplicationGroupCreateTime?: Date;
389
- DataTiering?: DataTieringStatus | string;
389
+ DataTiering?: DataTieringStatus;
390
390
  AutoMinorVersionUpgrade?: boolean;
391
- NetworkType?: NetworkType | string;
392
- IpDiscovery?: IpDiscovery | string;
393
- TransitEncryptionMode?: TransitEncryptionMode | string;
394
- ClusterMode?: ClusterMode | string;
391
+ NetworkType?: NetworkType;
392
+ IpDiscovery?: IpDiscovery;
393
+ TransitEncryptionMode?: TransitEncryptionMode;
394
+ ClusterMode?: ClusterMode;
395
395
  }
396
396
  export interface CompleteMigrationResponse {
397
397
  ReplicationGroup?: ReplicationGroup;
@@ -455,11 +455,11 @@ export interface Snapshot {
455
455
  SnapshotRetentionLimit?: number;
456
456
  SnapshotWindow?: string;
457
457
  NumNodeGroups?: number;
458
- AutomaticFailover?: AutomaticFailoverStatus | string;
458
+ AutomaticFailover?: AutomaticFailoverStatus;
459
459
  NodeSnapshots?: NodeSnapshot[];
460
460
  KmsKeyId?: string;
461
461
  ARN?: string;
462
- DataTiering?: DataTieringStatus | string;
462
+ DataTiering?: DataTieringStatus;
463
463
  }
464
464
  export interface CopySnapshotResult {
465
465
  Snapshot?: Snapshot;
@@ -508,10 +508,10 @@ export declare const AZMode: {
508
508
  };
509
509
  export type AZMode = (typeof AZMode)[keyof typeof AZMode];
510
510
  export interface LogDeliveryConfigurationRequest {
511
- LogType?: LogType | string;
512
- DestinationType?: DestinationType | string;
511
+ LogType?: LogType;
512
+ DestinationType?: DestinationType;
513
513
  DestinationDetails?: DestinationDetails;
514
- LogFormat?: LogFormat | string;
514
+ LogFormat?: LogFormat;
515
515
  Enabled?: boolean;
516
516
  }
517
517
  export declare const OutpostMode: {
@@ -522,7 +522,7 @@ export type OutpostMode = (typeof OutpostMode)[keyof typeof OutpostMode];
522
522
  export interface CreateCacheClusterMessage {
523
523
  CacheClusterId: string | undefined;
524
524
  ReplicationGroupId?: string;
525
- AZMode?: AZMode | string;
525
+ AZMode?: AZMode;
526
526
  PreferredAvailabilityZone?: string;
527
527
  PreferredAvailabilityZones?: string[];
528
528
  NumCacheNodes?: number;
@@ -543,13 +543,13 @@ export interface CreateCacheClusterMessage {
543
543
  SnapshotRetentionLimit?: number;
544
544
  SnapshotWindow?: string;
545
545
  AuthToken?: string;
546
- OutpostMode?: OutpostMode | string;
546
+ OutpostMode?: OutpostMode;
547
547
  PreferredOutpostArn?: string;
548
548
  PreferredOutpostArns?: string[];
549
549
  LogDeliveryConfigurations?: LogDeliveryConfigurationRequest[];
550
550
  TransitEncryptionEnabled?: boolean;
551
- NetworkType?: NetworkType | string;
552
- IpDiscovery?: IpDiscovery | string;
551
+ NetworkType?: NetworkType;
552
+ IpDiscovery?: IpDiscovery;
553
553
  }
554
554
  export interface CacheNode {
555
555
  CacheNodeId?: string;
@@ -579,10 +579,10 @@ export interface PendingModifiedValues {
579
579
  CacheNodeIdsToRemove?: string[];
580
580
  EngineVersion?: string;
581
581
  CacheNodeType?: string;
582
- AuthTokenStatus?: AuthTokenUpdateStatus | string;
582
+ AuthTokenStatus?: AuthTokenUpdateStatus;
583
583
  LogDeliveryConfigurations?: PendingLogDeliveryConfiguration[];
584
584
  TransitEncryptionEnabled?: boolean;
585
- TransitEncryptionMode?: TransitEncryptionMode | string;
585
+ TransitEncryptionMode?: TransitEncryptionMode;
586
586
  }
587
587
  export interface SecurityGroupMembership {
588
588
  SecurityGroupId?: string;
@@ -619,9 +619,9 @@ export interface CacheCluster {
619
619
  ARN?: string;
620
620
  ReplicationGroupLogDeliveryEnabled?: boolean;
621
621
  LogDeliveryConfigurations?: LogDeliveryConfiguration[];
622
- NetworkType?: NetworkType | string;
623
- IpDiscovery?: IpDiscovery | string;
624
- TransitEncryptionMode?: TransitEncryptionMode | string;
622
+ NetworkType?: NetworkType;
623
+ IpDiscovery?: IpDiscovery;
624
+ TransitEncryptionMode?: TransitEncryptionMode;
625
625
  }
626
626
  export interface CreateCacheClusterResult {
627
627
  CacheCluster?: CacheCluster;
@@ -780,7 +780,7 @@ export interface Subnet {
780
780
  SubnetIdentifier?: string;
781
781
  SubnetAvailabilityZone?: AvailabilityZone;
782
782
  SubnetOutpost?: SubnetOutpost;
783
- SupportedNetworkTypes?: (NetworkType | string)[];
783
+ SupportedNetworkTypes?: NetworkType[];
784
784
  }
785
785
  export interface CacheSubnetGroup {
786
786
  CacheSubnetGroupName?: string;
@@ -788,7 +788,7 @@ export interface CacheSubnetGroup {
788
788
  VpcId?: string;
789
789
  Subnets?: Subnet[];
790
790
  ARN?: string;
791
- SupportedNetworkTypes?: (NetworkType | string)[];
791
+ SupportedNetworkTypes?: NetworkType[];
792
792
  }
793
793
  export interface CreateCacheSubnetGroupResult {
794
794
  CacheSubnetGroup?: CacheSubnetGroup;
@@ -818,7 +818,7 @@ export interface GlobalReplicationGroupMember {
818
818
  ReplicationGroupId?: string;
819
819
  ReplicationGroupRegion?: string;
820
820
  Role?: string;
821
- AutomaticFailover?: AutomaticFailoverStatus | string;
821
+ AutomaticFailover?: AutomaticFailoverStatus;
822
822
  Status?: string;
823
823
  }
824
824
  export interface GlobalReplicationGroup {
@@ -891,10 +891,10 @@ export interface CreateReplicationGroupMessage {
891
891
  UserGroupIds?: string[];
892
892
  LogDeliveryConfigurations?: LogDeliveryConfigurationRequest[];
893
893
  DataTieringEnabled?: boolean;
894
- NetworkType?: NetworkType | string;
895
- IpDiscovery?: IpDiscovery | string;
896
- TransitEncryptionMode?: TransitEncryptionMode | string;
897
- ClusterMode?: ClusterMode | string;
894
+ NetworkType?: NetworkType;
895
+ IpDiscovery?: IpDiscovery;
896
+ TransitEncryptionMode?: TransitEncryptionMode;
897
+ ClusterMode?: ClusterMode;
898
898
  }
899
899
  export interface CreateReplicationGroupResult {
900
900
  ReplicationGroup?: ReplicationGroup;
@@ -981,7 +981,7 @@ export declare const InputAuthenticationType: {
981
981
  export type InputAuthenticationType =
982
982
  (typeof InputAuthenticationType)[keyof typeof InputAuthenticationType];
983
983
  export interface AuthenticationMode {
984
- Type?: InputAuthenticationType | string;
984
+ Type?: InputAuthenticationType;
985
985
  Passwords?: string[];
986
986
  }
987
987
  export interface CreateUserMessage {
@@ -1009,7 +1009,7 @@ export declare const AuthenticationType: {
1009
1009
  export type AuthenticationType =
1010
1010
  (typeof AuthenticationType)[keyof typeof AuthenticationType];
1011
1011
  export interface Authentication {
1012
- Type?: AuthenticationType | string;
1012
+ Type?: AuthenticationType;
1013
1013
  PasswordCount?: number;
1014
1014
  }
1015
1015
  export interface User {
@@ -1233,7 +1233,7 @@ export interface CacheNodeTypeSpecificParameter {
1233
1233
  IsModifiable?: boolean;
1234
1234
  MinimumEngineVersion?: string;
1235
1235
  CacheNodeTypeSpecificValues?: CacheNodeTypeSpecificValue[];
1236
- ChangeType?: ChangeType | string;
1236
+ ChangeType?: ChangeType;
1237
1237
  }
1238
1238
  export interface Parameter {
1239
1239
  ParameterName?: string;
@@ -1244,7 +1244,7 @@ export interface Parameter {
1244
1244
  AllowedValues?: string;
1245
1245
  IsModifiable?: boolean;
1246
1246
  MinimumEngineVersion?: string;
1247
- ChangeType?: ChangeType | string;
1247
+ ChangeType?: ChangeType;
1248
1248
  }
1249
1249
  export interface CacheParameterGroupDetails {
1250
1250
  Marker?: string;
@@ -1301,7 +1301,7 @@ export declare const SourceType: {
1301
1301
  export type SourceType = (typeof SourceType)[keyof typeof SourceType];
1302
1302
  export interface DescribeEventsMessage {
1303
1303
  SourceIdentifier?: string;
1304
- SourceType?: SourceType | string;
1304
+ SourceType?: SourceType;
1305
1305
  StartTime?: Date;
1306
1306
  EndTime?: Date;
1307
1307
  Duration?: number;
@@ -1310,7 +1310,7 @@ export interface DescribeEventsMessage {
1310
1310
  }
1311
1311
  export interface Event {
1312
1312
  SourceIdentifier?: string;
1313
- SourceType?: SourceType | string;
1313
+ SourceType?: SourceType;
1314
1314
  Message?: string;
1315
1315
  Date?: Date;
1316
1316
  }
@@ -1412,7 +1412,7 @@ export type ServiceUpdateStatus =
1412
1412
  (typeof ServiceUpdateStatus)[keyof typeof ServiceUpdateStatus];
1413
1413
  export interface DescribeServiceUpdatesMessage {
1414
1414
  ServiceUpdateName?: string;
1415
- ServiceUpdateStatus?: (ServiceUpdateStatus | string)[];
1415
+ ServiceUpdateStatus?: ServiceUpdateStatus[];
1416
1416
  MaxRecords?: number;
1417
1417
  Marker?: string;
1418
1418
  }
@@ -1433,11 +1433,11 @@ export interface ServiceUpdate {
1433
1433
  ServiceUpdateName?: string;
1434
1434
  ServiceUpdateReleaseDate?: Date;
1435
1435
  ServiceUpdateEndDate?: Date;
1436
- ServiceUpdateSeverity?: ServiceUpdateSeverity | string;
1436
+ ServiceUpdateSeverity?: ServiceUpdateSeverity;
1437
1437
  ServiceUpdateRecommendedApplyByDate?: Date;
1438
- ServiceUpdateStatus?: ServiceUpdateStatus | string;
1438
+ ServiceUpdateStatus?: ServiceUpdateStatus;
1439
1439
  ServiceUpdateDescription?: string;
1440
- ServiceUpdateType?: ServiceUpdateType | string;
1440
+ ServiceUpdateType?: ServiceUpdateType;
1441
1441
  Engine?: string;
1442
1442
  EngineVersion?: string;
1443
1443
  AutoUpdateAfterRecommendedApplyByDate?: boolean;
@@ -1469,9 +1469,9 @@ export interface DescribeUpdateActionsMessage {
1469
1469
  ReplicationGroupIds?: string[];
1470
1470
  CacheClusterIds?: string[];
1471
1471
  Engine?: string;
1472
- ServiceUpdateStatus?: (ServiceUpdateStatus | string)[];
1472
+ ServiceUpdateStatus?: ServiceUpdateStatus[];
1473
1473
  ServiceUpdateTimeRange?: TimeRangeFilter;
1474
- UpdateActionStatus?: (UpdateActionStatus | string)[];
1474
+ UpdateActionStatus?: UpdateActionStatus[];
1475
1475
  ShowNodeLevelUpdateStatus?: boolean;
1476
1476
  MaxRecords?: number;
1477
1477
  Marker?: string;
@@ -1494,22 +1494,22 @@ export type NodeUpdateStatus =
1494
1494
  (typeof NodeUpdateStatus)[keyof typeof NodeUpdateStatus];
1495
1495
  export interface CacheNodeUpdateStatus {
1496
1496
  CacheNodeId?: string;
1497
- NodeUpdateStatus?: NodeUpdateStatus | string;
1497
+ NodeUpdateStatus?: NodeUpdateStatus;
1498
1498
  NodeDeletionDate?: Date;
1499
1499
  NodeUpdateStartDate?: Date;
1500
1500
  NodeUpdateEndDate?: Date;
1501
- NodeUpdateInitiatedBy?: NodeUpdateInitiatedBy | string;
1501
+ NodeUpdateInitiatedBy?: NodeUpdateInitiatedBy;
1502
1502
  NodeUpdateInitiatedDate?: Date;
1503
1503
  NodeUpdateStatusModifiedDate?: Date;
1504
1504
  }
1505
1505
  export interface NodeGroupMemberUpdateStatus {
1506
1506
  CacheClusterId?: string;
1507
1507
  CacheNodeId?: string;
1508
- NodeUpdateStatus?: NodeUpdateStatus | string;
1508
+ NodeUpdateStatus?: NodeUpdateStatus;
1509
1509
  NodeDeletionDate?: Date;
1510
1510
  NodeUpdateStartDate?: Date;
1511
1511
  NodeUpdateEndDate?: Date;
1512
- NodeUpdateInitiatedBy?: NodeUpdateInitiatedBy | string;
1512
+ NodeUpdateInitiatedBy?: NodeUpdateInitiatedBy;
1513
1513
  NodeUpdateInitiatedDate?: Date;
1514
1514
  NodeUpdateStatusModifiedDate?: Date;
1515
1515
  }
@@ -1528,15 +1528,15 @@ export interface UpdateAction {
1528
1528
  CacheClusterId?: string;
1529
1529
  ServiceUpdateName?: string;
1530
1530
  ServiceUpdateReleaseDate?: Date;
1531
- ServiceUpdateSeverity?: ServiceUpdateSeverity | string;
1532
- ServiceUpdateStatus?: ServiceUpdateStatus | string;
1531
+ ServiceUpdateSeverity?: ServiceUpdateSeverity;
1532
+ ServiceUpdateStatus?: ServiceUpdateStatus;
1533
1533
  ServiceUpdateRecommendedApplyByDate?: Date;
1534
- ServiceUpdateType?: ServiceUpdateType | string;
1534
+ ServiceUpdateType?: ServiceUpdateType;
1535
1535
  UpdateActionAvailableDate?: Date;
1536
- UpdateActionStatus?: UpdateActionStatus | string;
1536
+ UpdateActionStatus?: UpdateActionStatus;
1537
1537
  NodesUpdated?: string;
1538
1538
  UpdateActionStatusModifiedDate?: Date;
1539
- SlaMet?: SlaMet | string;
1539
+ SlaMet?: SlaMet;
1540
1540
  NodeGroupUpdateStatus?: NodeGroupUpdateStatus[];
1541
1541
  CacheNodeUpdateStatus?: CacheNodeUpdateStatus[];
1542
1542
  EstimatedUpdateTime?: string;
@@ -1636,7 +1636,7 @@ export interface ModifyCacheClusterMessage {
1636
1636
  CacheClusterId: string | undefined;
1637
1637
  NumCacheNodes?: number;
1638
1638
  CacheNodeIdsToRemove?: string[];
1639
- AZMode?: AZMode | string;
1639
+ AZMode?: AZMode;
1640
1640
  NewAvailabilityZones?: string[];
1641
1641
  CacheSecurityGroupNames?: string[];
1642
1642
  SecurityGroupIds?: string[];
@@ -1651,9 +1651,9 @@ export interface ModifyCacheClusterMessage {
1651
1651
  SnapshotWindow?: string;
1652
1652
  CacheNodeType?: string;
1653
1653
  AuthToken?: string;
1654
- AuthTokenUpdateStrategy?: AuthTokenUpdateStrategyType | string;
1654
+ AuthTokenUpdateStrategy?: AuthTokenUpdateStrategyType;
1655
1655
  LogDeliveryConfigurations?: LogDeliveryConfigurationRequest[];
1656
- IpDiscovery?: IpDiscovery | string;
1656
+ IpDiscovery?: IpDiscovery;
1657
1657
  }
1658
1658
  export interface ModifyCacheClusterResult {
1659
1659
  CacheCluster?: CacheCluster;
@@ -1715,15 +1715,15 @@ export interface ModifyReplicationGroupMessage {
1715
1715
  SnapshotWindow?: string;
1716
1716
  CacheNodeType?: string;
1717
1717
  AuthToken?: string;
1718
- AuthTokenUpdateStrategy?: AuthTokenUpdateStrategyType | string;
1718
+ AuthTokenUpdateStrategy?: AuthTokenUpdateStrategyType;
1719
1719
  UserGroupIdsToAdd?: string[];
1720
1720
  UserGroupIdsToRemove?: string[];
1721
1721
  RemoveUserGroups?: boolean;
1722
1722
  LogDeliveryConfigurations?: LogDeliveryConfigurationRequest[];
1723
- IpDiscovery?: IpDiscovery | string;
1723
+ IpDiscovery?: IpDiscovery;
1724
1724
  TransitEncryptionEnabled?: boolean;
1725
- TransitEncryptionMode?: TransitEncryptionMode | string;
1726
- ClusterMode?: ClusterMode | string;
1725
+ TransitEncryptionMode?: TransitEncryptionMode;
1726
+ ClusterMode?: ClusterMode;
1727
1727
  }
1728
1728
  export interface ModifyReplicationGroupResult {
1729
1729
  ReplicationGroup?: ReplicationGroup;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-elasticache",
3
3
  "description": "AWS SDK for JavaScript Elasticache Client for Node.js, Browser and React Native",
4
- "version": "3.427.0",
4
+ "version": "3.429.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,41 +21,41 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.427.0",
25
- "@aws-sdk/credential-provider-node": "3.427.0",
26
- "@aws-sdk/middleware-host-header": "3.425.0",
27
- "@aws-sdk/middleware-logger": "3.425.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.425.0",
29
- "@aws-sdk/middleware-signing": "3.425.0",
30
- "@aws-sdk/middleware-user-agent": "3.427.0",
31
- "@aws-sdk/region-config-resolver": "3.425.0",
32
- "@aws-sdk/types": "3.425.0",
33
- "@aws-sdk/util-endpoints": "3.427.0",
34
- "@aws-sdk/util-user-agent-browser": "3.425.0",
35
- "@aws-sdk/util-user-agent-node": "3.425.0",
36
- "@smithy/config-resolver": "^2.0.11",
37
- "@smithy/fetch-http-handler": "^2.2.1",
38
- "@smithy/hash-node": "^2.0.10",
39
- "@smithy/invalid-dependency": "^2.0.10",
40
- "@smithy/middleware-content-length": "^2.0.12",
41
- "@smithy/middleware-endpoint": "^2.0.10",
42
- "@smithy/middleware-retry": "^2.0.13",
43
- "@smithy/middleware-serde": "^2.0.10",
44
- "@smithy/middleware-stack": "^2.0.4",
45
- "@smithy/node-config-provider": "^2.0.13",
46
- "@smithy/node-http-handler": "^2.1.6",
47
- "@smithy/protocol-http": "^3.0.6",
48
- "@smithy/smithy-client": "^2.1.9",
49
- "@smithy/types": "^2.3.4",
50
- "@smithy/url-parser": "^2.0.10",
24
+ "@aws-sdk/client-sts": "3.429.0",
25
+ "@aws-sdk/credential-provider-node": "3.429.0",
26
+ "@aws-sdk/middleware-host-header": "3.429.0",
27
+ "@aws-sdk/middleware-logger": "3.428.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.428.0",
29
+ "@aws-sdk/middleware-signing": "3.428.0",
30
+ "@aws-sdk/middleware-user-agent": "3.428.0",
31
+ "@aws-sdk/region-config-resolver": "3.428.0",
32
+ "@aws-sdk/types": "3.428.0",
33
+ "@aws-sdk/util-endpoints": "3.428.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.428.0",
35
+ "@aws-sdk/util-user-agent-node": "3.428.0",
36
+ "@smithy/config-resolver": "^2.0.14",
37
+ "@smithy/fetch-http-handler": "^2.2.3",
38
+ "@smithy/hash-node": "^2.0.11",
39
+ "@smithy/invalid-dependency": "^2.0.11",
40
+ "@smithy/middleware-content-length": "^2.0.13",
41
+ "@smithy/middleware-endpoint": "^2.1.1",
42
+ "@smithy/middleware-retry": "^2.0.16",
43
+ "@smithy/middleware-serde": "^2.0.11",
44
+ "@smithy/middleware-stack": "^2.0.5",
45
+ "@smithy/node-config-provider": "^2.1.1",
46
+ "@smithy/node-http-handler": "^2.1.7",
47
+ "@smithy/protocol-http": "^3.0.7",
48
+ "@smithy/smithy-client": "^2.1.11",
49
+ "@smithy/types": "^2.3.5",
50
+ "@smithy/url-parser": "^2.0.11",
51
51
  "@smithy/util-base64": "^2.0.0",
52
52
  "@smithy/util-body-length-browser": "^2.0.0",
53
53
  "@smithy/util-body-length-node": "^2.1.0",
54
- "@smithy/util-defaults-mode-browser": "^2.0.13",
55
- "@smithy/util-defaults-mode-node": "^2.0.15",
56
- "@smithy/util-retry": "^2.0.3",
54
+ "@smithy/util-defaults-mode-browser": "^2.0.15",
55
+ "@smithy/util-defaults-mode-node": "^2.0.19",
56
+ "@smithy/util-retry": "^2.0.4",
57
57
  "@smithy/util-utf8": "^2.0.0",
58
- "@smithy/util-waiter": "^2.0.10",
58
+ "@smithy/util-waiter": "^2.0.11",
59
59
  "fast-xml-parser": "4.2.5",
60
60
  "tslib": "^2.5.0"
61
61
  },