aws-sdk-elasticache 1.81.0 → 1.83.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7a3248b4a28fd0f6d813e45406cc65f094137dc22cb1f3ae19218211b14a8153
4
- data.tar.gz: 1d6a9ff4e6bb0fd8e2b9b4c93bfd5c46a21a910e51b71c541fa3ae05e9053137
3
+ metadata.gz: 7a274cf9b5fc1780590760adc3e88911c6d38d7d518c22978fa3c4895cbed364
4
+ data.tar.gz: 8e99e8b801256bad515ab16d04a9dabc381abbac228062f14a6dd20b13b37670
5
5
  SHA512:
6
- metadata.gz: '005383495c0cf2c1fc49ca0dd29c42e9ec1fdc008fbfa236be0b7433bbf8f667075fa722259afc6d1815255f7d89da7ddfc0c0a03d86e71f13cb6fb7ec6c8544'
7
- data.tar.gz: 92ae3a7e5a7301191d69afe36397b8402dcada2081d5d2ae2b50f5faf57259354c375ed2654b50d0d91b3f84b3272993f808f3544aa26f51ef580df249231251
6
+ metadata.gz: ba8f186a974005a19271a1d42cb11ef1c628603211a015d29a316d5eb6346dfb59fee07906e8febd8050714ba99f65ff7287d1b1d27bc3817af205abf6f996e7
7
+ data.tar.gz: 744303915ecdcc83b5423d08780bd520292e4836e1df69d37be51e3f3f993d57aa8f0af6449cebd4ed54cd47de53ede0644ae8de97fbeff496e3fe2530aa7846
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.83.0 (2022-12-28)
5
+ ------------------
6
+
7
+ * Feature - This release allows you to modify the encryption in transit setting, for existing Redis clusters. You can now change the TLS configuration of your Redis clusters without the need to re-build or re-provision the clusters or impact application availability.
8
+
9
+ 1.82.0 (2022-11-16)
10
+ ------------------
11
+
12
+ * Feature - for Redis now supports AWS Identity and Access Management authentication access to Redis clusters starting with redis-engine version 7.0
13
+
4
14
  1.81.0 (2022-11-07)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.81.0
1
+ 1.83.0
@@ -685,6 +685,8 @@ module Aws::ElastiCache
685
685
  # resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
686
686
  # resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
687
687
  # resp.replication_group.pending_modified_values.log_delivery_configurations[0].log_format #=> String, one of "text", "json"
688
+ # resp.replication_group.pending_modified_values.transit_encryption_enabled #=> Boolean
689
+ # resp.replication_group.pending_modified_values.transit_encryption_mode #=> String, one of "preferred", "required"
688
690
  # resp.replication_group.member_clusters #=> Array
689
691
  # resp.replication_group.member_clusters[0] #=> String
690
692
  # resp.replication_group.node_groups #=> Array
@@ -735,6 +737,7 @@ module Aws::ElastiCache
735
737
  # resp.replication_group.auto_minor_version_upgrade #=> Boolean
736
738
  # resp.replication_group.network_type #=> String, one of "ipv4", "ipv6", "dual_stack"
737
739
  # resp.replication_group.ip_discovery #=> String, one of "ipv4", "ipv6"
740
+ # resp.replication_group.transit_encryption_mode #=> String, one of "preferred", "required"
738
741
  #
739
742
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CompleteMigration AWS API Documentation
740
743
  #
@@ -1331,10 +1334,7 @@ module Aws::ElastiCache
1331
1334
  # Specifies the destination, format and type of the logs.
1332
1335
  #
1333
1336
  # @option params [Boolean] :transit_encryption_enabled
1334
- # A flag that enables in-transit encryption when set to true. You cannot
1335
- # modify the value of TransitEncryptionEnabled after the cluster is
1336
- # created. To enable in-transit encryption on a cluster you must set
1337
- # `TransitEncryptionEnabled` to true when you create a cluster.
1337
+ # A flag that enables in-transit encryption when set to true.
1338
1338
  #
1339
1339
  # Only available when creating a cache cluster in an Amazon VPC using
1340
1340
  # Memcached version 1.6.12 or later.
@@ -1533,6 +1533,8 @@ module Aws::ElastiCache
1533
1533
  # resp.cache_cluster.pending_modified_values.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
1534
1534
  # resp.cache_cluster.pending_modified_values.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
1535
1535
  # resp.cache_cluster.pending_modified_values.log_delivery_configurations[0].log_format #=> String, one of "text", "json"
1536
+ # resp.cache_cluster.pending_modified_values.transit_encryption_enabled #=> Boolean
1537
+ # resp.cache_cluster.pending_modified_values.transit_encryption_mode #=> String, one of "preferred", "required"
1536
1538
  # resp.cache_cluster.notification_configuration.topic_arn #=> String
1537
1539
  # resp.cache_cluster.notification_configuration.topic_status #=> String
1538
1540
  # resp.cache_cluster.cache_security_groups #=> Array
@@ -1576,6 +1578,7 @@ module Aws::ElastiCache
1576
1578
  # resp.cache_cluster.log_delivery_configurations[0].message #=> String
1577
1579
  # resp.cache_cluster.network_type #=> String, one of "ipv4", "ipv6", "dual_stack"
1578
1580
  # resp.cache_cluster.ip_discovery #=> String, one of "ipv4", "ipv6"
1581
+ # resp.cache_cluster.transit_encryption_mode #=> String, one of "preferred", "required"
1579
1582
  #
1580
1583
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateCacheCluster AWS API Documentation
1581
1584
  #
@@ -2217,7 +2220,7 @@ module Aws::ElastiCache
2217
2220
  #
2218
2221
  # @option params [String] :engine
2219
2222
  # The name of the cache engine to be used for the clusters in this
