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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-keyspaces/client.rb +4 -5
- data/lib/aws-sdk-keyspaces/types.rb +7 -8
- data/lib/aws-sdk-keyspaces.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bea3b7e7a34bcc59965c8fff7a4deba68c4cda22a334127312c71d1f820b988d
|
4
|
+
data.tar.gz: dd1c401e028fbd43d70e51f7c7a17d428f98559083185fabcf060bebe1ffb426
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b218446699de13b9c7eb4f51bfb79dc1f34bbb9aa4e6ec52e84d9ddacc15628cc8535fb81b2de79b86e6c343ceb9e5f3a12d495ddef819e50b92049ef304ef30
|
7
|
+
data.tar.gz: 4097abb98cec73bfa52b45e0a077d69a9b3c6b556c320f9ae40a810114abe7e96bc16760d6733d2dc82e1a349fe1b347faf9f5234affe0131884afd22bdf508b
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
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.
|
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` -
|
1929
|
-
#
|
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.
|
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.
|
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` -
|
1562
|
-
#
|
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`
|
1574
|
-
#
|
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` -
|
2001
|
-
#
|
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`.
|
data/lib/aws-sdk-keyspaces.rb
CHANGED
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.
|
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-
|
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
|