aws-sdk-memorydb 1.36.0 → 1.38.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 591ba5da2ff0424f3a5ec5ea3cef8593ed5e379334148430533b16fa48a02b85
4
- data.tar.gz: 316c3e7f4eb20bb4bf59b3ac5e837f2b5f18e4a45762ea199905d0c607e95728
3
+ metadata.gz: e1482dbb28727b37abc437c578dc6e9feb956362ead00ca6c52ea0ccdc67d824
4
+ data.tar.gz: c63f4f4a2ab5b646e6344ec2e0814fecf00ace23b091019eb2a7276de13231e9
5
5
  SHA512:
6
- metadata.gz: 0ee9eeb0947eb289d6a0fb73e2d79a230d7e35a3fc034ca6c61f745ffb1a2cd1f8d99f6875cc46285d7363c3f2b0b46e05b19e9ce3bdc7a3ab29bb1382ad5d82
7
- data.tar.gz: 44bfcf0dae4533f5e167559864895eaa8d776083be433bd0d604f268e5d64550e9c93fc0dc3f0adaa98ef267de0db03f5c7addb0b296e9ab90a2f42503ee95ab
6
+ metadata.gz: 36597d3f9913edd5a5305f79a3797ebaac4e77403fc05a92df4f69c2685e1bd83f9fbf79ae6fa6b9a84b543959e41e44eed6de0b8cffaba9fb361598257c7deb
7
+ data.tar.gz: 6ddc7a8858a9d93da3b49b463cbd1610179bf66b170558dd3783beb16c44ed63c75f4a308d180cc4075c9d764644ff1907caaf8b84ffe71efc967acefad10513
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.38.0 (2024-10-08)
5
+ ------------------
6
+
7
+ * Feature - Amazon MemoryDB SDK now supports all APIs for newly launched Valkey engine. Please refer to the updated Amazon MemoryDB public documentation for detailed information on API usage.
8
+
9
+ 1.37.0 (2024-09-24)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.36.0 (2024-09-23)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.36.0
1
+ 1.38.0
@@ -36,8 +36,6 @@ require 'aws-sdk-core/plugins/telemetry.rb'
36
36
  require 'aws-sdk-core/plugins/sign.rb'
37
37
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
38
38
 
39
- Aws::Plugins::GlobalConfiguration.add_identifier(:memorydb)
40
-
41
39
  module Aws::MemoryDB
42
40
  # An API client for MemoryDB. To construct a client, you need to configure a `:region` and `:credentials`.
43
41
  #
@@ -512,6 +510,7 @@ module Aws::MemoryDB
512
510
  # resp.processed_clusters[0].cluster_endpoint.address #=> String
513
511
  # resp.processed_clusters[0].cluster_endpoint.port #=> Integer
514
512
  # resp.processed_clusters[0].node_type #=> String
513
+ # resp.processed_clusters[0].engine #=> String
515
514
  # resp.processed_clusters[0].engine_version #=> String
516
515
  # resp.processed_clusters[0].engine_patch_version #=> String
517
516
  # resp.processed_clusters[0].parameter_group_name #=> String
@@ -603,6 +602,7 @@ module Aws::MemoryDB
603
602
  # resp.snapshot.cluster_configuration.name #=> String
604
603
  # resp.snapshot.cluster_configuration.description #=> String
605
604
  # resp.snapshot.cluster_configuration.node_type #=> String
605
+ # resp.snapshot.cluster_configuration.engine #=> String
606
606
  # resp.snapshot.cluster_configuration.engine_version #=> String
607
607
  # resp.snapshot.cluster_configuration.maintenance_window #=> String
608
608
  # resp.snapshot.cluster_configuration.topic_arn #=> String
@@ -790,8 +790,12 @@ module Aws::MemoryDB
790
790
  # @option params [required, String] :acl_name
791
791
  # The name of the Access Control List to associate with the cluster.
792
792
  #
793
+ # @option params [String] :engine
794
+ # The name of the engine to be used for the nodes in this cluster. The
795
+ # value must be set to either Redis or Valkey.
796
+ #
793
797
  # @option params [String] :engine_version
794
- # The version number of the Redis OSS engine to be used for the cluster.
798
+ # The version number of the engine to be used for the cluster.
795
799
  #
796
800
  # @option params [Boolean] :auto_minor_version_upgrade
797
801
  # When set to true, the cluster will automatically receive minor engine
