aws-sdk-keyspaces 1.17.0 → 1.18.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b14e341bc73b216097e6878f5ebc9b84d3057a14fe236c1b5600a1acf65e7c26
4
- data.tar.gz: b5f21591d98ff23b8ed19bf84a8b231483e9ab5f8a808b5a832238fb1f23e01c
3
+ metadata.gz: d3a9468de69b638d365255844f780d858cfa0d836974fed5727d846dd483bc31
4
+ data.tar.gz: e76e157776d9f857c631f9cf1af933de6c5d309c5ef91fbe08402f49fa0951cf
5
5
  SHA512:
6
- metadata.gz: b47432dbb49e4a1d50611ae07bbdaff1b950f63c0877f30811e6cf555bf6ff4adf26f41f1b5ec71b0897e3a2fe083324754e5280fb004610940c10e0c23a1e2e
7
- data.tar.gz: 5c8ef397af4b86ffdedbd930a4fe609fc19609cbcaf9abcdb060ad11f82b3fbd14742360fc084d4365ee7bf81ae492c3d67dac7b8c54c58384d895d9b164abde
6
+ metadata.gz: ac810cf941631356c68be720361ed99049414b5a00daae1669c3b4bbf365cf55696002cd17f652cd54e18af234521974e0861eacd768eb700d8bcf074d1795ac
7
+ data.tar.gz: a45b02c387fdb03d0ba88ec9d0017a95da0bd55a1b6bef0488d827fc3ced1737c366c343ebc31667d82ccca8b6f16d0418543cd717ac7e5b3ea744d8d6434e87
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.18.0 (2024-02-19)
5
+ ------------------
6
+
7
+ * Feature - Documentation updates for Amazon Keyspaces
8
+
4
9
  1.17.0 (2024-01-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.17.0
1
+ 1.18.0
@@ -987,6 +987,17 @@ module Aws::Keyspaces
987
987
  # capacity automatically with Amazon Keyspaces auto scaling][1] in the
988
988
  # *Amazon Keyspaces Developer Guide*.
989
989
  #
990
+ # `GetTableAutoScalingSettings` can't be used as an action in an IAM
991
+ # policy.
992
+ #
993
+ # To define permissions for `GetTableAutoScalingSettings`, you must
994
+ # allow the following two actions in the IAM policy statement's
995
+ # `Action` element:
996
+ #
997
+ # * `application-autoscaling:DescribeScalableTargets`
998
+ #
999
+ # * `application-autoscaling:DescribeScalingPolicies`
1000
+ #
990
1001
  #
991
1002
  #
992
1003
  # [1]: https://docs.aws.amazon.com/keyspaces/latest/devguide/autoscaling.html
@@ -1765,7 +1776,7 @@ module Aws::Keyspaces
1765
1776
  params: params,
1766
1777
  config: config)
1767
1778
  context[:gem_name] = 'aws-sdk-keyspaces'
1768
- context[:gem_version] = '1.17.0'
1779
+ context[:gem_version] = '1.18.0'
1769
1780
  Seahorse::Client::Request.new(handlers, context)
1770
1781
  end
1771
1782
 
@@ -50,9 +50,9 @@ module Aws::Keyspaces
50
50
  # To turn on auto scaling for a table in `throughputMode:PROVISIONED`,
51
51
  # you must specify the following parameters.
52
52
  #
53
- # Configure the minimum and maximum units for write and read capacity.
54
- # The auto scaling policy ensures that capacity never goes below the
55
- # minimum or above the maximum range.
53
+ # Configure the minimum and maximum capacity units. The auto scaling
54
+ # policy ensures that capacity never goes below the minimum or above the
55
+ # maximum range.
56
56
  #
57
57
  # * `minimumUnits`: The minimum level of throughput the table should
58
58
  # always be ready to support. The value must be between 1 and the max
@@ -63,8 +63,8 @@ module Aws::Keyspaces
63
63
  # throughput per second quota for your account (40,000 by default).
64
64
  #
65
65
  # * `scalingPolicy`: Amazon Keyspaces supports the `target tracking`
66
- # scaling policy. The auto scaling target is the provisioned read and
67
- # write capacity of the table.
66
+ # scaling policy. The auto scaling target is the provisioned capacity
67
+ # of the table.
68
68
  #
69
69
  # * `targetTrackingScalingPolicyConfiguration`: To define the target
70
70
  # tracking policy, you must define the target value.
@@ -135,8 +135,8 @@ module Aws::Keyspaces
135
135
  include Aws::Structure
136
136
  end
137
137
 
138
- # The optional auto scaling settings for read and write capacity of a
139
- # table in provisioned capacity mode.
138
+ # The optional auto scaling capacity settings for a table in provisioned
139
+ # capacity mode.
140
140
  #
141
141
  # @!attribute [rw] write_capacity_auto_scaling
142
142
  # The auto scaling settings for the table's write capacity.
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-keyspaces/customizations'
53
53
  # @!group service
54
54
  module Aws::Keyspaces
55
55
 
56
- GEM_VERSION = '1.17.0'
56
+ GEM_VERSION = '1.18.0'
57
57
 
58
58
  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.17.0
4
+ version: 1.18.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: 2024-01-26 00:00:00.000000000 Z
11
+ date: 2024-02-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core