2220
- # replication group. Must be Redis.
2223
+ # replication group. The value must be set to `Redis`.
2221
2224
  #
2222
2225
  # @option params [String] :engine_version
2223
2226
  # The version number of the cache engine to be used for the clusters in
@@ -2391,11 +2394,6 @@ module Aws::ElastiCache
2391
2394
  # @option params [Boolean] :transit_encryption_enabled
2392
2395
  # A flag that enables in-transit encryption when set to `true`.
2393
2396
  #
2394
- # You cannot modify the value of `TransitEncryptionEnabled` after the
2395
- # cluster is created. To enable in-transit encryption on a cluster you
2396
- # must set `TransitEncryptionEnabled` to `true` when you create a
2397
- # cluster.
2398
- #
2399
2397
  # This parameter is valid only if the `Engine` parameter is `redis`, the
2400
2398
  # `EngineVersion` parameter is `3.2.6`, `4.x` or later, and the cluster
2401
2399
  # is being created in an Amazon VPC.
@@ -2461,6 +2459,21 @@ module Aws::ElastiCache
2461
2459
  #
2462
2460
  # [1]: https://aws.amazon.com/ec2/nitro/
2463
2461
  #
2462
+ # @option params [String] :transit_encryption_mode
2463
+ # A setting that allows you to migrate your clients to use in-transit
2464
+ # encryption, with no downtime.
2465
+ #
2466
+ # When setting `TransitEncryptionEnabled` to `true`, you can set your
2467
+ # `TransitEncryptionMode` to `preferred` in the same request, to allow
2468
+ # both encrypted and unencrypted connections at the same time. Once you
2469
+ # migrate all your Redis clients to use encrypted connections you can
2470
+ # modify the value to `required` to allow encrypted connections only.
2471
+ #
2472
+ # Setting `TransitEncryptionMode` to `required` is a two-step process
2473
+ # that requires you to first set the `TransitEncryptionMode` to
2474
+ # `preferred` first, after that you can set `TransitEncryptionMode` to
2475
+ # `required`.
2476
+ #
2464
2477
  # @return [Types::CreateReplicationGroupResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2465
2478
  #
2466
2479
  # * {Types::CreateReplicationGroupResult#replication_group #replication_group} => Types::ReplicationGroup
@@ -2625,6 +2638,7 @@ module Aws::ElastiCache
2625
2638
  # data_tiering_enabled: false,
2626
2639
  # network_type: "ipv4", # accepts ipv4, ipv6, dual_stack
2627
2640
  # ip_discovery: "ipv4", # accepts ipv4, ipv6
2641
+ # transit_encryption_mode: "preferred", # accepts preferred, required
2628
2642
  # })
2629
2643
  #
2630
2644
  # @example Response structure
@@ -2648,6 +2662,8 @@ module Aws::ElastiCache
2648
2662
  # resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
2649
2663
  # resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
2650
2664
  # resp.replication_group.pending_modified_values.log_delivery_configurations[0].log_format #=> String, one of "text", "json"
2665
+ # resp.replication_group.pending_modified_values.transit_encryption_enabled #=> Boolean
2666
+ # resp.replication_group.pending_modified_values.transit_encryption_mode #=> String, one of "preferred", "required"
2651
2667
  # resp.replication_group.member_clusters #=> Array
2652
2668
  # resp.replication_group.member_clusters[0] #=> String
2653
2669
  # resp.replication_group.node_groups #=> Array
@@ -2698,6 +2714,7 @@ module Aws::ElastiCache
2698
2714
  # resp.replication_group.auto_minor_version_upgrade #=> Boolean
2699
2715
  # resp.replication_group.network_type #=> String, one of "ipv4", "ipv6", "dual_stack"
2700
2716
  # resp.replication_group.ip_discovery #=> String, one of "ipv4", "ipv6"
2717
+ # resp.replication_group.transit_encryption_mode #=> String, one of "preferred", "required"
2701
2718
  #
2702
2719
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateReplicationGroup AWS API Documentation
2703
2720
  #
@@ -2964,6 +2981,9 @@ module Aws::ElastiCache
2964
2981
  # pair. A tag key must be accompanied by a tag value, although null is
2965
2982
  # accepted.
2966
2983
  #
2984
+ # @option params [Types::AuthenticationMode] :authentication_mode
2985
+ # Specifies how to authenticate the user.
2986
+ #
2967
2987
  # @return [Types::User] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2968
2988
  #
2969
2989
  # * {Types::User#user_id #user_id} => String
@@ -2991,6 +3011,10 @@ module Aws::ElastiCache
2991
3011
  # value: "String",
2992
3012
  # },
2993
3013
  # ],
3014
+ # authentication_mode: {
3015
+ # type: "password", # accepts password, no-password-required, iam
3016
+ # passwords: ["String"],
3017
+ # },
2994
3018
  # })
2995
3019
  #
2996
3020
  # @example Response structure
@@ -3003,7 +3027,7 @@ module Aws::ElastiCache
3003
3027
  # resp.access_string #=> String
3004
3028
  # resp.user_group_ids #=> Array
3005
3029
  # resp.user_group_ids[0] #=> String
3006
- # resp.authentication.type #=> String, one of "password", "no-password"
3030
+ # resp.authentication.type #=> String, one of "password", "no-password", "iam"
3007
3031
  # resp.authentication.password_count #=> Integer
3008
3032
  # resp.arn #=> String
3009
3033
  #
@@ -3244,6 +3268,8 @@ module Aws::ElastiCache
3244
3268
  # resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
3245
3269
  # resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
3246
3270
  # resp.replication_group.pending_modified_values.log_delivery_configurations[0].log_format #=> String, one of "text", "json"
