aws-sdk-elasticache 1.69.0 → 1.70.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-elasticache/client.rb +35 -35
- data/lib/aws-sdk-elasticache/types.rb +8 -8
- data/lib/aws-sdk-elasticache.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7b009036b9fd1e471ea8dc1410977835fb6706302552290ce75b501829256b03
|
4
|
+
data.tar.gz: 9d4d19c89d1954ae68c7f41a1714d1c9d606e01af26f9fd9e076cef51655591d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 983852ca7eb8d4e25583dd840bbd8a81fe3b9e667273505b7830fb410e2531eb6ee0db84144f041e7f39f3734d72b58494d6022153cf66da0d2a8998a8863803
|
7
|
+
data.tar.gz: 563ac076080bf0456b6aa32551fc93df621172c6311821a5ef87460ba4dfd081408fab01ac984e76f403f8d1b89031a392094dae65ca8fd6adef2180af307ec2
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.70.0 (2022-01-13)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* 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.
|
8
|
+
|
4
9
|
1.69.0 (2022-01-12)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.70.0
|
@@ -659,7 +659,7 @@ module Aws::ElastiCache
|
|
659
659
|
# resp.replication_group.pending_modified_values.user_groups.user_group_ids_to_remove #=> Array
|
660
660
|
# resp.replication_group.pending_modified_values.user_groups.user_group_ids_to_remove[0] #=> String
|
661
661
|
# resp.replication_group.pending_modified_values.log_delivery_configurations #=> Array
|
662
|
-
# 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"
|
663
663
|
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
664
664
|
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
665
665
|
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
@@ -702,7 +702,7 @@ module Aws::ElastiCache
|
|
702
702
|
# resp.replication_group.user_group_ids #=> Array
|
703
703
|
# resp.replication_group.user_group_ids[0] #=> String
|
704
704
|
# resp.replication_group.log_delivery_configurations #=> Array
|
705
|
-
# 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"
|
706
706
|
# resp.replication_group.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
707
707
|
# resp.replication_group.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
708
708
|
# resp.replication_group.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
@@ -1439,7 +1439,7 @@ module Aws::ElastiCache
|
|
1439
1439
|
# preferred_outpost_arns: ["String"],
|
1440
1440
|
# log_delivery_configurations: [
|
1441
1441
|
# {
|
1442
|
-
# log_type: "slow-log", # accepts slow-log
|
1442
|
+
# log_type: "slow-log", # accepts slow-log, engine-log
|
1443
1443
|
# destination_type: "cloudwatch-logs", # accepts cloudwatch-logs, kinesis-firehose
|
1444
1444
|
# destination_details: {
|
1445
1445
|
# cloud_watch_logs_details: {
|
@@ -1477,7 +1477,7 @@ module Aws::ElastiCache
|
|
1477
1477
|
# resp.cache_cluster.pending_modified_values.cache_node_type #=> String
|
1478
1478
|
# resp.cache_cluster.pending_modified_values.auth_token_status #=> String, one of "SETTING", "ROTATING"
|
1479
1479
|
# resp.cache_cluster.pending_modified_values.log_delivery_configurations #=> Array
|
1480
|
-
# 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"
|
1481
1481
|
# resp.cache_cluster.pending_modified_values.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
1482
1482
|
# resp.cache_cluster.pending_modified_values.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
1483
1483
|
# resp.cache_cluster.pending_modified_values.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
@@ -1516,7 +1516,7 @@ module Aws::ElastiCache
|
|
1516
1516
|
# resp.cache_cluster.arn #=> String
|
1517
1517
|
# resp.cache_cluster.replication_group_log_delivery_enabled #=> Boolean
|
1518
1518
|
# resp.cache_cluster.log_delivery_configurations #=> Array
|
1519
|
-
# 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"
|
1520
1520
|
# resp.cache_cluster.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
1521
1521
|
# resp.cache_cluster.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
1522
1522
|
# resp.cache_cluster.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
@@ -2536,7 +2536,7 @@ module Aws::ElastiCache
|
|
2536
2536
|
# user_group_ids: ["UserGroupId"],
|
2537
2537
|
# log_delivery_configurations: [
|
2538
2538
|
# {
|
2539
|
-
# log_type: "slow-log", # accepts slow-log
|
2539
|
+
# log_type: "slow-log", # accepts slow-log, engine-log
|
2540
2540
|
# destination_type: "cloudwatch-logs", # accepts cloudwatch-logs, kinesis-firehose
|
2541
2541
|
# destination_details: {
|
2542
2542
|
# cloud_watch_logs_details: {
|
@@ -2569,7 +2569,7 @@ module Aws::ElastiCache
|
|
2569
2569
|
# resp.replication_group.pending_modified_values.user_groups.user_group_ids_to_remove #=> Array
|
2570
2570
|
# resp.replication_group.pending_modified_values.user_groups.user_group_ids_to_remove[0] #=> String
|
2571
2571
|
# resp.replication_group.pending_modified_values.log_delivery_configurations #=> Array
|
2572
|
-
# 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"
|
2573
2573
|
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
2574
2574
|
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
2575
2575
|
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
@@ -2612,7 +2612,7 @@ module Aws::ElastiCache
|
|
2612
2612
|
# resp.replication_group.user_group_ids #=> Array
|
2613
2613
|
# resp.replication_group.user_group_ids[0] #=> String
|
2614
2614
|
# resp.replication_group.log_delivery_configurations #=> Array
|
2615
|
-
# 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"
|
2616
2616
|
# resp.replication_group.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
2617
2617
|
# resp.replication_group.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
2618
2618
|
# resp.replication_group.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
@@ -3162,7 +3162,7 @@ module Aws::ElastiCache
|
|
3162
3162
|
# resp.replication_group.pending_modified_values.user_groups.user_group_ids_to_remove #=> Array
|
3163
3163
|
# resp.replication_group.pending_modified_values.user_groups.user_group_ids_to_remove[0] #=> String
|
3164
3164
|
# resp.replication_group.pending_modified_values.log_delivery_configurations #=> Array
|
3165
|
-
# 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"
|
3166
3166
|
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
3167
3167
|
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
3168
3168
|
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
@@ -3205,7 +3205,7 @@ module Aws::ElastiCache
|
|
3205
3205
|
# resp.replication_group.user_group_ids #=> Array
|
3206
3206
|
# resp.replication_group.user_group_ids[0] #=> String
|
3207
3207
|
# resp.replication_group.log_delivery_configurations #=> Array
|
3208
|
-
# 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"
|
3209
3209
|
# resp.replication_group.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
3210
3210
|
# resp.replication_group.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
3211
3211
|
# resp.replication_group.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
@@ -3329,7 +3329,7 @@ module Aws::ElastiCache
|
|
3329
3329
|
# resp.cache_cluster.pending_modified_values.cache_node_type #=> String
|
3330
3330
|
# resp.cache_cluster.pending_modified_values.auth_token_status #=> String, one of "SETTING", "ROTATING"
|
3331
3331
|
# resp.cache_cluster.pending_modified_values.log_delivery_configurations #=> Array
|
3332
|
-
# 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"
|
3333
3333
|
# resp.cache_cluster.pending_modified_values.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
3334
3334
|
# resp.cache_cluster.pending_modified_values.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
3335
3335
|
# resp.cache_cluster.pending_modified_values.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
@@ -3368,7 +3368,7 @@ module Aws::ElastiCache
|
|
3368
3368
|
# resp.cache_cluster.arn #=> String
|
3369
3369
|
# resp.cache_cluster.replication_group_log_delivery_enabled #=> Boolean
|
3370
3370
|
# resp.cache_cluster.log_delivery_configurations #=> Array
|
3371
|
-
# 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"
|
3372
3372
|
# resp.cache_cluster.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
3373
3373
|
# resp.cache_cluster.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
3374
3374
|
# resp.cache_cluster.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
@@ -3651,7 +3651,7 @@ module Aws::ElastiCache
|
|
3651
3651
|
# resp.replication_group.pending_modified_values.user_groups.user_group_ids_to_remove #=> Array
|
3652
3652
|
# resp.replication_group.pending_modified_values.user_groups.user_group_ids_to_remove[0] #=> String
|
3653
3653
|
# resp.replication_group.pending_modified_values.log_delivery_configurations #=> Array
|
3654
|
-
# 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"
|
3655
3655
|
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
3656
3656
|
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
3657
3657
|
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
@@ -3694,7 +3694,7 @@ module Aws::ElastiCache
|
|
3694
3694
|
# resp.replication_group.user_group_ids #=> Array
|
3695
3695
|
# resp.replication_group.user_group_ids[0] #=> String
|
3696
3696
|
# resp.replication_group.log_delivery_configurations #=> Array
|
3697
|
-
# 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"
|
3698
3698
|
# resp.replication_group.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
3699
3699
|
# resp.replication_group.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
3700
3700
|
# resp.replication_group.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
@@ -4143,7 +4143,7 @@ module Aws::ElastiCache
|
|
4143
4143
|
# resp.cache_clusters[0].pending_modified_values.cache_node_type #=> String
|
4144
4144
|
# resp.cache_clusters[0].pending_modified_values.auth_token_status #=> String, one of "SETTING", "ROTATING"
|
4145
4145
|
# resp.cache_clusters[0].pending_modified_values.log_delivery_configurations #=> Array
|
4146
|
-
# 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"
|
4147
4147
|
# resp.cache_clusters[0].pending_modified_values.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
4148
4148
|
# resp.cache_clusters[0].pending_modified_values.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
4149
4149
|
# resp.cache_clusters[0].pending_modified_values.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
@@ -4182,7 +4182,7 @@ module Aws::ElastiCache
|
|
4182
4182
|
# resp.cache_clusters[0].arn #=> String
|
4183
4183
|
# resp.cache_clusters[0].replication_group_log_delivery_enabled #=> Boolean
|
4184
4184
|
# resp.cache_clusters[0].log_delivery_configurations #=> Array
|
4185
|
-
# 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"
|
4186
4186
|
# resp.cache_clusters[0].log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
4187
4187
|
# resp.cache_clusters[0].log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
4188
4188
|
# resp.cache_clusters[0].log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
@@ -6266,7 +6266,7 @@ module Aws::ElastiCache
|
|
6266
6266
|
# resp.replication_groups[0].pending_modified_values.user_groups.user_group_ids_to_remove #=> Array
|
6267
6267
|
# resp.replication_groups[0].pending_modified_values.user_groups.user_group_ids_to_remove[0] #=> String
|
6268
6268
|
# resp.replication_groups[0].pending_modified_values.log_delivery_configurations #=> Array
|
6269
|
-
# 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"
|
6270
6270
|
# resp.replication_groups[0].pending_modified_values.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
6271
6271
|
# resp.replication_groups[0].pending_modified_values.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
6272
6272
|
# resp.replication_groups[0].pending_modified_values.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
@@ -6309,7 +6309,7 @@ module Aws::ElastiCache
|
|
6309
6309
|
# resp.replication_groups[0].user_group_ids #=> Array
|
6310
6310
|
# resp.replication_groups[0].user_group_ids[0] #=> String
|
6311
6311
|
# resp.replication_groups[0].log_delivery_configurations #=> Array
|
6312
|
-
# 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"
|
6313
6313
|
# resp.replication_groups[0].log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
6314
6314
|
# resp.replication_groups[0].log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
6315
6315
|
# resp.replication_groups[0].log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
@@ -7793,7 +7793,7 @@ module Aws::ElastiCache
|
|
7793
7793
|
# resp.replication_group.pending_modified_values.user_groups.user_group_ids_to_remove #=> Array
|
7794
7794
|
# resp.replication_group.pending_modified_values.user_groups.user_group_ids_to_remove[0] #=> String
|
7795
7795
|
# resp.replication_group.pending_modified_values.log_delivery_configurations #=> Array
|
7796
|
-
# 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"
|
7797
7797
|
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
7798
7798
|
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
7799
7799
|
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
@@ -7836,7 +7836,7 @@ module Aws::ElastiCache
|
|
7836
7836
|
# resp.replication_group.user_group_ids #=> Array
|
7837
7837
|
# resp.replication_group.user_group_ids[0] #=> String
|
7838
7838
|
# resp.replication_group.log_delivery_configurations #=> Array
|
7839
|
-
# 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"
|
7840
7840
|
# resp.replication_group.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
7841
7841
|
# resp.replication_group.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
7842
7842
|
# resp.replication_group.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
@@ -8403,7 +8403,7 @@ module Aws::ElastiCache
|
|
8403
8403
|
# auth_token_update_strategy: "SET", # accepts SET, ROTATE, DELETE
|
8404
8404
|
# log_delivery_configurations: [
|
8405
8405
|
# {
|
8406
|
-
# log_type: "slow-log", # accepts slow-log
|
8406
|
+
# log_type: "slow-log", # accepts slow-log, engine-log
|
8407
8407
|
# destination_type: "cloudwatch-logs", # accepts cloudwatch-logs, kinesis-firehose
|
8408
8408
|
# destination_details: {
|
8409
8409
|
# cloud_watch_logs_details: {
|
@@ -8441,7 +8441,7 @@ module Aws::ElastiCache
|
|
8441
8441
|
# resp.cache_cluster.pending_modified_values.cache_node_type #=> String
|
8442
8442
|
# resp.cache_cluster.pending_modified_values.auth_token_status #=> String, one of "SETTING", "ROTATING"
|
8443
8443
|
# resp.cache_cluster.pending_modified_values.log_delivery_configurations #=> Array
|
8444
|
-
# 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"
|
8445
8445
|
# resp.cache_cluster.pending_modified_values.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
8446
8446
|
# resp.cache_cluster.pending_modified_values.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
8447
8447
|
# resp.cache_cluster.pending_modified_values.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
@@ -8480,7 +8480,7 @@ module Aws::ElastiCache
|
|
8480
8480
|
# resp.cache_cluster.arn #=> String
|
8481
8481
|
# resp.cache_cluster.replication_group_log_delivery_enabled #=> Boolean
|
8482
8482
|
# resp.cache_cluster.log_delivery_configurations #=> Array
|
8483
|
-
# 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"
|
8484
8484
|
# resp.cache_cluster.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
8485
8485
|
# resp.cache_cluster.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
8486
8486
|
# resp.cache_cluster.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
@@ -9063,7 +9063,7 @@ module Aws::ElastiCache
|
|
9063
9063
|
# remove_user_groups: false,
|
9064
9064
|
# log_delivery_configurations: [
|
9065
9065
|
# {
|
9066
|
-
# log_type: "slow-log", # accepts slow-log
|
9066
|
+
# log_type: "slow-log", # accepts slow-log, engine-log
|
9067
9067
|
# destination_type: "cloudwatch-logs", # accepts cloudwatch-logs, kinesis-firehose
|
9068
9068
|
# destination_details: {
|
9069
9069
|
# cloud_watch_logs_details: {
|
@@ -9095,7 +9095,7 @@ module Aws::ElastiCache
|
|
9095
9095
|
# resp.replication_group.pending_modified_values.user_groups.user_group_ids_to_remove #=> Array
|
9096
9096
|
# resp.replication_group.pending_modified_values.user_groups.user_group_ids_to_remove[0] #=> String
|
9097
9097
|
# resp.replication_group.pending_modified_values.log_delivery_configurations #=> Array
|
9098
|
-
# 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"
|
9099
9099
|
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
9100
9100
|
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
9101
9101
|
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
@@ -9138,7 +9138,7 @@ module Aws::ElastiCache
|
|
9138
9138
|
# resp.replication_group.user_group_ids #=> Array
|
9139
9139
|
# resp.replication_group.user_group_ids[0] #=> String
|
9140
9140
|
# resp.replication_group.log_delivery_configurations #=> Array
|
9141
|
-
# 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"
|
9142
9142
|
# resp.replication_group.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
9143
9143
|
# resp.replication_group.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
9144
9144
|
# resp.replication_group.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
@@ -9239,7 +9239,7 @@ module Aws::ElastiCache
|
|
9239
9239
|
# resp.replication_group.pending_modified_values.user_groups.user_group_ids_to_remove #=> Array
|
9240
9240
|
# resp.replication_group.pending_modified_values.user_groups.user_group_ids_to_remove[0] #=> String
|
9241
9241
|
# resp.replication_group.pending_modified_values.log_delivery_configurations #=> Array
|
9242
|
-
# 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"
|
9243
9243
|
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
9244
9244
|
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
9245
9245
|
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
@@ -9282,7 +9282,7 @@ module Aws::ElastiCache
|
|
9282
9282
|
# resp.replication_group.user_group_ids #=> Array
|
9283
9283
|
# resp.replication_group.user_group_ids[0] #=> String
|
9284
9284
|
# resp.replication_group.log_delivery_configurations #=> Array
|
9285
|
-
# 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"
|
9286
9286
|
# resp.replication_group.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
9287
9287
|
# resp.replication_group.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
9288
9288
|
# resp.replication_group.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
@@ -9670,7 +9670,7 @@ module Aws::ElastiCache
|
|
9670
9670
|
# resp.cache_cluster.pending_modified_values.cache_node_type #=> String
|
9671
9671
|
# resp.cache_cluster.pending_modified_values.auth_token_status #=> String, one of "SETTING", "ROTATING"
|
9672
9672
|
# resp.cache_cluster.pending_modified_values.log_delivery_configurations #=> Array
|
9673
|
-
# 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"
|
9674
9674
|
# resp.cache_cluster.pending_modified_values.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
9675
9675
|
# resp.cache_cluster.pending_modified_values.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
9676
9676
|
# resp.cache_cluster.pending_modified_values.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
@@ -9709,7 +9709,7 @@ module Aws::ElastiCache
|
|
9709
9709
|
# resp.cache_cluster.arn #=> String
|
9710
9710
|
# resp.cache_cluster.replication_group_log_delivery_enabled #=> Boolean
|
9711
9711
|
# resp.cache_cluster.log_delivery_configurations #=> Array
|
9712
|
-
# 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"
|
9713
9713
|
# resp.cache_cluster.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
9714
9714
|
# resp.cache_cluster.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
9715
9715
|
# resp.cache_cluster.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
@@ -9988,7 +9988,7 @@ module Aws::ElastiCache
|
|
9988
9988
|
# resp.replication_group.pending_modified_values.user_groups.user_group_ids_to_remove #=> Array
|
9989
9989
|
# resp.replication_group.pending_modified_values.user_groups.user_group_ids_to_remove[0] #=> String
|
9990
9990
|
# resp.replication_group.pending_modified_values.log_delivery_configurations #=> Array
|
9991
|
-
# 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"
|
9992
9992
|
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
9993
9993
|
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
9994
9994
|
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
@@ -10031,7 +10031,7 @@ module Aws::ElastiCache
|
|
10031
10031
|
# resp.replication_group.user_group_ids #=> Array
|
10032
10032
|
# resp.replication_group.user_group_ids[0] #=> String
|
10033
10033
|
# resp.replication_group.log_delivery_configurations #=> Array
|
10034
|
-
# 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"
|
10035
10035
|
# resp.replication_group.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
10036
10036
|
# resp.replication_group.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
10037
10037
|
# resp.replication_group.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
@@ -10146,7 +10146,7 @@ module Aws::ElastiCache
|
|
10146
10146
|
# resp.replication_group.pending_modified_values.user_groups.user_group_ids_to_remove #=> Array
|
10147
10147
|
# resp.replication_group.pending_modified_values.user_groups.user_group_ids_to_remove[0] #=> String
|
10148
10148
|
# resp.replication_group.pending_modified_values.log_delivery_configurations #=> Array
|
10149
|
-
# 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"
|
10150
10150
|
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
10151
10151
|
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
10152
10152
|
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
@@ -10189,7 +10189,7 @@ module Aws::ElastiCache
|
|
10189
10189
|
# resp.replication_group.user_group_ids #=> Array
|
10190
10190
|
# resp.replication_group.user_group_ids[0] #=> String
|
10191
10191
|
# resp.replication_group.log_delivery_configurations #=> Array
|
10192
|
-
# 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"
|
10193
10193
|
# resp.replication_group.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
10194
10194
|
# resp.replication_group.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
10195
10195
|
# resp.replication_group.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
@@ -10221,7 +10221,7 @@ module Aws::ElastiCache
|
|
10221
10221
|
params: params,
|
10222
10222
|
config: config)
|
10223
10223
|
context[:gem_name] = 'aws-sdk-elasticache'
|
10224
|
-
context[:gem_version] = '1.
|
10224
|
+
context[:gem_version] = '1.70.0'
|
10225
10225
|
Seahorse::Client::Request.new(handlers, context)
|
10226
10226
|
end
|
10227
10227
|
|
@@ -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: {
|
@@ -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: {
|
@@ -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
|
#
|
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.70.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: 2022-01-
|
11
|
+
date: 2022-01-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|