@@ -837,6 +841,7 @@ module Aws::MemoryDB
837
841
  # ],
838
842
  # snapshot_window: "String",
839
843
  # acl_name: "ACLName", # required
844
+ # engine: "String",
840
845
  # engine_version: "String",
841
846
  # auto_minor_version_upgrade: false,
842
847
  # data_tiering: false,
@@ -869,6 +874,7 @@ module Aws::MemoryDB
869
874
  # resp.cluster.cluster_endpoint.address #=> String
870
875
  # resp.cluster.cluster_endpoint.port #=> Integer
871
876
  # resp.cluster.node_type #=> String
877
+ # resp.cluster.engine #=> String
872
878
  # resp.cluster.engine_version #=> String
873
879
  # resp.cluster.engine_patch_version #=> String
874
880
  # resp.cluster.parameter_group_name #=> String
@@ -1000,6 +1006,7 @@ module Aws::MemoryDB
1000
1006
  # resp.snapshot.cluster_configuration.name #=> String
1001
1007
  # resp.snapshot.cluster_configuration.description #=> String
1002
1008
  # resp.snapshot.cluster_configuration.node_type #=> String
1009
+ # resp.snapshot.cluster_configuration.engine #=> String
1003
1010
  # resp.snapshot.cluster_configuration.engine_version #=> String
1004
1011
  # resp.snapshot.cluster_configuration.maintenance_window #=> String
1005
1012
  # resp.snapshot.cluster_configuration.topic_arn #=> String
@@ -1203,12 +1210,6 @@ module Aws::MemoryDB
1203
1210
  # Deletes a cluster. It also deletes all associated nodes and node
1204
1211
  # endpoints
1205
1212
  #
1206
- # <note markdown="1"> `CreateSnapshot` permission is required to create a final snapshot.
1207
- # Without this permission, the API call will fail with an `Access
1208
- # Denied` exception.
1209
- #
1210
- # </note>
1211
- #
1212
1213
  # @option params [required, String] :cluster_name
1213
1214
  # The name of the cluster to be deleted
1214
1215
  #
@@ -1255,6 +1256,7 @@ module Aws::MemoryDB
1255
1256
  # resp.cluster.cluster_endpoint.address #=> String
1256
1257
  # resp.cluster.cluster_endpoint.port #=> Integer
1257
1258
  # resp.cluster.node_type #=> String
1259
+ # resp.cluster.engine #=> String
1258
1260
  # resp.cluster.engine_version #=> String
1259
1261
  # resp.cluster.engine_patch_version #=> String
1260
1262
  # resp.cluster.parameter_group_name #=> String
@@ -1344,6 +1346,7 @@ module Aws::MemoryDB
1344
1346
  # resp.snapshot.cluster_configuration.name #=> String
1345
1347
  # resp.snapshot.cluster_configuration.description #=> String
1346
1348
  # resp.snapshot.cluster_configuration.node_type #=> String
1349
+ # resp.snapshot.cluster_configuration.engine #=> String
1347
1350
  # resp.snapshot.cluster_configuration.engine_version #=> String
1348
1351
  # resp.snapshot.cluster_configuration.maintenance_window #=> String
1349
1352
  # resp.snapshot.cluster_configuration.topic_arn #=> String
@@ -1569,6 +1572,7 @@ module Aws::MemoryDB
1569
1572
  # resp.clusters[0].cluster_endpoint.address #=> String
1570
1573
  # resp.clusters[0].cluster_endpoint.port #=> Integer
1571
1574
  # resp.clusters[0].node_type #=> String
1575
+ # resp.clusters[0].engine #=> String
1572
1576
  # resp.clusters[0].engine_version #=> String
1573
1577
  # resp.clusters[0].engine_patch_version #=> String
1574
1578
  # resp.clusters[0].parameter_group_name #=> String
@@ -1598,10 +1602,13 @@ module Aws::MemoryDB
1598
1602
  req.send_request(options)
1599
1603
  end
1600
1604
 
1601
- # Returns a list of the available Redis OSS engine versions.
1605
+ # Returns a list of the available engine versions.
1606
+ #
1607
+ # @option params [String] :engine
1608
+ # The engine version to return. Valid values are either valkey or redis.
1602
1609
  #
1603
1610
  # @option params [String] :engine_version
1604
- # The Redis OSS engine version
1611
+ # The engine version.
1605
1612
  #
1606
1613
  # @option params [String] :parameter_group_family
