aws-sdk-keyspaces 1.56.0 → 1.57.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: 102bc9689629e3c90382c56a1f522d40dd3f80410899dc103224a4ef286b9366
4
- data.tar.gz: 98f5c042b5764a971098af96be567d47103b0bc90d0fc7e39ad67d7f8aa8702d
3
+ metadata.gz: a0a84f525d5edc2d6634f4d754fa809440b8a98663b8e773296e15c2ec8712d5
4
+ data.tar.gz: a07a970a1e73d35900aedaeb5dcb5f2be984ef8f779448dde1c8b1456973aed7
5
5
  SHA512:
6
- metadata.gz: e6705fe9842b40a1550db18a4b4ecc644a4b8c2e69ed32eb72335e73e161faeadb708c5bfd2ed723ebcdad26fad733763a6c831039eb328089e3a14a47d07d8f
7
- data.tar.gz: 98483a034938360e0e992229099894e514aadf918a5fd90561e5d68b6c3ba27659c0b7a51fac6dd4d9977762ca69d123f5338f839c22eee16e49a5e3b0644193
6
+ metadata.gz: a89f0f7f0c6438ddd7cab310c372ef9a56900bc9a245938727d1593d86123ef7c26eb326467861ddbacc981685a11b4cd88fbff7a30cb5f73044ac11377f8d35
7
+ data.tar.gz: 59c0d7db4116a89ef0425fcf1bdb6b7b193375fa5c53e35007b3c20c6965a57291059e73aa1fbeb32d6842693bea5a7b95aae3a9f18c040009b144a31fb1fe2b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.57.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.56.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.56.0
1
+ 1.57.0
@@ -2298,7 +2298,7 @@ module Aws::Keyspaces
2298
2298
  tracer: tracer
2299
2299
  )
2300
2300
  context[:gem_name] = 'aws-sdk-keyspaces'
2301
- context[:gem_version] = '1.56.0'
2301
+ context[:gem_version] = '1.57.0'
2302
2302
  Seahorse::Client::Request.new(handlers, context)
2303
2303
  end
2304
2304
 
@@ -55,7 +55,7 @@ module Aws::Keyspaces
55
55
  autoload :EndpointProvider, 'aws-sdk-keyspaces/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-keyspaces/endpoints'
57
57
 
58
- GEM_VERSION = '1.56.0'
58
+ GEM_VERSION = '1.57.0'
59
59
 
60
60
  end
61
61
 
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.56.0
4
+ version: 1.57.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -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