3271
+ # resp.replication_group.pending_modified_values.transit_encryption_enabled #=> Boolean
3272
+ # resp.replication_group.pending_modified_values.transit_encryption_mode #=> String, one of "preferred", "required"
3247
3273
  # resp.replication_group.member_clusters #=> Array
3248
3274
  # resp.replication_group.member_clusters[0] #=> String
3249
3275
  # resp.replication_group.node_groups #=> Array
@@ -3294,6 +3320,7 @@ module Aws::ElastiCache
3294
3320
  # resp.replication_group.auto_minor_version_upgrade #=> Boolean
3295
3321
  # resp.replication_group.network_type #=> String, one of "ipv4", "ipv6", "dual_stack"
3296
3322
  # resp.replication_group.ip_discovery #=> String, one of "ipv4", "ipv6"
3323
+ # resp.replication_group.transit_encryption_mode #=> String, one of "preferred", "required"
3297
3324
  #
3298
3325
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DecreaseReplicaCount AWS API Documentation
3299
3326
  #
@@ -3414,6 +3441,8 @@ module Aws::ElastiCache
3414
3441
  # resp.cache_cluster.pending_modified_values.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
3415
3442
  # resp.cache_cluster.pending_modified_values.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
3416
3443
  # resp.cache_cluster.pending_modified_values.log_delivery_configurations[0].log_format #=> String, one of "text", "json"
3444
+ # resp.cache_cluster.pending_modified_values.transit_encryption_enabled #=> Boolean
3445
+ # resp.cache_cluster.pending_modified_values.transit_encryption_mode #=> String, one of "preferred", "required"
3417
3446
  # resp.cache_cluster.notification_configuration.topic_arn #=> String
3418
3447
  # resp.cache_cluster.notification_configuration.topic_status #=> String
3419
3448
  # resp.cache_cluster.cache_security_groups #=> Array
@@ -3457,6 +3486,7 @@ module Aws::ElastiCache
3457
3486
  # resp.cache_cluster.log_delivery_configurations[0].message #=> String
3458
3487
  # resp.cache_cluster.network_type #=> String, one of "ipv4", "ipv6", "dual_stack"
3459
3488
  # resp.cache_cluster.ip_discovery #=> String, one of "ipv4", "ipv6"
3489
+ # resp.cache_cluster.transit_encryption_mode #=> String, one of "preferred", "required"
3460
3490
  #
3461
3491
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DeleteCacheCluster AWS API Documentation
3462
3492
  #
@@ -3738,6 +3768,8 @@ module Aws::ElastiCache
3738
3768
  # resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
3739
3769
  # resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
3740
3770
  # resp.replication_group.pending_modified_values.log_delivery_configurations[0].log_format #=> String, one of "text", "json"
3771
+ # resp.replication_group.pending_modified_values.transit_encryption_enabled #=> Boolean
3772
+ # resp.replication_group.pending_modified_values.transit_encryption_mode #=> String, one of "preferred", "required"
3741
3773
  # resp.replication_group.member_clusters #=> Array
3742
3774
  # resp.replication_group.member_clusters[0] #=> String
3743
3775
  # resp.replication_group.node_groups #=> Array
@@ -3788,6 +3820,7 @@ module Aws::ElastiCache
3788
3820
  # resp.replication_group.auto_minor_version_upgrade #=> Boolean
3789
3821
  # resp.replication_group.network_type #=> String, one of "ipv4", "ipv6", "dual_stack"
3790
3822
  # resp.replication_group.ip_discovery #=> String, one of "ipv4", "ipv6"
3823
+ # resp.replication_group.transit_encryption_mode #=> String, one of "preferred", "required"
3791
3824
  #
3792
3825
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DeleteReplicationGroup AWS API Documentation
3793
3826
  #
@@ -3955,7 +3988,7 @@ module Aws::ElastiCache
3955
3988
  # resp.access_string #=> String
3956
3989
  # resp.user_group_ids #=> Array
3957
3990
  # resp.user_group_ids[0] #=> String
3958
- # resp.authentication.type #=> String, one of "password", "no-password"
3991
+ # resp.authentication.type #=> String, one of "password", "no-password", "iam"
3959
3992
  # resp.authentication.password_count #=> Integer
3960
3993
  # resp.arn #=> String
3961
3994
  #
@@ -4233,6 +4266,8 @@ module Aws::ElastiCache
4233
4266
  # resp.cache_clusters[0].pending_modified_values.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
4234
4267
  # resp.cache_clusters[0].pending_modified_values.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
4235
4268
  # resp.cache_clusters[0].pending_modified_values.log_delivery_configurations[0].log_format #=> String, one of "text", "json"
4269
+ # resp.cache_clusters[0].pending_modified_values.transit_encryption_enabled #=> Boolean
4270
+ # resp.cache_clusters[0].pending_modified_values.transit_encryption_mode #=> String, one of "preferred", "required"
4236
4271
  # resp.cache_clusters[0].notification_configuration.topic_arn #=> String
4237
4272
  # resp.cache_clusters[0].notification_configuration.topic_status #=> String
4238
4273
  # resp.cache_clusters[0].cache_security_groups #=> Array
@@ -4276,6 +4311,7 @@ module Aws::ElastiCache
4276
4311
  # resp.cache_clusters[0].log_delivery_configurations[0].message #=> String
4277
4312
  # resp.cache_clusters[0].network_type #=> String, one of "ipv4", "ipv6", "dual_stack"
4278
4313
  # resp.cache_clusters[0].ip_discovery #=> String, one of "ipv4", "ipv6"
4314
+ # resp.cache_clusters[0].transit_encryption_mode #=> String, one of "preferred", "required"
4279
4315
  #
4280
4316
  #
4281
4317
  # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
@@ -4308,7 +4344,7 @@ module Aws::ElastiCache
4308
4344
  #
