aws-sdk-elasticache 1.142.0 → 1.143.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6de86246303a9e9e52c7da69ae3a7c1a77722dd11c89678c694d988c8935fa35
4
- data.tar.gz: d587cadd55964d4379d6de115b74f43a8d3e3ee01bc279f8f30479345d5e8238
3
+ metadata.gz: baf023bce48f5573c6f2919397fdfdce6d0afc1655022337780bda259a469d66
4
+ data.tar.gz: 304085e904d0f0cd20200d14ca56034515b587eed6349b40a3958244ca96c268
5
5
  SHA512:
6
- metadata.gz: 3a342454b01309db6a0453caeb8b7b95fbf3a6b979ad294e398454e0165b022c11160b28c41f111529e1fb3c31457c77c55457d0fecc39b17a425f3b4aee2aa5
7
- data.tar.gz: f919a14e25ed52487d05695b9773a79f59f659bc33f3634c99ae7901304072fb8b9cf68cfa629bb73348a79b8938d1c569d652a87e35f356ac9469fcd8596b01
6
+ metadata.gz: 358014d646400c497b29e38e514772a39842074bc35581e8c87b57a564db7aec7c5df7a4f8208236ae567eef2d6a037097e2c0c15d09585678ed395cb608a24b
7
+ data.tar.gz: 4e103e7f0e08d0a640580fd8a2f668e7bc1e32ec61b15fb52ccea563791eaacdd032c88a50330d5c8adc414d5f3841cf13d7418636324fb9b50c3f9d4efba317
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.143.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.142.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.142.0
1
+ 1.143.0
@@ -11509,7 +11509,7 @@ module Aws::ElastiCache
11509
11509
  tracer: tracer
11510
11510
  )
11511
11511
  context[:gem_name] = 'aws-sdk-elasticache'
11512
- context[:gem_version] = '1.142.0'
11512
+ context[:gem_version] = '1.143.0'
11513
11513
  Seahorse::Client::Request.new(handlers, context)
11514
11514
  end
11515
11515
 
@@ -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.142.0'
58
+ GEM_VERSION = '1.143.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -89,7 +89,7 @@ module Aws
89
89
  {
90
90
  key: ::String?,
91
91
  value: ::String?
92
- },
92
+ }
93
93
  ]
94
94
  ) -> _AddTagsToResourceResponseSuccess
95
95
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AddTagsToResourceResponseSuccess
@@ -156,7 +156,7 @@ module Aws
156
156
  {
157
157
  key: ::String?,
158
158
  value: ::String?
159
- },
159
+ }
160
160
  ]
161
161
  ) -> _CopyServerlessCacheSnapshotResponseSuccess
162
162
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CopyServerlessCacheSnapshotResponseSuccess
@@ -175,7 +175,7 @@ module Aws
175
175
  {
176
176
  key: ::String?,
177
177
  value: ::String?
178
- },
178
+ }
179
179
  ]
180
180
  ) -> _CopySnapshotResponseSuccess
181
181
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CopySnapshotResponseSuccess
@@ -203,7 +203,7 @@ module Aws
203
203
  {
204
204
  key: ::String?,
205
205
  value: ::String?
206
- },
206
+ }
207
207
  ],
208
208
  ?snapshot_arns: Array[::String],
209
209
  ?snapshot_name: ::String,
@@ -218,20 +218,7 @@ module Aws
218
218
  ?preferred_outpost_arn: ::String,
219
219
  ?preferred_outpost_arns: Array[::String],
220
220
  ?log_delivery_configurations: Array[
221
- {
222
- log_type: ("slow-log" | "engine-log")?,
223
- destination_type: ("cloudwatch-logs" | "kinesis-firehose")?,
224
- destination_details: {
225
- cloud_watch_logs_details: {
226
- log_group: ::String?
227
- }?,
228
- kinesis_firehose_details: {
229
- delivery_stream: ::String?
230
- }?
231
- }?,
232
- log_format: ("text" | "json")?,
233
- enabled: bool?
234
- },
221
+ Params::log_delivery_configuration_request
235
222
  ],
236
223
  ?transit_encryption_enabled: bool,
237
224
  ?network_type: ("ipv4" | "ipv6" | "dual_stack"),
