aws-sdk-elasticache 1.38.0 → 1.39.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/lib/aws-sdk-elasticache.rb +1 -1
- data/lib/aws-sdk-elasticache/client.rb +1 -1
- data/lib/aws-sdk-elasticache/types.rb +159 -0
- 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: a3163328df9f6c7e0d051c41f27122e677e99b42e38cac0e7f3a9ce17a54c7a4
|
|
4
|
+
data.tar.gz: b985c03f78d1dfd5e11d5ad532133fade9c278fd29f210297ebe44da2994bbaa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2ea8a5f71fbd48af2fd11ab3c7f5037cf5f28a6fd205b00387e68b71b1676242a1a8cbba6e6f6800a4e47d43f21b345a45e0fc1a11d6ae1d0bcc83c33eceaf36
|
|
7
|
+
data.tar.gz: ec3f9d36664e056eb20b33595829cdd005dec81675cc91c9f5aa0f73aef28fc8795660a41b9dda17ba0aff3719abb5e5e703da01817d91fea3e018bee4c69f4b
|
data/lib/aws-sdk-elasticache.rb
CHANGED
|
@@ -8944,7 +8944,7 @@ module Aws::ElastiCache
|
|
|
8944
8944
|
params: params,
|
|
8945
8945
|
config: config)
|
|
8946
8946
|
context[:gem_name] = 'aws-sdk-elasticache'
|
|
8947
|
-
context[:gem_version] = '1.
|
|
8947
|
+
context[:gem_version] = '1.39.0'
|
|
8948
8948
|
Seahorse::Client::Request.new(handlers, context)
|
|
8949
8949
|
end
|
|
8950
8950
|
|
|
@@ -56,6 +56,7 @@ module Aws::ElastiCache
|
|
|
56
56
|
class AddTagsToResourceMessage < Struct.new(
|
|
57
57
|
:resource_name,
|
|
58
58
|
:tags)
|
|
59
|
+
SENSITIVE = []
|
|
59
60
|
include Aws::Structure
|
|
60
61
|
end
|
|
61
62
|
|
|
@@ -84,6 +85,7 @@ module Aws::ElastiCache
|
|
|
84
85
|
class AllowedNodeTypeModificationsMessage < Struct.new(
|
|
85
86
|
:scale_up_modifications,
|
|
86
87
|
:scale_down_modifications)
|
|
88
|
+
SENSITIVE = []
|
|
87
89
|
include Aws::Structure
|
|
88
90
|
end
|
|
89
91
|
|
|
@@ -134,6 +136,7 @@ module Aws::ElastiCache
|
|
|
134
136
|
:cache_security_group_name,
|
|
135
137
|
:ec2_security_group_name,
|
|
136
138
|
:ec2_security_group_owner_id)
|
|
139
|
+
SENSITIVE = []
|
|
137
140
|
include Aws::Structure
|
|
138
141
|
end
|
|
139
142
|
|
|
@@ -151,6 +154,7 @@ module Aws::ElastiCache
|
|
|
151
154
|
#
|
|
152
155
|
class AuthorizeCacheSecurityGroupIngressResult < Struct.new(
|
|
153
156
|
:cache_security_group)
|
|
157
|
+
SENSITIVE = []
|
|
154
158
|
include Aws::Structure
|
|
155
159
|
end
|
|
156
160
|
|
|
@@ -164,6 +168,7 @@ module Aws::ElastiCache
|
|
|
164
168
|
#
|
|
165
169
|
class AvailabilityZone < Struct.new(
|
|
166
170
|
:name)
|
|
171
|
+
SENSITIVE = []
|
|
167
172
|
include Aws::Structure
|
|
168
173
|
end
|
|
169
174
|
|
|
@@ -194,6 +199,7 @@ module Aws::ElastiCache
|
|
|
194
199
|
:replication_group_ids,
|
|
195
200
|
:cache_cluster_ids,
|
|
196
201
|
:service_update_name)
|
|
202
|
+
SENSITIVE = []
|
|
197
203
|
include Aws::Structure
|
|
198
204
|
end
|
|
199
205
|
|
|
@@ -224,6 +230,7 @@ module Aws::ElastiCache
|
|
|
224
230
|
:replication_group_ids,
|
|
225
231
|
:cache_cluster_ids,
|
|
226
232
|
:service_update_name)
|
|
233
|
+
SENSITIVE = []
|
|
227
234
|
include Aws::Structure
|
|
228
235
|
end
|
|
229
236
|
|
|
@@ -514,6 +521,7 @@ module Aws::ElastiCache
|
|
|
514
521
|
:transit_encryption_enabled,
|
|
515
522
|
:at_rest_encryption_enabled,
|
|
516
523
|
:arn)
|
|
524
|
+
SENSITIVE = []
|
|
517
525
|
include Aws::Structure
|
|
518
526
|
end
|
|
519
527
|
|
|
@@ -539,6 +547,7 @@ module Aws::ElastiCache
|
|
|
539
547
|
class CacheClusterMessage < Struct.new(
|
|
540
548
|
:marker,
|
|
541
549
|
:cache_clusters)
|
|
550
|
+
SENSITIVE = []
|
|
542
551
|
include Aws::Structure
|
|
543
552
|
end
|
|
544
553
|
|
|
@@ -582,6 +591,7 @@ module Aws::ElastiCache
|
|
|
582
591
|
:cache_parameter_group_family,
|
|
583
592
|
:cache_engine_description,
|
|
584
593
|
:cache_engine_version_description)
|
|
594
|
+
SENSITIVE = []
|
|
585
595
|
include Aws::Structure
|
|
586
596
|
end
|
|
587
597
|
|
|
@@ -601,6 +611,7 @@ module Aws::ElastiCache
|
|
|
601
611
|
class CacheEngineVersionMessage < Struct.new(
|
|
602
612
|
:marker,
|
|
603
613
|
:cache_engine_versions)
|
|
614
|
+
SENSITIVE = []
|
|
604
615
|
include Aws::Structure
|
|
605
616
|
end
|
|
606
617
|
|
|
@@ -723,6 +734,7 @@ module Aws::ElastiCache
|
|
|
723
734
|
:parameter_group_status,
|
|
724
735
|
:source_cache_node_id,
|
|
725
736
|
:customer_availability_zone)
|
|
737
|
+
SENSITIVE = []
|
|
726
738
|
include Aws::Structure
|
|
727
739
|
end
|
|
728
740
|
|
|
@@ -789,6 +801,7 @@ module Aws::ElastiCache
|
|
|
789
801
|
:minimum_engine_version,
|
|
790
802
|
:cache_node_type_specific_values,
|
|
791
803
|
:change_type)
|
|
804
|
+
SENSITIVE = []
|
|
792
805
|
include Aws::Structure
|
|
793
806
|
end
|
|
794
807
|
|
|
@@ -807,6 +820,7 @@ module Aws::ElastiCache
|
|
|
807
820
|
class CacheNodeTypeSpecificValue < Struct.new(
|
|
808
821
|
:cache_node_type,
|
|
809
822
|
:value)
|
|
823
|
+
SENSITIVE = []
|
|
810
824
|
include Aws::Structure
|
|
811
825
|
end
|
|
812
826
|
|
|
@@ -856,6 +870,7 @@ module Aws::ElastiCache
|
|
|
856
870
|
:node_update_initiated_by,
|
|
857
871
|
:node_update_initiated_date,
|
|
858
872
|
:node_update_status_modified_date)
|
|
873
|
+
SENSITIVE = []
|
|
859
874
|
include Aws::Structure
|
|
860
875
|
end
|
|
861
876
|
|
|
@@ -894,6 +909,7 @@ module Aws::ElastiCache
|
|
|
894
909
|
:description,
|
|
895
910
|
:is_global,
|
|
896
911
|
:arn)
|
|
912
|
+
SENSITIVE = []
|
|
897
913
|
include Aws::Structure
|
|
898
914
|
end
|
|
899
915
|
|
|
@@ -925,6 +941,7 @@ module Aws::ElastiCache
|
|
|
925
941
|
:marker,
|
|
926
942
|
:parameters,
|
|
927
943
|
:cache_node_type_specific_parameters)
|
|
944
|
+
SENSITIVE = []
|
|
928
945
|
include Aws::Structure
|
|
929
946
|
end
|
|
930
947
|
|
|
@@ -942,6 +959,7 @@ module Aws::ElastiCache
|
|
|
942
959
|
#
|
|
943
960
|
class CacheParameterGroupNameMessage < Struct.new(
|
|
944
961
|
:cache_parameter_group_name)
|
|
962
|
+
SENSITIVE = []
|
|
945
963
|
include Aws::Structure
|
|
946
964
|
end
|
|
947
965
|
|
|
@@ -981,6 +999,7 @@ module Aws::ElastiCache
|
|
|
981
999
|
:cache_parameter_group_name,
|
|
982
1000
|
:parameter_apply_status,
|
|
983
1001
|
:cache_node_ids_to_reboot)
|
|
1002
|
+
SENSITIVE = []
|
|
984
1003
|
include Aws::Structure
|
|
985
1004
|
end
|
|
986
1005
|
|
|
@@ -1000,6 +1019,7 @@ module Aws::ElastiCache
|
|
|
1000
1019
|
class CacheParameterGroupsMessage < Struct.new(
|
|
1001
1020
|
:marker,
|
|
1002
1021
|
:cache_parameter_groups)
|
|
1022
|
+
SENSITIVE = []
|
|
1003
1023
|
include Aws::Structure
|
|
1004
1024
|
end
|
|
1005
1025
|
|
|
@@ -1040,6 +1060,7 @@ module Aws::ElastiCache
|
|
|
1040
1060
|
:description,
|
|
1041
1061
|
:ec2_security_groups,
|
|
1042
1062
|
:arn)
|
|
1063
|
+
SENSITIVE = []
|
|
1043
1064
|
include Aws::Structure
|
|
1044
1065
|
end
|
|
1045
1066
|
|
|
@@ -1067,6 +1088,7 @@ module Aws::ElastiCache
|
|
|
1067
1088
|
class CacheSecurityGroupMembership < Struct.new(
|
|
1068
1089
|
:cache_security_group_name,
|
|
1069
1090
|
:status)
|
|
1091
|
+
SENSITIVE = []
|
|
1070
1092
|
include Aws::Structure
|
|
1071
1093
|
end
|
|
1072
1094
|
|
|
@@ -1086,6 +1108,7 @@ module Aws::ElastiCache
|
|
|
1086
1108
|
class CacheSecurityGroupMessage < Struct.new(
|
|
1087
1109
|
:marker,
|
|
1088
1110
|
:cache_security_groups)
|
|
1111
|
+
SENSITIVE = []
|
|
1089
1112
|
include Aws::Structure
|
|
1090
1113
|
end
|
|
1091
1114
|
|
|
@@ -1138,6 +1161,7 @@ module Aws::ElastiCache
|
|
|
1138
1161
|
:vpc_id,
|
|
1139
1162
|
:subnets,
|
|
1140
1163
|
:arn)
|
|
1164
|
+
SENSITIVE = []
|
|
1141
1165
|
include Aws::Structure
|
|
1142
1166
|
end
|
|
1143
1167
|
|
|
@@ -1170,6 +1194,7 @@ module Aws::ElastiCache
|
|
|
1170
1194
|
class CacheSubnetGroupMessage < Struct.new(
|
|
1171
1195
|
:marker,
|
|
1172
1196
|
:cache_subnet_groups)
|
|
1197
|
+
SENSITIVE = []
|
|
1173
1198
|
include Aws::Structure
|
|
1174
1199
|
end
|
|
1175
1200
|
|
|
@@ -1225,6 +1250,7 @@ module Aws::ElastiCache
|
|
|
1225
1250
|
class CompleteMigrationMessage < Struct.new(
|
|
1226
1251
|
:replication_group_id,
|
|
1227
1252
|
:force)
|
|
1253
|
+
SENSITIVE = []
|
|
1228
1254
|
include Aws::Structure
|
|
1229
1255
|
end
|
|
1230
1256
|
|
|
@@ -1237,6 +1263,7 @@ module Aws::ElastiCache
|
|
|
1237
1263
|
#
|
|
1238
1264
|
class CompleteMigrationResponse < Struct.new(
|
|
1239
1265
|
:replication_group)
|
|
1266
|
+
SENSITIVE = []
|
|
1240
1267
|
include Aws::Structure
|
|
1241
1268
|
end
|
|
1242
1269
|
|
|
@@ -1297,6 +1324,7 @@ module Aws::ElastiCache
|
|
|
1297
1324
|
:node_group_id,
|
|
1298
1325
|
:new_replica_count,
|
|
1299
1326
|
:preferred_availability_zones)
|
|
1327
|
+
SENSITIVE = []
|
|
1300
1328
|
include Aws::Structure
|
|
1301
1329
|
end
|
|
1302
1330
|
|
|
@@ -1352,6 +1380,7 @@ module Aws::ElastiCache
|
|
|
1352
1380
|
:target_snapshot_name,
|
|
1353
1381
|
:target_bucket,
|
|
1354
1382
|
:kms_key_id)
|
|
1383
|
+
SENSITIVE = []
|
|
1355
1384
|
include Aws::Structure
|
|
1356
1385
|
end
|
|
1357
1386
|
|
|
@@ -1364,6 +1393,7 @@ module Aws::ElastiCache
|
|
|
1364
1393
|
#
|
|
1365
1394
|
class CopySnapshotResult < Struct.new(
|
|
1366
1395
|
:snapshot)
|
|
1396
|
+
SENSITIVE = []
|
|
1367
1397
|
include Aws::Structure
|
|
1368
1398
|
end
|
|
1369
1399
|
|
|
@@ -1781,6 +1811,7 @@ module Aws::ElastiCache
|
|
|
1781
1811
|
:snapshot_retention_limit,
|
|
1782
1812
|
:snapshot_window,
|
|
1783
1813
|
:auth_token)
|
|
1814
|
+
SENSITIVE = []
|
|
1784
1815
|
include Aws::Structure
|
|
1785
1816
|
end
|
|
1786
1817
|
|
|
@@ -1792,6 +1823,7 @@ module Aws::ElastiCache
|
|
|
1792
1823
|
#
|
|
1793
1824
|
class CreateCacheClusterResult < Struct.new(
|
|
1794
1825
|
:cache_cluster)
|
|
1826
|
+
SENSITIVE = []
|
|
1795
1827
|
include Aws::Structure
|
|
1796
1828
|
end
|
|
1797
1829
|
|
|
@@ -1828,6 +1860,7 @@ module Aws::ElastiCache
|
|
|
1828
1860
|
:cache_parameter_group_name,
|
|
1829
1861
|
:cache_parameter_group_family,
|
|
1830
1862
|
:description)
|
|
1863
|
+
SENSITIVE = []
|
|
1831
1864
|
include Aws::Structure
|
|
1832
1865
|
end
|
|
1833
1866
|
|
|
@@ -1839,6 +1872,7 @@ module Aws::ElastiCache
|
|
|
1839
1872
|
#
|
|
1840
1873
|
class CreateCacheParameterGroupResult < Struct.new(
|
|
1841
1874
|
:cache_parameter_group)
|
|
1875
|
+
SENSITIVE = []
|
|
1842
1876
|
include Aws::Structure
|
|
1843
1877
|
end
|
|
1844
1878
|
|
|
@@ -1871,6 +1905,7 @@ module Aws::ElastiCache
|
|
|
1871
1905
|
class CreateCacheSecurityGroupMessage < Struct.new(
|
|
1872
1906
|
:cache_security_group_name,
|
|
1873
1907
|
:description)
|
|
1908
|
+
SENSITIVE = []
|
|
1874
1909
|
include Aws::Structure
|
|
1875
1910
|
end
|
|
1876
1911
|
|
|
@@ -1888,6 +1923,7 @@ module Aws::ElastiCache
|
|
|
1888
1923
|
#
|
|
1889
1924
|
class CreateCacheSecurityGroupResult < Struct.new(
|
|
1890
1925
|
:cache_security_group)
|
|
1926
|
+
SENSITIVE = []
|
|
1891
1927
|
include Aws::Structure
|
|
1892
1928
|
end
|
|
1893
1929
|
|
|
@@ -1926,6 +1962,7 @@ module Aws::ElastiCache
|
|
|
1926
1962
|
:cache_subnet_group_name,
|
|
1927
1963
|
:cache_subnet_group_description,
|
|
1928
1964
|
:subnet_ids)
|
|
1965
|
+
SENSITIVE = []
|
|
1929
1966
|
include Aws::Structure
|
|
1930
1967
|
end
|
|
1931
1968
|
|
|
@@ -1941,6 +1978,7 @@ module Aws::ElastiCache
|
|
|
1941
1978
|
#
|
|
1942
1979
|
class CreateCacheSubnetGroupResult < Struct.new(
|
|
1943
1980
|
:cache_subnet_group)
|
|
1981
|
+
SENSITIVE = []
|
|
1944
1982
|
include Aws::Structure
|
|
1945
1983
|
end
|
|
1946
1984
|
|
|
@@ -1973,6 +2011,7 @@ module Aws::ElastiCache
|
|
|
1973
2011
|
:global_replication_group_id_suffix,
|
|
1974
2012
|
:global_replication_group_description,
|
|
1975
2013
|
:primary_replication_group_id)
|
|
2014
|
+
SENSITIVE = []
|
|
1976
2015
|
include Aws::Structure
|
|
1977
2016
|
end
|
|
1978
2017
|
|
|
@@ -1993,6 +2032,7 @@ module Aws::ElastiCache
|
|
|
1993
2032
|
#
|
|
1994
2033
|
class CreateGlobalReplicationGroupResult < Struct.new(
|
|
1995
2034
|
:global_replication_group)
|
|
2035
|
+
SENSITIVE = []
|
|
1996
2036
|
include Aws::Structure
|
|
1997
2037
|
end
|
|
1998
2038
|
|
|
@@ -2520,6 +2560,7 @@ module Aws::ElastiCache
|
|
|
2520
2560
|
:transit_encryption_enabled,
|
|
2521
2561
|
:at_rest_encryption_enabled,
|
|
2522
2562
|
:kms_key_id)
|
|
2563
|
+
SENSITIVE = []
|
|
2523
2564
|
include Aws::Structure
|
|
2524
2565
|
end
|
|
2525
2566
|
|
|
@@ -2532,6 +2573,7 @@ module Aws::ElastiCache
|
|
|
2532
2573
|
#
|
|
2533
2574
|
class CreateReplicationGroupResult < Struct.new(
|
|
2534
2575
|
:replication_group)
|
|
2576
|
+
SENSITIVE = []
|
|
2535
2577
|
include Aws::Structure
|
|
2536
2578
|
end
|
|
2537
2579
|
|
|
@@ -2572,6 +2614,7 @@ module Aws::ElastiCache
|
|
|
2572
2614
|
:cache_cluster_id,
|
|
2573
2615
|
:snapshot_name,
|
|
2574
2616
|
:kms_key_id)
|
|
2617
|
+
SENSITIVE = []
|
|
2575
2618
|
include Aws::Structure
|
|
2576
2619
|
end
|
|
2577
2620
|
|
|
@@ -2584,6 +2627,7 @@ module Aws::ElastiCache
|
|
|
2584
2627
|
#
|
|
2585
2628
|
class CreateSnapshotResult < Struct.new(
|
|
2586
2629
|
:snapshot)
|
|
2630
|
+
SENSITIVE = []
|
|
2587
2631
|
include Aws::Structure
|
|
2588
2632
|
end
|
|
2589
2633
|
|
|
@@ -2610,6 +2654,7 @@ module Aws::ElastiCache
|
|
|
2610
2654
|
class CustomerNodeEndpoint < Struct.new(
|
|
2611
2655
|
:address,
|
|
2612
2656
|
:port)
|
|
2657
|
+
SENSITIVE = []
|
|
2613
2658
|
include Aws::Structure
|
|
2614
2659
|
end
|
|
2615
2660
|
|
|
@@ -2664,6 +2709,7 @@ module Aws::ElastiCache
|
|
|
2664
2709
|
:global_node_groups_to_remove,
|
|
2665
2710
|
:global_node_groups_to_retain,
|
|
2666
2711
|
:apply_immediately)
|
|
2712
|
+
SENSITIVE = []
|
|
2667
2713
|
include Aws::Structure
|
|
2668
2714
|
end
|
|
2669
2715
|
|
|
@@ -2684,6 +2730,7 @@ module Aws::ElastiCache
|
|
|
2684
2730
|
#
|
|
2685
2731
|
class DecreaseNodeGroupsInGlobalReplicationGroupResult < Struct.new(
|
|
2686
2732
|
:global_replication_group)
|
|
2733
|
+
SENSITIVE = []
|
|
2687
2734
|
include Aws::Structure
|
|
2688
2735
|
end
|
|
2689
2736
|
|
|
@@ -2753,6 +2800,7 @@ module Aws::ElastiCache
|
|
|
2753
2800
|
:replica_configuration,
|
|
2754
2801
|
:replicas_to_remove,
|
|
2755
2802
|
:apply_immediately)
|
|
2803
|
+
SENSITIVE = []
|
|
2756
2804
|
include Aws::Structure
|
|
2757
2805
|
end
|
|
2758
2806
|
|
|
@@ -2765,6 +2813,7 @@ module Aws::ElastiCache
|
|
|
2765
2813
|
#
|
|
2766
2814
|
class DecreaseReplicaCountResult < Struct.new(
|
|
2767
2815
|
:replication_group)
|
|
2816
|
+
SENSITIVE = []
|
|
2768
2817
|
include Aws::Structure
|
|
2769
2818
|
end
|
|
2770
2819
|
|
|
@@ -2794,6 +2843,7 @@ module Aws::ElastiCache
|
|
|
2794
2843
|
class DeleteCacheClusterMessage < Struct.new(
|
|
2795
2844
|
:cache_cluster_id,
|
|
2796
2845
|
:final_snapshot_identifier)
|
|
2846
|
+
SENSITIVE = []
|
|
2797
2847
|
include Aws::Structure
|
|
2798
2848
|
end
|
|
2799
2849
|
|
|
@@ -2805,6 +2855,7 @@ module Aws::ElastiCache
|
|
|
2805
2855
|
#
|
|
2806
2856
|
class DeleteCacheClusterResult < Struct.new(
|
|
2807
2857
|
:cache_cluster)
|
|
2858
|
+
SENSITIVE = []
|
|
2808
2859
|
include Aws::Structure
|
|
2809
2860
|
end
|
|
2810
2861
|
|
|
@@ -2830,6 +2881,7 @@ module Aws::ElastiCache
|
|
|
2830
2881
|
#
|
|
2831
2882
|
class DeleteCacheParameterGroupMessage < Struct.new(
|
|
2832
2883
|
:cache_parameter_group_name)
|
|
2884
|
+
SENSITIVE = []
|
|
2833
2885
|
include Aws::Structure
|
|
2834
2886
|
end
|
|
2835
2887
|
|
|
@@ -2854,6 +2906,7 @@ module Aws::ElastiCache
|
|
|
2854
2906
|
#
|
|
2855
2907
|
class DeleteCacheSecurityGroupMessage < Struct.new(
|
|
2856
2908
|
:cache_security_group_name)
|
|
2909
|
+
SENSITIVE = []
|
|
2857
2910
|
include Aws::Structure
|
|
2858
2911
|
end
|
|
2859
2912
|
|
|
@@ -2877,6 +2930,7 @@ module Aws::ElastiCache
|
|
|
2877
2930
|
#
|
|
2878
2931
|
class DeleteCacheSubnetGroupMessage < Struct.new(
|
|
2879
2932
|
:cache_subnet_group_name)
|
|
2933
|
+
SENSITIVE = []
|
|
2880
2934
|
include Aws::Structure
|
|
2881
2935
|
end
|
|
2882
2936
|
|
|
@@ -2902,6 +2956,7 @@ module Aws::ElastiCache
|
|
|
2902
2956
|
class DeleteGlobalReplicationGroupMessage < Struct.new(
|
|
2903
2957
|
:global_replication_group_id,
|
|
2904
2958
|
:retain_primary_replication_group)
|
|
2959
|
+
SENSITIVE = []
|
|
2905
2960
|
include Aws::Structure
|
|
2906
2961
|
end
|
|
2907
2962
|
|
|
@@ -2922,6 +2977,7 @@ module Aws::ElastiCache
|
|
|
2922
2977
|
#
|
|
2923
2978
|
class DeleteGlobalReplicationGroupResult < Struct.new(
|
|
2924
2979
|
:global_replication_group)
|
|
2980
|
+
SENSITIVE = []
|
|
2925
2981
|
include Aws::Structure
|
|
2926
2982
|
end
|
|
2927
2983
|
|
|
@@ -2960,6 +3016,7 @@ module Aws::ElastiCache
|
|
|
2960
3016
|
:replication_group_id,
|
|
2961
3017
|
:retain_primary_cluster,
|
|
2962
3018
|
:final_snapshot_identifier)
|
|
3019
|
+
SENSITIVE = []
|
|
2963
3020
|
include Aws::Structure
|
|
2964
3021
|
end
|
|
2965
3022
|
|
|
@@ -2972,6 +3029,7 @@ module Aws::ElastiCache
|
|
|
2972
3029
|
#
|
|
2973
3030
|
class DeleteReplicationGroupResult < Struct.new(
|
|
2974
3031
|
:replication_group)
|
|
3032
|
+
SENSITIVE = []
|
|
2975
3033
|
include Aws::Structure
|
|
2976
3034
|
end
|
|
2977
3035
|
|
|
@@ -2992,6 +3050,7 @@ module Aws::ElastiCache
|
|
|
2992
3050
|
#
|
|
2993
3051
|
class DeleteSnapshotMessage < Struct.new(
|
|
2994
3052
|
:snapshot_name)
|
|
3053
|
+
SENSITIVE = []
|
|
2995
3054
|
include Aws::Structure
|
|
2996
3055
|
end
|
|
2997
3056
|
|
|
@@ -3004,6 +3063,7 @@ module Aws::ElastiCache
|
|
|
3004
3063
|
#
|
|
3005
3064
|
class DeleteSnapshotResult < Struct.new(
|
|
3006
3065
|
:snapshot)
|
|
3066
|
+
SENSITIVE = []
|
|
3007
3067
|
include Aws::Structure
|
|
3008
3068
|
end
|
|
3009
3069
|
|
|
@@ -3064,6 +3124,7 @@ module Aws::ElastiCache
|
|
|
3064
3124
|
:marker,
|
|
3065
3125
|
:show_cache_node_info,
|
|
3066
3126
|
:show_cache_clusters_not_in_replication_groups)
|
|
3127
|
+
SENSITIVE = []
|
|
3067
3128
|
include Aws::Structure
|
|
3068
3129
|
end
|
|
3069
3130
|
|
|
@@ -3139,6 +3200,7 @@ module Aws::ElastiCache
|
|
|
3139
3200
|
:max_records,
|
|
3140
3201
|
:marker,
|
|
3141
3202
|
:default_only)
|
|
3203
|
+
SENSITIVE = []
|
|
3142
3204
|
include Aws::Structure
|
|
3143
3205
|
end
|
|
3144
3206
|
|
|
@@ -3181,6 +3243,7 @@ module Aws::ElastiCache
|
|
|
3181
3243
|
:cache_parameter_group_name,
|
|
3182
3244
|
:max_records,
|
|
3183
3245
|
:marker)
|
|
3246
|
+
SENSITIVE = []
|
|
3184
3247
|
include Aws::Structure
|
|
3185
3248
|
end
|
|
3186
3249
|
|
|
@@ -3231,6 +3294,7 @@ module Aws::ElastiCache
|
|
|
3231
3294
|
:source,
|
|
3232
3295
|
:max_records,
|
|
3233
3296
|
:marker)
|
|
3297
|
+
SENSITIVE = []
|
|
3234
3298
|
include Aws::Structure
|
|
3235
3299
|
end
|
|
3236
3300
|
|
|
@@ -3273,6 +3337,7 @@ module Aws::ElastiCache
|
|
|
3273
3337
|
:cache_security_group_name,
|
|
3274
3338
|
:max_records,
|
|
3275
3339
|
:marker)
|
|
3340
|
+
SENSITIVE = []
|
|
3276
3341
|
include Aws::Structure
|
|
3277
3342
|
end
|
|
3278
3343
|
|
|
@@ -3315,6 +3380,7 @@ module Aws::ElastiCache
|
|
|
3315
3380
|
:cache_subnet_group_name,
|
|
3316
3381
|
:max_records,
|
|
3317
3382
|
:marker)
|
|
3383
|
+
SENSITIVE = []
|
|
3318
3384
|
include Aws::Structure
|
|
3319
3385
|
end
|
|
3320
3386
|
|
|
@@ -3360,6 +3426,7 @@ module Aws::ElastiCache
|
|
|
3360
3426
|
:cache_parameter_group_family,
|
|
3361
3427
|
:max_records,
|
|
3362
3428
|
:marker)
|
|
3429
|
+
SENSITIVE = []
|
|
3363
3430
|
include Aws::Structure
|
|
3364
3431
|
end
|
|
3365
3432
|
|
|
@@ -3372,6 +3439,7 @@ module Aws::ElastiCache
|
|
|
3372
3439
|
#
|
|
3373
3440
|
class DescribeEngineDefaultParametersResult < Struct.new(
|
|
3374
3441
|
:engine_defaults)
|
|
3442
|
+
SENSITIVE = []
|
|
3375
3443
|
include Aws::Structure
|
|
3376
3444
|
end
|
|
3377
3445
|
|
|
@@ -3446,6 +3514,7 @@ module Aws::ElastiCache
|
|
|
3446
3514
|
:duration,
|
|
3447
3515
|
:max_records,
|
|
3448
3516
|
:marker)
|
|
3517
|
+
SENSITIVE = []
|
|
3449
3518
|
include Aws::Structure
|
|
3450
3519
|
end
|
|
3451
3520
|
|
|
@@ -3488,6 +3557,7 @@ module Aws::ElastiCache
|
|
|
3488
3557
|
:max_records,
|
|
3489
3558
|
:marker,
|
|
3490
3559
|
:show_member_info)
|
|
3560
|
+
SENSITIVE = []
|
|
3491
3561
|
include Aws::Structure
|
|
3492
3562
|
end
|
|
3493
3563
|
|
|
@@ -3508,6 +3578,7 @@ module Aws::ElastiCache
|
|
|
3508
3578
|
class DescribeGlobalReplicationGroupsResult < Struct.new(
|
|
3509
3579
|
:marker,
|
|
3510
3580
|
:global_replication_groups)
|
|
3581
|
+
SENSITIVE = []
|
|
3511
3582
|
include Aws::Structure
|
|
3512
3583
|
end
|
|
3513
3584
|
|
|
@@ -3554,6 +3625,7 @@ module Aws::ElastiCache
|
|
|
3554
3625
|
:replication_group_id,
|
|
3555
3626
|
:max_records,
|
|
3556
3627
|
:marker)
|
|
3628
|
+
SENSITIVE = []
|
|
3557
3629
|
include Aws::Structure
|
|
3558
3630
|
end
|
|
3559
3631
|
|
|
@@ -3711,6 +3783,7 @@ module Aws::ElastiCache
|
|
|
3711
3783
|
:offering_type,
|
|
3712
3784
|
:max_records,
|
|
3713
3785
|
:marker)
|
|
3786
|
+
SENSITIVE = []
|
|
3714
3787
|
include Aws::Structure
|
|
3715
3788
|
end
|
|
3716
3789
|
|
|
@@ -3864,6 +3937,7 @@ module Aws::ElastiCache
|
|
|
3864
3937
|
:offering_type,
|
|
3865
3938
|
:max_records,
|
|
3866
3939
|
:marker)
|
|
3940
|
+
SENSITIVE = []
|
|
3867
3941
|
include Aws::Structure
|
|
3868
3942
|
end
|
|
3869
3943
|
|
|
@@ -3903,6 +3977,7 @@ module Aws::ElastiCache
|
|
|
3903
3977
|
:service_update_status,
|
|
3904
3978
|
:max_records,
|
|
3905
3979
|
:marker)
|
|
3980
|
+
SENSITIVE = []
|
|
3906
3981
|
include Aws::Structure
|
|
3907
3982
|
end
|
|
3908
3983
|
|
|
@@ -3925,6 +4000,7 @@ module Aws::ElastiCache
|
|
|
3925
4000
|
class DescribeSnapshotsListMessage < Struct.new(
|
|
3926
4001
|
:marker,
|
|
3927
4002
|
:snapshots)
|
|
4003
|
+
SENSITIVE = []
|
|
3928
4004
|
include Aws::Structure
|
|
3929
4005
|
end
|
|
3930
4006
|
|
|
@@ -3999,6 +4075,7 @@ module Aws::ElastiCache
|
|
|
3999
4075
|
:marker,
|
|
4000
4076
|
:max_records,
|
|
4001
4077
|
:show_node_group_config)
|
|
4078
|
+
SENSITIVE = []
|
|
4002
4079
|
include Aws::Structure
|
|
4003
4080
|
end
|
|
4004
4081
|
|
|
@@ -4079,6 +4156,7 @@ module Aws::ElastiCache
|
|
|
4079
4156
|
:show_node_level_update_status,
|
|
4080
4157
|
:max_records,
|
|
4081
4158
|
:marker)
|
|
4159
|
+
SENSITIVE = []
|
|
4082
4160
|
include Aws::Structure
|
|
4083
4161
|
end
|
|
4084
4162
|
|
|
@@ -4111,6 +4189,7 @@ module Aws::ElastiCache
|
|
|
4111
4189
|
:global_replication_group_id,
|
|
4112
4190
|
:replication_group_id,
|
|
4113
4191
|
:replication_group_region)
|
|
4192
|
+
SENSITIVE = []
|
|
4114
4193
|
include Aws::Structure
|
|
4115
4194
|
end
|
|
4116
4195
|
|
|
@@ -4131,6 +4210,7 @@ module Aws::ElastiCache
|
|
|
4131
4210
|
#
|
|
4132
4211
|
class DisassociateGlobalReplicationGroupResult < Struct.new(
|
|
4133
4212
|
:global_replication_group)
|
|
4213
|
+
SENSITIVE = []
|
|
4134
4214
|
include Aws::Structure
|
|
4135
4215
|
end
|
|
4136
4216
|
|
|
@@ -4155,6 +4235,7 @@ module Aws::ElastiCache
|
|
|
4155
4235
|
:status,
|
|
4156
4236
|
:ec2_security_group_name,
|
|
4157
4237
|
:ec2_security_group_owner_id)
|
|
4238
|
+
SENSITIVE = []
|
|
4158
4239
|
include Aws::Structure
|
|
4159
4240
|
end
|
|
4160
4241
|
|
|
@@ -4174,6 +4255,7 @@ module Aws::ElastiCache
|
|
|
4174
4255
|
class Endpoint < Struct.new(
|
|
4175
4256
|
:address,
|
|
4176
4257
|
:port)
|
|
4258
|
+
SENSITIVE = []
|
|
4177
4259
|
include Aws::Structure
|
|
4178
4260
|
end
|
|
4179
4261
|
|
|
@@ -4209,6 +4291,7 @@ module Aws::ElastiCache
|
|
|
4209
4291
|
:marker,
|
|
4210
4292
|
:parameters,
|
|
4211
4293
|
:cache_node_type_specific_parameters)
|
|
4294
|
+
SENSITIVE = []
|
|
4212
4295
|
include Aws::Structure
|
|
4213
4296
|
end
|
|
4214
4297
|
|
|
@@ -4242,6 +4325,7 @@ module Aws::ElastiCache
|
|
|
4242
4325
|
:source_type,
|
|
4243
4326
|
:message,
|
|
4244
4327
|
:date)
|
|
4328
|
+
SENSITIVE = []
|
|
4245
4329
|
include Aws::Structure
|
|
4246
4330
|
end
|
|
4247
4331
|
|
|
@@ -4261,6 +4345,7 @@ module Aws::ElastiCache
|
|
|
4261
4345
|
class EventsMessage < Struct.new(
|
|
4262
4346
|
:marker,
|
|
4263
4347
|
:events)
|
|
4348
|
+
SENSITIVE = []
|
|
4264
4349
|
include Aws::Structure
|
|
4265
4350
|
end
|
|
4266
4351
|
|
|
@@ -4291,6 +4376,7 @@ module Aws::ElastiCache
|
|
|
4291
4376
|
:global_replication_group_id,
|
|
4292
4377
|
:primary_region,
|
|
4293
4378
|
:primary_replication_group_id)
|
|
4379
|
+
SENSITIVE = []
|
|
4294
4380
|
include Aws::Structure
|
|
4295
4381
|
end
|
|
4296
4382
|
|
|
@@ -4311,6 +4397,7 @@ module Aws::ElastiCache
|
|
|
4311
4397
|
#
|
|
4312
4398
|
class FailoverGlobalReplicationGroupResult < Struct.new(
|
|
4313
4399
|
:global_replication_group)
|
|
4400
|
+
SENSITIVE = []
|
|
4314
4401
|
include Aws::Structure
|
|
4315
4402
|
end
|
|
4316
4403
|
|
|
@@ -4330,6 +4417,7 @@ module Aws::ElastiCache
|
|
|
4330
4417
|
class GlobalNodeGroup < Struct.new(
|
|
4331
4418
|
:global_node_group_id,
|
|
4332
4419
|
:slots)
|
|
4420
|
+
SENSITIVE = []
|
|
4333
4421
|
include Aws::Structure
|
|
4334
4422
|
end
|
|
4335
4423
|
|
|
@@ -4430,6 +4518,7 @@ module Aws::ElastiCache
|
|
|
4430
4518
|
:transit_encryption_enabled,
|
|
4431
4519
|
:at_rest_encryption_enabled,
|
|
4432
4520
|
:arn)
|
|
4521
|
+
SENSITIVE = []
|
|
4433
4522
|
include Aws::Structure
|
|
4434
4523
|
end
|
|
4435
4524
|
|
|
@@ -4456,6 +4545,7 @@ module Aws::ElastiCache
|
|
|
4456
4545
|
class GlobalReplicationGroupInfo < Struct.new(
|
|
4457
4546
|
:global_replication_group_id,
|
|
4458
4547
|
:global_replication_group_member_role)
|
|
4548
|
+
SENSITIVE = []
|
|
4459
4549
|
include Aws::Structure
|
|
4460
4550
|
end
|
|
4461
4551
|
|
|
@@ -4491,6 +4581,7 @@ module Aws::ElastiCache
|
|
|
4491
4581
|
:role,
|
|
4492
4582
|
:automatic_failover,
|
|
4493
4583
|
:status)
|
|
4584
|
+
SENSITIVE = []
|
|
4494
4585
|
include Aws::Structure
|
|
4495
4586
|
end
|
|
4496
4587
|
|
|
@@ -4547,6 +4638,7 @@ module Aws::ElastiCache
|
|
|
4547
4638
|
:node_group_count,
|
|
4548
4639
|
:regional_configurations,
|
|
4549
4640
|
:apply_immediately)
|
|
4641
|
+
SENSITIVE = []
|
|
4550
4642
|
include Aws::Structure
|
|
4551
4643
|
end
|
|
4552
4644
|
|
|
@@ -4567,6 +4659,7 @@ module Aws::ElastiCache
|
|
|
4567
4659
|
#
|
|
4568
4660
|
class IncreaseNodeGroupsInGlobalReplicationGroupResult < Struct.new(
|
|
4569
4661
|
:global_replication_group)
|
|
4662
|
+
SENSITIVE = []
|
|
4570
4663
|
include Aws::Structure
|
|
4571
4664
|
end
|
|
4572
4665
|
|
|
@@ -4618,6 +4711,7 @@ module Aws::ElastiCache
|
|
|
4618
4711
|
:new_replica_count,
|
|
4619
4712
|
:replica_configuration,
|
|
4620
4713
|
:apply_immediately)
|
|
4714
|
+
SENSITIVE = []
|
|
4621
4715
|
include Aws::Structure
|
|
4622
4716
|
end
|
|
4623
4717
|
|
|
@@ -4630,6 +4724,7 @@ module Aws::ElastiCache
|
|
|
4630
4724
|
#
|
|
4631
4725
|
class IncreaseReplicaCountResult < Struct.new(
|
|
4632
4726
|
:replication_group)
|
|
4727
|
+
SENSITIVE = []
|
|
4633
4728
|
include Aws::Structure
|
|
4634
4729
|
end
|
|
4635
4730
|
|
|
@@ -4694,6 +4789,7 @@ module Aws::ElastiCache
|
|
|
4694
4789
|
#
|
|
4695
4790
|
class InvalidParameterCombinationException < Struct.new(
|
|
4696
4791
|
:message)
|
|
4792
|
+
SENSITIVE = []
|
|
4697
4793
|
include Aws::Structure
|
|
4698
4794
|
end
|
|
4699
4795
|
|
|
@@ -4707,6 +4803,7 @@ module Aws::ElastiCache
|
|
|
4707
4803
|
#
|
|
4708
4804
|
class InvalidParameterValueException < Struct.new(
|
|
4709
4805
|
:message)
|
|
4806
|
+
SENSITIVE = []
|
|
4710
4807
|
include Aws::Structure
|
|
4711
4808
|
end
|
|
4712
4809
|
|
|
@@ -4771,6 +4868,7 @@ module Aws::ElastiCache
|
|
|
4771
4868
|
class ListAllowedNodeTypeModificationsMessage < Struct.new(
|
|
4772
4869
|
:cache_cluster_id,
|
|
4773
4870
|
:replication_group_id)
|
|
4871
|
+
SENSITIVE = []
|
|
4774
4872
|
include Aws::Structure
|
|
4775
4873
|
end
|
|
4776
4874
|
|
|
@@ -4801,6 +4899,7 @@ module Aws::ElastiCache
|
|
|
4801
4899
|
#
|
|
4802
4900
|
class ListTagsForResourceMessage < Struct.new(
|
|
4803
4901
|
:resource_name)
|
|
4902
|
+
SENSITIVE = []
|
|
4804
4903
|
include Aws::Structure
|
|
4805
4904
|
end
|
|
4806
4905
|
|
|
@@ -5177,6 +5276,7 @@ module Aws::ElastiCache
|
|
|
5177
5276
|
:cache_node_type,
|
|
5178
5277
|
:auth_token,
|
|
5179
5278
|
:auth_token_update_strategy)
|
|
5279
|
+
SENSITIVE = []
|
|
5180
5280
|
include Aws::Structure
|
|
5181
5281
|
end
|
|
5182
5282
|
|
|
@@ -5188,6 +5288,7 @@ module Aws::ElastiCache
|
|
|
5188
5288
|
#
|
|
5189
5289
|
class ModifyCacheClusterResult < Struct.new(
|
|
5190
5290
|
:cache_cluster)
|
|
5291
|
+
SENSITIVE = []
|
|
5191
5292
|
include Aws::Structure
|
|
5192
5293
|
end
|
|
5193
5294
|
|
|
@@ -5222,6 +5323,7 @@ module Aws::ElastiCache
|
|
|
5222
5323
|
class ModifyCacheParameterGroupMessage < Struct.new(
|
|
5223
5324
|
:cache_parameter_group_name,
|
|
5224
5325
|
:parameter_name_values)
|
|
5326
|
+
SENSITIVE = []
|
|
5225
5327
|
include Aws::Structure
|
|
5226
5328
|
end
|
|
5227
5329
|
|
|
@@ -5260,6 +5362,7 @@ module Aws::ElastiCache
|
|
|
5260
5362
|
:cache_subnet_group_name,
|
|
5261
5363
|
:cache_subnet_group_description,
|
|
5262
5364
|
:subnet_ids)
|
|
5365
|
+
SENSITIVE = []
|
|
5263
5366
|
include Aws::Structure
|
|
5264
5367
|
end
|
|
5265
5368
|
|
|
@@ -5275,6 +5378,7 @@ module Aws::ElastiCache
|
|
|
5275
5378
|
#
|
|
5276
5379
|
class ModifyCacheSubnetGroupResult < Struct.new(
|
|
5277
5380
|
:cache_subnet_group)
|
|
5381
|
+
SENSITIVE = []
|
|
5278
5382
|
include Aws::Structure
|
|
5279
5383
|
end
|
|
5280
5384
|
|
|
@@ -5329,6 +5433,7 @@ module Aws::ElastiCache
|
|
|
5329
5433
|
:engine_version,
|
|
5330
5434
|
:global_replication_group_description,
|
|
5331
5435
|
:automatic_failover_enabled)
|
|
5436
|
+
SENSITIVE = []
|
|
5332
5437
|
include Aws::Structure
|
|
5333
5438
|
end
|
|
5334
5439
|
|
|
@@ -5349,6 +5454,7 @@ module Aws::ElastiCache
|
|
|
5349
5454
|
#
|
|
5350
5455
|
class ModifyGlobalReplicationGroupResult < Struct.new(
|
|
5351
5456
|
:global_replication_group)
|
|
5457
|
+
SENSITIVE = []
|
|
5352
5458
|
include Aws::Structure
|
|
5353
5459
|
end
|
|
5354
5460
|
|
|
@@ -5624,6 +5730,7 @@ module Aws::ElastiCache
|
|
|
5624
5730
|
:cache_node_type,
|
|
5625
5731
|
:auth_token,
|
|
5626
5732
|
:auth_token_update_strategy)
|
|
5733
|
+
SENSITIVE = []
|
|
5627
5734
|
include Aws::Structure
|
|
5628
5735
|
end
|
|
5629
5736
|
|
|
@@ -5636,6 +5743,7 @@ module Aws::ElastiCache
|
|
|
5636
5743
|
#
|
|
5637
5744
|
class ModifyReplicationGroupResult < Struct.new(
|
|
5638
5745
|
:replication_group)
|
|
5746
|
+
SENSITIVE = []
|
|
5639
5747
|
include Aws::Structure
|
|
5640
5748
|
end
|
|
5641
5749
|
|
|
@@ -5717,6 +5825,7 @@ module Aws::ElastiCache
|
|
|
5717
5825
|
:resharding_configuration,
|
|
5718
5826
|
:node_groups_to_remove,
|
|
5719
5827
|
:node_groups_to_retain)
|
|
5828
|
+
SENSITIVE = []
|
|
5720
5829
|
include Aws::Structure
|
|
5721
5830
|
end
|
|
5722
5831
|
|
|
@@ -5729,6 +5838,7 @@ module Aws::ElastiCache
|
|
|
5729
5838
|
#
|
|
5730
5839
|
class ModifyReplicationGroupShardConfigurationResult < Struct.new(
|
|
5731
5840
|
:replication_group)
|
|
5841
|
+
SENSITIVE = []
|
|
5732
5842
|
include Aws::Structure
|
|
5733
5843
|
end
|
|
5734
5844
|
|
|
@@ -5781,6 +5891,7 @@ module Aws::ElastiCache
|
|
|
5781
5891
|
:reader_endpoint,
|
|
5782
5892
|
:slots,
|
|
5783
5893
|
:node_group_members)
|
|
5894
|
+
SENSITIVE = []
|
|
5784
5895
|
include Aws::Structure
|
|
5785
5896
|
end
|
|
5786
5897
|
|
|
@@ -5835,6 +5946,7 @@ module Aws::ElastiCache
|
|
|
5835
5946
|
:replica_count,
|
|
5836
5947
|
:primary_availability_zone,
|
|
5837
5948
|
:replica_availability_zones)
|
|
5949
|
+
SENSITIVE = []
|
|
5838
5950
|
include Aws::Structure
|
|
5839
5951
|
end
|
|
5840
5952
|
|
|
@@ -5873,6 +5985,7 @@ module Aws::ElastiCache
|
|
|
5873
5985
|
:read_endpoint,
|
|
5874
5986
|
:preferred_availability_zone,
|
|
5875
5987
|
:current_role)
|
|
5988
|
+
SENSITIVE = []
|
|
5876
5989
|
include Aws::Structure
|
|
5877
5990
|
end
|
|
5878
5991
|
|
|
@@ -5927,6 +6040,7 @@ module Aws::ElastiCache
|
|
|
5927
6040
|
:node_update_initiated_by,
|
|
5928
6041
|
:node_update_initiated_date,
|
|
5929
6042
|
:node_update_status_modified_date)
|
|
6043
|
+
SENSITIVE = []
|
|
5930
6044
|
include Aws::Structure
|
|
5931
6045
|
end
|
|
5932
6046
|
|
|
@@ -5953,6 +6067,7 @@ module Aws::ElastiCache
|
|
|
5953
6067
|
class NodeGroupUpdateStatus < Struct.new(
|
|
5954
6068
|
:node_group_id,
|
|
5955
6069
|
:node_group_member_update_status)
|
|
6070
|
+
SENSITIVE = []
|
|
5956
6071
|
include Aws::Structure
|
|
5957
6072
|
end
|
|
5958
6073
|
|
|
@@ -6020,6 +6135,7 @@ module Aws::ElastiCache
|
|
|
6020
6135
|
:cache_size,
|
|
6021
6136
|
:cache_node_create_time,
|
|
6022
6137
|
:snapshot_create_time)
|
|
6138
|
+
SENSITIVE = []
|
|
6023
6139
|
include Aws::Structure
|
|
6024
6140
|
end
|
|
6025
6141
|
|
|
@@ -6040,6 +6156,7 @@ module Aws::ElastiCache
|
|
|
6040
6156
|
class NotificationConfiguration < Struct.new(
|
|
6041
6157
|
:topic_arn,
|
|
6042
6158
|
:topic_status)
|
|
6159
|
+
SENSITIVE = []
|
|
6043
6160
|
include Aws::Structure
|
|
6044
6161
|
end
|
|
6045
6162
|
|
|
@@ -6103,6 +6220,7 @@ module Aws::ElastiCache
|
|
|
6103
6220
|
:is_modifiable,
|
|
6104
6221
|
:minimum_engine_version,
|
|
6105
6222
|
:change_type)
|
|
6223
|
+
SENSITIVE = []
|
|
6106
6224
|
include Aws::Structure
|
|
6107
6225
|
end
|
|
6108
6226
|
|
|
@@ -6130,6 +6248,7 @@ module Aws::ElastiCache
|
|
|
6130
6248
|
class ParameterNameValue < Struct.new(
|
|
6131
6249
|
:parameter_name,
|
|
6132
6250
|
:parameter_value)
|
|
6251
|
+
SENSITIVE = []
|
|
6133
6252
|
include Aws::Structure
|
|
6134
6253
|
end
|
|
6135
6254
|
|
|
@@ -6170,6 +6289,7 @@ module Aws::ElastiCache
|
|
|
6170
6289
|
:engine_version,
|
|
6171
6290
|
:cache_node_type,
|
|
6172
6291
|
:auth_token_status)
|
|
6292
|
+
SENSITIVE = []
|
|
6173
6293
|
include Aws::Structure
|
|
6174
6294
|
end
|
|
6175
6295
|
|
|
@@ -6199,6 +6319,7 @@ module Aws::ElastiCache
|
|
|
6199
6319
|
:cache_cluster_id,
|
|
6200
6320
|
:service_update_name,
|
|
6201
6321
|
:update_action_status)
|
|
6322
|
+
SENSITIVE = []
|
|
6202
6323
|
include Aws::Structure
|
|
6203
6324
|
end
|
|
6204
6325
|
|
|
@@ -6245,6 +6366,7 @@ module Aws::ElastiCache
|
|
|
6245
6366
|
:reserved_cache_nodes_offering_id,
|
|
6246
6367
|
:reserved_cache_node_id,
|
|
6247
6368
|
:cache_node_count)
|
|
6369
|
+
SENSITIVE = []
|
|
6248
6370
|
include Aws::Structure
|
|
6249
6371
|
end
|
|
6250
6372
|
|
|
@@ -6257,6 +6379,7 @@ module Aws::ElastiCache
|
|
|
6257
6379
|
#
|
|
6258
6380
|
class PurchaseReservedCacheNodesOfferingResult < Struct.new(
|
|
6259
6381
|
:reserved_cache_node)
|
|
6382
|
+
SENSITIVE = []
|
|
6260
6383
|
include Aws::Structure
|
|
6261
6384
|
end
|
|
6262
6385
|
|
|
@@ -6281,6 +6404,7 @@ module Aws::ElastiCache
|
|
|
6281
6404
|
class RebalanceSlotsInGlobalReplicationGroupMessage < Struct.new(
|
|
6282
6405
|
:global_replication_group_id,
|
|
6283
6406
|
:apply_immediately)
|
|
6407
|
+
SENSITIVE = []
|
|
6284
6408
|
include Aws::Structure
|
|
6285
6409
|
end
|
|
6286
6410
|
|
|
@@ -6301,6 +6425,7 @@ module Aws::ElastiCache
|
|
|
6301
6425
|
#
|
|
6302
6426
|
class RebalanceSlotsInGlobalReplicationGroupResult < Struct.new(
|
|
6303
6427
|
:global_replication_group)
|
|
6428
|
+
SENSITIVE = []
|
|
6304
6429
|
include Aws::Structure
|
|
6305
6430
|
end
|
|
6306
6431
|
|
|
@@ -6330,6 +6455,7 @@ module Aws::ElastiCache
|
|
|
6330
6455
|
class RebootCacheClusterMessage < Struct.new(
|
|
6331
6456
|
:cache_cluster_id,
|
|
6332
6457
|
:cache_node_ids_to_reboot)
|
|
6458
|
+
SENSITIVE = []
|
|
6333
6459
|
include Aws::Structure
|
|
6334
6460
|
end
|
|
6335
6461
|
|
|
@@ -6341,6 +6467,7 @@ module Aws::ElastiCache
|
|
|
6341
6467
|
#
|
|
6342
6468
|
class RebootCacheClusterResult < Struct.new(
|
|
6343
6469
|
:cache_cluster)
|
|
6470
|
+
SENSITIVE = []
|
|
6344
6471
|
include Aws::Structure
|
|
6345
6472
|
end
|
|
6346
6473
|
|
|
@@ -6360,6 +6487,7 @@ module Aws::ElastiCache
|
|
|
6360
6487
|
class RecurringCharge < Struct.new(
|
|
6361
6488
|
:recurring_charge_amount,
|
|
6362
6489
|
:recurring_charge_frequency)
|
|
6490
|
+
SENSITIVE = []
|
|
6363
6491
|
include Aws::Structure
|
|
6364
6492
|
end
|
|
6365
6493
|
|
|
@@ -6398,6 +6526,7 @@ module Aws::ElastiCache
|
|
|
6398
6526
|
:replication_group_id,
|
|
6399
6527
|
:replication_group_region,
|
|
6400
6528
|
:resharding_configuration)
|
|
6529
|
+
SENSITIVE = []
|
|
6401
6530
|
include Aws::Structure
|
|
6402
6531
|
end
|
|
6403
6532
|
|
|
@@ -6435,6 +6564,7 @@ module Aws::ElastiCache
|
|
|
6435
6564
|
class RemoveTagsFromResourceMessage < Struct.new(
|
|
6436
6565
|
:resource_name,
|
|
6437
6566
|
:tag_keys)
|
|
6567
|
+
SENSITIVE = []
|
|
6438
6568
|
include Aws::Structure
|
|
6439
6569
|
end
|
|
6440
6570
|
|
|
@@ -6618,6 +6748,7 @@ module Aws::ElastiCache
|
|
|
6618
6748
|
:at_rest_encryption_enabled,
|
|
6619
6749
|
:kms_key_id,
|
|
6620
6750
|
:arn)
|
|
6751
|
+
SENSITIVE = []
|
|
6621
6752
|
include Aws::Structure
|
|
6622
6753
|
end
|
|
6623
6754
|
|
|
@@ -6649,6 +6780,7 @@ module Aws::ElastiCache
|
|
|
6649
6780
|
class ReplicationGroupMessage < Struct.new(
|
|
6650
6781
|
:marker,
|
|
6651
6782
|
:replication_groups)
|
|
6783
|
+
SENSITIVE = []
|
|
6652
6784
|
include Aws::Structure
|
|
6653
6785
|
end
|
|
6654
6786
|
|
|
@@ -6702,6 +6834,7 @@ module Aws::ElastiCache
|
|
|
6702
6834
|
:automatic_failover_status,
|
|
6703
6835
|
:resharding,
|
|
6704
6836
|
:auth_token_status)
|
|
6837
|
+
SENSITIVE = []
|
|
6705
6838
|
include Aws::Structure
|
|
6706
6839
|
end
|
|
6707
6840
|
|
|
@@ -6851,6 +6984,7 @@ module Aws::ElastiCache
|
|
|
6851
6984
|
:state,
|
|
6852
6985
|
:recurring_charges,
|
|
6853
6986
|
:reservation_arn)
|
|
6987
|
+
SENSITIVE = []
|
|
6854
6988
|
include Aws::Structure
|
|
6855
6989
|
end
|
|
6856
6990
|
|
|
@@ -6876,6 +7010,7 @@ module Aws::ElastiCache
|
|
|
6876
7010
|
class ReservedCacheNodeMessage < Struct.new(
|
|
6877
7011
|
:marker,
|
|
6878
7012
|
:reserved_cache_nodes)
|
|
7013
|
+
SENSITIVE = []
|
|
6879
7014
|
include Aws::Structure
|
|
6880
7015
|
end
|
|
6881
7016
|
|
|
@@ -7009,6 +7144,7 @@ module Aws::ElastiCache
|
|
|
7009
7144
|
:product_description,
|
|
7010
7145
|
:offering_type,
|
|
7011
7146
|
:recurring_charges)
|
|
7147
|
+
SENSITIVE = []
|
|
7012
7148
|
include Aws::Structure
|
|
7013
7149
|
end
|
|
7014
7150
|
|
|
@@ -7029,6 +7165,7 @@ module Aws::ElastiCache
|
|
|
7029
7165
|
class ReservedCacheNodesOfferingMessage < Struct.new(
|
|
7030
7166
|
:marker,
|
|
7031
7167
|
:reserved_cache_nodes_offerings)
|
|
7168
|
+
SENSITIVE = []
|
|
7032
7169
|
include Aws::Structure
|
|
7033
7170
|
end
|
|
7034
7171
|
|
|
@@ -7079,6 +7216,7 @@ module Aws::ElastiCache
|
|
|
7079
7216
|
:cache_parameter_group_name,
|
|
7080
7217
|
:reset_all_parameters,
|
|
7081
7218
|
:parameter_name_values)
|
|
7219
|
+
SENSITIVE = []
|
|
7082
7220
|
include Aws::Structure
|
|
7083
7221
|
end
|
|
7084
7222
|
|
|
@@ -7108,6 +7246,7 @@ module Aws::ElastiCache
|
|
|
7108
7246
|
class ReshardingConfiguration < Struct.new(
|
|
7109
7247
|
:node_group_id,
|
|
7110
7248
|
:preferred_availability_zones)
|
|
7249
|
+
SENSITIVE = []
|
|
7111
7250
|
include Aws::Structure
|
|
7112
7251
|
end
|
|
7113
7252
|
|
|
@@ -7121,6 +7260,7 @@ module Aws::ElastiCache
|
|
|
7121
7260
|
#
|
|
7122
7261
|
class ReshardingStatus < Struct.new(
|
|
7123
7262
|
:slot_migration)
|
|
7263
|
+
SENSITIVE = []
|
|
7124
7264
|
include Aws::Structure
|
|
7125
7265
|
end
|
|
7126
7266
|
|
|
@@ -7155,6 +7295,7 @@ module Aws::ElastiCache
|
|
|
7155
7295
|
:cache_security_group_name,
|
|
7156
7296
|
:ec2_security_group_name,
|
|
7157
7297
|
:ec2_security_group_owner_id)
|
|
7298
|
+
SENSITIVE = []
|
|
7158
7299
|
include Aws::Structure
|
|
7159
7300
|
end
|
|
7160
7301
|
|
|
@@ -7172,6 +7313,7 @@ module Aws::ElastiCache
|
|
|
7172
7313
|
#
|
|
7173
7314
|
class RevokeCacheSecurityGroupIngressResult < Struct.new(
|
|
7174
7315
|
:cache_security_group)
|
|
7316
|
+
SENSITIVE = []
|
|
7175
7317
|
include Aws::Structure
|
|
7176
7318
|
end
|
|
7177
7319
|
|
|
@@ -7192,6 +7334,7 @@ module Aws::ElastiCache
|
|
|
7192
7334
|
class SecurityGroupMembership < Struct.new(
|
|
7193
7335
|
:security_group_id,
|
|
7194
7336
|
:status)
|
|
7337
|
+
SENSITIVE = []
|
|
7195
7338
|
include Aws::Structure
|
|
7196
7339
|
end
|
|
7197
7340
|
|
|
@@ -7275,6 +7418,7 @@ module Aws::ElastiCache
|
|
|
7275
7418
|
:engine_version,
|
|
7276
7419
|
:auto_update_after_recommended_apply_by_date,
|
|
7277
7420
|
:estimated_update_time)
|
|
7421
|
+
SENSITIVE = []
|
|
7278
7422
|
include Aws::Structure
|
|
7279
7423
|
end
|
|
7280
7424
|
|
|
@@ -7300,6 +7444,7 @@ module Aws::ElastiCache
|
|
|
7300
7444
|
class ServiceUpdatesMessage < Struct.new(
|
|
7301
7445
|
:marker,
|
|
7302
7446
|
:service_updates)
|
|
7447
|
+
SENSITIVE = []
|
|
7303
7448
|
include Aws::Structure
|
|
7304
7449
|
end
|
|
7305
7450
|
|
|
@@ -7313,6 +7458,7 @@ module Aws::ElastiCache
|
|
|
7313
7458
|
#
|
|
7314
7459
|
class SlotMigration < Struct.new(
|
|
7315
7460
|
:progress_percentage)
|
|
7461
|
+
SENSITIVE = []
|
|
7316
7462
|
include Aws::Structure
|
|
7317
7463
|
end
|
|
7318
7464
|
|
|
@@ -7583,6 +7729,7 @@ module Aws::ElastiCache
|
|
|
7583
7729
|
:node_snapshots,
|
|
7584
7730
|
:kms_key_id,
|
|
7585
7731
|
:arn)
|
|
7732
|
+
SENSITIVE = []
|
|
7586
7733
|
include Aws::Structure
|
|
7587
7734
|
end
|
|
7588
7735
|
|
|
@@ -7646,6 +7793,7 @@ module Aws::ElastiCache
|
|
|
7646
7793
|
class StartMigrationMessage < Struct.new(
|
|
7647
7794
|
:replication_group_id,
|
|
7648
7795
|
:customer_node_endpoint_list)
|
|
7796
|
+
SENSITIVE = []
|
|
7649
7797
|
include Aws::Structure
|
|
7650
7798
|
end
|
|
7651
7799
|
|
|
@@ -7658,6 +7806,7 @@ module Aws::ElastiCache
|
|
|
7658
7806
|
#
|
|
7659
7807
|
class StartMigrationResponse < Struct.new(
|
|
7660
7808
|
:replication_group)
|
|
7809
|
+
SENSITIVE = []
|
|
7661
7810
|
include Aws::Structure
|
|
7662
7811
|
end
|
|
7663
7812
|
|
|
@@ -7678,6 +7827,7 @@ module Aws::ElastiCache
|
|
|
7678
7827
|
class Subnet < Struct.new(
|
|
7679
7828
|
:subnet_identifier,
|
|
7680
7829
|
:subnet_availability_zone)
|
|
7830
|
+
SENSITIVE = []
|
|
7681
7831
|
include Aws::Structure
|
|
7682
7832
|
end
|
|
7683
7833
|
|
|
@@ -7712,6 +7862,7 @@ module Aws::ElastiCache
|
|
|
7712
7862
|
class Tag < Struct.new(
|
|
7713
7863
|
:key,
|
|
7714
7864
|
:value)
|
|
7865
|
+
SENSITIVE = []
|
|
7715
7866
|
include Aws::Structure
|
|
7716
7867
|
end
|
|
7717
7868
|
|
|
@@ -7726,6 +7877,7 @@ module Aws::ElastiCache
|
|
|
7726
7877
|
#
|
|
7727
7878
|
class TagListMessage < Struct.new(
|
|
7728
7879
|
:tag_list)
|
|
7880
|
+
SENSITIVE = []
|
|
7729
7881
|
include Aws::Structure
|
|
7730
7882
|
end
|
|
7731
7883
|
|
|
@@ -7768,6 +7920,7 @@ module Aws::ElastiCache
|
|
|
7768
7920
|
class TestFailoverMessage < Struct.new(
|
|
7769
7921
|
:replication_group_id,
|
|
7770
7922
|
:node_group_id)
|
|
7923
|
+
SENSITIVE = []
|
|
7771
7924
|
include Aws::Structure
|
|
7772
7925
|
end
|
|
7773
7926
|
|
|
@@ -7786,6 +7939,7 @@ module Aws::ElastiCache
|
|
|
7786
7939
|
#
|
|
7787
7940
|
class TestFailoverResult < Struct.new(
|
|
7788
7941
|
:replication_group)
|
|
7942
|
+
SENSITIVE = []
|
|
7789
7943
|
include Aws::Structure
|
|
7790
7944
|
end
|
|
7791
7945
|
|
|
@@ -7813,6 +7967,7 @@ module Aws::ElastiCache
|
|
|
7813
7967
|
class TimeRangeFilter < Struct.new(
|
|
7814
7968
|
:start_time,
|
|
7815
7969
|
:end_time)
|
|
7970
|
+
SENSITIVE = []
|
|
7816
7971
|
include Aws::Structure
|
|
7817
7972
|
end
|
|
7818
7973
|
|
|
@@ -7848,6 +8003,7 @@ module Aws::ElastiCache
|
|
|
7848
8003
|
:service_update_name,
|
|
7849
8004
|
:error_type,
|
|
7850
8005
|
:error_message)
|
|
8006
|
+
SENSITIVE = []
|
|
7851
8007
|
include Aws::Structure
|
|
7852
8008
|
end
|
|
7853
8009
|
|
|
@@ -7952,6 +8108,7 @@ module Aws::ElastiCache
|
|
|
7952
8108
|
:cache_node_update_status,
|
|
7953
8109
|
:estimated_update_time,
|
|
7954
8110
|
:engine)
|
|
8111
|
+
SENSITIVE = []
|
|
7955
8112
|
include Aws::Structure
|
|
7956
8113
|
end
|
|
7957
8114
|
|
|
@@ -7968,6 +8125,7 @@ module Aws::ElastiCache
|
|
|
7968
8125
|
class UpdateActionResultsMessage < Struct.new(
|
|
7969
8126
|
:processed_update_actions,
|
|
7970
8127
|
:unprocessed_update_actions)
|
|
8128
|
+
SENSITIVE = []
|
|
7971
8129
|
include Aws::Structure
|
|
7972
8130
|
end
|
|
7973
8131
|
|
|
@@ -7987,6 +8145,7 @@ module Aws::ElastiCache
|
|
|
7987
8145
|
class UpdateActionsMessage < Struct.new(
|
|
7988
8146
|
:marker,
|
|
7989
8147
|
:update_actions)
|
|
8148
|
+
SENSITIVE = []
|
|
7990
8149
|
include Aws::Structure
|
|
7991
8150
|
end
|
|
7992
8151
|
|
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.39.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: 2020-06-
|
|
11
|
+
date: 2020-06-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|