1607
1614
  # The name of a specific parameter group family to return details for.
@@ -1632,6 +1639,7 @@ module Aws::MemoryDB
1632
1639
  # @example Request syntax with placeholder values
1633
1640
  #
1634
1641
  # resp = client.describe_engine_versions({
1642
+ # engine: "String",
1635
1643
  # engine_version: "String",
1636
1644
  # parameter_group_family: "String",
1637
1645
  # max_results: 1,
@@ -1643,6 +1651,7 @@ module Aws::MemoryDB
1643
1651
  #
1644
1652
  # resp.next_token #=> String
1645
1653
  # resp.engine_versions #=> Array
1654
+ # resp.engine_versions[0].engine #=> String
1646
1655
  # resp.engine_versions[0].engine_version #=> String
1647
1656
  # resp.engine_versions[0].engine_patch_version #=> String
1648
1657
  # resp.engine_versions[0].parameter_group_family #=> String
@@ -2048,6 +2057,7 @@ module Aws::MemoryDB
2048
2057
  # resp.service_updates[0].description #=> String
2049
2058
  # resp.service_updates[0].status #=> String, one of "available", "in-progress", "complete", "scheduled"
2050
2059
  # resp.service_updates[0].type #=> String, one of "security-update"
2060
+ # resp.service_updates[0].engine #=> String
2051
2061
  # resp.service_updates[0].nodes_updated #=> String
2052
2062
  # resp.service_updates[0].auto_update_start_date #=> Time
2053
2063
  #
@@ -2125,6 +2135,7 @@ module Aws::MemoryDB
2125
2135
  # resp.snapshots[0].cluster_configuration.name #=> String
2126
2136
  # resp.snapshots[0].cluster_configuration.description #=> String
2127
2137
  # resp.snapshots[0].cluster_configuration.node_type #=> String
2138
+ # resp.snapshots[0].cluster_configuration.engine #=> String
2128
2139
  # resp.snapshots[0].cluster_configuration.engine_version #=> String
2129
2140
  # resp.snapshots[0].cluster_configuration.maintenance_window #=> String
2130
2141
  # resp.snapshots[0].cluster_configuration.topic_arn #=> String
@@ -2321,6 +2332,7 @@ module Aws::MemoryDB
2321
2332
  # resp.cluster.cluster_endpoint.address #=> String
2322
2333
  # resp.cluster.cluster_endpoint.port #=> Integer
2323
2334
  # resp.cluster.node_type #=> String
2335
+ # resp.cluster.engine #=> String
2324
2336
  # resp.cluster.engine_version #=> String
2325
2337
  # resp.cluster.engine_patch_version #=> String
2326
2338
  # resp.cluster.parameter_group_name #=> String
@@ -2732,6 +2744,10 @@ module Aws::MemoryDB
2732
2744
  # @option params [String] :node_type
2733
2745
  # A valid node type that you want to scale this cluster up or down to.
2734
2746
  #
2747
+ # @option params [String] :engine
2748
+ # The name of the engine to be used for the nodes in this cluster. The
2749
+ # value must be set to either Redis or Valkey.
2750
+ #
2735
2751
  # @option params [String] :engine_version
2736
2752
  # The upgraded version of the engine to be run on the nodes. You can
2737
2753
  # upgrade to a newer engine version, but you cannot downgrade to an
@@ -2765,6 +2781,7 @@ module Aws::MemoryDB
2765
2781
  # snapshot_window: "String",
2766
2782
  # snapshot_retention_limit: 1,
2767
2783
  # node_type: "String",
2784
+ # engine: "String",
2768
2785
  # engine_version: "String",
2769
2786
  # replica_configuration: {
2770
2787
  # replica_count: 1,
@@ -2802,6 +2819,7 @@ module Aws::MemoryDB
2802
2819
  # resp.cluster.cluster_endpoint.address #=> String
2803
2820
  # resp.cluster.cluster_endpoint.port #=> Integer
2804
2821
  # resp.cluster.node_type #=> String
2822
+ # resp.cluster.engine #=> String
2805
2823
  # resp.cluster.engine_version #=> String
2806
2824
  # resp.cluster.engine_patch_version #=> String
2807
2825
  # resp.cluster.parameter_group_name #=> String
@@ -2989,7 +3007,7 @@ module Aws::MemoryDB
2989
3007
  tracer: tracer
2990
3008
  )
2991
3009
  context[:gem_name] = 'aws-sdk-memorydb'
