aws-sdk-elasticache 1.115.0 → 1.116.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -55,7 +55,7 @@ module Aws::ElastiCache
55
55
  autoload :EndpointProvider, 'aws-sdk-elasticache/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-elasticache/endpoints'
57
57
 
58
- GEM_VERSION = '1.115.0'
58
+ GEM_VERSION = '1.116.0'
59
59
 
60
60
  end
61
61
 
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.115.0
4
+ version: 1.116.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-09-24 00:00:00.000000000 Z
11
+ date: 2024-10-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core