aws-sdk-elasticache 1.95.0 → 1.97.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: ff4588578bd7abc106581ede86c266eb9ef0a7137127369e8a4f01e1243aeeae
4
- data.tar.gz: e744e06ac0ad6c38a22c16a4d43cba163fe7058b53d49b696f74255492b9e44e
3
+ metadata.gz: 0cd614dedf2ee360c31241653f0ffc5c5574113009feb460a234be5b0eed4f1e
4
+ data.tar.gz: e9fd4f0fb90c5d6e73077cc70a2be8f3933448b262e89204ccfdb001e16defc4
5
5
  SHA512:
6
- metadata.gz: 44ecb7be58995bbf2500315862fc391c4eb4dc5e009ddf5a1af43a81cded5c3c66a2888be081e4ec888240f2aa55e00f254787cf7a593c107e02f16bd5a45e9c
7
- data.tar.gz: b13d8abe00c10f7b878681b23278cbd021c614dbd1325ff9383bb4aa56dd77f59e76d0a913747acf95ff3bba2191ea35d63c5b08f8857ea94908f185b474774e
6
+ metadata.gz: f755da91b3e2cb0dc06de97f45bda53458b8923bbe8ff3160b831c3647d70ab1f481a50bd7caf96ec3053f866f730635d66bcffebe705d5a4bae6eb7a3d48def
7
+ data.tar.gz: 73eeb5cb5b650529b8566e3850f7097d88b04d739523b4999d47eed3e23743763d881b7c35b4ef7d01f88e5bf9f0c633529ca5b02ddb76d36676fc4becc1fe0f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.97.0 (2024-03-11)
5
+ ------------------
6
+
7
+ * Feature - Revisions to API text that are now to be carried over to SDK text, changing usages of "SFO" in code examples to "us-west-1", and some other typos.
8
+
9
+ 1.96.0 (2024-01-26)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.95.0 (2023-11-28)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.95.0
1
+ 1.97.0
@@ -2048,9 +2048,9 @@ module Aws::ElastiCache
2048
2048
  # or a secondary replication group associated with a Global datastore.
2049
2049
  #
2050
2050
  # A Redis (cluster mode disabled) replication group is a collection of
2051
- # clusters, where one of the clusters is a read/write primary and the
2052
- # others are read-only replicas. Writes to the primary are
2053
- # asynchronously propagated to the replicas.
2051
+ # nodes, where one of the nodes is a read/write primary and the others
2052
+ # are read-only replicas. Writes to the primary are asynchronously
2053
+ # propagated to the replicas.
2054
2054
  #
2055
2055
  # A Redis cluster-mode enabled cluster is comprised of from 1 to 90
2056
2056
  # shards (API/CLI: node groups). Each shard has a primary node and up to
@@ -2397,11 +2397,6 @@ module Aws::ElastiCache
2397
2397
  # Specifies the weekly time range during which maintenance on the
2398
2398
  # cluster is performed. It is specified as a range in the format
2399
2399
  # ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance
2400
- # window is a 60 minute period. Valid values for `ddd` are:
2401
- #
2402
- # Specifies the weekly time range during which maintenance on the
2403
- # cluster is performed. It is specified as a range in the format
2404
- # ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance
2405
2400
  # window is a 60 minute period.
2406
2401
  #
2407
2402
  # Valid values for `ddd` are:
@@ -11300,7 +11295,7 @@ module Aws::ElastiCache
11300
11295
  params: params,
11301
11296
  config: config)
11302
11297
  context[:gem_name] = 'aws-sdk-elasticache'
11303
- context[:gem_version] = '1.95.0'
11298
+ context[:gem_version] = '1.97.0'
11304
11299
  Seahorse::Client::Request.new(handlers, context)
11305
11300
  end
11306
11301
 
@@ -14,6 +14,7 @@ module Aws::ElastiCache
14
14
  option(
15
15
  :endpoint_provider,
16
16
  doc_type: 'Aws::ElastiCache::EndpointProvider',
17
+ rbs_type: 'untyped',
17
18
  docstring: 'The endpoint provider used to resolve endpoints. Any '\
18
19
  'object that responds to `#resolve_endpoint(parameters)` '\
19
20
  'where `parameters` is a Struct similar to '\
@@ -2618,11 +2618,6 @@ module Aws::ElastiCache
2618
2618
  # Specifies the weekly time range during which maintenance on the
2619
2619
  # cluster is performed. It is specified as a range in the format
2620
2620
  # ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance
2621
- # window is a 60 minute period. Valid values for `ddd` are:
2622
- #
2623
- # Specifies the weekly time range during which maintenance on the
2624
- # cluster is performed. It is specified as a range in the format
2625
- # ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). The minimum maintenance
2626
2621
  # window is a 60 minute period.
2627
2622
  #
2628
2623
  # Valid values for `ddd` are:
@@ -4965,7 +4960,7 @@ module Aws::ElastiCache
4965
4960
  end
4966
4961
 
4967
4962
  # Represents the information required for client programs to connect to
4968
- # a cache node.
4963
+ # a cache node. This value is read-only.
4969
4964
  #
4970
4965
  # @!attribute [rw] address
4971
4966
  # The DNS hostname of the cache node.
@@ -6836,7 +6831,8 @@ module Aws::ElastiCache
6836
6831
  # @return [Types::Endpoint]
6837
6832
  #
6838
6833
  # @!attribute [rw] reader_endpoint
6839
- # The endpoint of the replica nodes in this node group (shard).
6834
+ # The endpoint of the replica nodes in this node group (shard). This
6835
+ # value is read-only.
6840
6836
  # @return [Types::Endpoint]
6841
6837
  #
6842
6838
  # @!attribute [rw] slots
@@ -8500,12 +8496,12 @@ module Aws::ElastiCache
8500
8496
  #
8501
8497
  # @!attribute [rw] endpoint
8502
8498
  # Represents the information required for client programs to connect
8503
- # to a cache node.
8499
+ # to a cache node. This value is read-only.
8504
8500
  # @return [Types::Endpoint]
8505
8501
  #
8506
8502
  # @!attribute [rw] reader_endpoint
8507
8503
  # Represents the information required for client programs to connect
8508
- # to a cache node.
8504
+ # to a cache node. This value is read-only.
8509
8505
  # @return [Types::Endpoint]
8510
8506
  #
8511
8507
  # @!attribute [rw] arn
@@ -8518,10 +8514,10 @@ module Aws::ElastiCache
8518
8514
  # @return [String]
8519
8515
  #
8520
8516
  # @!attribute [rw] subnet_ids
8521
- # If no subnet IDs are given and your VPC is in SFO, then ElastiCache
8522
- # will select 2 default subnets across AZs in your VPC. For all other
8523
- # Regions, if no subnet IDs are given then ElastiCache will select 3
8524
- # default subnets across AZs in your default VPC.
8517
+ # If no subnet IDs are given and your VPC is in us-west-1, then
8518
+ # ElastiCache will select 2 default subnets across AZs in your VPC.
8519
+ # For all other Regions, if no subnet IDs are given then ElastiCache
8520
+ # will select 3 default subnets across AZs in your default VPC.
8525
8521
  # @return [Array<String>]
8526
8522
  #
8527
8523
  # @!attribute [rw] snapshot_retention_limit
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-elasticache/customizations'
53
53
  # @!group service
54
54
  module Aws::ElastiCache
55
55
 
56
- GEM_VERSION = '1.95.0'
56
+ GEM_VERSION = '1.97.0'
57
57
 
58
58
  end