2992
- context[:gem_version] = '1.36.0'
3010
+ context[:gem_version] = '1.38.0'
2993
3011
  Seahorse::Client::Request.new(handlers, context)
2994
3012
  end
2995
3013
 
@@ -298,6 +298,7 @@ module Aws::MemoryDB
298
298
  Cluster.add_member(:availability_mode, Shapes::ShapeRef.new(shape: AZStatus, location_name: "AvailabilityMode"))
299
299
  Cluster.add_member(:cluster_endpoint, Shapes::ShapeRef.new(shape: Endpoint, location_name: "ClusterEndpoint"))
300
300
  Cluster.add_member(:node_type, Shapes::ShapeRef.new(shape: String, location_name: "NodeType"))
301
+ Cluster.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
301
302
  Cluster.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
302
303
  Cluster.add_member(:engine_patch_version, Shapes::ShapeRef.new(shape: String, location_name: "EnginePatchVersion"))
303
304
  Cluster.add_member(:parameter_group_name, Shapes::ShapeRef.new(shape: String, location_name: "ParameterGroupName"))
@@ -322,6 +323,7 @@ module Aws::MemoryDB
322
323
  ClusterConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "Name"))
323
324
  ClusterConfiguration.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
324
325
  ClusterConfiguration.add_member(:node_type, Shapes::ShapeRef.new(shape: String, location_name: "NodeType"))
326
+ ClusterConfiguration.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
325
327
  ClusterConfiguration.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
326
328
  ClusterConfiguration.add_member(:maintenance_window, Shapes::ShapeRef.new(shape: String, location_name: "MaintenanceWindow"))
327
329
  ClusterConfiguration.add_member(:topic_arn, Shapes::ShapeRef.new(shape: String, location_name: "TopicArn"))
@@ -385,6 +387,7 @@ module Aws::MemoryDB
385
387
  CreateClusterRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
386
388
  CreateClusterRequest.add_member(:snapshot_window, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotWindow"))
387
389
  CreateClusterRequest.add_member(:acl_name, Shapes::ShapeRef.new(shape: ACLName, required: true, location_name: "ACLName"))
390
+ CreateClusterRequest.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
388
391
  CreateClusterRequest.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
389
392
  CreateClusterRequest.add_member(:auto_minor_version_upgrade, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "AutoMinorVersionUpgrade"))
390
393
  CreateClusterRequest.add_member(:data_tiering, Shapes::ShapeRef.new(shape: BooleanOptional, location_name: "DataTiering"))
@@ -487,6 +490,7 @@ module Aws::MemoryDB
487
490
  DescribeClustersResponse.add_member(:clusters, Shapes::ShapeRef.new(shape: ClusterList, location_name: "Clusters"))
488
491
  DescribeClustersResponse.struct_class = Types::DescribeClustersResponse
489
492
 
493
+ DescribeEngineVersionsRequest.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
490
494
  DescribeEngineVersionsRequest.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
491
495
  DescribeEngineVersionsRequest.add_member(:parameter_group_family, Shapes::ShapeRef.new(shape: String, location_name: "ParameterGroupFamily"))
492
496
  DescribeEngineVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "MaxResults"))
@@ -602,6 +606,7 @@ module Aws::MemoryDB
602
606
  Endpoint.add_member(:port, Shapes::ShapeRef.new(shape: Integer, location_name: "Port"))
603
607
  Endpoint.struct_class = Types::Endpoint
604
608
 
609
+ EngineVersionInfo.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
605
610
  EngineVersionInfo.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
606
611
  EngineVersionInfo.add_member(:engine_patch_version, Shapes::ShapeRef.new(shape: String, location_name: "EnginePatchVersion"))
607
612
  EngineVersionInfo.add_member(:parameter_group_family, Shapes::ShapeRef.new(shape: String, location_name: "ParameterGroupFamily"))
@@ -812,6 +817,7 @@ module Aws::MemoryDB
812
817
  ServiceUpdate.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "Description"))
813
818
  ServiceUpdate.add_member(:status, Shapes::ShapeRef.new(shape: ServiceUpdateStatus, location_name: "Status"))
814
819
  ServiceUpdate.add_member(:type, Shapes::ShapeRef.new(shape: ServiceUpdateType, location_name: "Type"))
820
+ ServiceUpdate.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
815
821
  ServiceUpdate.add_member(:nodes_updated, Shapes::ShapeRef.new(shape: String, location_name: "NodesUpdated"))
