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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bf7c4bd070dae19d0834f10494a2965637d900236ea8a9e9389a16af437bd34c
4
- data.tar.gz: 761b87190c81e4c031b2c5700058588adeea097e6e4240c10f6301b4a9f3203b
3
+ metadata.gz: 944d0703ae640a11f9853845d9a73f427de840823fe8449d6c2b7cb8f935a30a
4
+ data.tar.gz: 0c9bf138bbd5480faff4a0f41a1c4df34071fd7058a58f01b4fad39e14057cf2
5
5
  SHA512:
6
- metadata.gz: 802516eaf87c05a995c0d96e9e80bc49c52e77c022d458083125b3748415e25265b488e23203c6171934c46f65172797f00f8c3ebb6ac1b99395c7b822ef1ee8
7
- data.tar.gz: 8b36dd20ff280b20df19bb808d6068009e4d477e591d4121e186a6c93f14a7c527856f132fad18cb18956bdb15532ce976d3c5774df3760b73728f1d5dee1376
6
+ metadata.gz: 4106f4da0ca21d05a04ce3a850f0350a86215fc2660208168230e2534f3ff27fc7c6b0dd8bad64bf62d3e5457ff64f7b8fb10399187c410fa22f0170e23d3b8e
7
+ data.tar.gz: bef54c10f7543dca0580ab612cf06ffc2a82ac779f39c94af9ddf9a5a6bdf08c58f81d79c47fdf3425f334e8eec99da99d485d9426d38553225a96b1cb11e2f2
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.1.0 (2022-03-08)
5
+ ------------------
6
+
7
+ * Feature - Adding link to CloudTrail section in Amazon Keyspaces Developer Guide
8
+
4
9
  1.0.0 (2022-03-02)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
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 more information, see [Adding tags and labels to Amazon Keyspaces
1073
- # resources][1] in the *Amazon Keyspaces Developer Guide*.
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.0.0'
1300
+ context[:gem_version] = '1.1.0'
1293
1301
  Seahorse::Client::Request.new(handlers, context)
1294
1302
  end
1295
1303
 
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-keyspaces/customizations'
49
49
  # @!group service
50
50
  module Aws::Keyspaces
51
51
 
52
- GEM_VERSION = '1.0.0'
52
+ GEM_VERSION = '1.1.0'
53
53
 
54
54
  end
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.0.0
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-02 00:00:00.000000000 Z
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