4309
4345
  # Valid values are: `memcached1.4` \| `memcached1.5` \| `memcached1.6`
4310
4346
  # \| `redis2.6` \| `redis2.8` \| `redis3.2` \| `redis4.0` \| `redis5.0`
4311
- # \| `redis6.x` \| `redis6.2`
4347
+ # \| `redis6.x` \| `redis6.2` \| `redis7`
4312
4348
  #
4313
4349
  # Constraints:
4314
4350
  #
@@ -5295,7 +5331,7 @@ module Aws::ElastiCache
5295
5331
  #
5296
5332
  # Valid values are: `memcached1.4` \| `memcached1.5` \| `memcached1.6`
5297
5333
  # \| `redis2.6` \| `redis2.8` \| `redis3.2` \| `redis4.0` \| `redis5.0`
5298
- # \| `redis6.x` \| `redis6.2`
5334
+ # \| `redis6.x` \| `redis6.2` \| `redis7`
5299
5335
  #
5300
5336
  # @option params [Integer] :max_records
5301
5337
  # The maximum number of records to include in the response. If more
@@ -6362,6 +6398,8 @@ module Aws::ElastiCache
6362
6398
  # resp.replication_groups[0].pending_modified_values.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
6363
6399
  # resp.replication_groups[0].pending_modified_values.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
6364
6400
  # resp.replication_groups[0].pending_modified_values.log_delivery_configurations[0].log_format #=> String, one of "text", "json"
6401
+ # resp.replication_groups[0].pending_modified_values.transit_encryption_enabled #=> Boolean
6402
+ # resp.replication_groups[0].pending_modified_values.transit_encryption_mode #=> String, one of "preferred", "required"
6365
6403
  # resp.replication_groups[0].member_clusters #=> Array
6366
6404
  # resp.replication_groups[0].member_clusters[0] #=> String
6367
6405
  # resp.replication_groups[0].node_groups #=> Array
@@ -6412,6 +6450,7 @@ module Aws::ElastiCache
6412
6450
  # resp.replication_groups[0].auto_minor_version_upgrade #=> Boolean
6413
6451
  # resp.replication_groups[0].network_type #=> String, one of "ipv4", "ipv6", "dual_stack"
6414
6452
  # resp.replication_groups[0].ip_discovery #=> String, one of "ipv4", "ipv6"
6453
+ # resp.replication_groups[0].transit_encryption_mode #=> String, one of "preferred", "required"
6415
6454
  #
6416
6455
  #
6417
6456
  # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
@@ -7612,7 +7651,7 @@ module Aws::ElastiCache
7612
7651
  # resp.users[0].access_string #=> String
7613
7652
  # resp.users[0].user_group_ids #=> Array
7614
7653
  # resp.users[0].user_group_ids[0] #=> String
7615
- # resp.users[0].authentication.type #=> String, one of "password", "no-password"
7654
+ # resp.users[0].authentication.type #=> String, one of "password", "no-password", "iam"
7616
7655
  # resp.users[0].authentication.password_count #=> Integer
7617
7656
  # resp.users[0].arn #=> String
7618
7657
  # resp.marker #=> String
@@ -7884,6 +7923,8 @@ module Aws::ElastiCache
7884
7923
  # resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
7885
7924
  # resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
7886
7925
  # resp.replication_group.pending_modified_values.log_delivery_configurations[0].log_format #=> String, one of "text", "json"
7926
+ # resp.replication_group.pending_modified_values.transit_encryption_enabled #=> Boolean
7927
+ # resp.replication_group.pending_modified_values.transit_encryption_mode #=> String, one of "preferred", "required"
7887
7928
  # resp.replication_group.member_clusters #=> Array
7888
7929
  # resp.replication_group.member_clusters[0] #=> String
7889
7930
  # resp.replication_group.node_groups #=> Array
@@ -7934,6 +7975,7 @@ module Aws::ElastiCache
7934
7975
  # resp.replication_group.auto_minor_version_upgrade #=> Boolean
7935
7976
  # resp.replication_group.network_type #=> String, one of "ipv4", "ipv6", "dual_stack"
7936
7977
  # resp.replication_group.ip_discovery #=> String, one of "ipv4", "ipv6"
7978
+ # resp.replication_group.transit_encryption_mode #=> String, one of "preferred", "required"
7937
7979
  #
7938
7980
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/IncreaseReplicaCount AWS API Documentation
7939
7981
  #
@@ -8546,6 +8588,8 @@ module Aws::ElastiCache
8546
8588
  # resp.cache_cluster.pending_modified_values.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
8547
8589
  # resp.cache_cluster.pending_modified_values.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
8548
8590
  # resp.cache_cluster.pending_modified_values.log_delivery_configurations[0].log_format #=> String, one of "text", "json"
8591
+ # resp.cache_cluster.pending_modified_values.transit_encryption_enabled #=> Boolean
8592
+ # resp.cache_cluster.pending_modified_values.transit_encryption_mode #=> String, one of "preferred", "required"
8549
8593
  # resp.cache_cluster.notification_configuration.topic_arn #=> String
8550
8594
  # resp.cache_cluster.notification_configuration.topic_status #=> String
8551
8595
  # resp.cache_cluster.cache_security_groups #=> Array
@@ -8589,6 +8633,7 @@ module Aws::ElastiCache
8589
8633
  # resp.cache_cluster.log_delivery_configurations[0].message #=> String
8590
8634
  # resp.cache_cluster.network_type #=> String, one of "ipv4", "ipv6", "dual_stack"
8591
8635
  # resp.cache_cluster.ip_discovery #=> String, one of "ipv4", "ipv6"
8636
+ # resp.cache_cluster.transit_encryption_mode #=> String, one of "preferred", "required"
8592
8637
  #
