aws-sdk-elasticache 1.115.0 → 1.117.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-elasticache/client.rb +329 -281
- data/lib/aws-sdk-elasticache/client_api.rb +6 -0
- data/lib/aws-sdk-elasticache/endpoint_parameters.rb +9 -6
- data/lib/aws-sdk-elasticache/endpoints.rb +2 -823
- data/lib/aws-sdk-elasticache/plugins/endpoints.rb +1 -156
- data/lib/aws-sdk-elasticache/types.rb +446 -396
- data/lib/aws-sdk-elasticache.rb +1 -1
- data/sig/client.rbs +6 -1
- data/sig/types.rbs +6 -0
- metadata +4 -4
data/lib/aws-sdk-elasticache.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -1076,6 +1076,7 @@ module Aws
|
|
1076
1076
|
?cache_parameter_group_name: ::String,
|
1077
1077
|
?notification_topic_status: ::String,
|
1078
1078
|
?apply_immediately: bool,
|
1079
|
+
?engine: ::String,
|
1079
1080
|
?engine_version: ::String,
|
1080
1081
|
?auto_minor_version_upgrade: bool,
|
1081
1082
|
?snapshot_retention_limit: ::Integer,
|
@@ -1140,6 +1141,7 @@ module Aws
|
|
1140
1141
|
global_replication_group_id: ::String,
|
1141
1142
|
apply_immediately: bool,
|
1142
1143
|
?cache_node_type: ::String,
|
1144
|
+
?engine: ::String,
|
1143
1145
|
?engine_version: ::String,
|
1144
1146
|
?cache_parameter_group_name: ::String,
|
1145
1147
|
?global_replication_group_description: ::String,
|
@@ -1167,6 +1169,7 @@ module Aws
|
|
1167
1169
|
?cache_parameter_group_name: ::String,
|
1168
1170
|
?notification_topic_status: ::String,
|
1169
1171
|
?apply_immediately: bool,
|
1172
|
+
?engine: ::String,
|
1170
1173
|
?engine_version: ::String,
|
1171
1174
|
?auto_minor_version_upgrade: bool,
|
1172
1175
|
?snapshot_retention_limit: ::Integer,
|
@@ -1243,7 +1246,9 @@ module Aws
|
|
1243
1246
|
?user_group_id: ::String,
|
1244
1247
|
?security_group_ids: Array[::String],
|
1245
1248
|
?snapshot_retention_limit: ::Integer,
|
1246
|
-
?daily_snapshot_time: ::String
|
1249
|
+
?daily_snapshot_time: ::String,
|
1250
|
+
?engine: ::String,
|
1251
|
+
?major_engine_version: ::String
|
1247
1252
|
) -> _ModifyServerlessCacheResponseSuccess
|
1248
1253
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyServerlessCacheResponseSuccess
|
1249
1254
|
|
data/sig/types.rbs
CHANGED
@@ -1163,6 +1163,7 @@ module Aws::ElastiCache
|
|
1163
1163
|
attr_accessor cache_parameter_group_name: ::String
|
1164
1164
|
attr_accessor notification_topic_status: ::String
|
1165
1165
|
attr_accessor apply_immediately: bool
|
1166
|
+
attr_accessor engine: ::String
|
1166
1167
|
attr_accessor engine_version: ::String
|
1167
1168
|
attr_accessor auto_minor_version_upgrade: bool
|
1168
1169
|
attr_accessor snapshot_retention_limit: ::Integer
|
@@ -1202,6 +1203,7 @@ module Aws::ElastiCache
|
|
1202
1203
|
attr_accessor global_replication_group_id: ::String
|
1203
1204
|
attr_accessor apply_immediately: bool
|
1204
1205
|
attr_accessor cache_node_type: ::String
|
1206
|
+
attr_accessor engine: ::String
|
1205
1207
|
attr_accessor engine_version: ::String
|
1206
1208
|
attr_accessor cache_parameter_group_name: ::String
|
1207
1209
|
attr_accessor global_replication_group_description: ::String
|
@@ -1229,6 +1231,7 @@ module Aws::ElastiCache
|
|
1229
1231
|
attr_accessor cache_parameter_group_name: ::String
|
1230
1232
|
attr_accessor notification_topic_status: ::String
|
1231
1233
|
attr_accessor apply_immediately: bool
|
1234
|
+
attr_accessor engine: ::String
|
1232
1235
|
attr_accessor engine_version: ::String
|
1233
1236
|
attr_accessor auto_minor_version_upgrade: bool
|
1234
1237
|
attr_accessor snapshot_retention_limit: ::Integer
|
@@ -1276,6 +1279,8 @@ module Aws::ElastiCache
|
|
1276
1279
|
attr_accessor security_group_ids: ::Array[::String]
|
1277
1280
|
attr_accessor snapshot_retention_limit: ::Integer
|
1278
1281
|
attr_accessor daily_snapshot_time: ::String
|
1282
|
+
attr_accessor engine: ::String
|
1283
|
+
attr_accessor major_engine_version: ::String
|
1279
1284
|
SENSITIVE: []
|
1280
1285
|
end
|
1281
1286
|
|
@@ -1516,6 +1521,7 @@ module Aws::ElastiCache
|
|
1516
1521
|
attr_accessor ip_discovery: ("ipv4" | "ipv6")
|
1517
1522
|
attr_accessor transit_encryption_mode: ("preferred" | "required")
|
1518
1523
|
attr_accessor cluster_mode: ("enabled" | "disabled" | "compatible")
|
1524
|
+
attr_accessor engine: ::String
|
1519
1525
|
SENSITIVE: []
|
1520
1526
|
end
|
1521
1527
|
|
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.117.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: 2024-
|
11
|
+
date: 2024-10-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.210.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.210.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|