@@ -252,7 +239,7 @@ module Aws
252
239
  {
253
240
  key: ::String?,
254
241
  value: ::String?
255
- },
242
+ }
256
243
  ]
257
244
  ) -> _CreateCacheParameterGroupResponseSuccess
258
245
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateCacheParameterGroupResponseSuccess
@@ -269,7 +256,7 @@ module Aws
269
256
  {
270
257
  key: ::String?,
271
258
  value: ::String?
272
- },
259
+ }
273
260
  ]
274
261
  ) -> _CreateCacheSecurityGroupResponseSuccess
275
262
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateCacheSecurityGroupResponseSuccess
@@ -287,7 +274,7 @@ module Aws
287
274
  {
288
275
  key: ::String?,
289
276
  value: ::String?
290
- },
277
+ }
291
278
  ]
292
279
  ) -> _CreateCacheSubnetGroupResponseSuccess
293
280
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateCacheSubnetGroupResponseSuccess
@@ -329,7 +316,7 @@ module Aws
329
316
  replica_availability_zones: Array[::String]?,
330
317
  primary_outpost_arn: ::String?,
331
318
  replica_outpost_arns: Array[::String]?
332
- },
319
+ }
333
320
  ],
334
321
  ?cache_node_type: ::String,
335
322
  ?engine: ::String,
@@ -342,7 +329,7 @@ module Aws
342
329
  {
343
330
  key: ::String?,
344
331
  value: ::String?
345
- },
332
+ }
346
333
  ],
347
334
  ?snapshot_arns: Array[::String],
348
335
  ?snapshot_name: ::String,
@@ -358,20 +345,7 @@ module Aws
358
345
  ?kms_key_id: ::String,
359
346
  ?user_group_ids: Array[::String],
360
347
  ?log_delivery_configurations: Array[
361
- {
362
- log_type: ("slow-log" | "engine-log")?,
363
- destination_type: ("cloudwatch-logs" | "kinesis-firehose")?,
364
- destination_details: {
365
- cloud_watch_logs_details: {
366
- log_group: ::String?
367
- }?,
368
- kinesis_firehose_details: {
369
- delivery_stream: ::String?
370
- }?
371
- }?,
372
- log_format: ("text" | "json")?,
373
- enabled: bool?
374
- },
348
+ Params::log_delivery_configuration_request
375
349
  ],
376
350
  ?data_tiering_enabled: bool,
377
351
  ?network_type: ("ipv4" | "ipv6" | "dual_stack"),
@@ -392,17 +366,7 @@ module Aws
392
366
  ?description: ::String,
393
367
  engine: ::String,
394
368
  ?major_engine_version: ::String,
395
- ?cache_usage_limits: {
396
- data_storage: {
397
- maximum: ::Integer?,
398
- minimum: ::Integer?,
399
- unit: ("GB")
400
- }?,
401
- ecpu_per_second: {
402
- maximum: ::Integer?,
403
- minimum: ::Integer?
404
- }?
405
- },
369
+ ?cache_usage_limits: Params::cache_usage_limits,
406
370
  ?kms_key_id: ::String,
407
371
  ?security_group_ids: Array[::String],
408
372
  ?snapshot_arns_to_restore: Array[::String],
@@ -410,7 +374,7 @@ module Aws
410
374
  {
411
375
  key: ::String?,
412
376
  value: ::String?
413
- },
377
+ }
414
378
  ],
415
379
  ?user_group_id: ::String,
416
380
  ?subnet_ids: Array[::String],
@@ -433,7 +397,7 @@ module Aws
433
397
  {
434
398
  key: ::String?,
435
399
  value: ::String?
436
- },
400
+ }
437
401
  ]
438
402
  ) -> _CreateServerlessCacheSnapshotResponseSuccess
439
403
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateServerlessCacheSnapshotResponseSuccess
@@ -452,7 +416,7 @@ module Aws
452
416
  {
453
417
  key: ::String?,
454
418
  value: ::String?
455
- },
419
+ }
456
420
  ]
457
421
  ) -> _CreateSnapshotResponseSuccess
458
422
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateSnapshotResponseSuccess
@@ -481,7 +445,7 @@ module Aws
481
445
  {
482
446
  key: ::String?,
483
447
  value: ::String?
484
- },
448
+ }
485
449
  ],