8593
8638
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ModifyCacheCluster AWS API Documentation
8594
8639
  #
@@ -9075,6 +9120,27 @@ module Aws::ElastiCache
9075
9120
  #
9076
9121
  # [1]: https://aws.amazon.com/ec2/nitro/
9077
9122
  #
9123
+ # @option params [Boolean] :transit_encryption_enabled
9124
+ # A flag that enables in-transit encryption when set to true. If you are
9125
+ # enabling in-transit encryption for an existing cluster, you must also
9126
+ # set `TransitEncryptionMode` to `preferred`.
9127
+ #
9128
+ # @option params [String] :transit_encryption_mode
9129
+ # A setting that allows you to migrate your clients to use in-transit
9130
+ # encryption, with no downtime.
9131
+ #
9132
+ # You must set `TransitEncryptionEnabled` to `true`, for your existing
9133
+ # cluster, and set `TransitEncryptionMode` to `preferred` in the same
9134
+ # request to allow both encrypted and unencrypted connections at the
9135
+ # same time. Once you migrate all your Redis clients to use encrypted
9136
+ # connections you can set the value to `required` to allow encrypted
9137
+ # connections only.
9138
+ #
9139
+ # Setting `TransitEncryptionMode` to `required` is a two-step process
9140
+ # that requires you to first set the `TransitEncryptionMode` to
9141
+ # `preferred` first, after that you can set `TransitEncryptionMode` to
9142
+ # `required`.
9143
+ #
9078
9144
  # @return [Types::ModifyReplicationGroupResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
9079
9145
  #
9080
9146
  # * {Types::ModifyReplicationGroupResult#replication_group #replication_group} => Types::ReplicationGroup
@@ -9194,6 +9260,8 @@ module Aws::ElastiCache
9194
9260
  # },
9195
9261
  # ],
9196
9262
  # ip_discovery: "ipv4", # accepts ipv4, ipv6
9263
+ # transit_encryption_enabled: false,
9264
+ # transit_encryption_mode: "preferred", # accepts preferred, required
9197
9265
  # })
9198
9266
  #
9199
9267
  # @example Response structure
@@ -9217,6 +9285,8 @@ module Aws::ElastiCache
9217
9285
  # resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
9218
9286
  # resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
9219
9287
  # resp.replication_group.pending_modified_values.log_delivery_configurations[0].log_format #=> String, one of "text", "json"
9288
+ # resp.replication_group.pending_modified_values.transit_encryption_enabled #=> Boolean
9289
+ # resp.replication_group.pending_modified_values.transit_encryption_mode #=> String, one of "preferred", "required"
9220
9290
  # resp.replication_group.member_clusters #=> Array
9221
9291
  # resp.replication_group.member_clusters[0] #=> String
9222
9292
  # resp.replication_group.node_groups #=> Array
@@ -9267,6 +9337,7 @@ module Aws::ElastiCache
9267
9337
  # resp.replication_group.auto_minor_version_upgrade #=> Boolean
9268
9338
  # resp.replication_group.network_type #=> String, one of "ipv4", "ipv6", "dual_stack"
9269
9339
  # resp.replication_group.ip_discovery #=> String, one of "ipv4", "ipv6"
9340
+ # resp.replication_group.transit_encryption_mode #=> String, one of "preferred", "required"
9270
9341
  #
9271
9342
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ModifyReplicationGroup AWS API Documentation
9272
9343
  #
@@ -9364,6 +9435,8 @@ module Aws::ElastiCache
9364
9435
  # resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
9365
9436
  # resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
9366
9437
  # resp.replication_group.pending_modified_values.log_delivery_configurations[0].log_format #=> String, one of "text", "json"
9438
+ # resp.replication_group.pending_modified_values.transit_encryption_enabled #=> Boolean
9439
+ # resp.replication_group.pending_modified_values.transit_encryption_mode #=> String, one of "preferred", "required"
9367
9440
  # resp.replication_group.member_clusters #=> Array
9368
9441
  # resp.replication_group.member_clusters[0] #=> String
9369
9442
  # resp.replication_group.node_groups #=> Array
@@ -9414,6 +9487,7 @@ module Aws::ElastiCache
9414
9487
  # resp.replication_group.auto_minor_version_upgrade #=> Boolean
9415
9488
  # resp.replication_group.network_type #=> String, one of "ipv4", "ipv6", "dual_stack"
9416
9489
  # resp.replication_group.ip_discovery #=> String, one of "ipv4", "ipv6"
9490
+ # resp.replication_group.transit_encryption_mode #=> String, one of "preferred", "required"
9417
9491
  #
9418
9492
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ModifyReplicationGroupShardConfiguration AWS API Documentation
9419
9493
  #
@@ -9441,6 +9515,9 @@ module Aws::ElastiCache
9441
9515
  # @option params [Boolean] :no_password_required
9442
9516
  # Indicates no password is required for the user.
9443
9517
  #
9518
+ # @option params [Types::AuthenticationMode] :authentication_mode
9519
+ # Specifies how to authenticate the user.
9520
+ #
9444
9521
  # @return [Types::User] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
9445
9522
  #
9446
9523
  # * {Types::User#user_id #user_id} => String
@@ -9461,6 +9538,10 @@ module Aws::ElastiCache
9461
9538
  # append_access_string: "AccessString",
9462
9539
  # passwords: ["String"],
9463
9540
  # no_password_required: false,
9541
+ # authentication_mode: {
9542
+ # type: "password", # accepts password, no-password-required, iam
9543
+ # passwords: ["String"],
9544
+ # },
9464
9545
  # })
9465
9546
  #
9466
9547
  # @example Response structure
@@ -9473,7 +9554,7 @@ module Aws::ElastiCache
9473
9554
  # resp.access_string #=> String
9474
9555
  # resp.user_group_ids #=> Array
