aws-sdk-keyspaces 1.56.0 → 1.58.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-keyspaces/client.rb +6 -8
- data/lib/aws-sdk-keyspaces.rb +1 -1
- data/sig/client.rbs +19 -168
- data/sig/params.rbs +52 -0
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d5f04c3594e593fdf451d9a476ae9a119d73469a5e516bc0ee864e97a97a9554
|
|
4
|
+
data.tar.gz: 341163abcf1b075bc8db7b951e9e895d6c973e47574aaf06418c29600439e719
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d4b3a4ccd2e96b6ab29ea536d71a81a070444a117496a05835e846063318f5c4e0b34aac97f9b0479c7c392ad4fc9fbfffb3965a48b0c05bf8b4bce403dbb754
|
|
7
|
+
data.tar.gz: 2c09d4ace05749774bbeecf8a5cd997b3405a0460e693ca9f3a4c5f65652f522279660a6fdf45211cba1f90f4f6983400097de6b6997a0b63c408570062fba8a
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.58.0 (2026-05-21)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
1.57.0 (2026-05-19)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
4
14
|
1.56.0 (2026-05-13)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.58.0
|
|
@@ -199,7 +199,7 @@ module Aws::Keyspaces
|
|
|
199
199
|
# the required types.
|
|
200
200
|
#
|
|
201
201
|
# @option options [Boolean] :correct_clock_skew (true)
|
|
202
|
-
# Used only in `standard` and adaptive retry modes. Specifies whether to apply
|
|
202
|
+
# Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
|
|
203
203
|
# a clock skew correction and retry requests with skewed client clocks.
|
|
204
204
|
#
|
|
205
205
|
# @option options [String] :defaults_mode ("legacy")
|
|
@@ -323,17 +323,15 @@ module Aws::Keyspaces
|
|
|
323
323
|
# @option options [String] :retry_mode ("legacy")
|
|
324
324
|
# Specifies which retry algorithm to use. Values are:
|
|
325
325
|
#
|
|
326
|
-
# * `legacy` - The pre-existing retry behavior.
|
|
327
|
-
# no retry mode is provided.
|
|
326
|
+
# * `legacy` - The pre-existing retry behavior. This is the default
|
|
327
|
+
# value if no retry mode is provided.
|
|
328
328
|
#
|
|
329
329
|
# * `standard` - A standardized set of retry rules across the AWS SDKs.
|
|
330
330
|
# This includes support for retry quotas, which limit the number of
|
|
331
331
|
# unsuccessful retries a client can make.
|
|
332
332
|
#
|
|
333
|
-
# * `adaptive` -
|
|
334
|
-
#
|
|
335
|
-
# throttling. This is a provisional mode that may change behavior
|
|
336
|
-
# in the future.
|
|
333
|
+
# * `adaptive` - A retry mode that includes all the functionality of
|
|
334
|
+
# `standard` mode along with automatic client side throttling.
|
|
337
335
|
#
|
|
338
336
|
# @option options [String] :sdk_ua_app_id
|
|
339
337
|
# A unique and opaque application ID that is appended to the
|
|
@@ -2298,7 +2296,7 @@ module Aws::Keyspaces
|
|
|
2298
2296
|
tracer: tracer
|
|
2299
2297
|
)
|
|
2300
2298
|
context[:gem_name] = 'aws-sdk-keyspaces'
|
|
2301
|
-
context[:gem_version] = '1.
|
|
2299
|
+
context[:gem_version] = '1.58.0'
|
|
2302
2300
|
Seahorse::Client::Request.new(handlers, context)
|
|
2303
2301
|
end
|
|
2304
2302
|
|
data/lib/aws-sdk-keyspaces.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -90,7 +90,7 @@ module Aws
|
|
|
90
90
|
{
|
|
91
91
|
key: ::String,
|
|
92
92
|
value: ::String
|
|
93
|
-
}
|
|
93
|
+
}
|
|
94
94
|
],
|
|
95
95
|
?replication_specification: {
|
|
96
96
|
replication_strategy: ("SINGLE_REGION" | "MULTI_REGION"),
|
|
@@ -112,23 +112,23 @@ module Aws
|
|
|
112
112
|
{
|
|
113
113
|
name: ::String,
|
|
114
114
|
type: ::String
|
|
115
|
-
}
|
|
115
|
+
}
|
|
116
116
|
],
|
|
117
117
|
partition_keys: Array[
|
|
118
118
|
{
|
|
119
119
|
name: ::String
|
|
120
|
-
}
|
|
120
|
+
}
|
|
121
121
|
],
|
|
122
122
|
clustering_keys: Array[
|
|
123
123
|
{
|
|
124
124
|
name: ::String,
|
|
125
125
|
order_by: ("ASC" | "DESC")
|
|
126
|
-
}
|
|
126
|
+
}
|
|
127
127
|
]?,
|
|
128
128
|
static_columns: Array[
|
|
129
129
|
{
|
|
130
130
|
name: ::String
|
|
131
|
-
}
|
|
131
|
+
}
|
|
132
132
|
]?
|
|
133
133
|
},
|
|
134
134
|
?comment: {
|
|
@@ -154,69 +154,16 @@ module Aws
|
|
|
154
154
|
{
|
|
155
155
|
key: ::String,
|
|
156
156
|
value: ::String
|
|
157
|
-
}
|
|
157
|
+
}
|
|
158
158
|
],
|
|
159
159
|
?client_side_timestamps: {
|
|
160
160
|
status: ("ENABLED")
|
|
161
161
|
},
|
|
162
|
-
?auto_scaling_specification:
|
|
163
|
-
write_capacity_auto_scaling: {
|
|
164
|
-
auto_scaling_disabled: bool?,
|
|
165
|
-
minimum_units: ::Integer?,
|
|
166
|
-
maximum_units: ::Integer?,
|
|
167
|
-
scaling_policy: {
|
|
168
|
-
target_tracking_scaling_policy_configuration: {
|
|
169
|
-
disable_scale_in: bool?,
|
|
170
|
-
scale_in_cooldown: ::Integer?,
|
|
171
|
-
scale_out_cooldown: ::Integer?,
|
|
172
|
-
target_value: ::Float
|
|
173
|
-
}?
|
|
174
|
-
}?
|
|
175
|
-
}?,
|
|
176
|
-
read_capacity_auto_scaling: {
|
|
177
|
-
auto_scaling_disabled: bool?,
|
|
178
|
-
minimum_units: ::Integer?,
|
|
179
|
-
maximum_units: ::Integer?,
|
|
180
|
-
scaling_policy: {
|
|
181
|
-
target_tracking_scaling_policy_configuration: {
|
|
182
|
-
disable_scale_in: bool?,
|
|
183
|
-
scale_in_cooldown: ::Integer?,
|
|
184
|
-
scale_out_cooldown: ::Integer?,
|
|
185
|
-
target_value: ::Float
|
|
186
|
-
}?
|
|
187
|
-
}?
|
|
188
|
-
}?
|
|
189
|
-
},
|
|
162
|
+
?auto_scaling_specification: Params::auto_scaling_specification,
|
|
190
163
|
?replica_specifications: Array[
|
|
191
|
-
|
|
192
|
-
region: ::String,
|
|
193
|
-
read_capacity_units: ::Integer?,
|
|
194
|
-
read_capacity_auto_scaling: {
|
|
195
|
-
auto_scaling_disabled: bool?,
|
|
196
|
-
minimum_units: ::Integer?,
|
|
197
|
-
maximum_units: ::Integer?,
|
|
198
|
-
scaling_policy: {
|
|
199
|
-
target_tracking_scaling_policy_configuration: {
|
|
200
|
-
disable_scale_in: bool?,
|
|
201
|
-
scale_in_cooldown: ::Integer?,
|
|
202
|
-
scale_out_cooldown: ::Integer?,
|
|
203
|
-
target_value: ::Float
|
|
204
|
-
}?
|
|
205
|
-
}?
|
|
206
|
-
}?
|
|
207
|
-
},
|
|
164
|
+
Params::replica_specification
|
|
208
165
|
],
|
|
209
|
-
?cdc_specification:
|
|
210
|
-
status: ("ENABLED" | "ENABLING" | "DISABLED" | "DISABLING"),
|
|
211
|
-
view_type: ("NEW_IMAGE" | "OLD_IMAGE" | "KEYS_ONLY" | "NEW_AND_OLD_IMAGES")?,
|
|
212
|
-
tags: Array[
|
|
213
|
-
{
|
|
214
|
-
key: ::String,
|
|
215
|
-
value: ::String
|
|
216
|
-
},
|
|
217
|
-
]?,
|
|
218
|
-
propagate_tags: ("TABLE" | "NONE")?
|
|
219
|
-
},
|
|
166
|
+
?cdc_specification: Params::cdc_specification,
|
|
220
167
|
?warm_throughput_specification: {
|
|
221
168
|
read_units_per_second: ::Integer?,
|
|
222
169
|
write_units_per_second: ::Integer?
|
|
@@ -237,7 +184,7 @@ module Aws
|
|
|
237
184
|
{
|
|
238
185
|
name: ::String,
|
|
239
186
|
type: ::String
|
|
240
|
-
}
|
|
187
|
+
}
|
|
241
188
|
]
|
|
242
189
|
) -> _CreateTypeResponseSuccess
|
|
243
190
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateTypeResponseSuccess
|
|
@@ -426,54 +373,11 @@ module Aws
|
|
|
426
373
|
{
|
|
427
374
|
key: ::String,
|
|
428
375
|
value: ::String
|
|
429
|
-
}
|
|
376
|
+
}
|
|
430
377
|
],
|
|
431
|
-
?auto_scaling_specification:
|
|
432
|
-
write_capacity_auto_scaling: {
|
|
433
|
-
auto_scaling_disabled: bool?,
|
|
434
|
-
minimum_units: ::Integer?,
|
|
435
|
-
maximum_units: ::Integer?,
|
|
436
|
-
scaling_policy: {
|
|
437
|
-
target_tracking_scaling_policy_configuration: {
|
|
438
|
-
disable_scale_in: bool?,
|
|
439
|
-
scale_in_cooldown: ::Integer?,
|
|
440
|
-
scale_out_cooldown: ::Integer?,
|
|
441
|
-
target_value: ::Float
|
|
442
|
-
}?
|
|
443
|
-
}?
|
|
444
|
-
}?,
|
|
445
|
-
read_capacity_auto_scaling: {
|
|
446
|
-
auto_scaling_disabled: bool?,
|
|
447
|
-
minimum_units: ::Integer?,
|
|
448
|
-
maximum_units: ::Integer?,
|
|
449
|
-
scaling_policy: {
|
|
450
|
-
target_tracking_scaling_policy_configuration: {
|
|
451
|
-
disable_scale_in: bool?,
|
|
452
|
-
scale_in_cooldown: ::Integer?,
|
|
453
|
-
scale_out_cooldown: ::Integer?,
|
|
454
|
-
target_value: ::Float
|
|
455
|
-
}?
|
|
456
|
-
}?
|
|
457
|
-
}?
|
|
458
|
-
},
|
|
378
|
+
?auto_scaling_specification: Params::auto_scaling_specification,
|
|
459
379
|
?replica_specifications: Array[
|
|
460
|
-
|
|
461
|
-
region: ::String,
|
|
462
|
-
read_capacity_units: ::Integer?,
|
|
463
|
-
read_capacity_auto_scaling: {
|
|
464
|
-
auto_scaling_disabled: bool?,
|
|
465
|
-
minimum_units: ::Integer?,
|
|
466
|
-
maximum_units: ::Integer?,
|
|
467
|
-
scaling_policy: {
|
|
468
|
-
target_tracking_scaling_policy_configuration: {
|
|
469
|
-
disable_scale_in: bool?,
|
|
470
|
-
scale_in_cooldown: ::Integer?,
|
|
471
|
-
scale_out_cooldown: ::Integer?,
|
|
472
|
-
target_value: ::Float
|
|
473
|
-
}?
|
|
474
|
-
}?
|
|
475
|
-
}?
|
|
476
|
-
},
|
|
380
|
+
Params::replica_specification
|
|
477
381
|
]
|
|
478
382
|
) -> _RestoreTableResponseSuccess
|
|
479
383
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RestoreTableResponseSuccess
|
|
@@ -488,7 +392,7 @@ module Aws
|
|
|
488
392
|
{
|
|
489
393
|
key: ::String,
|
|
490
394
|
value: ::String
|
|
491
|
-
}
|
|
395
|
+
}
|
|
492
396
|
]
|
|
493
397
|
) -> _TagResourceResponseSuccess
|
|
494
398
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
|
|
@@ -503,7 +407,7 @@ module Aws
|
|
|
503
407
|
{
|
|
504
408
|
key: ::String,
|
|
505
409
|
value: ::String
|
|
506
|
-
}
|
|
410
|
+
}
|
|
507
411
|
]
|
|
508
412
|
) -> _UntagResourceResponseSuccess
|
|
509
413
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UntagResourceResponseSuccess
|
|
@@ -537,7 +441,7 @@ module Aws
|
|
|
537
441
|
{
|
|
538
442
|
name: ::String,
|
|
539
443
|
type: ::String
|
|
540
|
-
}
|
|
444
|
+
}
|
|
541
445
|
],
|
|
542
446
|
?capacity_specification: {
|
|
543
447
|
throughput_mode: ("PAY_PER_REQUEST" | "PROVISIONED"),
|
|
@@ -558,64 +462,11 @@ module Aws
|
|
|
558
462
|
?client_side_timestamps: {
|
|
559
463
|
status: ("ENABLED")
|
|
560
464
|
},
|
|
561
|
-
?auto_scaling_specification:
|
|
562
|
-
write_capacity_auto_scaling: {
|
|
563
|
-
auto_scaling_disabled: bool?,
|
|
564
|
-
minimum_units: ::Integer?,
|
|
565
|
-
maximum_units: ::Integer?,
|
|
566
|
-
scaling_policy: {
|
|
567
|
-
target_tracking_scaling_policy_configuration: {
|
|
568
|
-
disable_scale_in: bool?,
|
|
569
|
-
scale_in_cooldown: ::Integer?,
|
|
570
|
-
scale_out_cooldown: ::Integer?,
|
|
571
|
-
target_value: ::Float
|
|
572
|
-
}?
|
|
573
|
-
}?
|
|
574
|
-
}?,
|
|
575
|
-
read_capacity_auto_scaling: {
|
|
576
|
-
auto_scaling_disabled: bool?,
|
|
577
|
-
minimum_units: ::Integer?,
|
|
578
|
-
maximum_units: ::Integer?,
|
|
579
|
-
scaling_policy: {
|
|
580
|
-
target_tracking_scaling_policy_configuration: {
|
|
581
|
-
disable_scale_in: bool?,
|
|
582
|
-
scale_in_cooldown: ::Integer?,
|
|
583
|
-
scale_out_cooldown: ::Integer?,
|
|
584
|
-
target_value: ::Float
|
|
585
|
-
}?
|
|
586
|
-
}?
|
|
587
|
-
}?
|
|
588
|
-
},
|
|
465
|
+
?auto_scaling_specification: Params::auto_scaling_specification,
|
|
589
466
|
?replica_specifications: Array[
|
|
590
|
-
|
|
591
|
-
region: ::String,
|
|
592
|
-
read_capacity_units: ::Integer?,
|
|
593
|
-
read_capacity_auto_scaling: {
|
|
594
|
-
auto_scaling_disabled: bool?,
|
|
595
|
-
minimum_units: ::Integer?,
|
|
596
|
-
maximum_units: ::Integer?,
|
|
597
|
-
scaling_policy: {
|
|
598
|
-
target_tracking_scaling_policy_configuration: {
|
|
599
|
-
disable_scale_in: bool?,
|
|
600
|
-
scale_in_cooldown: ::Integer?,
|
|
601
|
-
scale_out_cooldown: ::Integer?,
|
|
602
|
-
target_value: ::Float
|
|
603
|
-
}?
|
|
604
|
-
}?
|
|
605
|
-
}?
|
|
606
|
-
},
|
|
467
|
+
Params::replica_specification
|
|
607
468
|
],
|
|
608
|
-
?cdc_specification:
|
|
609
|
-
status: ("ENABLED" | "ENABLING" | "DISABLED" | "DISABLING"),
|
|
610
|
-
view_type: ("NEW_IMAGE" | "OLD_IMAGE" | "KEYS_ONLY" | "NEW_AND_OLD_IMAGES")?,
|
|
611
|
-
tags: Array[
|
|
612
|
-
{
|
|
613
|
-
key: ::String,
|
|
614
|
-
value: ::String
|
|
615
|
-
},
|
|
616
|
-
]?,
|
|
617
|
-
propagate_tags: ("TABLE" | "NONE")?
|
|
618
|
-
},
|
|
469
|
+
?cdc_specification: Params::cdc_specification,
|
|
619
470
|
?warm_throughput_specification: {
|
|
620
471
|
read_units_per_second: ::Integer?,
|
|
621
472
|
write_units_per_second: ::Integer?
|
data/sig/params.rbs
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
|
2
|
+
#
|
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
|
5
|
+
#
|
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
|
7
|
+
|
|
8
|
+
module Aws
|
|
9
|
+
module Keyspaces
|
|
10
|
+
module Params
|
|
11
|
+
type auto_scaling_policy = {
|
|
12
|
+
target_tracking_scaling_policy_configuration: {
|
|
13
|
+
disable_scale_in: bool?,
|
|
14
|
+
scale_in_cooldown: ::Integer?,
|
|
15
|
+
scale_out_cooldown: ::Integer?,
|
|
16
|
+
target_value: ::Float
|
|
17
|
+
}?
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
type auto_scaling_settings = {
|
|
21
|
+
auto_scaling_disabled: bool?,
|
|
22
|
+
minimum_units: ::Integer?,
|
|
23
|
+
maximum_units: ::Integer?,
|
|
24
|
+
scaling_policy: Params::auto_scaling_policy?
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
type auto_scaling_specification = {
|
|
28
|
+
write_capacity_auto_scaling: Params::auto_scaling_settings?,
|
|
29
|
+
read_capacity_auto_scaling: Params::auto_scaling_settings?
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
type replica_specification = {
|
|
33
|
+
region: ::String,
|
|
34
|
+
read_capacity_units: ::Integer?,
|
|
35
|
+
read_capacity_auto_scaling: Params::auto_scaling_settings?
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
type cdc_specification = {
|
|
39
|
+
status: ("ENABLED" | "ENABLING" | "DISABLED" | "DISABLING"),
|
|
40
|
+
view_type: ("NEW_IMAGE" | "OLD_IMAGE" | "KEYS_ONLY" | "NEW_AND_OLD_IMAGES")?,
|
|
41
|
+
tags: Array[
|
|
42
|
+
{
|
|
43
|
+
key: ::String,
|
|
44
|
+
value: ::String
|
|
45
|
+
}
|
|
46
|
+
]?,
|
|
47
|
+
propagate_tags: ("TABLE" | "NONE")?
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
end
|
|
51
|
+
end
|
|
52
|
+
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.58.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '3'
|
|
19
19
|
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.
|
|
21
|
+
version: 3.248.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '3'
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 3.
|
|
31
|
+
version: 3.248.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -68,6 +68,7 @@ files:
|
|
|
68
68
|
- lib/aws-sdk-keyspaces/waiters.rb
|
|
69
69
|
- sig/client.rbs
|
|
70
70
|
- sig/errors.rbs
|
|
71
|
+
- sig/params.rbs
|
|
71
72
|
- sig/resource.rbs
|
|
72
73
|
- sig/types.rbs
|
|
73
74
|
- sig/waiters.rbs
|