486
450
  ?authentication_mode: {
487
451
  type: ("password" | "no-password-required" | "iam")?,
@@ -511,7 +475,7 @@ module Aws
511
475
  {
512
476
  key: ::String?,
513
477
  value: ::String?
514
- },
478
+ }
515
479
  ]
516
480
  ) -> _CreateUserGroupResponseSuccess
517
481
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateUserGroupResponseSuccess
@@ -544,7 +508,7 @@ module Aws
544
508
  new_replica_count: ::Integer,
545
509
  preferred_availability_zones: Array[::String]?,
546
510
  preferred_outpost_arns: Array[::String]?
547
- },
511
+ }
548
512
  ],
549
513
  ?replicas_to_remove: Array[::String],
550
514
  apply_immediately: bool
@@ -954,7 +918,7 @@ module Aws
954
918
  {
955
919
  name: ::String,
956
920
  values: Array[::String]
957
- },
921
+ }
958
922
  ],
959
923
  ?max_records: ::Integer,
960
924
  ?marker: ::String
@@ -1012,9 +976,9 @@ module Aws
1012
976
  {
1013
977
  node_group_id: ::String?,
1014
978
  preferred_availability_zones: Array[::String]?
1015
- },
979
+ }
1016
980
  ]
1017
- },
981
+ }
1018
982
  ],
1019
983
  apply_immediately: bool
1020
984
  ) -> _IncreaseNodeGroupsInGlobalReplicationGroupResponseSuccess
@@ -1034,7 +998,7 @@ module Aws
1034
998
  new_replica_count: ::Integer,
1035
999
  preferred_availability_zones: Array[::String]?,
1036
1000
  preferred_outpost_arns: Array[::String]?
1037
- },
1001
+ }
1038
1002
  ],
1039
1003
  apply_immediately: bool
1040
1004
  ) -> _IncreaseReplicaCountResponseSuccess
@@ -1089,20 +1053,7 @@ module Aws
1089
1053
  ?auth_token: ::String,
1090
1054
  ?auth_token_update_strategy: ("SET" | "ROTATE" | "DELETE"),
1091
1055
  ?log_delivery_configurations: Array[
1092
- {
1093
- log_type: ("slow-log" | "engine-log")?,
1094
- destination_type: ("cloudwatch-logs" | "kinesis-firehose")?,
1095
- destination_details: {
1096
- cloud_watch_logs_details: {
1097
- log_group: ::String?
1098
- }?,
1099
- kinesis_firehose_details: {
1100
- delivery_stream: ::String?
1101
- }?
1102
- }?,
1103
- log_format: ("text" | "json")?,
1104
- enabled: bool?
1105
- },
1056
+ Params::log_delivery_configuration_request
1106
1057
  ],
1107
1058
  ?ip_discovery: ("ipv4" | "ipv6"),
1108
1059
  ?scale_config: {
@@ -1123,7 +1074,7 @@ module Aws
1123
1074
  {
1124
1075
  parameter_name: ::String?,
1125
1076
  parameter_value: ::String?
1126
- },
1077
+ }
1127
1078
  ]
1128
1079
  ) -> _ModifyCacheParameterGroupResponseSuccess
1129
1080
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyCacheParameterGroupResponseSuccess
@@ -1189,20 +1140,7 @@ module Aws
1189
1140
  ?user_group_ids_to_remove: Array[::String],
1190
1141
  ?remove_user_groups: bool,
1191
1142
  ?log_delivery_configurations: Array[
1192
- {
1193
- log_type: ("slow-log" | "engine-log")?,
1194
- destination_type: ("cloudwatch-logs" | "kinesis-firehose")?,
1195
- destination_details: {
1196
- cloud_watch_logs_details: {
1197
- log_group: ::String?
1198
- }?,
1199
- kinesis_firehose_details: {
1200
- delivery_stream: ::String?
1201
- }?
1202
- }?,
1203
- log_format: ("text" | "json")?,
1204
- enabled: bool?
1205
- },
1143
+ Params::log_delivery_configuration_request
1206
1144
  ],
1207
1145
  ?ip_discovery: ("ipv4" | "ipv6"),
