aws-sdk-keyspaces 1.0.0 → 1.1.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 +12 -4
- 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: 944d0703ae640a11f9853845d9a73f427de840823fe8449d6c2b7cb8f935a30a
|
|
4
|
+
data.tar.gz: 0c9bf138bbd5480faff4a0f41a1c4df34071fd7058a58f01b4fad39e14057cf2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4106f4da0ca21d05a04ce3a850f0350a86215fc2660208168230e2534f3ff27fc7c6b0dd8bad64bf62d3e5457ff64f7b8fb10399187c410fa22f0170e23d3b8e
|
|
7
|
+
data.tar.gz: bef54c10f7543dca0580ab612cf06ffc2a82ac779f39c94af9ddf9a5a6bdf08c58f81d79c47fdf3425f334e8eec99da99d485d9426d38553225a96b1cb11e2f2
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.1.0
|
|
@@ -702,6 +702,10 @@ module Aws::Keyspaces
|
|
|
702
702
|
# current status, the keyspace name, configuration settings, and
|
|
703
703
|
# metadata.
|
|
704
704
|
#
|
|
705
|
+
# To read table metadata using `GetTable`, `Select` action permissions
|
|
706
|
+
# for the table and system tables are required to complete the
|
|
707
|
+
# operation.
|
|
708
|
+
#
|
|
705
709
|
# @option params [required, String] :keyspace_name
|
|
706
710
|
# The name of the keyspace that the table is stored in.
|
|
707
711
|
#
|
|
@@ -1067,14 +1071,18 @@ module Aws::Keyspaces
|
|
|
1067
1071
|
|
|
1068
1072
|
# Associates a set of tags with a Amazon Keyspaces resource. You can
|
|
1069
1073
|
# then activate these user-defined tags so that they appear on the Cost
|
|
1070
|
-
# Management Console for cost allocation tracking.
|
|
1074
|
+
# Management Console for cost allocation tracking. For more information,
|
|
1075
|
+
# see [Adding tags and labels to Amazon Keyspaces resources][1] in the
|
|
1076
|
+
# *Amazon Keyspaces Developer Guide*.
|
|
1071
1077
|
#
|
|
1072
|
-
# For
|
|
1073
|
-
# resources
|
|
1078
|
+
# For IAM policy examples that show how to control access to Amazon
|
|
1079
|
+
# Keyspaces resources based on tags, see [Amazon Keyspaces resource
|
|
1080
|
+
# access based on tags][2] in the *Amazon Keyspaces Developer Guide*.
|
|
1074
1081
|
#
|
|
1075
1082
|
#
|
|
1076
1083
|
#
|
|
1077
1084
|
# [1]: https://docs.aws.amazon.com/keyspaces/latest/devguide/tagging-keyspaces.html
|
|
1085
|
+
# [2]: https://docs.aws.amazon.com/keyspaces/latest/devguide/security_iam_id-based-policy-examples-tags
|
|
1078
1086
|
#
|
|
1079
1087
|
# @option params [required, String] :resource_arn
|
|
1080
1088
|
# The Amazon Resource Name (ARN) of the Amazon Keyspaces resource to
|
|
@@ -1289,7 +1297,7 @@ module Aws::Keyspaces
|
|
|
1289
1297
|
params: params,
|
|
1290
1298
|
config: config)
|
|
1291
1299
|
context[:gem_name] = 'aws-sdk-keyspaces'
|
|
1292
|
-
context[:gem_version] = '1.
|
|
1300
|
+
context[:gem_version] = '1.1.0'
|
|
1293
1301
|
Seahorse::Client::Request.new(handlers, context)
|
|
1294
1302
|
end
|
|
1295
1303
|
|
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.1.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: 2022-03-
|
|
11
|
+
date: 2022-03-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|