816
822
  ServiceUpdate.add_member(:auto_update_start_date, Shapes::ShapeRef.new(shape: TStamp, location_name: "AutoUpdateStartDate"))
817
823
  ServiceUpdate.struct_class = Types::ServiceUpdate
@@ -957,6 +963,7 @@ module Aws::MemoryDB
957
963
  UpdateClusterRequest.add_member(:snapshot_window, Shapes::ShapeRef.new(shape: String, location_name: "SnapshotWindow"))
958
964
  UpdateClusterRequest.add_member(:snapshot_retention_limit, Shapes::ShapeRef.new(shape: IntegerOptional, location_name: "SnapshotRetentionLimit"))
959
965
  UpdateClusterRequest.add_member(:node_type, Shapes::ShapeRef.new(shape: String, location_name: "NodeType"))
966
+ UpdateClusterRequest.add_member(:engine, Shapes::ShapeRef.new(shape: String, location_name: "Engine"))
960
967
  UpdateClusterRequest.add_member(:engine_version, Shapes::ShapeRef.new(shape: String, location_name: "EngineVersion"))
961
968
  UpdateClusterRequest.add_member(:replica_configuration, Shapes::ShapeRef.new(shape: ReplicaConfigurationRequest, location_name: "ReplicaConfiguration"))
962
969
  UpdateClusterRequest.add_member(:shard_configuration, Shapes::ShapeRef.new(shape: ShardConfigurationRequest, location_name: "ShardConfiguration"))
@@ -238,12 +238,16 @@ module Aws::MemoryDB
238
238
  # The cluster's node type
239
239
  # @return [String]
240
240
  #
241
+ # @!attribute [rw] engine
242
+ # The Redis OSS or Valkey engine used by the cluster.
243
+ # @return [String]
244
+ #
241
245
  # @!attribute [rw] engine_version
242
- # The Redis OSS engine version used by the cluster
246
+ # The Redis engine version used by the cluster
243
247
  # @return [String]
244
248
  #
245
249
  # @!attribute [rw] engine_patch_version
246
- # The Redis OSS engine patch version used by the cluster
250
+ # The engine patch version used by the cluster
247
251
  # @return [String]
248
252
  #
249
253
  # @!attribute [rw] parameter_group_name
@@ -335,6 +339,7 @@ module Aws::MemoryDB
335
339
  :availability_mode,
336
340
  :cluster_endpoint,
337
341
  :node_type,
342
+ :engine,
338
343
  :engine_version,
339
344
  :engine_patch_version,
340
345
  :parameter_group_name,
@@ -374,8 +379,13 @@ module Aws::MemoryDB
374
379
  # The node type used for the cluster
375
380
  # @return [String]
376
381
  #
382
+ # @!attribute [rw] engine
383
+ # The configuration for the Redis OSS or Valkey engine used by the
384
+ # cluster.
385
+ # @return [String]
386
+ #
377
387
  # @!attribute [rw] engine_version
378
- # The Redis OSS engine version used by the cluster
388
+ # The engine version used by the cluster
379
389
  # @return [String]
380
390
  #
381
391
  # @!attribute [rw] maintenance_window
@@ -425,6 +435,7 @@ module Aws::MemoryDB
425
435
  :name,
426
436
  :description,
427
437
  :node_type,
438
+ :engine,
428
439
  :engine_version,
429
440
  :maintenance_window,
430
441
  :topic_arn,
@@ -684,9 +695,13 @@ module Aws::MemoryDB
684
695
  # The name of the Access Control List to associate with the cluster.
685
696
  # @return [String]
686
697
  #
698
+ # @!attribute [rw] engine
699
+ # The name of the engine to be used for the nodes in this cluster. The
700
+ # value must be set to either Redis or Valkey.
701
+ # @return [String]
702
+ #
687
703
  # @!attribute [rw] engine_version
688
- # The version number of the Redis OSS engine to be used for the
689
- # cluster.
704
+ # The version number of the engine to be used for the cluster.
690
705
  # @return [String]
691
706
  #
692
707
  # @!attribute [rw] auto_minor_version_upgrade
@@ -726,6 +741,7 @@ module Aws::MemoryDB
726
741
  :tags,
727
742
  :snapshot_window,
728
743
  :acl_name,
744
+ :engine,
729
745
  :engine_version,
730
746
  :auto_minor_version_upgrade,
