aws-sdk-keyspaces 1.37.0 → 1.38.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: 60115dc7dcfc5390f925828f6b584612e16f3f5a7183c3cc3b78234ed5b1aec6
4
- data.tar.gz: 8efe64e539542a48afbd4346547ea84f05237671cee4218357a15327b8f31578
3
+ metadata.gz: bea3b7e7a34bcc59965c8fff7a4deba68c4cda22a334127312c71d1f820b988d
4
+ data.tar.gz: dd1c401e028fbd43d70e51f7c7a17d428f98559083185fabcf060bebe1ffb426
5
5
  SHA512:
6
- metadata.gz: 82128f97653bfbc44e74ac5652fafa837ff5f09793eb3d491865bc39965084a85490ce85677972655366ec59f60eba69c5e5b5e111861862f8e648ce9f085834
7
- data.tar.gz: 411076b48ebe0af4cebf708c9149aba8e6c57d87c20aaf822002818b559ffe287e4aaf49fcf0715e677bcd1111716986fc1846542afe734058ee79eb9dda0403
6
+ metadata.gz: b218446699de13b9c7eb4f51bfb79dc1f34bbb9aa4e6ec52e84d9ddacc15628cc8535fb81b2de79b86e6c343ceb9e5f3a12d495ddef819e50b92049ef304ef30
7
+ data.tar.gz: 4097abb98cec73bfa52b45e0a077d69a9b3c6b556c320f9ae40a810114abe7e96bc16760d6733d2dc82e1a349fe1b347faf9f5234affe0131884afd22bdf508b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.38.0 (2025-03-25)
5
+ ------------------
6
+
7
+ * Feature - Removing replication region limitation for Amazon Keyspaces Multi-Region Replication APIs.
8
+
4
9
  1.37.0 (2025-02-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.37.0
1
+ 1.38.0
@@ -514,8 +514,7 @@ module Aws::Keyspaces
514
514
  # * `regionList` - if the `replicationStrategy` is `MULTI_REGION`, the
515
515
  # `regionList` requires the current Region and at least one additional
516
516
  # Amazon Web Services Region where the keyspace is going to be
517
- # replicated in. The maximum number of supported replication Regions
518
- # including the current Region is six.
517
+ # replicated in.
519
518
  #
520
519
  # @return [Types::CreateKeyspaceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
521
520
  #
@@ -1925,8 +1924,8 @@ module Aws::Keyspaces
1925
1924
  # @option params [required, Types::ReplicationSpecification] :replication_specification
1926
1925
  # The replication specification of the keyspace includes:
1927
1926
  #
1928
- # * `regionList` - up to six Amazon Web Services Regions where the
1929
- # keyspace is replicated in.
1927
+ # * `regionList` - the Amazon Web Services Regions where the keyspace is
1928
+ # replicated in.
1930
1929
  #
1931
1930
  # * `replicationStrategy` - the required value is `SINGLE_REGION` or
1932
1931
  # `MULTI_REGION`.
@@ -2226,7 +2225,7 @@ module Aws::Keyspaces
2226
2225
  tracer: tracer
2227
2226
  )
2228
2227
  context[:gem_name] = 'aws-sdk-keyspaces'
2229
- context[:gem_version] = '1.37.0'
2228
+ context[:gem_version] = '1.38.0'
2230
2229
  Seahorse::Client::Request.new(handlers, context)
2231
2230
  end
2232
2231
 
@@ -391,8 +391,7 @@ module Aws::Keyspaces
391
391
  # * `regionList` - if the `replicationStrategy` is `MULTI_REGION`, the
392
392
  # `regionList` requires the current Region and at least one
393
393
  # additional Amazon Web Services Region where the keyspace is going
394
- # to be replicated in. The maximum number of supported replication
395
- # Regions including the current Region is six.
394
+ # to be replicated in.
396
395
  # @return [Types::ReplicationSpecification]
397
396
  #
398
397
  # @see http://docs.aws.amazon.com/goto/WebAPI/keyspaces-2022-02-10/CreateKeyspaceRequest AWS API Documentation
@@ -1558,8 +1557,8 @@ module Aws::Keyspaces
1558
1557
 
1559
1558
  # The replication specification of the keyspace includes:
1560
1559
  #
1561
- # * `regionList` - up to six Amazon Web Services Regions where the
1562
- # keyspace is replicated in.
1560
+ # * `regionList` - the Amazon Web Services Regions where the keyspace is
1561
+ # replicated in.
1563
1562
  #
1564
1563
  # * `replicationStrategy` - the required value is `SINGLE_REGION` or
1565
1564
  # `MULTI_REGION`.
@@ -1570,8 +1569,8 @@ module Aws::Keyspaces
1570
1569
  # @return [String]
1571
1570
  #
1572
1571
  # @!attribute [rw] region_list
1573
- # The `regionList` can contain up to six Amazon Web Services Regions
1574
- # where the keyspace is replicated in.
1572
+ # The `regionList` contains the Amazon Web Services Regions where the
1573
+ # keyspace is replicated in.
1575
1574
  # @return [Array<String>]
1576
1575
  #
1577
1576
  # @see http://docs.aws.amazon.com/goto/WebAPI/keyspaces-2022-02-10/ReplicationSpecification AWS API Documentation
@@ -1997,8 +1996,8 @@ module Aws::Keyspaces
1997
1996
  # @!attribute [rw] replication_specification
1998
1997
  # The replication specification of the keyspace includes:
1999
1998
  #
2000
- # * `regionList` - up to six Amazon Web Services Regions where the
2001
- # keyspace is replicated in.
1999
+ # * `regionList` - the Amazon Web Services Regions where the keyspace
2000
+ # is replicated in.
2002
2001
  #
2003
2002
  # * `replicationStrategy` - the required value is `SINGLE_REGION` or
2004
2003
  # `MULTI_REGION`.
@@ -55,7 +55,7 @@ module Aws::Keyspaces
55
55
  autoload :EndpointProvider, 'aws-sdk-keyspaces/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-keyspaces/endpoints'
57
57
 
58
- GEM_VERSION = '1.37.0'
58
+ GEM_VERSION = '1.38.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-keyspaces
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.37.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: 2025-02-18 00:00:00.000000000 Z
11
+ date: 2025-03-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core