9475
9556
  # resp.user_group_ids[0] #=> String
9476
- # resp.authentication.type #=> String, one of "password", "no-password"
9557
+ # resp.authentication.type #=> String, one of "password", "no-password", "iam"
9477
9558
  # resp.authentication.password_count #=> Integer
9478
9559
  # resp.arn #=> String
9479
9560
  #
@@ -9798,6 +9879,8 @@ module Aws::ElastiCache
9798
9879
  # resp.cache_cluster.pending_modified_values.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
9799
9880
  # resp.cache_cluster.pending_modified_values.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
9800
9881
  # resp.cache_cluster.pending_modified_values.log_delivery_configurations[0].log_format #=> String, one of "text", "json"
9882
+ # resp.cache_cluster.pending_modified_values.transit_encryption_enabled #=> Boolean
9883
+ # resp.cache_cluster.pending_modified_values.transit_encryption_mode #=> String, one of "preferred", "required"
9801
9884
  # resp.cache_cluster.notification_configuration.topic_arn #=> String
9802
9885
  # resp.cache_cluster.notification_configuration.topic_status #=> String
9803
9886
  # resp.cache_cluster.cache_security_groups #=> Array
@@ -9841,6 +9924,7 @@ module Aws::ElastiCache
9841
9924
  # resp.cache_cluster.log_delivery_configurations[0].message #=> String
9842
9925
  # resp.cache_cluster.network_type #=> String, one of "ipv4", "ipv6", "dual_stack"
9843
9926
  # resp.cache_cluster.ip_discovery #=> String, one of "ipv4", "ipv6"
9927
+ # resp.cache_cluster.transit_encryption_mode #=> String, one of "preferred", "required"
9844
9928
  #
9845
9929
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/RebootCacheCluster AWS API Documentation
9846
9930
  #
@@ -10118,6 +10202,8 @@ module Aws::ElastiCache
10118
10202
  # resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
10119
10203
  # resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
10120
10204
  # resp.replication_group.pending_modified_values.log_delivery_configurations[0].log_format #=> String, one of "text", "json"
10205
+ # resp.replication_group.pending_modified_values.transit_encryption_enabled #=> Boolean
10206
+ # resp.replication_group.pending_modified_values.transit_encryption_mode #=> String, one of "preferred", "required"
10121
10207
  # resp.replication_group.member_clusters #=> Array
10122
10208
  # resp.replication_group.member_clusters[0] #=> String
10123
10209
  # resp.replication_group.node_groups #=> Array
@@ -10168,6 +10254,7 @@ module Aws::ElastiCache
10168
10254
  # resp.replication_group.auto_minor_version_upgrade #=> Boolean
10169
10255
  # resp.replication_group.network_type #=> String, one of "ipv4", "ipv6", "dual_stack"
10170
10256
  # resp.replication_group.ip_discovery #=> String, one of "ipv4", "ipv6"
10257
+ # resp.replication_group.transit_encryption_mode #=> String, one of "preferred", "required"
10171
10258
  #
10172
10259
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/StartMigration AWS API Documentation
10173
10260
  #
@@ -10279,6 +10366,8 @@ module Aws::ElastiCache
10279
10366
  # resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
10280
10367
  # resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
10281
10368
  # resp.replication_group.pending_modified_values.log_delivery_configurations[0].log_format #=> String, one of "text", "json"
10369
+ # resp.replication_group.pending_modified_values.transit_encryption_enabled #=> Boolean
10370
+ # resp.replication_group.pending_modified_values.transit_encryption_mode #=> String, one of "preferred", "required"
10282
10371
  # resp.replication_group.member_clusters #=> Array
10283
10372
  # resp.replication_group.member_clusters[0] #=> String
10284
10373
  # resp.replication_group.node_groups #=> Array
@@ -10329,6 +10418,7 @@ module Aws::ElastiCache
10329
10418
  # resp.replication_group.auto_minor_version_upgrade #=> Boolean
10330
10419
  # resp.replication_group.network_type #=> String, one of "ipv4", "ipv6", "dual_stack"
10331
10420
  # resp.replication_group.ip_discovery #=> String, one of "ipv4", "ipv6"
10421
+ # resp.replication_group.transit_encryption_mode #=> String, one of "preferred", "required"
10332
10422
  #
10333
10423
  # @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/TestFailover AWS API Documentation
10334
10424
  #
@@ -10352,7 +10442,7 @@ module Aws::ElastiCache
10352
10442
  params: params,
10353
10443
  config: config)
10354
10444
  context[:gem_name] = 'aws-sdk-elasticache'
10355
- context[:gem_version] = '1.81.0'
10445
+ context[:gem_version] = '1.83.0'
10356
10446
  Seahorse::Client::Request.new(handlers, context)
10357
10447
  end
10358
10448
 
@@ -22,6 +22,7 @@ module Aws::ElastiCache
22
22
  AuthTokenUpdateStatus = Shapes::StringShape.new(name: 'AuthTokenUpdateStatus')
23
23
  AuthTokenUpdateStrategyType = Shapes::StringShape.new(name: 'AuthTokenUpdateStrategyType')
24
24
  Authentication = Shapes::StructureShape.new(name: 'Authentication')
25
+ AuthenticationMode = Shapes::StructureShape.new(name: 'AuthenticationMode')
25
26
  AuthenticationType = Shapes::StringShape.new(name: 'AuthenticationType')
26
27
  AuthorizationAlreadyExistsFault = Shapes::StructureShape.new(name: 'AuthorizationAlreadyExistsFault')
27
28
  AuthorizationNotFoundFault = Shapes::StructureShape.new(name: 'AuthorizationNotFoundFault')