731
747
  :data_tiering)
@@ -1175,8 +1191,13 @@ module Aws::MemoryDB
1175
1191
  include Aws::Structure
1176
1192
  end
1177
1193
 
1194
+ # @!attribute [rw] engine
1195
+ # The engine version to return. Valid values are either valkey or
1196
+ # redis.
1197
+ # @return [String]
1198
+ #
1178
1199
  # @!attribute [rw] engine_version
1179
- # The Redis OSS engine version
1200
+ # The engine version.
1180
1201
  # @return [String]
1181
1202
  #
1182
1203
  # @!attribute [rw] parameter_group_family
@@ -1207,6 +1228,7 @@ module Aws::MemoryDB
1207
1228
  # @see http://docs.aws.amazon.com/goto/WebAPI/memorydb-2021-01-01/DescribeEngineVersionsRequest AWS API Documentation
1208
1229
  #
1209
1230
  class DescribeEngineVersionsRequest < Struct.new(
1231
+ :engine,
1210
1232
  :engine_version,
1211
1233
  :parameter_group_family,
1212
1234
  :max_results,
@@ -1847,7 +1869,11 @@ module Aws::MemoryDB
1847
1869
  include Aws::Structure
1848
1870
  end
1849
1871
 
1850
- # Provides details of the Redis OSS engine version
1872
+ # Provides details of the engine version.
1873
+ #
1874
+ # @!attribute [rw] engine
1875
+ # The version of the Redis OSS or Valkey engine used by the cluster.
1876
+ # @return [String]
1851
1877
  #
1852
1878
  # @!attribute [rw] engine_version
1853
1879
  # The engine version
@@ -1865,6 +1891,7 @@ module Aws::MemoryDB
1865
1891
  # @see http://docs.aws.amazon.com/goto/WebAPI/memorydb-2021-01-01/EngineVersionInfo AWS API Documentation
1866
1892
  #
1867
1893
  class EngineVersionInfo < Struct.new(
1894
+ :engine,
1868
1895
  :engine_version,
1869
1896
  :engine_patch_version,
1870
1897
  :parameter_group_family)
@@ -2568,6 +2595,11 @@ module Aws::MemoryDB
2568
2595
  # Reflects the nature of the service update
2569
2596
  # @return [String]
2570
2597
  #
2598
+ # @!attribute [rw] engine
2599
+ # The MemoryDB engine to which the update applies. The values are
2600
+ # either Redis or Valkey.
2601
+ # @return [String]
2602
+ #
2571
2603
  # @!attribute [rw] nodes_updated
2572
2604
  # A list of nodes updated by the service update
2573
2605
  # @return [String]
@@ -2585,6 +2617,7 @@ module Aws::MemoryDB
2585
2617
  :description,
2586
2618
  :status,
2587
2619
  :type,
2620
+ :engine,
2588
2621
  :nodes_updated,
2589
2622
  :auto_update_start_date)
2590
2623
  SENSITIVE = []
@@ -3117,6 +3150,11 @@ module Aws::MemoryDB
3117
3150
  # A valid node type that you want to scale this cluster up or down to.
3118
3151
  # @return [String]
3119
3152
  #
3153
+ # @!attribute [rw] engine
3154
+ # The name of the engine to be used for the nodes in this cluster. The
3155
+ # value must be set to either Redis or Valkey.
3156
+ # @return [String]
3157
+ #
3120
3158
  # @!attribute [rw] engine_version
3121
3159
  # The upgraded version of the engine to be run on the nodes. You can
3122
3160
  # upgrade to a newer engine version, but you cannot downgrade to an
@@ -3150,6 +3188,7 @@ module Aws::MemoryDB
3150
3188
  :snapshot_window,
3151
3189
  :snapshot_retention_limit,
3152
3190
  :node_type,
3191
+ :engine,
3153
3192
  :engine_version,
3154
3193
  :replica_configuration,
3155
3194
  :shard_configuration,
@@ -11,6 +11,8 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:memorydb)
15
+
14
16
  # This module provides support for Amazon MemoryDB. This module is available in the
15
17
  # `aws-sdk-memorydb` gem.
16
18
  #
@@ -52,7 +54,7 @@ module Aws::MemoryDB
52
54
  autoload :EndpointProvider, 'aws-sdk-memorydb/endpoint_provider'
53
55
  autoload :Endpoints, 'aws-sdk-memorydb/endpoints'