1208
1146
  ?transit_encryption_enabled: bool,
@@ -1224,7 +1162,7 @@ module Aws
1224
1162
  {
1225
1163
  node_group_id: ::String?,
1226
1164
  preferred_availability_zones: Array[::String]?
1227
- },
1165
+ }
1228
1166
  ],
1229
1167
  ?node_groups_to_remove: Array[::String],
1230
1168
  ?node_groups_to_retain: Array[::String]
@@ -1239,17 +1177,7 @@ module Aws
1239
1177
  def modify_serverless_cache: (
1240
1178
  serverless_cache_name: ::String,
1241
1179
  ?description: ::String,
1242
- ?cache_usage_limits: {
1243
- data_storage: {
1244
- maximum: ::Integer?,
1245
- minimum: ::Integer?,
1246
- unit: ("GB")
1247
- }?,
1248
- ecpu_per_second: {
1249
- maximum: ::Integer?,
1250
- minimum: ::Integer?
1251
- }?
1252
- },
1180
+ ?cache_usage_limits: Params::cache_usage_limits,
1253
1181
  ?remove_user_group: bool,
1254
1182
  ?user_group_id: ::String,
1255
1183
  ?security_group_ids: Array[::String],
@@ -1321,7 +1249,7 @@ module Aws
1321
1249
  {
1322
1250
  key: ::String?,
1323
1251
  value: ::String?
1324
- },
1252
+ }
1325
1253
  ]
1326
1254
  ) -> _PurchaseReservedCacheNodesOfferingResponseSuccess
1327
1255
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PurchaseReservedCacheNodesOfferingResponseSuccess
@@ -1371,7 +1299,7 @@ module Aws
1371
1299
  {
1372
1300
  parameter_name: ::String?,
1373
1301
  parameter_value: ::String?
1374
- },
1302
+ }
1375
1303
  ]
1376
1304
  ) -> _ResetCacheParameterGroupResponseSuccess
1377
1305
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ResetCacheParameterGroupResponseSuccess
@@ -1399,7 +1327,7 @@ module Aws
1399
1327
  {
1400
1328
  address: ::String?,
1401
1329
  port: ::Integer?
1402
- },
1330
+ }
1403
1331
  ]
1404
1332
  ) -> _StartMigrationResponseSuccess
1405
1333
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartMigrationResponseSuccess
@@ -1426,7 +1354,7 @@ module Aws
1426
1354
  {
1427
1355
  address: ::String?,
1428
1356
  port: ::Integer?
1429
- },
1357
+ }
1430
1358
  ]
1431
1359
  ) -> _TestMigrationResponseSuccess
1432
1360
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TestMigrationResponseSuccess
data/sig/params.rbs ADDED
@@ -0,0 +1,42 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module ElastiCache
10
+ module Params
11
+ type destination_details = {
12
+ cloud_watch_logs_details: {
13
+ log_group: ::String?
14
+ }?,
15
+ kinesis_firehose_details: {
16
+ delivery_stream: ::String?
17
+ }?
18
+ }
19
+
20
+ type log_delivery_configuration_request = {
21
+ log_type: ("slow-log" | "engine-log")?,
22
+ destination_type: ("cloudwatch-logs" | "kinesis-firehose")?,
23
+ destination_details: Params::destination_details?,
24
+ log_format: ("text" | "json")?,
25
+ enabled: bool?
26
+ }
27
+
28
+ type cache_usage_limits = {
29
+ data_storage: {
30
+ maximum: ::Integer?,
31
+ minimum: ::Integer?,
32
+ unit: ("GB")
33
+ }?,
34
+ ecpu_per_second: {
35
+ maximum: ::Integer?,
36
+ minimum: ::Integer?
37
+ }?
38
+ }
39
+
40
+ end
41
+ end
42
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-elasticache
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.142.0
4
+ version: 1.143.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -68,6 +68,7 @@ files:
68
68
  - lib/aws-sdk-elasticache/waiters.rb
69
69
  - sig/client.rbs
70
70
  - sig/errors.rbs
71
+ - sig/params.rbs
71
72
  - sig/resource.rbs
72
73
  - sig/types.rbs
73
74
  - sig/waiters.rbs