aws-sdk-elasticache 1.55.0 → 1.56.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.rb +1 -1
- data/lib/aws-sdk-elasticache/client.rb +304 -11
- data/lib/aws-sdk-elasticache/client_api.rb +59 -0
- data/lib/aws-sdk-elasticache/types.rb +348 -23
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6fc031971fce0b53360fe62c03552cde5b6bf0ae9d5012f632594e0679f3c7bf
|
4
|
+
data.tar.gz: 6f6b2ba40d8d96a930bba2500cd812675b97ede36f34cb703339a6ab6e9c771e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6c886a3763ebe7149b3acb5ccdbeaa9a14638c6bd97dadf77890a6e1d35c7aa5498fa6c11992d73bcd5ce4d4d5bb0654373fd751f12fc39e725350768f7d348b
|
7
|
+
data.tar.gz: add1d06e2ed797510fe4f7e4bbd67757cc001fad69c1c3daef309d10b7c4b67d0ea577a37d6d495d9d0ae2c8ec5bdb9ebd0d52c4bb40280d4017b9984beb4b92
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.56.0
|
data/lib/aws-sdk-elasticache.rb
CHANGED
@@ -638,6 +638,12 @@ module Aws::ElastiCache
|
|
638
638
|
# resp.replication_group.pending_modified_values.user_groups.user_group_ids_to_add[0] #=> String
|
639
639
|
# resp.replication_group.pending_modified_values.user_groups.user_group_ids_to_remove #=> Array
|
640
640
|
# resp.replication_group.pending_modified_values.user_groups.user_group_ids_to_remove[0] #=> String
|
641
|
+
# resp.replication_group.pending_modified_values.log_delivery_configurations #=> Array
|
642
|
+
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].log_type #=> String, one of "slow-log"
|
643
|
+
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
644
|
+
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
645
|
+
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
646
|
+
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].log_format #=> String, one of "text", "json"
|
641
647
|
# resp.replication_group.member_clusters #=> Array
|
642
648
|
# resp.replication_group.member_clusters[0] #=> String
|
643
649
|
# resp.replication_group.node_groups #=> Array
|
@@ -675,6 +681,14 @@ module Aws::ElastiCache
|
|
675
681
|
# resp.replication_group.arn #=> String
|
676
682
|
# resp.replication_group.user_group_ids #=> Array
|
677
683
|
# resp.replication_group.user_group_ids[0] #=> String
|
684
|
+
# resp.replication_group.log_delivery_configurations #=> Array
|
685
|
+
# resp.replication_group.log_delivery_configurations[0].log_type #=> String, one of "slow-log"
|
686
|
+
# resp.replication_group.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
687
|
+
# resp.replication_group.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
688
|
+
# resp.replication_group.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
689
|
+
# resp.replication_group.log_delivery_configurations[0].log_format #=> String, one of "text", "json"
|
690
|
+
# resp.replication_group.log_delivery_configurations[0].status #=> String, one of "active", "enabling", "modifying", "disabling", "error"
|
691
|
+
# resp.replication_group.log_delivery_configurations[0].message #=> String
|
678
692
|
#
|
679
693
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CompleteMigration AWS API Documentation
|
680
694
|
#
|
@@ -989,7 +1003,7 @@ module Aws::ElastiCache
|
|
989
1003
|
# The initial number of cache nodes that the cluster has.
|
990
1004
|
#
|
991
1005
|
# For clusters running Redis, this value must be 1. For clusters running
|
992
|
-
# Memcached, this value must be between 1 and
|
1006
|
+
# Memcached, this value must be between 1 and 40.
|
993
1007
|
#
|
994
1008
|
# If you need more than 20 nodes for your Memcached cluster, please fill
|
995
1009
|
# out the ElastiCache Limit Increase Request form at
|
@@ -1255,6 +1269,9 @@ module Aws::ElastiCache
|
|
1255
1269
|
# @option params [Array<String>] :preferred_outpost_arns
|
1256
1270
|
# The outpost ARNs in which the cache cluster is created.
|
1257
1271
|
#
|
1272
|
+
# @option params [Array<Types::LogDeliveryConfigurationRequest>] :log_delivery_configurations
|
1273
|
+
# Specifies the destination, format and type of the logs.
|
1274
|
+
#
|
1258
1275
|
# @return [Types::CreateCacheClusterResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1259
1276
|
#
|
1260
1277
|
# * {Types::CreateCacheClusterResult#cache_cluster #cache_cluster} => Types::CacheCluster
|
@@ -1382,6 +1399,22 @@ module Aws::ElastiCache
|
|
1382
1399
|
# outpost_mode: "single-outpost", # accepts single-outpost, cross-outpost
|
1383
1400
|
# preferred_outpost_arn: "String",
|
1384
1401
|
# preferred_outpost_arns: ["String"],
|
1402
|
+
# log_delivery_configurations: [
|
1403
|
+
# {
|
1404
|
+
# log_type: "slow-log", # accepts slow-log
|
1405
|
+
# destination_type: "cloudwatch-logs", # accepts cloudwatch-logs, kinesis-firehose
|
1406
|
+
# destination_details: {
|
1407
|
+
# cloud_watch_logs_details: {
|
1408
|
+
# log_group: "String",
|
1409
|
+
# },
|
1410
|
+
# kinesis_firehose_details: {
|
1411
|
+
# delivery_stream: "String",
|
1412
|
+
# },
|
1413
|
+
# },
|
1414
|
+
# log_format: "text", # accepts text, json
|
1415
|
+
# enabled: false,
|
1416
|
+
# },
|
1417
|
+
# ],
|
1385
1418
|
# })
|
1386
1419
|
#
|
1387
1420
|
# @example Response structure
|
@@ -1405,6 +1438,12 @@ module Aws::ElastiCache
|
|
1405
1438
|
# resp.cache_cluster.pending_modified_values.engine_version #=> String
|
1406
1439
|
# resp.cache_cluster.pending_modified_values.cache_node_type #=> String
|
1407
1440
|
# resp.cache_cluster.pending_modified_values.auth_token_status #=> String, one of "SETTING", "ROTATING"
|
1441
|
+
# resp.cache_cluster.pending_modified_values.log_delivery_configurations #=> Array
|
1442
|
+
# resp.cache_cluster.pending_modified_values.log_delivery_configurations[0].log_type #=> String, one of "slow-log"
|
1443
|
+
# resp.cache_cluster.pending_modified_values.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
1444
|
+
# resp.cache_cluster.pending_modified_values.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
1445
|
+
# resp.cache_cluster.pending_modified_values.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
1446
|
+
# resp.cache_cluster.pending_modified_values.log_delivery_configurations[0].log_format #=> String, one of "text", "json"
|
1408
1447
|
# resp.cache_cluster.notification_configuration.topic_arn #=> String
|
1409
1448
|
# resp.cache_cluster.notification_configuration.topic_status #=> String
|
1410
1449
|
# resp.cache_cluster.cache_security_groups #=> Array
|
@@ -1437,6 +1476,15 @@ module Aws::ElastiCache
|
|
1437
1476
|
# resp.cache_cluster.transit_encryption_enabled #=> Boolean
|
1438
1477
|
# resp.cache_cluster.at_rest_encryption_enabled #=> Boolean
|
1439
1478
|
# resp.cache_cluster.arn #=> String
|
1479
|
+
# resp.cache_cluster.replication_group_log_delivery_enabled #=> Boolean
|
1480
|
+
# resp.cache_cluster.log_delivery_configurations #=> Array
|
1481
|
+
# resp.cache_cluster.log_delivery_configurations[0].log_type #=> String, one of "slow-log"
|
1482
|
+
# resp.cache_cluster.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
1483
|
+
# resp.cache_cluster.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
1484
|
+
# resp.cache_cluster.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
1485
|
+
# resp.cache_cluster.log_delivery_configurations[0].log_format #=> String, one of "text", "json"
|
1486
|
+
# resp.cache_cluster.log_delivery_configurations[0].status #=> String, one of "active", "enabling", "modifying", "disabling", "error"
|
1487
|
+
# resp.cache_cluster.log_delivery_configurations[0].message #=> String
|
1440
1488
|
#
|
1441
1489
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateCacheCluster AWS API Documentation
|
1442
1490
|
#
|
@@ -2275,6 +2323,9 @@ module Aws::ElastiCache
|
|
2275
2323
|
# @option params [Array<String>] :user_group_ids
|
2276
2324
|
# The list of user groups to associate with the replication group.
|
2277
2325
|
#
|
2326
|
+
# @option params [Array<Types::LogDeliveryConfigurationRequest>] :log_delivery_configurations
|
2327
|
+
# Specifies the destination, format and type of the logs.
|
2328
|
+
#
|
2278
2329
|
# @return [Types::CreateReplicationGroupResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2279
2330
|
#
|
2280
2331
|
# * {Types::CreateReplicationGroupResult#replication_group #replication_group} => Types::ReplicationGroup
|
@@ -2420,6 +2471,22 @@ module Aws::ElastiCache
|
|
2420
2471
|
# at_rest_encryption_enabled: false,
|
2421
2472
|
# kms_key_id: "String",
|
2422
2473
|
# user_group_ids: ["UserGroupId"],
|
2474
|
+
# log_delivery_configurations: [
|
2475
|
+
# {
|
2476
|
+
# log_type: "slow-log", # accepts slow-log
|
2477
|
+
# destination_type: "cloudwatch-logs", # accepts cloudwatch-logs, kinesis-firehose
|
2478
|
+
# destination_details: {
|
2479
|
+
# cloud_watch_logs_details: {
|
2480
|
+
# log_group: "String",
|
2481
|
+
# },
|
2482
|
+
# kinesis_firehose_details: {
|
2483
|
+
# delivery_stream: "String",
|
2484
|
+
# },
|
2485
|
+
# },
|
2486
|
+
# log_format: "text", # accepts text, json
|
2487
|
+
# enabled: false,
|
2488
|
+
# },
|
2489
|
+
# ],
|
2423
2490
|
# })
|
2424
2491
|
#
|
2425
2492
|
# @example Response structure
|
@@ -2437,6 +2504,12 @@ module Aws::ElastiCache
|
|
2437
2504
|
# resp.replication_group.pending_modified_values.user_groups.user_group_ids_to_add[0] #=> String
|
2438
2505
|
# resp.replication_group.pending_modified_values.user_groups.user_group_ids_to_remove #=> Array
|
2439
2506
|
# resp.replication_group.pending_modified_values.user_groups.user_group_ids_to_remove[0] #=> String
|
2507
|
+
# resp.replication_group.pending_modified_values.log_delivery_configurations #=> Array
|
2508
|
+
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].log_type #=> String, one of "slow-log"
|
2509
|
+
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
2510
|
+
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
2511
|
+
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
2512
|
+
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].log_format #=> String, one of "text", "json"
|
2440
2513
|
# resp.replication_group.member_clusters #=> Array
|
2441
2514
|
# resp.replication_group.member_clusters[0] #=> String
|
2442
2515
|
# resp.replication_group.node_groups #=> Array
|
@@ -2474,6 +2547,14 @@ module Aws::ElastiCache
|
|
2474
2547
|
# resp.replication_group.arn #=> String
|
2475
2548
|
# resp.replication_group.user_group_ids #=> Array
|
2476
2549
|
# resp.replication_group.user_group_ids[0] #=> String
|
2550
|
+
# resp.replication_group.log_delivery_configurations #=> Array
|
2551
|
+
# resp.replication_group.log_delivery_configurations[0].log_type #=> String, one of "slow-log"
|
2552
|
+
# resp.replication_group.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
2553
|
+
# resp.replication_group.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
2554
|
+
# resp.replication_group.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
2555
|
+
# resp.replication_group.log_delivery_configurations[0].log_format #=> String, one of "text", "json"
|
2556
|
+
# resp.replication_group.log_delivery_configurations[0].status #=> String, one of "active", "enabling", "modifying", "disabling", "error"
|
2557
|
+
# resp.replication_group.log_delivery_configurations[0].message #=> String
|
2477
2558
|
#
|
2478
2559
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/CreateReplicationGroup AWS API Documentation
|
2479
2560
|
#
|
@@ -2870,16 +2951,16 @@ module Aws::ElastiCache
|
|
2870
2951
|
# @option params [Array<String>] :global_node_groups_to_remove
|
2871
2952
|
# If the value of NodeGroupCount is less than the current number of node
|
2872
2953
|
# groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain
|
2873
|
-
# is required.
|
2874
|
-
# from the cluster. ElastiCache for Redis will attempt to remove
|
2875
|
-
# node groups listed by
|
2954
|
+
# is required. GlobalNodeGroupsToRemove is a list of NodeGroupIds to
|
2955
|
+
# remove from the cluster. ElastiCache for Redis will attempt to remove
|
2956
|
+
# all node groups listed by GlobalNodeGroupsToRemove from the cluster.
|
2876
2957
|
#
|
2877
2958
|
# @option params [Array<String>] :global_node_groups_to_retain
|
2878
2959
|
# If the value of NodeGroupCount is less than the current number of node
|
2879
2960
|
# groups (shards), then either NodeGroupsToRemove or NodeGroupsToRetain
|
2880
|
-
# is required.
|
2881
|
-
# from the cluster. ElastiCache for Redis will attempt to
|
2882
|
-
# node groups listed by
|
2961
|
+
# is required. GlobalNodeGroupsToRetain is a list of NodeGroupIds to
|
2962
|
+
# retain from the cluster. ElastiCache for Redis will attempt to retain
|
2963
|
+
# all node groups listed by GlobalNodeGroupsToRetain from the cluster.
|
2883
2964
|
#
|
2884
2965
|
# @option params [required, Boolean] :apply_immediately
|
2885
2966
|
# Indicates that the shard reconfiguration process begins immediately.
|
@@ -3009,6 +3090,12 @@ module Aws::ElastiCache
|
|
3009
3090
|
# resp.replication_group.pending_modified_values.user_groups.user_group_ids_to_add[0] #=> String
|
3010
3091
|
# resp.replication_group.pending_modified_values.user_groups.user_group_ids_to_remove #=> Array
|
3011
3092
|
# resp.replication_group.pending_modified_values.user_groups.user_group_ids_to_remove[0] #=> String
|
3093
|
+
# resp.replication_group.pending_modified_values.log_delivery_configurations #=> Array
|
3094
|
+
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].log_type #=> String, one of "slow-log"
|
3095
|
+
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
3096
|
+
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
3097
|
+
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
3098
|
+
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].log_format #=> String, one of "text", "json"
|
3012
3099
|
# resp.replication_group.member_clusters #=> Array
|
3013
3100
|
# resp.replication_group.member_clusters[0] #=> String
|
3014
3101
|
# resp.replication_group.node_groups #=> Array
|
@@ -3046,6 +3133,14 @@ module Aws::ElastiCache
|
|
3046
3133
|
# resp.replication_group.arn #=> String
|
3047
3134
|
# resp.replication_group.user_group_ids #=> Array
|
3048
3135
|
# resp.replication_group.user_group_ids[0] #=> String
|
3136
|
+
# resp.replication_group.log_delivery_configurations #=> Array
|
3137
|
+
# resp.replication_group.log_delivery_configurations[0].log_type #=> String, one of "slow-log"
|
3138
|
+
# resp.replication_group.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
3139
|
+
# resp.replication_group.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
3140
|
+
# resp.replication_group.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
3141
|
+
# resp.replication_group.log_delivery_configurations[0].log_format #=> String, one of "text", "json"
|
3142
|
+
# resp.replication_group.log_delivery_configurations[0].status #=> String, one of "active", "enabling", "modifying", "disabling", "error"
|
3143
|
+
# resp.replication_group.log_delivery_configurations[0].message #=> String
|
3049
3144
|
#
|
3050
3145
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DecreaseReplicaCount AWS API Documentation
|
3051
3146
|
#
|
@@ -3160,6 +3255,12 @@ module Aws::ElastiCache
|
|
3160
3255
|
# resp.cache_cluster.pending_modified_values.engine_version #=> String
|
3161
3256
|
# resp.cache_cluster.pending_modified_values.cache_node_type #=> String
|
3162
3257
|
# resp.cache_cluster.pending_modified_values.auth_token_status #=> String, one of "SETTING", "ROTATING"
|
3258
|
+
# resp.cache_cluster.pending_modified_values.log_delivery_configurations #=> Array
|
3259
|
+
# resp.cache_cluster.pending_modified_values.log_delivery_configurations[0].log_type #=> String, one of "slow-log"
|
3260
|
+
# resp.cache_cluster.pending_modified_values.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
3261
|
+
# resp.cache_cluster.pending_modified_values.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
3262
|
+
# resp.cache_cluster.pending_modified_values.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
3263
|
+
# resp.cache_cluster.pending_modified_values.log_delivery_configurations[0].log_format #=> String, one of "text", "json"
|
3163
3264
|
# resp.cache_cluster.notification_configuration.topic_arn #=> String
|
3164
3265
|
# resp.cache_cluster.notification_configuration.topic_status #=> String
|
3165
3266
|
# resp.cache_cluster.cache_security_groups #=> Array
|
@@ -3192,6 +3293,15 @@ module Aws::ElastiCache
|
|
3192
3293
|
# resp.cache_cluster.transit_encryption_enabled #=> Boolean
|
3193
3294
|
# resp.cache_cluster.at_rest_encryption_enabled #=> Boolean
|
3194
3295
|
# resp.cache_cluster.arn #=> String
|
3296
|
+
# resp.cache_cluster.replication_group_log_delivery_enabled #=> Boolean
|
3297
|
+
# resp.cache_cluster.log_delivery_configurations #=> Array
|
3298
|
+
# resp.cache_cluster.log_delivery_configurations[0].log_type #=> String, one of "slow-log"
|
3299
|
+
# resp.cache_cluster.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
3300
|
+
# resp.cache_cluster.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
3301
|
+
# resp.cache_cluster.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
3302
|
+
# resp.cache_cluster.log_delivery_configurations[0].log_format #=> String, one of "text", "json"
|
3303
|
+
# resp.cache_cluster.log_delivery_configurations[0].status #=> String, one of "active", "enabling", "modifying", "disabling", "error"
|
3304
|
+
# resp.cache_cluster.log_delivery_configurations[0].message #=> String
|
3195
3305
|
#
|
3196
3306
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DeleteCacheCluster AWS API Documentation
|
3197
3307
|
#
|
@@ -3467,6 +3577,12 @@ module Aws::ElastiCache
|
|
3467
3577
|
# resp.replication_group.pending_modified_values.user_groups.user_group_ids_to_add[0] #=> String
|
3468
3578
|
# resp.replication_group.pending_modified_values.user_groups.user_group_ids_to_remove #=> Array
|
3469
3579
|
# resp.replication_group.pending_modified_values.user_groups.user_group_ids_to_remove[0] #=> String
|
3580
|
+
# resp.replication_group.pending_modified_values.log_delivery_configurations #=> Array
|
3581
|
+
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].log_type #=> String, one of "slow-log"
|
3582
|
+
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
3583
|
+
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
3584
|
+
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
3585
|
+
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].log_format #=> String, one of "text", "json"
|
3470
3586
|
# resp.replication_group.member_clusters #=> Array
|
3471
3587
|
# resp.replication_group.member_clusters[0] #=> String
|
3472
3588
|
# resp.replication_group.node_groups #=> Array
|
@@ -3504,6 +3620,14 @@ module Aws::ElastiCache
|
|
3504
3620
|
# resp.replication_group.arn #=> String
|
3505
3621
|
# resp.replication_group.user_group_ids #=> Array
|
3506
3622
|
# resp.replication_group.user_group_ids[0] #=> String
|
3623
|
+
# resp.replication_group.log_delivery_configurations #=> Array
|
3624
|
+
# resp.replication_group.log_delivery_configurations[0].log_type #=> String, one of "slow-log"
|
3625
|
+
# resp.replication_group.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
3626
|
+
# resp.replication_group.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
3627
|
+
# resp.replication_group.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
3628
|
+
# resp.replication_group.log_delivery_configurations[0].log_format #=> String, one of "text", "json"
|
3629
|
+
# resp.replication_group.log_delivery_configurations[0].status #=> String, one of "active", "enabling", "modifying", "disabling", "error"
|
3630
|
+
# resp.replication_group.log_delivery_configurations[0].message #=> String
|
3507
3631
|
#
|
3508
3632
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/DeleteReplicationGroup AWS API Documentation
|
3509
3633
|
#
|
@@ -3938,6 +4062,12 @@ module Aws::ElastiCache
|
|
3938
4062
|
# resp.cache_clusters[0].pending_modified_values.engine_version #=> String
|
3939
4063
|
# resp.cache_clusters[0].pending_modified_values.cache_node_type #=> String
|
3940
4064
|
# resp.cache_clusters[0].pending_modified_values.auth_token_status #=> String, one of "SETTING", "ROTATING"
|
4065
|
+
# resp.cache_clusters[0].pending_modified_values.log_delivery_configurations #=> Array
|
4066
|
+
# resp.cache_clusters[0].pending_modified_values.log_delivery_configurations[0].log_type #=> String, one of "slow-log"
|
4067
|
+
# resp.cache_clusters[0].pending_modified_values.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
4068
|
+
# resp.cache_clusters[0].pending_modified_values.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
4069
|
+
# resp.cache_clusters[0].pending_modified_values.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
4070
|
+
# resp.cache_clusters[0].pending_modified_values.log_delivery_configurations[0].log_format #=> String, one of "text", "json"
|
3941
4071
|
# resp.cache_clusters[0].notification_configuration.topic_arn #=> String
|
3942
4072
|
# resp.cache_clusters[0].notification_configuration.topic_status #=> String
|
3943
4073
|
# resp.cache_clusters[0].cache_security_groups #=> Array
|
@@ -3970,6 +4100,15 @@ module Aws::ElastiCache
|
|
3970
4100
|
# resp.cache_clusters[0].transit_encryption_enabled #=> Boolean
|
3971
4101
|
# resp.cache_clusters[0].at_rest_encryption_enabled #=> Boolean
|
3972
4102
|
# resp.cache_clusters[0].arn #=> String
|
4103
|
+
# resp.cache_clusters[0].replication_group_log_delivery_enabled #=> Boolean
|
4104
|
+
# resp.cache_clusters[0].log_delivery_configurations #=> Array
|
4105
|
+
# resp.cache_clusters[0].log_delivery_configurations[0].log_type #=> String, one of "slow-log"
|
4106
|
+
# resp.cache_clusters[0].log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
4107
|
+
# resp.cache_clusters[0].log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
4108
|
+
# resp.cache_clusters[0].log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
4109
|
+
# resp.cache_clusters[0].log_delivery_configurations[0].log_format #=> String, one of "text", "json"
|
4110
|
+
# resp.cache_clusters[0].log_delivery_configurations[0].status #=> String, one of "active", "enabling", "modifying", "disabling", "error"
|
4111
|
+
# resp.cache_clusters[0].log_delivery_configurations[0].message #=> String
|
3973
4112
|
#
|
3974
4113
|
#
|
3975
4114
|
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
@@ -6046,6 +6185,12 @@ module Aws::ElastiCache
|
|
6046
6185
|
# resp.replication_groups[0].pending_modified_values.user_groups.user_group_ids_to_add[0] #=> String
|
6047
6186
|
# resp.replication_groups[0].pending_modified_values.user_groups.user_group_ids_to_remove #=> Array
|
6048
6187
|
# resp.replication_groups[0].pending_modified_values.user_groups.user_group_ids_to_remove[0] #=> String
|
6188
|
+
# resp.replication_groups[0].pending_modified_values.log_delivery_configurations #=> Array
|
6189
|
+
# resp.replication_groups[0].pending_modified_values.log_delivery_configurations[0].log_type #=> String, one of "slow-log"
|
6190
|
+
# resp.replication_groups[0].pending_modified_values.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
6191
|
+
# resp.replication_groups[0].pending_modified_values.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
6192
|
+
# resp.replication_groups[0].pending_modified_values.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
6193
|
+
# resp.replication_groups[0].pending_modified_values.log_delivery_configurations[0].log_format #=> String, one of "text", "json"
|
6049
6194
|
# resp.replication_groups[0].member_clusters #=> Array
|
6050
6195
|
# resp.replication_groups[0].member_clusters[0] #=> String
|
6051
6196
|
# resp.replication_groups[0].node_groups #=> Array
|
@@ -6083,6 +6228,14 @@ module Aws::ElastiCache
|
|
6083
6228
|
# resp.replication_groups[0].arn #=> String
|
6084
6229
|
# resp.replication_groups[0].user_group_ids #=> Array
|
6085
6230
|
# resp.replication_groups[0].user_group_ids[0] #=> String
|
6231
|
+
# resp.replication_groups[0].log_delivery_configurations #=> Array
|
6232
|
+
# resp.replication_groups[0].log_delivery_configurations[0].log_type #=> String, one of "slow-log"
|
6233
|
+
# resp.replication_groups[0].log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
6234
|
+
# resp.replication_groups[0].log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
6235
|
+
# resp.replication_groups[0].log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
6236
|
+
# resp.replication_groups[0].log_delivery_configurations[0].log_format #=> String, one of "text", "json"
|
6237
|
+
# resp.replication_groups[0].log_delivery_configurations[0].status #=> String, one of "active", "enabling", "modifying", "disabling", "error"
|
6238
|
+
# resp.replication_groups[0].log_delivery_configurations[0].message #=> String
|
6086
6239
|
#
|
6087
6240
|
#
|
6088
6241
|
# The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
|
@@ -7528,6 +7681,12 @@ module Aws::ElastiCache
|
|
7528
7681
|
# resp.replication_group.pending_modified_values.user_groups.user_group_ids_to_add[0] #=> String
|
7529
7682
|
# resp.replication_group.pending_modified_values.user_groups.user_group_ids_to_remove #=> Array
|
7530
7683
|
# resp.replication_group.pending_modified_values.user_groups.user_group_ids_to_remove[0] #=> String
|
7684
|
+
# resp.replication_group.pending_modified_values.log_delivery_configurations #=> Array
|
7685
|
+
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].log_type #=> String, one of "slow-log"
|
7686
|
+
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
7687
|
+
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
7688
|
+
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
7689
|
+
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].log_format #=> String, one of "text", "json"
|
7531
7690
|
# resp.replication_group.member_clusters #=> Array
|
7532
7691
|
# resp.replication_group.member_clusters[0] #=> String
|
7533
7692
|
# resp.replication_group.node_groups #=> Array
|
@@ -7565,6 +7724,14 @@ module Aws::ElastiCache
|
|
7565
7724
|
# resp.replication_group.arn #=> String
|
7566
7725
|
# resp.replication_group.user_group_ids #=> Array
|
7567
7726
|
# resp.replication_group.user_group_ids[0] #=> String
|
7727
|
+
# resp.replication_group.log_delivery_configurations #=> Array
|
7728
|
+
# resp.replication_group.log_delivery_configurations[0].log_type #=> String, one of "slow-log"
|
7729
|
+
# resp.replication_group.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
7730
|
+
# resp.replication_group.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
7731
|
+
# resp.replication_group.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
7732
|
+
# resp.replication_group.log_delivery_configurations[0].log_format #=> String, one of "text", "json"
|
7733
|
+
# resp.replication_group.log_delivery_configurations[0].status #=> String, one of "active", "enabling", "modifying", "disabling", "error"
|
7734
|
+
# resp.replication_group.log_delivery_configurations[0].message #=> String
|
7568
7735
|
#
|
7569
7736
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/IncreaseReplicaCount AWS API Documentation
|
7570
7737
|
#
|
@@ -7765,7 +7932,7 @@ module Aws::ElastiCache
|
|
7765
7932
|
# cache nodes to remove.
|
7766
7933
|
#
|
7767
7934
|
# For clusters running Redis, this value must be 1. For clusters running
|
7768
|
-
# Memcached, this value must be between 1 and
|
7935
|
+
# Memcached, this value must be between 1 and 40.
|
7769
7936
|
#
|
7770
7937
|
# <note markdown="1"> Adding or removing Memcached cache nodes can be applied immediately or
|
7771
7938
|
# as a pending operation (see `ApplyImmediately`).
|
@@ -7822,6 +7989,10 @@ module Aws::ElastiCache
|
|
7822
7989
|
# </note>
|
7823
7990
|
#
|
7824
7991
|
# @option params [Array<String>] :new_availability_zones
|
7992
|
+
# <note markdown="1"> This option is only supported on Memcached clusters.
|
7993
|
+
#
|
7994
|
+
# </note>
|
7995
|
+
#
|
7825
7996
|
# The list of Availability Zones where the new Memcached cache nodes are
|
7826
7997
|
# created.
|
7827
7998
|
#
|
@@ -7831,8 +8002,6 @@ module Aws::ElastiCache
|
|
7831
8002
|
# of Availability Zones supplied in this list must match the cache nodes
|
7832
8003
|
# being added in this request.
|
7833
8004
|
#
|
7834
|
-
# This option is only supported on Memcached clusters.
|
7835
|
-
#
|
7836
8005
|
# Scenarios:
|
7837
8006
|
#
|
7838
8007
|
# * **Scenario 1:** You have 3 active nodes and wish to add 2 nodes.
|
@@ -8047,6 +8216,9 @@ module Aws::ElastiCache
|
|
8047
8216
|
#
|
8048
8217
|
# [1]: http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/auth.html
|
8049
8218
|
#
|
8219
|
+
# @option params [Array<Types::LogDeliveryConfigurationRequest>] :log_delivery_configurations
|
8220
|
+
# Specifies the destination, format and type of the logs.
|
8221
|
+
#
|
8050
8222
|
# @return [Types::ModifyCacheClusterResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
8051
8223
|
#
|
8052
8224
|
# * {Types::ModifyCacheClusterResult#cache_cluster #cache_cluster} => Types::CacheCluster
|
@@ -8114,6 +8286,22 @@ module Aws::ElastiCache
|
|
8114
8286
|
# cache_node_type: "String",
|
8115
8287
|
# auth_token: "String",
|
8116
8288
|
# auth_token_update_strategy: "SET", # accepts SET, ROTATE, DELETE
|
8289
|
+
# log_delivery_configurations: [
|
8290
|
+
# {
|
8291
|
+
# log_type: "slow-log", # accepts slow-log
|
8292
|
+
# destination_type: "cloudwatch-logs", # accepts cloudwatch-logs, kinesis-firehose
|
8293
|
+
# destination_details: {
|
8294
|
+
# cloud_watch_logs_details: {
|
8295
|
+
# log_group: "String",
|
8296
|
+
# },
|
8297
|
+
# kinesis_firehose_details: {
|
8298
|
+
# delivery_stream: "String",
|
8299
|
+
# },
|
8300
|
+
# },
|
8301
|
+
# log_format: "text", # accepts text, json
|
8302
|
+
# enabled: false,
|
8303
|
+
# },
|
8304
|
+
# ],
|
8117
8305
|
# })
|
8118
8306
|
#
|
8119
8307
|
# @example Response structure
|
@@ -8137,6 +8325,12 @@ module Aws::ElastiCache
|
|
8137
8325
|
# resp.cache_cluster.pending_modified_values.engine_version #=> String
|
8138
8326
|
# resp.cache_cluster.pending_modified_values.cache_node_type #=> String
|
8139
8327
|
# resp.cache_cluster.pending_modified_values.auth_token_status #=> String, one of "SETTING", "ROTATING"
|
8328
|
+
# resp.cache_cluster.pending_modified_values.log_delivery_configurations #=> Array
|
8329
|
+
# resp.cache_cluster.pending_modified_values.log_delivery_configurations[0].log_type #=> String, one of "slow-log"
|
8330
|
+
# resp.cache_cluster.pending_modified_values.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
8331
|
+
# resp.cache_cluster.pending_modified_values.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
8332
|
+
# resp.cache_cluster.pending_modified_values.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
8333
|
+
# resp.cache_cluster.pending_modified_values.log_delivery_configurations[0].log_format #=> String, one of "text", "json"
|
8140
8334
|
# resp.cache_cluster.notification_configuration.topic_arn #=> String
|
8141
8335
|
# resp.cache_cluster.notification_configuration.topic_status #=> String
|
8142
8336
|
# resp.cache_cluster.cache_security_groups #=> Array
|
@@ -8169,6 +8363,15 @@ module Aws::ElastiCache
|
|
8169
8363
|
# resp.cache_cluster.transit_encryption_enabled #=> Boolean
|
8170
8364
|
# resp.cache_cluster.at_rest_encryption_enabled #=> Boolean
|
8171
8365
|
# resp.cache_cluster.arn #=> String
|
8366
|
+
# resp.cache_cluster.replication_group_log_delivery_enabled #=> Boolean
|
8367
|
+
# resp.cache_cluster.log_delivery_configurations #=> Array
|
8368
|
+
# resp.cache_cluster.log_delivery_configurations[0].log_type #=> String, one of "slow-log"
|
8369
|
+
# resp.cache_cluster.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
8370
|
+
# resp.cache_cluster.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
8371
|
+
# resp.cache_cluster.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
8372
|
+
# resp.cache_cluster.log_delivery_configurations[0].log_format #=> String, one of "text", "json"
|
8373
|
+
# resp.cache_cluster.log_delivery_configurations[0].status #=> String, one of "active", "enabling", "modifying", "disabling", "error"
|
8374
|
+
# resp.cache_cluster.log_delivery_configurations[0].message #=> String
|
8172
8375
|
#
|
8173
8376
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ModifyCacheCluster AWS API Documentation
|
8174
8377
|
#
|
@@ -8636,6 +8839,9 @@ module Aws::ElastiCache
|
|
8636
8839
|
# @option params [Boolean] :remove_user_groups
|
8637
8840
|
# Removes the user groups that can access this replication group.
|
8638
8841
|
#
|
8842
|
+
# @option params [Array<Types::LogDeliveryConfigurationRequest>] :log_delivery_configurations
|
8843
|
+
# Specifies the destination, format and type of the logs.
|
8844
|
+
#
|
8639
8845
|
# @return [Types::ModifyReplicationGroupResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
8640
8846
|
#
|
8641
8847
|
# * {Types::ModifyReplicationGroupResult#replication_group #replication_group} => Types::ReplicationGroup
|
@@ -8738,6 +8944,22 @@ module Aws::ElastiCache
|
|
8738
8944
|
# user_group_ids_to_add: ["UserGroupId"],
|
8739
8945
|
# user_group_ids_to_remove: ["UserGroupId"],
|
8740
8946
|
# remove_user_groups: false,
|
8947
|
+
# log_delivery_configurations: [
|
8948
|
+
# {
|
8949
|
+
# log_type: "slow-log", # accepts slow-log
|
8950
|
+
# destination_type: "cloudwatch-logs", # accepts cloudwatch-logs, kinesis-firehose
|
8951
|
+
# destination_details: {
|
8952
|
+
# cloud_watch_logs_details: {
|
8953
|
+
# log_group: "String",
|
8954
|
+
# },
|
8955
|
+
# kinesis_firehose_details: {
|
8956
|
+
# delivery_stream: "String",
|
8957
|
+
# },
|
8958
|
+
# },
|
8959
|
+
# log_format: "text", # accepts text, json
|
8960
|
+
# enabled: false,
|
8961
|
+
# },
|
8962
|
+
# ],
|
8741
8963
|
# })
|
8742
8964
|
#
|
8743
8965
|
# @example Response structure
|
@@ -8755,6 +8977,12 @@ module Aws::ElastiCache
|
|
8755
8977
|
# resp.replication_group.pending_modified_values.user_groups.user_group_ids_to_add[0] #=> String
|
8756
8978
|
# resp.replication_group.pending_modified_values.user_groups.user_group_ids_to_remove #=> Array
|
8757
8979
|
# resp.replication_group.pending_modified_values.user_groups.user_group_ids_to_remove[0] #=> String
|
8980
|
+
# resp.replication_group.pending_modified_values.log_delivery_configurations #=> Array
|
8981
|
+
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].log_type #=> String, one of "slow-log"
|
8982
|
+
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
8983
|
+
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
8984
|
+
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
8985
|
+
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].log_format #=> String, one of "text", "json"
|
8758
8986
|
# resp.replication_group.member_clusters #=> Array
|
8759
8987
|
# resp.replication_group.member_clusters[0] #=> String
|
8760
8988
|
# resp.replication_group.node_groups #=> Array
|
@@ -8792,6 +9020,14 @@ module Aws::ElastiCache
|
|
8792
9020
|
# resp.replication_group.arn #=> String
|
8793
9021
|
# resp.replication_group.user_group_ids #=> Array
|
8794
9022
|
# resp.replication_group.user_group_ids[0] #=> String
|
9023
|
+
# resp.replication_group.log_delivery_configurations #=> Array
|
9024
|
+
# resp.replication_group.log_delivery_configurations[0].log_type #=> String, one of "slow-log"
|
9025
|
+
# resp.replication_group.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
9026
|
+
# resp.replication_group.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
9027
|
+
# resp.replication_group.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
9028
|
+
# resp.replication_group.log_delivery_configurations[0].log_format #=> String, one of "text", "json"
|
9029
|
+
# resp.replication_group.log_delivery_configurations[0].status #=> String, one of "active", "enabling", "modifying", "disabling", "error"
|
9030
|
+
# resp.replication_group.log_delivery_configurations[0].message #=> String
|
8795
9031
|
#
|
8796
9032
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ModifyReplicationGroup AWS API Documentation
|
8797
9033
|
#
|
@@ -8883,6 +9119,12 @@ module Aws::ElastiCache
|
|
8883
9119
|
# resp.replication_group.pending_modified_values.user_groups.user_group_ids_to_add[0] #=> String
|
8884
9120
|
# resp.replication_group.pending_modified_values.user_groups.user_group_ids_to_remove #=> Array
|
8885
9121
|
# resp.replication_group.pending_modified_values.user_groups.user_group_ids_to_remove[0] #=> String
|
9122
|
+
# resp.replication_group.pending_modified_values.log_delivery_configurations #=> Array
|
9123
|
+
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].log_type #=> String, one of "slow-log"
|
9124
|
+
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
9125
|
+
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
9126
|
+
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
9127
|
+
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].log_format #=> String, one of "text", "json"
|
8886
9128
|
# resp.replication_group.member_clusters #=> Array
|
8887
9129
|
# resp.replication_group.member_clusters[0] #=> String
|
8888
9130
|
# resp.replication_group.node_groups #=> Array
|
@@ -8920,6 +9162,14 @@ module Aws::ElastiCache
|
|
8920
9162
|
# resp.replication_group.arn #=> String
|
8921
9163
|
# resp.replication_group.user_group_ids #=> Array
|
8922
9164
|
# resp.replication_group.user_group_ids[0] #=> String
|
9165
|
+
# resp.replication_group.log_delivery_configurations #=> Array
|
9166
|
+
# resp.replication_group.log_delivery_configurations[0].log_type #=> String, one of "slow-log"
|
9167
|
+
# resp.replication_group.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
9168
|
+
# resp.replication_group.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
9169
|
+
# resp.replication_group.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
9170
|
+
# resp.replication_group.log_delivery_configurations[0].log_format #=> String, one of "text", "json"
|
9171
|
+
# resp.replication_group.log_delivery_configurations[0].status #=> String, one of "active", "enabling", "modifying", "disabling", "error"
|
9172
|
+
# resp.replication_group.log_delivery_configurations[0].message #=> String
|
8923
9173
|
#
|
8924
9174
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/ModifyReplicationGroupShardConfiguration AWS API Documentation
|
8925
9175
|
#
|
@@ -9294,6 +9544,12 @@ module Aws::ElastiCache
|
|
9294
9544
|
# resp.cache_cluster.pending_modified_values.engine_version #=> String
|
9295
9545
|
# resp.cache_cluster.pending_modified_values.cache_node_type #=> String
|
9296
9546
|
# resp.cache_cluster.pending_modified_values.auth_token_status #=> String, one of "SETTING", "ROTATING"
|
9547
|
+
# resp.cache_cluster.pending_modified_values.log_delivery_configurations #=> Array
|
9548
|
+
# resp.cache_cluster.pending_modified_values.log_delivery_configurations[0].log_type #=> String, one of "slow-log"
|
9549
|
+
# resp.cache_cluster.pending_modified_values.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
9550
|
+
# resp.cache_cluster.pending_modified_values.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
9551
|
+
# resp.cache_cluster.pending_modified_values.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
9552
|
+
# resp.cache_cluster.pending_modified_values.log_delivery_configurations[0].log_format #=> String, one of "text", "json"
|
9297
9553
|
# resp.cache_cluster.notification_configuration.topic_arn #=> String
|
9298
9554
|
# resp.cache_cluster.notification_configuration.topic_status #=> String
|
9299
9555
|
# resp.cache_cluster.cache_security_groups #=> Array
|
@@ -9326,6 +9582,15 @@ module Aws::ElastiCache
|
|
9326
9582
|
# resp.cache_cluster.transit_encryption_enabled #=> Boolean
|
9327
9583
|
# resp.cache_cluster.at_rest_encryption_enabled #=> Boolean
|
9328
9584
|
# resp.cache_cluster.arn #=> String
|
9585
|
+
# resp.cache_cluster.replication_group_log_delivery_enabled #=> Boolean
|
9586
|
+
# resp.cache_cluster.log_delivery_configurations #=> Array
|
9587
|
+
# resp.cache_cluster.log_delivery_configurations[0].log_type #=> String, one of "slow-log"
|
9588
|
+
# resp.cache_cluster.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
9589
|
+
# resp.cache_cluster.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
9590
|
+
# resp.cache_cluster.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
9591
|
+
# resp.cache_cluster.log_delivery_configurations[0].log_format #=> String, one of "text", "json"
|
9592
|
+
# resp.cache_cluster.log_delivery_configurations[0].status #=> String, one of "active", "enabling", "modifying", "disabling", "error"
|
9593
|
+
# resp.cache_cluster.log_delivery_configurations[0].message #=> String
|
9329
9594
|
#
|
9330
9595
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/RebootCacheCluster AWS API Documentation
|
9331
9596
|
#
|
@@ -9597,6 +9862,12 @@ module Aws::ElastiCache
|
|
9597
9862
|
# resp.replication_group.pending_modified_values.user_groups.user_group_ids_to_add[0] #=> String
|
9598
9863
|
# resp.replication_group.pending_modified_values.user_groups.user_group_ids_to_remove #=> Array
|
9599
9864
|
# resp.replication_group.pending_modified_values.user_groups.user_group_ids_to_remove[0] #=> String
|
9865
|
+
# resp.replication_group.pending_modified_values.log_delivery_configurations #=> Array
|
9866
|
+
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].log_type #=> String, one of "slow-log"
|
9867
|
+
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
9868
|
+
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
9869
|
+
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
9870
|
+
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].log_format #=> String, one of "text", "json"
|
9600
9871
|
# resp.replication_group.member_clusters #=> Array
|
9601
9872
|
# resp.replication_group.member_clusters[0] #=> String
|
9602
9873
|
# resp.replication_group.node_groups #=> Array
|
@@ -9634,6 +9905,14 @@ module Aws::ElastiCache
|
|
9634
9905
|
# resp.replication_group.arn #=> String
|
9635
9906
|
# resp.replication_group.user_group_ids #=> Array
|
9636
9907
|
# resp.replication_group.user_group_ids[0] #=> String
|
9908
|
+
# resp.replication_group.log_delivery_configurations #=> Array
|
9909
|
+
# resp.replication_group.log_delivery_configurations[0].log_type #=> String, one of "slow-log"
|
9910
|
+
# resp.replication_group.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
9911
|
+
# resp.replication_group.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
9912
|
+
# resp.replication_group.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
9913
|
+
# resp.replication_group.log_delivery_configurations[0].log_format #=> String, one of "text", "json"
|
9914
|
+
# resp.replication_group.log_delivery_configurations[0].status #=> String, one of "active", "enabling", "modifying", "disabling", "error"
|
9915
|
+
# resp.replication_group.log_delivery_configurations[0].message #=> String
|
9637
9916
|
#
|
9638
9917
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/StartMigration AWS API Documentation
|
9639
9918
|
#
|
@@ -9733,6 +10012,12 @@ module Aws::ElastiCache
|
|
9733
10012
|
# resp.replication_group.pending_modified_values.user_groups.user_group_ids_to_add[0] #=> String
|
9734
10013
|
# resp.replication_group.pending_modified_values.user_groups.user_group_ids_to_remove #=> Array
|
9735
10014
|
# resp.replication_group.pending_modified_values.user_groups.user_group_ids_to_remove[0] #=> String
|
10015
|
+
# resp.replication_group.pending_modified_values.log_delivery_configurations #=> Array
|
10016
|
+
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].log_type #=> String, one of "slow-log"
|
10017
|
+
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
10018
|
+
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
10019
|
+
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
10020
|
+
# resp.replication_group.pending_modified_values.log_delivery_configurations[0].log_format #=> String, one of "text", "json"
|
9736
10021
|
# resp.replication_group.member_clusters #=> Array
|
9737
10022
|
# resp.replication_group.member_clusters[0] #=> String
|
9738
10023
|
# resp.replication_group.node_groups #=> Array
|
@@ -9770,6 +10055,14 @@ module Aws::ElastiCache
|
|
9770
10055
|
# resp.replication_group.arn #=> String
|
9771
10056
|
# resp.replication_group.user_group_ids #=> Array
|
9772
10057
|
# resp.replication_group.user_group_ids[0] #=> String
|
10058
|
+
# resp.replication_group.log_delivery_configurations #=> Array
|
10059
|
+
# resp.replication_group.log_delivery_configurations[0].log_type #=> String, one of "slow-log"
|
10060
|
+
# resp.replication_group.log_delivery_configurations[0].destination_type #=> String, one of "cloudwatch-logs", "kinesis-firehose"
|
10061
|
+
# resp.replication_group.log_delivery_configurations[0].destination_details.cloud_watch_logs_details.log_group #=> String
|
10062
|
+
# resp.replication_group.log_delivery_configurations[0].destination_details.kinesis_firehose_details.delivery_stream #=> String
|
10063
|
+
# resp.replication_group.log_delivery_configurations[0].log_format #=> String, one of "text", "json"
|
10064
|
+
# resp.replication_group.log_delivery_configurations[0].status #=> String, one of "active", "enabling", "modifying", "disabling", "error"
|
10065
|
+
# resp.replication_group.log_delivery_configurations[0].message #=> String
|
9773
10066
|
#
|
9774
10067
|
# @see http://docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/TestFailover AWS API Documentation
|
9775
10068
|
#
|
@@ -9793,7 +10086,7 @@ module Aws::ElastiCache
|
|
9793
10086
|
params: params,
|
9794
10087
|
config: config)
|
9795
10088
|
context[:gem_name] = 'aws-sdk-elasticache'
|
9796
|
-
context[:gem_version] = '1.
|
10089
|
+
context[:gem_version] = '1.56.0'
|
9797
10090
|
Seahorse::Client::Request.new(handlers, context)
|
9798
10091
|
end
|
9799
10092
|
|