54
56
 
55
- GEM_VERSION = '1.36.0'
57
+ GEM_VERSION = '1.38.0'
56
58
 
57
59
  end
58
60
 
data/sig/client.rbs CHANGED
@@ -156,6 +156,7 @@ module Aws
156
156
  ],
157
157
  ?snapshot_window: ::String,
158
158
  acl_name: ::String,
159
+ ?engine: ::String,
159
160
  ?engine_version: ::String,
160
161
  ?auto_minor_version_upgrade: bool,
161
162
  ?data_tiering: bool
@@ -332,6 +333,7 @@ module Aws
332
333
  end
333
334
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MemoryDB/Client.html#describe_engine_versions-instance_method
334
335
  def describe_engine_versions: (
336
+ ?engine: ::String,
335
337
  ?engine_version: ::String,
336
338
  ?parameter_group_family: ::String,
337
339
  ?max_results: ::Integer,
@@ -596,6 +598,7 @@ module Aws
596
598
  ?snapshot_window: ::String,
597
599
  ?snapshot_retention_limit: ::Integer,
598
600
  ?node_type: ::String,
601
+ ?engine: ::String,
599
602
  ?engine_version: ::String,
600
603
  ?replica_configuration: {
601
604
  replica_count: ::Integer?
data/sig/types.rbs CHANGED
@@ -81,6 +81,7 @@ module Aws::MemoryDB
81
81
  attr_accessor availability_mode: ("singleaz" | "multiaz")
82
82
  attr_accessor cluster_endpoint: Types::Endpoint
83
83
  attr_accessor node_type: ::String
84
+ attr_accessor engine: ::String
84
85
  attr_accessor engine_version: ::String
85
86
  attr_accessor engine_patch_version: ::String
86
87
  attr_accessor parameter_group_name: ::String
@@ -108,6 +109,7 @@ module Aws::MemoryDB
108
109
  attr_accessor name: ::String
109
110
  attr_accessor description: ::String
110
111
  attr_accessor node_type: ::String
112
+ attr_accessor engine: ::String
111
113
  attr_accessor engine_version: ::String
112
114
  attr_accessor maintenance_window: ::String
113
115
  attr_accessor topic_arn: ::String
@@ -181,6 +183,7 @@ module Aws::MemoryDB
181
183
  attr_accessor tags: ::Array[Types::Tag]
182
184
  attr_accessor snapshot_window: ::String
183
185
  attr_accessor acl_name: ::String
186
+ attr_accessor engine: ::String
184
187
  attr_accessor engine_version: ::String
185
188
  attr_accessor auto_minor_version_upgrade: bool
186
189
  attr_accessor data_tiering: bool
@@ -336,6 +339,7 @@ module Aws::MemoryDB
336
339
  end
337
340
 
338
341
  class DescribeEngineVersionsRequest
342
+ attr_accessor engine: ::String
339
343
  attr_accessor engine_version: ::String
340
344
  attr_accessor parameter_group_family: ::String
341
345
  attr_accessor max_results: ::Integer
@@ -494,6 +498,7 @@ module Aws::MemoryDB
494
498
  end
495
499
 
496
500
  class EngineVersionInfo
501
+ attr_accessor engine: ::String
497
502
  attr_accessor engine_version: ::String
498
503
  attr_accessor engine_patch_version: ::String
499
504
  attr_accessor parameter_group_family: ::String
@@ -743,6 +748,7 @@ module Aws::MemoryDB
743
748
  attr_accessor description: ::String
744
749
  attr_accessor status: ("available" | "in-progress" | "complete" | "scheduled")
745
750
  attr_accessor type: ("security-update")
751
+ attr_accessor engine: ::String
746
752
  attr_accessor nodes_updated: ::String
747
753
  attr_accessor auto_update_start_date: ::Time
748
754
  SENSITIVE: []
@@ -918,6 +924,7 @@ module Aws::MemoryDB
918
924
  attr_accessor snapshot_window: ::String
919
925
  attr_accessor snapshot_retention_limit: ::Integer
920
926
  attr_accessor node_type: ::String
927
+ attr_accessor engine: ::String
921
928
  attr_accessor engine_version: ::String
922
929
  attr_accessor replica_configuration: Types::ReplicaConfigurationRequest
923
930
  attr_accessor shard_configuration: Types::ShardConfigurationRequest
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-memorydb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.36.0
4
+ version: 1.38.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-23 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