@@ -183,6 +184,7 @@ module Aws::ElastiCache
183
184
  IncreaseNodeGroupsInGlobalReplicationGroupResult = Shapes::StructureShape.new(name: 'IncreaseNodeGroupsInGlobalReplicationGroupResult')
184
185
  IncreaseReplicaCountMessage = Shapes::StructureShape.new(name: 'IncreaseReplicaCountMessage')
185
186
  IncreaseReplicaCountResult = Shapes::StructureShape.new(name: 'IncreaseReplicaCountResult')
187
+ InputAuthenticationType = Shapes::StringShape.new(name: 'InputAuthenticationType')
186
188
  InsufficientCacheClusterCapacityFault = Shapes::StructureShape.new(name: 'InsufficientCacheClusterCapacityFault')
187
189
  Integer = Shapes::IntegerShape.new(name: 'Integer')
188
190
  IntegerOptional = Shapes::IntegerShape.new(name: 'IntegerOptional')
@@ -346,6 +348,7 @@ module Aws::ElastiCache
346
348
  TestFailoverNotAvailableFault = Shapes::StructureShape.new(name: 'TestFailoverNotAvailableFault')
347
349
  TestFailoverResult = Shapes::StructureShape.new(name: 'TestFailoverResult')
348
350
  TimeRangeFilter = Shapes::StructureShape.new(name: 'TimeRangeFilter')
351
+ TransitEncryptionMode = Shapes::StringShape.new(name: 'TransitEncryptionMode')
349
352
  UGReplicationGroupIdList = Shapes::ListShape.new(name: 'UGReplicationGroupIdList')
350
353
  UnprocessedUpdateAction = Shapes::StructureShape.new(name: 'UnprocessedUpdateAction')
351
354
  UnprocessedUpdateActionList = Shapes::ListShape.new(name: 'UnprocessedUpdateActionList')
@@ -389,6 +392,10 @@ module Aws::ElastiCache
389
392
  Authentication.add_member(:password_count, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "PasswordCount"))
390
393
  Authentication.struct_class = Types::Authentication
391
394
 
395
+ AuthenticationMode.add_member(:type, Shapes::ShapeRef.new(shape: InputAuthenticationType, location_name: "Type"))
396
+ AuthenticationMode.add_member(:passwords, Shapes::ShapeRef.new(shape: PasswordListInput, location_name: "Passwords"))
397
+ AuthenticationMode.struct_class = Types::AuthenticationMode
398
+
392
399
  AuthorizationAlreadyExistsFault.struct_class = Types::AuthorizationAlreadyExistsFault
393
400
 
394
401
  AuthorizationNotFoundFault.struct_class = Types::AuthorizationNotFoundFault
@@ -448,6 +455,7 @@ module Aws::ElastiCache
448
455
  CacheCluster.add_member(:log_delivery_configurations, Shapes::ShapeRef.new(shape: LogDeliveryConfigurationList, location_name: "LogDeliveryConfigurations"))
449
456
  CacheCluster.add_member(:network_type, Shapes::ShapeRef.new(shape: NetworkType, location_name: "NetworkType"))
450
457
  CacheCluster.add_member(:ip_discovery, Shapes::ShapeRef.new(shape: IpDiscovery, location_name: "IpDiscovery"))
458
+ CacheCluster.add_member(:transit_encryption_mode, Shapes::ShapeRef.new(shape: TransitEncryptionMode, location_name: "TransitEncryptionMode"))
451
459
  CacheCluster.struct_class = Types::CacheCluster
452
460
 
453
461
  CacheClusterAlreadyExistsFault.struct_class = Types::CacheClusterAlreadyExistsFault
@@ -738,6 +746,7 @@ module Aws::ElastiCache
738
746
  CreateReplicationGroupMessage.add_member(:data_tiering_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DataTieringEnabled"))
739
747
  CreateReplicationGroupMessage.add_member(:network_type, Shapes::ShapeRef.new(shape: NetworkType, location_name: "NetworkType"))
740
748
  CreateReplicationGroupMessage.add_member(:ip_discovery, Shapes::ShapeRef.new(shape: IpDiscovery, location_name: "IpDiscovery"))
749
+ CreateReplicationGroupMessage.add_member(:transit_encryption_mode, Shapes::ShapeRef.new(shape: TransitEncryptionMode, location_name: "TransitEncryptionMode"))
741
750
  CreateReplicationGroupMessage.struct_class = Types::CreateReplicationGroupMessage
742
751
 
743
752
  CreateReplicationGroupResult.add_member(:replication_group, Shapes::ShapeRef.new(shape: ReplicationGroup, location_name: "ReplicationGroup"))
@@ -766,6 +775,7 @@ module Aws::ElastiCache
766
775
  CreateUserMessage.add_member(:access_string, Shapes::ShapeRef.new(shape: AccessString, required: true, location_name: "AccessString"))
767
776
  CreateUserMessage.add_member(:no_password_required, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "NoPasswordRequired"))
768
777
  CreateUserMessage.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
778
+ CreateUserMessage.add_member(:authentication_mode, Shapes::ShapeRef.new(shape: AuthenticationMode, location_name: "AuthenticationMode"))
769
779
  CreateUserMessage.struct_class = Types::CreateUserMessage
770
780
 
771
781
  CustomerNodeEndpoint.add_member(:address, Shapes::ShapeRef.new(shape: String, location_name: "Address"))
@@ -1237,6 +1247,8 @@ module Aws::ElastiCache
1237
1247
  ModifyReplicationGroupMessage.add_member(:remove_user_groups, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "RemoveUserGroups"))
1238
1248
  ModifyReplicationGroupMessage.add_member(:log_delivery_configurations, Shapes::ShapeRef.new(shape: LogDeliveryConfigurationRequestList, location_name: "LogDeliveryConfigurations"))
