aws-sdk-keyspaces 1.17.0 → 1.18.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 -1
- data/lib/aws-sdk-keyspaces/types.rb +7 -7
- 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: d3a9468de69b638d365255844f780d858cfa0d836974fed5727d846dd483bc31
|
|
4
|
+
data.tar.gz: e76e157776d9f857c631f9cf1af933de6c5d309c5ef91fbe08402f49fa0951cf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ac810cf941631356c68be720361ed99049414b5a00daae1669c3b4bbf365cf55696002cd17f652cd54e18af234521974e0861eacd768eb700d8bcf074d1795ac
|
|
7
|
+
data.tar.gz: a45b02c387fdb03d0ba88ec9d0017a95da0bd55a1b6bef0488d827fc3ced1737c366c343ebc31667d82ccca8b6f16d0418543cd717ac7e5b3ea744d8d6434e87
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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.
|
|
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
|
|
54
|
-
#
|
|
55
|
-
#
|
|
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
|
|
67
|
-
#
|
|
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
|
|
139
|
-
#
|
|
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.
|
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.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-
|
|
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
|