aws-sdk-elasticache 1.67.0 → 1.71.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-elasticache/client.rb +52 -43
- data/lib/aws-sdk-elasticache/types.rb +28 -28
- data/lib/aws-sdk-elasticache.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6b3d8dd77ac0ae9cb8ca3eada47cd5a8b04bb7e3961500c70c305751ed23abaa
|
4
|
+
data.tar.gz: c3f82398e4fe3d0d0d7570346c875b213c1a684474e3880d9e1c4e2cdbc3a58e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '08894c3cbea9bdb6d310d090480b4edb5cd4e5a8563af79d4e296d7e71020ce8bbd6c0990821690e7a282169c9fcf0e9bb910e3f6d925ffb31bd5b0f5bc90d5c'
|
7
|
+
data.tar.gz: 50a92a5adab7ab6e4ab9c7d1ba2838f2906d066d5330be11ea919af9d45620048b42eba02dfbfb4b06228382f3b2b61870f692ea7a38877eea7e9213ca006d31
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.71.0 (2022-02-02)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Documentation update for AWS ElastiCache
|
8
|
+
|
9
|
+
1.70.0 (2022-01-13)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - AWS ElastiCache for Redis has added a new Engine Log LogType in LogDelivery feature. You can now publish the Engine Log from your Amazon ElastiCache for Redis clusters to Amazon CloudWatch Logs and Amazon Kinesis Data Firehose.
|
13
|
+
|
14
|
+
1.69.0 (2022-01-12)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Doc only update for ElastiCache
|
18
|
+
|
19
|
+
1.68.0 (2021-12-21)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
23
|
+
|
4
24
|
1.67.0 (2021-11-30)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.71.0
|
@@ -27,6 +27,7 @@ require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
|
|
27
27
|
require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
|
28
28
|
require 'aws-sdk-core/plugins/transfer_encoding.rb'
|
29
29
|
require 'aws-sdk-core/plugins/http_checksum.rb'
|
30
|
+
require 'aws-sdk-core/plugins/defaults_mode.rb'
|
30
31
|
require 'aws-sdk-core/plugins/signature_v4.rb'
|
31
32
|
require 'aws-sdk-core/plugins/protocols/query.rb'
|
32
33
|
|
@@ -73,6 +74,7 @@ module Aws::ElastiCache
|
|
73
74
|
add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
|
74
75
|
add_plugin(Aws::Plugins::TransferEncoding)
|
75
76
|
add_plugin(Aws::Plugins::HttpChecksum)
|
77
|
+
add_plugin(Aws::Plugins::DefaultsMode)
|
76
78
|
add_plugin(Aws::Plugins::SignatureV4)
|
77
79
|
add_plugin(Aws::Plugins::Protocols::Query)
|
78
80
|
|
@@ -175,6 +177,10 @@ module Aws::ElastiCache
|
|
175
177
|
# Used only in `standard` and adaptive retry modes. Specifies whether to apply
|
176
178
|
# a clock skew correction and retry requests with skewed client clocks.
|
177
179
|
#
|
180
|
+
# @option options [String] :defaults_mode ("legacy")
|
181
|
+
# See {Aws::DefaultsModeConfiguration} for a list of the
|
182
|
+
# accepted modes and the configuration defaults that are included.
|
183
|
+
#
|
178
184
|
# @option options [Boolean] :disable_host_prefix_injection (false)
|
179
185
|
# Set to true to disable SDK automatically adding host prefix
|
180
186
|
# to default service endpoint when available.
|
@@ -297,7 +303,7 @@ module Aws::ElastiCache
|
|
297
303
|
# seconds to wait when opening a HTTP session before raising a
|
298
304
|
# `Timeout::Error`.
|
299
305
|
#
|
300
|
-
# @option options [
|
306
|
+
# @option options [Float] :http_read_timeout (60) The default
|
301
307
|
# number of seconds to wait for response data. This value can
|
302
308
|
# safely be set per-request on the session.
|
303
309
|
#
|
@@ -313,6 +319,9 @@ module Aws::ElastiCache
|
|
313
319
|
# disables this behaviour. This value can safely be set per
|
314
320
|
# request on the session.
|
315
321
|
#
|
322
|
+
# @option options [Float] :ssl_timeout (nil) Sets the SSL timeout
|
323
|
+
# in seconds.
|
324
|
+
#
|
316
325
|
# @option options [Boolean] :http_wire_trace (false) When `true`,
|
317
326
|
# HTTP debug output will be sent to the `:logger`.
|
318
327
|
#
|
@@ -650,7 +659,7 @@ module Aws::ElastiCache
|
|
650
659
|
# resp.replication_group.pending_modified_values.user_groups.user_group_ids_to_remove #=> Array
|
651
660
|
# resp.replication_group.pending_modified_values.user_groups.user_group_ids_to_remove[0] #=> String
|
652
661
|
# resp.replication_group.pending_modified_values.log_delivery_configurations #=> Array
|
653
|
-
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].log_type #=> String, one of "slow-log"
|
662
|
+
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].log_type #=> String, one of "slow-log", "engine-log"
|
654
663
|
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
655
664
|
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
656
665
|
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
@@ -693,7 +702,7 @@ module Aws::ElastiCache
|
|
693
702
|
# resp.replication_group.user_group_ids #=> Array
|
694
703
|
# resp.replication_group.user_group_ids[0] #=> String
|
695
704
|
# resp.replication_group.log_delivery_configurations #=> Array
|
696
|
-
# resp.replication_group.log_delivery_configurations[0].log_type #=> String, one of "slow-log"
|
705
|
+
# resp.replication_group.log_delivery_configurations[0].log_type #=> String, one of "slow-log", "engine-log"
|
697
706
|
# resp.replication_group.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
698
707
|
# resp.replication_group.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
699
708
|
# resp.replication_group.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
@@ -1057,7 +1066,7 @@ module Aws::ElastiCache
|
|
1057
1066
|
# **M4 node types:** `cache.m4.large`, `cache.m4.xlarge`,
|
1058
1067
|
# `cache.m4.2xlarge`, `cache.m4.4xlarge`, `cache.m4.10xlarge`
|
1059
1068
|
#
|
1060
|
-
# **T4g node types** (available only for Redis engine version
|
1069
|
+
# **T4g node types** (available only for Redis engine version 6.0
|
1061
1070
|
# onward and Memcached engine version 1.5.16 onward):
|
1062
1071
|
# `cache.t4g.micro`, `cache.t4g.small`, `cache.t4g.medium`
|
1063
1072
|
#
|
@@ -1222,7 +1231,7 @@ module Aws::ElastiCache
|
|
1222
1231
|
# Specifies the weekly time range during which maintenance on the
|
1223
1232
|
# cluster is performed. It is specified as a range in the format
|
1224
1233
|
# ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance
|
1225
|
-
# window is a 60 minute period.
|
1234
|
+
# window is a 60 minute period.
|
1226
1235
|
#
|
1227
1236
|
# @option params [Integer] :port
|
1228
1237
|
# The port number on which each of the cache nodes accepts connections.
|
@@ -1430,7 +1439,7 @@ module Aws::ElastiCache
|
|
1430
1439
|
# preferred_outpost_arns: ["String"],
|
1431
1440
|
# log_delivery_configurations: [
|
1432
1441
|
# {
|
1433
|
-
# log_type: "slow-log", # accepts slow-log
|
1442
|
+
# log_type: "slow-log", # accepts slow-log, engine-log
|
1434
1443
|
# destination_type: "cloudwatch-logs", # accepts cloudwatch-logs, kinesis-firehose
|
1435
1444
|
# destination_details: {
|
1436
1445
|
# cloud_watch_logs_details: {
|
@@ -1468,7 +1477,7 @@ module Aws::ElastiCache
|
|
1468
1477
|
# resp.cache_cluster.pending_modified_values.cache_node_type #=> String
|
1469
1478
|
# resp.cache_cluster.pending_modified_values.auth_token_status #=> String, one of "SETTING", "ROTATING"
|
1470
1479
|
# resp.cache_cluster.pending_modified_values.log_delivery_configurations #=> Array
|
1471
|
-
# resp.cache_cluster.pending_modified_values.log_delivery_configurations[0].log_type #=> String, one of "slow-log"
|
1480
|
+
# resp.cache_cluster.pending_modified_values.log_delivery_configurations[0].log_type #=> String, one of "slow-log", "engine-log"
|
1472
1481
|
# resp.cache_cluster.pending_modified_values.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
1473
1482
|
# resp.cache_cluster.pending_modified_values.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
1474
1483
|
# resp.cache_cluster.pending_modified_values.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
@@ -1507,7 +1516,7 @@ module Aws::ElastiCache
|
|
1507
1516
|
# resp.cache_cluster.arn #=> String
|
1508
1517
|
# resp.cache_cluster.replication_group_log_delivery_enabled #=> Boolean
|
1509
1518
|
# resp.cache_cluster.log_delivery_configurations #=> Array
|
1510
|
-
# resp.cache_cluster.log_delivery_configurations[0].log_type #=> String, one of "slow-log"
|
1519
|
+
# resp.cache_cluster.log_delivery_configurations[0].log_type #=> String, one of "slow-log", "engine-log"
|
1511
1520
|
# resp.cache_cluster.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
1512
1521
|
# resp.cache_cluster.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
1513
1522
|
# resp.cache_cluster.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
@@ -1552,7 +1561,7 @@ module Aws::ElastiCache
|
|
1552
1561
|
#
|
1553
1562
|
# Valid values are: `memcached1.4` \| `memcached1.5` \| `memcached1.6`
|
1554
1563
|
# \| `redis2.6` \| `redis2.8` \| `redis3.2` \| `redis4.0` \| `redis5.0`
|
1555
|
-
# \| `redis6.
|
1564
|
+
# \| `redis6.x`
|
1556
1565
|
#
|
1557
1566
|
# @option params [required, String] :description
|
1558
1567
|
# A user-specified description for the cache parameter group.
|
@@ -2068,7 +2077,7 @@ module Aws::ElastiCache
|
|
2068
2077
|
# **M4 node types:** `cache.m4.large`, `cache.m4.xlarge`,
|
2069
2078
|
# `cache.m4.2xlarge`, `cache.m4.4xlarge`, `cache.m4.10xlarge`
|
2070
2079
|
#
|
2071
|
-
# **T4g node types** (available only for Redis engine version
|
2080
|
+
# **T4g node types** (available only for Redis engine version 6.0
|
2072
2081
|
# onward and Memcached engine version 1.5.16 onward):
|
2073
2082
|
# `cache.t4g.micro`, `cache.t4g.small`, `cache.t4g.medium`
|
2074
2083
|
#
|
@@ -2527,7 +2536,7 @@ module Aws::ElastiCache
|
|
2527
2536
|
# user_group_ids: ["UserGroupId"],
|
2528
2537
|
# log_delivery_configurations: [
|
2529
2538
|
# {
|
2530
|
-
# log_type: "slow-log", # accepts slow-log
|
2539
|
+
# log_type: "slow-log", # accepts slow-log, engine-log
|
2531
2540
|
# destination_type: "cloudwatch-logs", # accepts cloudwatch-logs, kinesis-firehose
|
2532
2541
|
# destination_details: {
|
2533
2542
|
# cloud_watch_logs_details: {
|
@@ -2560,7 +2569,7 @@ module Aws::ElastiCache
|
|
2560
2569
|
# resp.replication_group.pending_modified_values.user_groups.user_group_ids_to_remove #=> Array
|
2561
2570
|
# resp.replication_group.pending_modified_values.user_groups.user_group_ids_to_remove[0] #=> String
|
2562
2571
|
# resp.replication_group.pending_modified_values.log_delivery_configurations #=> Array
|
2563
|
-
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].log_type #=> String, one of "slow-log"
|
2572
|
+
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].log_type #=> String, one of "slow-log", "engine-log"
|
2564
2573
|
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
2565
2574
|
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
2566
2575
|
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
@@ -2603,7 +2612,7 @@ module Aws::ElastiCache
|
|
2603
2612
|
# resp.replication_group.user_group_ids #=> Array
|
2604
2613
|
# resp.replication_group.user_group_ids[0] #=> String
|
2605
2614
|
# resp.replication_group.log_delivery_configurations #=> Array
|
2606
|
-
# resp.replication_group.log_delivery_configurations[0].log_type #=> String, one of "slow-log"
|
2615
|
+
# resp.replication_group.log_delivery_configurations[0].log_type #=> String, one of "slow-log", "engine-log"
|
2607
2616
|
# resp.replication_group.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
2608
2617
|
# resp.replication_group.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
2609
2618
|
# resp.replication_group.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
@@ -3153,7 +3162,7 @@ module Aws::ElastiCache
|
|
3153
3162
|
# resp.replication_group.pending_modified_values.user_groups.user_group_ids_to_remove #=> Array
|
3154
3163
|
# resp.replication_group.pending_modified_values.user_groups.user_group_ids_to_remove[0] #=> String
|
3155
3164
|
# resp.replication_group.pending_modified_values.log_delivery_configurations #=> Array
|
3156
|
-
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].log_type #=> String, one of "slow-log"
|
3165
|
+
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].log_type #=> String, one of "slow-log", "engine-log"
|
3157
3166
|
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
3158
3167
|
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
3159
3168
|
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
@@ -3196,7 +3205,7 @@ module Aws::ElastiCache
|
|
3196
3205
|
# resp.replication_group.user_group_ids #=> Array
|
3197
3206
|
# resp.replication_group.user_group_ids[0] #=> String
|
3198
3207
|
# resp.replication_group.log_delivery_configurations #=> Array
|
3199
|
-
# resp.replication_group.log_delivery_configurations[0].log_type #=> String, one of "slow-log"
|
3208
|
+
# resp.replication_group.log_delivery_configurations[0].log_type #=> String, one of "slow-log", "engine-log"
|
3200
3209
|
# resp.replication_group.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
3201
3210
|
# resp.replication_group.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
3202
3211
|
# resp.replication_group.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
@@ -3320,7 +3329,7 @@ module Aws::ElastiCache
|
|
3320
3329
|
# resp.cache_cluster.pending_modified_values.cache_node_type #=> String
|
3321
3330
|
# resp.cache_cluster.pending_modified_values.auth_token_status #=> String, one of "SETTING", "ROTATING"
|
3322
3331
|
# resp.cache_cluster.pending_modified_values.log_delivery_configurations #=> Array
|
3323
|
-
# resp.cache_cluster.pending_modified_values.log_delivery_configurations[0].log_type #=> String, one of "slow-log"
|
3332
|
+
# resp.cache_cluster.pending_modified_values.log_delivery_configurations[0].log_type #=> String, one of "slow-log", "engine-log"
|
3324
3333
|
# resp.cache_cluster.pending_modified_values.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
3325
3334
|
# resp.cache_cluster.pending_modified_values.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
3326
3335
|
# resp.cache_cluster.pending_modified_values.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
@@ -3359,7 +3368,7 @@ module Aws::ElastiCache
|
|
3359
3368
|
# resp.cache_cluster.arn #=> String
|
3360
3369
|
# resp.cache_cluster.replication_group_log_delivery_enabled #=> Boolean
|
3361
3370
|
# resp.cache_cluster.log_delivery_configurations #=> Array
|
3362
|
-
# resp.cache_cluster.log_delivery_configurations[0].log_type #=> String, one of "slow-log"
|
3371
|
+
# resp.cache_cluster.log_delivery_configurations[0].log_type #=> String, one of "slow-log", "engine-log"
|
3363
3372
|
# resp.cache_cluster.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
3364
3373
|
# resp.cache_cluster.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
3365
3374
|
# resp.cache_cluster.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
@@ -3642,7 +3651,7 @@ module Aws::ElastiCache
|
|
3642
3651
|
# resp.replication_group.pending_modified_values.user_groups.user_group_ids_to_remove #=> Array
|
3643
3652
|
# resp.replication_group.pending_modified_values.user_groups.user_group_ids_to_remove[0] #=> String
|
3644
3653
|
# resp.replication_group.pending_modified_values.log_delivery_configurations #=> Array
|
3645
|
-
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].log_type #=> String, one of "slow-log"
|
3654
|
+
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].log_type #=> String, one of "slow-log", "engine-log"
|
3646
3655
|
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
3647
3656
|
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
3648
3657
|
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
@@ -3685,7 +3694,7 @@ module Aws::ElastiCache
|
|
3685
3694
|
# resp.replication_group.user_group_ids #=> Array
|
3686
3695
|
# resp.replication_group.user_group_ids[0] #=> String
|
3687
3696
|
# resp.replication_group.log_delivery_configurations #=> Array
|
3688
|
-
# resp.replication_group.log_delivery_configurations[0].log_type #=> String, one of "slow-log"
|
3697
|
+
# resp.replication_group.log_delivery_configurations[0].log_type #=> String, one of "slow-log", "engine-log"
|
3689
3698
|
# resp.replication_group.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
3690
3699
|
# resp.replication_group.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
3691
3700
|
# resp.replication_group.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
@@ -4134,7 +4143,7 @@ module Aws::ElastiCache
|
|
4134
4143
|
# resp.cache_clusters[0].pending_modified_values.cache_node_type #=> String
|
4135
4144
|
# resp.cache_clusters[0].pending_modified_values.auth_token_status #=> String, one of "SETTING", "ROTATING"
|
4136
4145
|
# resp.cache_clusters[0].pending_modified_values.log_delivery_configurations #=> Array
|
4137
|
-
# resp.cache_clusters[0].pending_modified_values.log_delivery_configurations[0].log_type #=> String, one of "slow-log"
|
4146
|
+
# resp.cache_clusters[0].pending_modified_values.log_delivery_configurations[0].log_type #=> String, one of "slow-log", "engine-log"
|
4138
4147
|
# resp.cache_clusters[0].pending_modified_values.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
4139
4148
|
# resp.cache_clusters[0].pending_modified_values.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
4140
4149
|
# resp.cache_clusters[0].pending_modified_values.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
@@ -4173,7 +4182,7 @@ module Aws::ElastiCache
|
|
4173
4182
|
# resp.cache_clusters[0].arn #=> String
|
4174
4183
|
# resp.cache_clusters[0].replication_group_log_delivery_enabled #=> Boolean
|
4175
4184
|
# resp.cache_clusters[0].log_delivery_configurations #=> Array
|
4176
|
-
# resp.cache_clusters[0].log_delivery_configurations[0].log_type #=> String, one of "slow-log"
|
4185
|
+
# resp.cache_clusters[0].log_delivery_configurations[0].log_type #=> String, one of "slow-log", "engine-log"
|
4177
4186
|
# resp.cache_clusters[0].log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
4178
4187
|
# resp.cache_clusters[0].log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
4179
4188
|
# resp.cache_clusters[0].log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
@@ -6257,7 +6266,7 @@ module Aws::ElastiCache
|
|
6257
6266
|
# resp.replication_groups[0].pending_modified_values.user_groups.user_group_ids_to_remove #=> Array
|
6258
6267
|
# resp.replication_groups[0].pending_modified_values.user_groups.user_group_ids_to_remove[0] #=> String
|
6259
6268
|
# resp.replication_groups[0].pending_modified_values.log_delivery_configurations #=> Array
|
6260
|
-
# resp.replication_groups[0].pending_modified_values.log_delivery_configurations[0].log_type #=> String, one of "slow-log"
|
6269
|
+
# resp.replication_groups[0].pending_modified_values.log_delivery_configurations[0].log_type #=> String, one of "slow-log", "engine-log"
|
6261
6270
|
# resp.replication_groups[0].pending_modified_values.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
6262
6271
|
# resp.replication_groups[0].pending_modified_values.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
6263
6272
|
# resp.replication_groups[0].pending_modified_values.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
@@ -6300,7 +6309,7 @@ module Aws::ElastiCache
|
|
6300
6309
|
# resp.replication_groups[0].user_group_ids #=> Array
|
6301
6310
|
# resp.replication_groups[0].user_group_ids[0] #=> String
|
6302
6311
|
# resp.replication_groups[0].log_delivery_configurations #=> Array
|
6303
|
-
# resp.replication_groups[0].log_delivery_configurations[0].log_type #=> String, one of "slow-log"
|
6312
|
+
# resp.replication_groups[0].log_delivery_configurations[0].log_type #=> String, one of "slow-log", "engine-log"
|
6304
6313
|
# resp.replication_groups[0].log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
6305
6314
|
# resp.replication_groups[0].log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
6306
6315
|
# resp.replication_groups[0].log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
@@ -6366,7 +6375,7 @@ module Aws::ElastiCache
|
|
6366
6375
|
# **M4 node types:** `cache.m4.large`, `cache.m4.xlarge`,
|
6367
6376
|
# `cache.m4.2xlarge`, `cache.m4.4xlarge`, `cache.m4.10xlarge`
|
6368
6377
|
#
|
6369
|
-
# **T4g node types** (available only for Redis engine version
|
6378
|
+
# **T4g node types** (available only for Redis engine version 6.0
|
6370
6379
|
# onward and for Memcached engine version 1.5.16 onward):
|
6371
6380
|
# `cache.t4g.micro`, `cache.t4g.small`, `cache.t4g.medium`
|
6372
6381
|
#
|
@@ -6582,7 +6591,7 @@ module Aws::ElastiCache
|
|
6582
6591
|
# **M4 node types:** `cache.m4.large`, `cache.m4.xlarge`,
|
6583
6592
|
# `cache.m4.2xlarge`, `cache.m4.4xlarge`, `cache.m4.10xlarge`
|
6584
6593
|
#
|
6585
|
-
# **T4g node types** (available only for Redis engine version
|
6594
|
+
# **T4g node types** (available only for Redis engine version 6.0
|
6586
6595
|
# onward and for Memcached engine version 1.5.16 onward):
|
6587
6596
|
# `cache.t4g.micro`, `cache.t4g.small`, `cache.t4g.medium`
|
6588
6597
|
#
|
@@ -7784,7 +7793,7 @@ module Aws::ElastiCache
|
|
7784
7793
|
# resp.replication_group.pending_modified_values.user_groups.user_group_ids_to_remove #=> Array
|
7785
7794
|
# resp.replication_group.pending_modified_values.user_groups.user_group_ids_to_remove[0] #=> String
|
7786
7795
|
# resp.replication_group.pending_modified_values.log_delivery_configurations #=> Array
|
7787
|
-
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].log_type #=> String, one of "slow-log"
|
7796
|
+
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].log_type #=> String, one of "slow-log", "engine-log"
|
7788
7797
|
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
7789
7798
|
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
7790
7799
|
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
@@ -7827,7 +7836,7 @@ module Aws::ElastiCache
|
|
7827
7836
|
# resp.replication_group.user_group_ids #=> Array
|
7828
7837
|
# resp.replication_group.user_group_ids[0] #=> String
|
7829
7838
|
# resp.replication_group.log_delivery_configurations #=> Array
|
7830
|
-
# resp.replication_group.log_delivery_configurations[0].log_type #=> String, one of "slow-log"
|
7839
|
+
# resp.replication_group.log_delivery_configurations[0].log_type #=> String, one of "slow-log", "engine-log"
|
7831
7840
|
# resp.replication_group.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
7832
7841
|
# resp.replication_group.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
7833
7842
|
# resp.replication_group.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
@@ -8394,7 +8403,7 @@ module Aws::ElastiCache
|
|
8394
8403
|
# auth_token_update_strategy: "SET", # accepts SET, ROTATE, DELETE
|
8395
8404
|
# log_delivery_configurations: [
|
8396
8405
|
# {
|
8397
|
-
# log_type: "slow-log", # accepts slow-log
|
8406
|
+
# log_type: "slow-log", # accepts slow-log, engine-log
|
8398
8407
|
# destination_type: "cloudwatch-logs", # accepts cloudwatch-logs, kinesis-firehose
|
8399
8408
|
# destination_details: {
|
8400
8409
|
# cloud_watch_logs_details: {
|
@@ -8432,7 +8441,7 @@ module Aws::ElastiCache
|
|
8432
8441
|
# resp.cache_cluster.pending_modified_values.cache_node_type #=> String
|
8433
8442
|
# resp.cache_cluster.pending_modified_values.auth_token_status #=> String, one of "SETTING", "ROTATING"
|
8434
8443
|
# resp.cache_cluster.pending_modified_values.log_delivery_configurations #=> Array
|
8435
|
-
# resp.cache_cluster.pending_modified_values.log_delivery_configurations[0].log_type #=> String, one of "slow-log"
|
8444
|
+
# resp.cache_cluster.pending_modified_values.log_delivery_configurations[0].log_type #=> String, one of "slow-log", "engine-log"
|
8436
8445
|
# resp.cache_cluster.pending_modified_values.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
8437
8446
|
# resp.cache_cluster.pending_modified_values.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
8438
8447
|
# resp.cache_cluster.pending_modified_values.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
@@ -8471,7 +8480,7 @@ module Aws::ElastiCache
|
|
8471
8480
|
# resp.cache_cluster.arn #=> String
|
8472
8481
|
# resp.cache_cluster.replication_group_log_delivery_enabled #=> Boolean
|
8473
8482
|
# resp.cache_cluster.log_delivery_configurations #=> Array
|
8474
|
-
# resp.cache_cluster.log_delivery_configurations[0].log_type #=> String, one of "slow-log"
|
8483
|
+
# resp.cache_cluster.log_delivery_configurations[0].log_type #=> String, one of "slow-log", "engine-log"
|
8475
8484
|
# resp.cache_cluster.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
8476
8485
|
# resp.cache_cluster.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
8477
8486
|
# resp.cache_cluster.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
@@ -9054,7 +9063,7 @@ module Aws::ElastiCache
|
|
9054
9063
|
# remove_user_groups: false,
|
9055
9064
|
# log_delivery_configurations: [
|
9056
9065
|
# {
|
9057
|
-
# log_type: "slow-log", # accepts slow-log
|
9066
|
+
# log_type: "slow-log", # accepts slow-log, engine-log
|
9058
9067
|
# destination_type: "cloudwatch-logs", # accepts cloudwatch-logs, kinesis-firehose
|
9059
9068
|
# destination_details: {
|
9060
9069
|
# cloud_watch_logs_details: {
|
@@ -9086,7 +9095,7 @@ module Aws::ElastiCache
|
|
9086
9095
|
# resp.replication_group.pending_modified_values.user_groups.user_group_ids_to_remove #=> Array
|
9087
9096
|
# resp.replication_group.pending_modified_values.user_groups.user_group_ids_to_remove[0] #=> String
|
9088
9097
|
# resp.replication_group.pending_modified_values.log_delivery_configurations #=> Array
|
9089
|
-
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].log_type #=> String, one of "slow-log"
|
9098
|
+
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].log_type #=> String, one of "slow-log", "engine-log"
|
9090
9099
|
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
9091
9100
|
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
9092
9101
|
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
@@ -9129,7 +9138,7 @@ module Aws::ElastiCache
|
|
9129
9138
|
# resp.replication_group.user_group_ids #=> Array
|
9130
9139
|
# resp.replication_group.user_group_ids[0] #=> String
|
9131
9140
|
# resp.replication_group.log_delivery_configurations #=> Array
|
9132
|
-
# resp.replication_group.log_delivery_configurations[0].log_type #=> String, one of "slow-log"
|
9141
|
+
# resp.replication_group.log_delivery_configurations[0].log_type #=> String, one of "slow-log", "engine-log"
|
9133
9142
|
# resp.replication_group.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
9134
9143
|
# resp.replication_group.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
9135
9144
|
# resp.replication_group.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
@@ -9230,7 +9239,7 @@ module Aws::ElastiCache
|
|
9230
9239
|
# resp.replication_group.pending_modified_values.user_groups.user_group_ids_to_remove #=> Array
|
9231
9240
|
# resp.replication_group.pending_modified_values.user_groups.user_group_ids_to_remove[0] #=> String
|
9232
9241
|
# resp.replication_group.pending_modified_values.log_delivery_configurations #=> Array
|
9233
|
-
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].log_type #=> String, one of "slow-log"
|
9242
|
+
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].log_type #=> String, one of "slow-log", "engine-log"
|
9234
9243
|
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
9235
9244
|
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
9236
9245
|
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
@@ -9273,7 +9282,7 @@ module Aws::ElastiCache
|
|
9273
9282
|
# resp.replication_group.user_group_ids #=> Array
|
9274
9283
|
# resp.replication_group.user_group_ids[0] #=> String
|
9275
9284
|
# resp.replication_group.log_delivery_configurations #=> Array
|
9276
|
-
# resp.replication_group.log_delivery_configurations[0].log_type #=> String, one of "slow-log"
|
9285
|
+
# resp.replication_group.log_delivery_configurations[0].log_type #=> String, one of "slow-log", "engine-log"
|
9277
9286
|
# resp.replication_group.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
9278
9287
|
# resp.replication_group.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
9279
9288
|
# resp.replication_group.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
@@ -9572,7 +9581,7 @@ module Aws::ElastiCache
|
|
9572
9581
|
#
|
9573
9582
|
#
|
9574
9583
|
#
|
9575
|
-
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/
|
9584
|
+
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/nodes.rebooting.html
|
9576
9585
|
#
|
9577
9586
|
# @option params [required, String] :cache_cluster_id
|
9578
9587
|
# The cluster identifier. This parameter is stored as a lowercase
|
@@ -9661,7 +9670,7 @@ module Aws::ElastiCache
|
|
9661
9670
|
# resp.cache_cluster.pending_modified_values.cache_node_type #=> String
|
9662
9671
|
# resp.cache_cluster.pending_modified_values.auth_token_status #=> String, one of "SETTING", "ROTATING"
|
9663
9672
|
# resp.cache_cluster.pending_modified_values.log_delivery_configurations #=> Array
|
9664
|
-
# resp.cache_cluster.pending_modified_values.log_delivery_configurations[0].log_type #=> String, one of "slow-log"
|
9673
|
+
# resp.cache_cluster.pending_modified_values.log_delivery_configurations[0].log_type #=> String, one of "slow-log", "engine-log"
|
9665
9674
|
# resp.cache_cluster.pending_modified_values.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
9666
9675
|
# resp.cache_cluster.pending_modified_values.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
9667
9676
|
# resp.cache_cluster.pending_modified_values.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
@@ -9700,7 +9709,7 @@ module Aws::ElastiCache
|
|
9700
9709
|
# resp.cache_cluster.arn #=> String
|
9701
9710
|
# resp.cache_cluster.replication_group_log_delivery_enabled #=> Boolean
|
9702
9711
|
# resp.cache_cluster.log_delivery_configurations #=> Array
|
9703
|
-
# resp.cache_cluster.log_delivery_configurations[0].log_type #=> String, one of "slow-log"
|
9712
|
+
# resp.cache_cluster.log_delivery_configurations[0].log_type #=> String, one of "slow-log", "engine-log"
|
9704
9713
|
# resp.cache_cluster.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
9705
9714
|
# resp.cache_cluster.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
9706
9715
|
# resp.cache_cluster.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
@@ -9979,7 +9988,7 @@ module Aws::ElastiCache
|
|
9979
9988
|
# resp.replication_group.pending_modified_values.user_groups.user_group_ids_to_remove #=> Array
|
9980
9989
|
# resp.replication_group.pending_modified_values.user_groups.user_group_ids_to_remove[0] #=> String
|
9981
9990
|
# resp.replication_group.pending_modified_values.log_delivery_configurations #=> Array
|
9982
|
-
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].log_type #=> String, one of "slow-log"
|
9991
|
+
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].log_type #=> String, one of "slow-log", "engine-log"
|
9983
9992
|
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
9984
9993
|
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
9985
9994
|
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
@@ -10022,7 +10031,7 @@ module Aws::ElastiCache
|
|
10022
10031
|
# resp.replication_group.user_group_ids #=> Array
|
10023
10032
|
# resp.replication_group.user_group_ids[0] #=> String
|
10024
10033
|
# resp.replication_group.log_delivery_configurations #=> Array
|
10025
|
-
# resp.replication_group.log_delivery_configurations[0].log_type #=> String, one of "slow-log"
|
10034
|
+
# resp.replication_group.log_delivery_configurations[0].log_type #=> String, one of "slow-log", "engine-log"
|
10026
10035
|
# resp.replication_group.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
10027
10036
|
# resp.replication_group.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
10028
10037
|
# resp.replication_group.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
@@ -10137,7 +10146,7 @@ module Aws::ElastiCache
|
|
10137
10146
|
# resp.replication_group.pending_modified_values.user_groups.user_group_ids_to_remove #=> Array
|
10138
10147
|
# resp.replication_group.pending_modified_values.user_groups.user_group_ids_to_remove[0] #=> String
|
10139
10148
|
# resp.replication_group.pending_modified_values.log_delivery_configurations #=> Array
|
10140
|
-
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].log_type #=> String, one of "slow-log"
|
10149
|
+
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].log_type #=> String, one of "slow-log", "engine-log"
|
10141
10150
|
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
10142
10151
|
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
10143
10152
|
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
@@ -10180,7 +10189,7 @@ module Aws::ElastiCache
|
|
10180
10189
|
# resp.replication_group.user_group_ids #=> Array
|
10181
10190
|
# resp.replication_group.user_group_ids[0] #=> String
|
10182
10191
|
# resp.replication_group.log_delivery_configurations #=> Array
|
10183
|
-
# resp.replication_group.log_delivery_configurations[0].log_type #=> String, one of "slow-log"
|
10192
|
+
# resp.replication_group.log_delivery_configurations[0].log_type #=> String, one of "slow-log", "engine-log"
|
10184
10193
|
# resp.replication_group.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
10185
10194
|
# resp.replication_group.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
10186
10195
|
# resp.replication_group.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
@@ -10212,7 +10221,7 @@ module Aws::ElastiCache
|
|
10212
10221
|
params: params,
|
10213
10222
|
config: config)
|
10214
10223
|
context[:gem_name] = 'aws-sdk-elasticache'
|
10215
|
-
context[:gem_version] = '1.
|
10224
|
+
context[:gem_version] = '1.71.0'
|
10216
10225
|
Seahorse::Client::Request.new(handlers, context)
|
10217
10226
|
end
|
10218
10227
|
|
@@ -304,8 +304,8 @@ module Aws::ElastiCache
|
|
304
304
|
# **M4 node types:** `cache.m4.large`, `cache.m4.xlarge`,
|
305
305
|
# `cache.m4.2xlarge`, `cache.m4.4xlarge`, `cache.m4.10xlarge`
|
306
306
|
#
|
307
|
-
# **T4g node types** (available only for Redis engine version
|
308
|
-
#
|
307
|
+
# **T4g node types** (available only for Redis engine version 6.0
|
308
|
+
# onward and for Memcached engine version 1.5.16 onward):
|
309
309
|
# `cache.t4g.micro`, `cache.t4g.small`, `cache.t4g.medium`
|
310
310
|
#
|
311
311
|
# **T3 node types:** `cache.t3.micro`, `cache.t3.small`,
|
@@ -724,7 +724,7 @@ module Aws::ElastiCache
|
|
724
724
|
# **M4 node types:** `cache.m4.large`, `cache.m4.xlarge`,
|
725
725
|
# `cache.m4.2xlarge`, `cache.m4.4xlarge`, `cache.m4.10xlarge`
|
726
726
|
#
|
727
|
-
# **T4g node types** (available only for Redis engine version
|
727
|
+
# **T4g node types** (available only for Redis engine version 6.0
|
728
728
|
# onward and for Memcached engine version 1.5.16 onward):
|
729
729
|
# `cache.t4g.micro`, `cache.t4g.small`, `cache.t4g.medium`
|
730
730
|
#
|
@@ -1009,7 +1009,7 @@ module Aws::ElastiCache
|
|
1009
1009
|
#
|
1010
1010
|
# Valid values are: `memcached1.4` \| `memcached1.5` \| `memcached1.6`
|
1011
1011
|
# \| `redis2.6` \| `redis2.8` \| `redis3.2` \| `redis4.0` \|
|
1012
|
-
# `redis5.0` \| `redis6.
|
1012
|
+
# `redis5.0` \| `redis6.x` \|
|
1013
1013
|
# @return [String]
|
1014
1014
|
#
|
1015
1015
|
# @!attribute [rw] description
|
@@ -1600,7 +1600,7 @@ module Aws::ElastiCache
|
|
1600
1600
|
# preferred_outpost_arns: ["String"],
|
1601
1601
|
# log_delivery_configurations: [
|
1602
1602
|
# {
|
1603
|
-
# log_type: "slow-log", # accepts slow-log
|
1603
|
+
# log_type: "slow-log", # accepts slow-log, engine-log
|
1604
1604
|
# destination_type: "cloudwatch-logs", # accepts cloudwatch-logs, kinesis-firehose
|
1605
1605
|
# destination_details: {
|
1606
1606
|
# cloud_watch_logs_details: {
|
@@ -1736,8 +1736,8 @@ module Aws::ElastiCache
|
|
1736
1736
|
# **M4 node types:** `cache.m4.large`, `cache.m4.xlarge`,
|
1737
1737
|
# `cache.m4.2xlarge`, `cache.m4.4xlarge`, `cache.m4.10xlarge`
|
1738
1738
|
#
|
1739
|
-
# **T4g node types** (available only for Redis engine version
|
1740
|
-
#
|
1739
|
+
# **T4g node types** (available only for Redis engine version 6.0
|
1740
|
+
# onward and Memcached engine version 1.5.16 onward):
|
1741
1741
|
# `cache.t4g.micro`, `cache.t4g.small`, `cache.t4g.medium`
|
1742
1742
|
#
|
1743
1743
|
# **T3 node types:** `cache.t3.micro`, `cache.t3.small`,
|
@@ -1913,7 +1913,7 @@ module Aws::ElastiCache
|
|
1913
1913
|
# Specifies the weekly time range during which maintenance on the
|
1914
1914
|
# cluster is performed. It is specified as a range in the format
|
1915
1915
|
# ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance
|
1916
|
-
# window is a 60 minute period.
|
1916
|
+
# window is a 60 minute period.
|
1917
1917
|
# @return [String]
|
1918
1918
|
#
|
1919
1919
|
# @!attribute [rw] port
|
@@ -2078,7 +2078,7 @@ module Aws::ElastiCache
|
|
2078
2078
|
#
|
2079
2079
|
# Valid values are: `memcached1.4` \| `memcached1.5` \| `memcached1.6`
|
2080
2080
|
# \| `redis2.6` \| `redis2.8` \| `redis3.2` \| `redis4.0` \|
|
2081
|
-
# `redis5.0` \| `redis6.
|
2081
|
+
# `redis5.0` \| `redis6.x`
|
2082
2082
|
# @return [String]
|
2083
2083
|
#
|
2084
2084
|
# @!attribute [rw] description
|
@@ -2368,7 +2368,7 @@ module Aws::ElastiCache
|
|
2368
2368
|
# user_group_ids: ["UserGroupId"],
|
2369
2369
|
# log_delivery_configurations: [
|
2370
2370
|
# {
|
2371
|
-
# log_type: "slow-log", # accepts slow-log
|
2371
|
+
# log_type: "slow-log", # accepts slow-log, engine-log
|
2372
2372
|
# destination_type: "cloudwatch-logs", # accepts cloudwatch-logs, kinesis-firehose
|
2373
2373
|
# destination_details: {
|
2374
2374
|
# cloud_watch_logs_details: {
|
@@ -2532,8 +2532,8 @@ module Aws::ElastiCache
|
|
2532
2532
|
# **M4 node types:** `cache.m4.large`, `cache.m4.xlarge`,
|
2533
2533
|
# `cache.m4.2xlarge`, `cache.m4.4xlarge`, `cache.m4.10xlarge`
|
2534
2534
|
#
|
2535
|
-
# **T4g node types** (available only for Redis engine version
|
2536
|
-
#
|
2535
|
+
# **T4g node types** (available only for Redis engine version 6.0
|
2536
|
+
# onward and Memcached engine version 1.5.16 onward):
|
2537
2537
|
# `cache.t4g.micro`, `cache.t4g.small`, `cache.t4g.medium`
|
2538
2538
|
#
|
2539
2539
|
# **T3 node types:** `cache.t3.micro`, `cache.t3.small`,
|
@@ -4207,8 +4207,8 @@ module Aws::ElastiCache
|
|
4207
4207
|
# **M4 node types:** `cache.m4.large`, `cache.m4.xlarge`,
|
4208
4208
|
# `cache.m4.2xlarge`, `cache.m4.4xlarge`, `cache.m4.10xlarge`
|
4209
4209
|
#
|
4210
|
-
# **T4g node types** (available only for Redis engine version
|
4211
|
-
#
|
4210
|
+
# **T4g node types** (available only for Redis engine version 6.0
|
4211
|
+
# onward and for Memcached engine version 1.5.16 onward):
|
4212
4212
|
# `cache.t4g.micro`, `cache.t4g.small`, `cache.t4g.medium`
|
4213
4213
|
#
|
4214
4214
|
# **T3 node types:** `cache.t3.micro`, `cache.t3.small`,
|
@@ -4401,8 +4401,8 @@ module Aws::ElastiCache
|
|
4401
4401
|
# **M4 node types:** `cache.m4.large`, `cache.m4.xlarge`,
|
4402
4402
|
# `cache.m4.2xlarge`, `cache.m4.4xlarge`, `cache.m4.10xlarge`
|
4403
4403
|
#
|
4404
|
-
# **T4g node types** (available only for Redis engine version
|
4405
|
-
#
|
4404
|
+
# **T4g node types** (available only for Redis engine version 6.0
|
4405
|
+
# onward and for Memcached engine version 1.5.16 onward):
|
4406
4406
|
# `cache.t4g.micro`, `cache.t4g.small`, `cache.t4g.medium`
|
4407
4407
|
#
|
4408
4408
|
# **T3 node types:** `cache.t3.micro`, `cache.t3.small`,
|
@@ -5740,7 +5740,7 @@ module Aws::ElastiCache
|
|
5740
5740
|
# Returns the destination, format and type of the logs.
|
5741
5741
|
#
|
5742
5742
|
# @!attribute [rw] log_type
|
5743
|
-
# Refers to [slow-log][1].
|
5743
|
+
# Refers to [slow-log][1] or engine-log.
|
5744
5744
|
#
|
5745
5745
|
#
|
5746
5746
|
#
|
@@ -5789,7 +5789,7 @@ module Aws::ElastiCache
|
|
5789
5789
|
# data as a hash:
|
5790
5790
|
#
|
5791
5791
|
# {
|
5792
|
-
# log_type: "slow-log", # accepts slow-log
|
5792
|
+
# log_type: "slow-log", # accepts slow-log, engine-log
|
5793
5793
|
# destination_type: "cloudwatch-logs", # accepts cloudwatch-logs, kinesis-firehose
|
5794
5794
|
# destination_details: {
|
5795
5795
|
# cloud_watch_logs_details: {
|
@@ -5804,7 +5804,7 @@ module Aws::ElastiCache
|
|
5804
5804
|
# }
|
5805
5805
|
#
|
5806
5806
|
# @!attribute [rw] log_type
|
5807
|
-
# Refers to [slow-log][1]
|
5807
|
+
# Refers to [slow-log][1] or engine-log..
|
5808
5808
|
#
|
5809
5809
|
#
|
5810
5810
|
#
|
@@ -5868,7 +5868,7 @@ module Aws::ElastiCache
|
|
5868
5868
|
# auth_token_update_strategy: "SET", # accepts SET, ROTATE, DELETE
|
5869
5869
|
# log_delivery_configurations: [
|
5870
5870
|
# {
|
5871
|
-
# log_type: "slow-log", # accepts slow-log
|
5871
|
+
# log_type: "slow-log", # accepts slow-log, engine-log
|
5872
5872
|
# destination_type: "cloudwatch-logs", # accepts cloudwatch-logs, kinesis-firehose
|
5873
5873
|
# destination_details: {
|
5874
5874
|
# cloud_watch_logs_details: {
|
@@ -6462,7 +6462,7 @@ module Aws::ElastiCache
|
|
6462
6462
|
# remove_user_groups: false,
|
6463
6463
|
# log_delivery_configurations: [
|
6464
6464
|
# {
|
6465
|
-
# log_type: "slow-log", # accepts slow-log
|
6465
|
+
# log_type: "slow-log", # accepts slow-log, engine-log
|
6466
6466
|
# destination_type: "cloudwatch-logs", # accepts cloudwatch-logs, kinesis-firehose
|
6467
6467
|
# destination_details: {
|
6468
6468
|
# cloud_watch_logs_details: {
|
@@ -7348,7 +7348,7 @@ module Aws::ElastiCache
|
|
7348
7348
|
# The log delivery configurations being modified
|
7349
7349
|
#
|
7350
7350
|
# @!attribute [rw] log_type
|
7351
|
-
# Refers to [slow-log][1]
|
7351
|
+
# Refers to [slow-log][1] or engine-log..
|
7352
7352
|
#
|
7353
7353
|
#
|
7354
7354
|
#
|
@@ -8047,8 +8047,8 @@ module Aws::ElastiCache
|
|
8047
8047
|
# **M4 node types:** `cache.m4.large`, `cache.m4.xlarge`,
|
8048
8048
|
# `cache.m4.2xlarge`, `cache.m4.4xlarge`, `cache.m4.10xlarge`
|
8049
8049
|
#
|
8050
|
-
# **T4g node types** (available only for Redis engine version
|
8051
|
-
#
|
8050
|
+
# **T4g node types** (available only for Redis engine version 6.0
|
8051
|
+
# onward and Memcached engine version 1.5.16 onward):
|
8052
8052
|
# `cache.t4g.micro`, `cache.t4g.small`, `cache.t4g.medium`
|
8053
8053
|
#
|
8054
8054
|
# **T3 node types:** `cache.t3.micro`, `cache.t3.small`,
|
@@ -8271,8 +8271,8 @@ module Aws::ElastiCache
|
|
8271
8271
|
# **M4 node types:** `cache.m4.large`, `cache.m4.xlarge`,
|
8272
8272
|
# `cache.m4.2xlarge`, `cache.m4.4xlarge`, `cache.m4.10xlarge`
|
8273
8273
|
#
|
8274
|
-
# **T4g node types** (available only for Redis engine version
|
8275
|
-
#
|
8274
|
+
# **T4g node types** (available only for Redis engine version 6.0
|
8275
|
+
# onward and Memcached engine version 1.5.16 onward):
|
8276
8276
|
# `cache.t4g.micro`, `cache.t4g.small`, `cache.t4g.medium`
|
8277
8277
|
#
|
8278
8278
|
# **T3 node types:** `cache.t3.micro`, `cache.t3.small`,
|
@@ -8773,8 +8773,8 @@ module Aws::ElastiCache
|
|
8773
8773
|
# **M4 node types:** `cache.m4.large`, `cache.m4.xlarge`,
|
8774
8774
|
# `cache.m4.2xlarge`, `cache.m4.4xlarge`, `cache.m4.10xlarge`
|
8775
8775
|
#
|
8776
|
-
# **T4g node types** (available only for Redis engine version
|
8777
|
-
#
|
8776
|
+
# **T4g node types** (available only for Redis engine version 6.0
|
8777
|
+
# onward and Memcached engine version 1.5.16 onward):
|
8778
8778
|
#
|
8779
8779
|
# `cache.t4g.micro`, `cache.t4g.small`, `cache.t4g.medium`
|
8780
8780
|
#
|
data/lib/aws-sdk-elasticache.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-elasticache
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.71.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-02-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.125.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.125.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|