1239
1249
  ModifyReplicationGroupMessage.add_member(:ip_discovery, Shapes::ShapeRef.new(shape: IpDiscovery, location_name: "IpDiscovery"))
1250
+ ModifyReplicationGroupMessage.add_member(:transit_encryption_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "TransitEncryptionEnabled"))
1251
+ ModifyReplicationGroupMessage.add_member(:transit_encryption_mode, Shapes::ShapeRef.new(shape: TransitEncryptionMode, location_name: "TransitEncryptionMode"))
1240
1252
  ModifyReplicationGroupMessage.struct_class = Types::ModifyReplicationGroupMessage
1241
1253
 
1242
1254
  ModifyReplicationGroupResult.add_member(:replication_group, Shapes::ShapeRef.new(shape: ReplicationGroup, location_name: "ReplicationGroup"))
@@ -1263,6 +1275,7 @@ module Aws::ElastiCache
1263
1275
  ModifyUserMessage.add_member(:append_access_string, Shapes::ShapeRef.new(shape: AccessString, location_name: "AppendAccessString"))
1264
1276
  ModifyUserMessage.add_member(:passwords, Shapes::ShapeRef.new(shape: PasswordListInput, location_name: "Passwords"))
1265
1277
  ModifyUserMessage.add_member(:no_password_required, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "NoPasswordRequired"))
1278
+ ModifyUserMessage.add_member(:authentication_mode, Shapes::ShapeRef.new(shape: AuthenticationMode, location_name: "AuthenticationMode"))
1266
1279
  ModifyUserMessage.struct_class = Types::ModifyUserMessage
1267
1280
 
1268
1281
  NetworkTypeList.member = Shapes::ShapeRef.new(shape: NetworkType)
@@ -1385,6 +1398,8 @@ module Aws::ElastiCache
1385
1398
  PendingModifiedValues.add_member(:cache_node_type, Shapes::ShapeRef.new(shape: String, location_name: "CacheNodeType"))
1386
1399
  PendingModifiedValues.add_member(:auth_token_status, Shapes::ShapeRef.new(shape: AuthTokenUpdateStatus, location_name: "AuthTokenStatus"))
1387
1400
  PendingModifiedValues.add_member(:log_delivery_configurations, Shapes::ShapeRef.new(shape: PendingLogDeliveryConfigurationList, location_name: "LogDeliveryConfigurations"))
1401
+ PendingModifiedValues.add_member(:transit_encryption_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "TransitEncryptionEnabled"))
1402
+ PendingModifiedValues.add_member(:transit_encryption_mode, Shapes::ShapeRef.new(shape: TransitEncryptionMode, location_name: "TransitEncryptionMode"))
1388
1403
  PendingModifiedValues.struct_class = Types::PendingModifiedValues
1389
1404
 
1390
1405
  PreferredAvailabilityZoneList.member = Shapes::ShapeRef.new(shape: String, location_name: "PreferredAvailabilityZone")
@@ -1472,6 +1487,7 @@ module Aws::ElastiCache
1472
1487
  ReplicationGroup.add_member(:auto_minor_version_upgrade, Shapes::ShapeRef.new(shape: Boolean, location_name: "AutoMinorVersionUpgrade"))
1473
1488
  ReplicationGroup.add_member(:network_type, Shapes::ShapeRef.new(shape: NetworkType, location_name: "NetworkType"))
1474
1489
  ReplicationGroup.add_member(:ip_discovery, Shapes::ShapeRef.new(shape: IpDiscovery, location_name: "IpDiscovery"))
1490
+ ReplicationGroup.add_member(:transit_encryption_mode, Shapes::ShapeRef.new(shape: TransitEncryptionMode, location_name: "TransitEncryptionMode"))
1475
1491
  ReplicationGroup.struct_class = Types::ReplicationGroup
1476
1492
 
1477
1493
  ReplicationGroupAlreadyExistsFault.struct_class = Types::ReplicationGroupAlreadyExistsFault
@@ -1498,6 +1514,8 @@ module Aws::ElastiCache
1498
1514
  ReplicationGroupPendingModifiedValues.add_member(:auth_token_status, Shapes::ShapeRef.new(shape: AuthTokenUpdateStatus, location_name: "AuthTokenStatus"))
1499
1515
  ReplicationGroupPendingModifiedValues.add_member(:user_groups, Shapes::ShapeRef.new(shape: UserGroupsUpdateStatus, location_name: "UserGroups"))
1500
1516
  ReplicationGroupPendingModifiedValues.add_member(:log_delivery_configurations, Shapes::ShapeRef.new(shape: PendingLogDeliveryConfigurationList, location_name: "LogDeliveryConfigurations"))
1517
+ ReplicationGroupPendingModifiedValues.add_member(:transit_encryption_enabled, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "TransitEncryptionEnabled"))
1518
+ ReplicationGroupPendingModifiedValues.add_member(:transit_encryption_mode, Shapes::ShapeRef.new(shape: TransitEncryptionMode, location_name: "TransitEncryptionMode"))
1501
1519
  ReplicationGroupPendingModifiedValues.struct_class = Types::ReplicationGroupPendingModifiedValues
1502
1520
 
1503
1521
  ReservedCacheNode.add_member(:reserved_cache_node_id, Shapes::ShapeRef.new(shape: String, location_name: "ReservedCacheNodeId"))
@@ -50,6 +50,9 @@ module Aws::ElastiCache
50
50
 
51
51
  def initialize(options = {})
52
52
  self[:region] = options[:region]
53
+ if self[:region].nil?
54
+ raise ArgumentError, "Missing required EndpointParameter: :region"
55
+ end
53
56
  self[:use_dual_stack] = options[:use_dual_stack]
54
57
  self[:use_dual_stack] = false if self[:use_dual_stack].nil?
55
58
  if self[:use_dual_stack].nil?