aws-sdk-keyspaces 1.16.0 → 1.17.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: 599c29764833010218314335b15c06786e8c1e8f2893a2bf644b239bd49f9946
4
- data.tar.gz: 0cd9419ce13e31ad40c1bf074f481d9b49b3471280e1a0385cad31b4667ab23c
3
+ metadata.gz: b14e341bc73b216097e6878f5ebc9b84d3057a14fe236c1b5600a1acf65e7c26
4
+ data.tar.gz: b5f21591d98ff23b8ed19bf84a8b231483e9ab5f8a808b5a832238fb1f23e01c
5
5
  SHA512:
6
- metadata.gz: 8228f6a74894985dc5321d5757c065e8906b9b2bf347605e0624e46e2be527054797030f43b3e8f07880abe2993dd7e771c3923ec7f0a755195c8ca4707cd021
7
- data.tar.gz: c3dc85097d7b8dae32ddcb5d2ef11d493521d4a39228817abe4270c4b374bf2eb1c305fb43ebb7bfbfcfa8307b54c14fd2661f7cb87c42e8b3def852e0de4fc3
6
+ metadata.gz: b47432dbb49e4a1d50611ae07bbdaff1b950f63c0877f30811e6cf555bf6ff4adf26f41f1b5ec71b0897e3a2fe083324754e5280fb004610940c10e0c23a1e2e
7
+ data.tar.gz: 5c8ef397af4b86ffdedbd930a4fe609fc19609cbcaf9abcdb060ad11f82b3fbd14742360fc084d4365ee7bf81ae492c3d67dac7b8c54c58384d895d9b164abde
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.17.0 (2024-01-26)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.16.0 (2024-01-17)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.16.0
1
+ 1.17.0
@@ -1765,7 +1765,7 @@ module Aws::Keyspaces
1765
1765
  params: params,
1766
1766
  config: config)
1767
1767
  context[:gem_name] = 'aws-sdk-keyspaces'
1768
- context[:gem_version] = '1.16.0'
1768
+ context[:gem_version] = '1.17.0'
1769
1769
  Seahorse::Client::Request.new(handlers, context)
1770
1770
  end
1771
1771
 
@@ -14,6 +14,7 @@ module Aws::Keyspaces
14
14
  option(
15
15
  :endpoint_provider,
16
16
  doc_type: 'Aws::Keyspaces::EndpointProvider',
17
+ rbs_type: 'untyped',
17
18
  docstring: 'The endpoint provider used to resolve endpoints. Any '\
18
19
  'object that responds to `#resolve_endpoint(parameters)` '\
19
20
  'where `parameters` is a Struct similar to '\
@@ -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.16.0'
56
+ GEM_VERSION = '1.17.0'
57
57
 
58
58
  end
data/sig/client.rbs ADDED
@@ -0,0 +1,509 @@
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
+ class Client < ::Seahorse::Client::Base
11
+ include ::Aws::ClientStubs
12
+
13
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Keyspaces/Client.html#initialize-instance_method
14
+ def self.new: (
15
+ ?credentials: untyped,
16
+ ?region: String,
17
+ ?access_key_id: String,
18
+ ?active_endpoint_cache: bool,
19
+ ?adaptive_retry_wait_to_fill: bool,
20
+ ?client_side_monitoring: bool,
21
+ ?client_side_monitoring_client_id: String,
22
+ ?client_side_monitoring_host: String,
23
+ ?client_side_monitoring_port: Integer,
24
+ ?client_side_monitoring_publisher: untyped,
25
+ ?convert_params: bool,
26
+ ?correct_clock_skew: bool,
27
+ ?defaults_mode: String,
28
+ ?disable_host_prefix_injection: bool,
29
+ ?disable_request_compression: bool,
30
+ ?endpoint: String,
31
+ ?endpoint_cache_max_entries: Integer,
32
+ ?endpoint_cache_max_threads: Integer,
33
+ ?endpoint_cache_poll_interval: Integer,
34
+ ?endpoint_discovery: bool,
35
+ ?ignore_configured_endpoint_urls: bool,
36
+ ?log_formatter: untyped,
37
+ ?log_level: Symbol,
38
+ ?logger: untyped,
39
+ ?max_attempts: Integer,
40
+ ?profile: String,
41
+ ?request_min_compression_size_bytes: Integer,
42
+ ?retry_backoff: Proc,
43
+ ?retry_base_delay: Float,
44
+ ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
45
+ ?retry_limit: Integer,
46
+ ?retry_max_delay: Integer,
47
+ ?retry_mode: ("legacy" | "standard" | "adaptive"),
48
+ ?sdk_ua_app_id: String,
49
+ ?secret_access_key: String,
50
+ ?session_token: String,
51
+ ?simple_json: bool,
52
+ ?stub_responses: untyped,
53
+ ?token_provider: untyped,
54
+ ?use_dualstack_endpoint: bool,
55
+ ?use_fips_endpoint: bool,
56
+ ?validate_params: bool,
57
+ ?endpoint_provider: untyped,
58
+ ?http_proxy: String,
59
+ ?http_open_timeout: (Float | Integer),
60
+ ?http_read_timeout: (Float | Integer),
61
+ ?http_idle_timeout: (Float | Integer),
62
+ ?http_continue_timeout: (Float | Integer),
63
+ ?ssl_timeout: (Float | Integer | nil),
64
+ ?http_wire_trace: bool,
65
+ ?ssl_verify_peer: bool,
66
+ ?ssl_ca_bundle: String,
67
+ ?ssl_ca_directory: String,
68
+ ?ssl_ca_store: String,
69
+ ?on_chunk_received: Proc,
70
+ ?on_chunk_sent: Proc,
71
+ ?raise_response_errors: bool
72
+ ) -> instance
73
+ | (?Hash[Symbol, untyped]) -> instance
74
+
75
+
76
+ interface _CreateKeyspaceResponseSuccess
77
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateKeyspaceResponse]
78
+ def resource_arn: () -> ::String
79
+ end
80
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Keyspaces/Client.html#create_keyspace-instance_method
81
+ def create_keyspace: (
82
+ keyspace_name: ::String,
83
+ ?tags: Array[
84
+ {
85
+ key: ::String,
86
+ value: ::String
87
+ },
88
+ ],
89
+ ?replication_specification: {
90
+ replication_strategy: ("SINGLE_REGION" | "MULTI_REGION"),
91
+ region_list: Array[::String]?
92
+ }
93
+ ) -> _CreateKeyspaceResponseSuccess
94
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateKeyspaceResponseSuccess
95
+
96
+ interface _CreateTableResponseSuccess
97
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateTableResponse]
98
+ def resource_arn: () -> ::String
99
+ end
100
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Keyspaces/Client.html#create_table-instance_method
101
+ def create_table: (
102
+ keyspace_name: ::String,
103
+ table_name: ::String,
104
+ schema_definition: {
105
+ all_columns: Array[
106
+ {
107
+ name: ::String,
108
+ type: ::String
109
+ },
110
+ ],
111
+ partition_keys: Array[
112
+ {
113
+ name: ::String
114
+ },
115
+ ],
116
+ clustering_keys: Array[
117
+ {
118
+ name: ::String,
119
+ order_by: ("ASC" | "DESC")
120
+ },
121
+ ]?,
122
+ static_columns: Array[
123
+ {
124
+ name: ::String
125
+ },
126
+ ]?
127
+ },
128
+ ?comment: {
129
+ message: ::String
130
+ },
131
+ ?capacity_specification: {
132
+ throughput_mode: ("PAY_PER_REQUEST" | "PROVISIONED"),
133
+ read_capacity_units: ::Integer?,
134
+ write_capacity_units: ::Integer?
135
+ },
136
+ ?encryption_specification: {
137
+ type: ("CUSTOMER_MANAGED_KMS_KEY" | "AWS_OWNED_KMS_KEY"),
138
+ kms_key_identifier: ::String?
139
+ },
140
+ ?point_in_time_recovery: {
141
+ status: ("ENABLED" | "DISABLED")
142
+ },
143
+ ?ttl: {
144
+ status: ("ENABLED")
145
+ },
146
+ ?default_time_to_live: ::Integer,
147
+ ?tags: Array[
148
+ {
149
+ key: ::String,
150
+ value: ::String
151
+ },
152
+ ],
153
+ ?client_side_timestamps: {
154
+ status: ("ENABLED")
155
+ },
156
+ ?auto_scaling_specification: {
157
+ write_capacity_auto_scaling: {
158
+ auto_scaling_disabled: bool?,
159
+ minimum_units: ::Integer?,
160
+ maximum_units: ::Integer?,
161
+ scaling_policy: {
162
+ target_tracking_scaling_policy_configuration: {
163
+ disable_scale_in: bool?,
164
+ scale_in_cooldown: ::Integer?,
165
+ scale_out_cooldown: ::Integer?,
166
+ target_value: ::Float
167
+ }?
168
+ }?
169
+ }?,
170
+ read_capacity_auto_scaling: {
171
+ auto_scaling_disabled: bool?,
172
+ minimum_units: ::Integer?,
173
+ maximum_units: ::Integer?,
174
+ scaling_policy: {
175
+ target_tracking_scaling_policy_configuration: {
176
+ disable_scale_in: bool?,
177
+ scale_in_cooldown: ::Integer?,
178
+ scale_out_cooldown: ::Integer?,
179
+ target_value: ::Float
180
+ }?
181
+ }?
182
+ }?
183
+ },
184
+ ?replica_specifications: Array[
185
+ {
186
+ region: ::String,
187
+ read_capacity_units: ::Integer?,
188
+ read_capacity_auto_scaling: {
189
+ auto_scaling_disabled: bool?,
190
+ minimum_units: ::Integer?,
191
+ maximum_units: ::Integer?,
192
+ scaling_policy: {
193
+ target_tracking_scaling_policy_configuration: {
194
+ disable_scale_in: bool?,
195
+ scale_in_cooldown: ::Integer?,
196
+ scale_out_cooldown: ::Integer?,
197
+ target_value: ::Float
198
+ }?
199
+ }?
200
+ }?
201
+ },
202
+ ]
203
+ ) -> _CreateTableResponseSuccess
204
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateTableResponseSuccess
205
+
206
+ interface _DeleteKeyspaceResponseSuccess
207
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteKeyspaceResponse]
208
+ end
209
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Keyspaces/Client.html#delete_keyspace-instance_method
210
+ def delete_keyspace: (
211
+ keyspace_name: ::String
212
+ ) -> _DeleteKeyspaceResponseSuccess
213
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteKeyspaceResponseSuccess
214
+
215
+ interface _DeleteTableResponseSuccess
216
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteTableResponse]
217
+ end
218
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Keyspaces/Client.html#delete_table-instance_method
219
+ def delete_table: (
220
+ keyspace_name: ::String,
221
+ table_name: ::String
222
+ ) -> _DeleteTableResponseSuccess
223
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteTableResponseSuccess
224
+
225
+ interface _GetKeyspaceResponseSuccess
226
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetKeyspaceResponse]
227
+ def keyspace_name: () -> ::String
228
+ def resource_arn: () -> ::String
229
+ def replication_strategy: () -> ("SINGLE_REGION" | "MULTI_REGION")
230
+ def replication_regions: () -> ::Array[::String]
231
+ end
232
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Keyspaces/Client.html#get_keyspace-instance_method
233
+ def get_keyspace: (
234
+ keyspace_name: ::String
235
+ ) -> _GetKeyspaceResponseSuccess
236
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetKeyspaceResponseSuccess
237
+
238
+ interface _GetTableResponseSuccess
239
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetTableResponse]
240
+ def keyspace_name: () -> ::String
241
+ def table_name: () -> ::String
242
+ def resource_arn: () -> ::String
243
+ def creation_timestamp: () -> ::Time
244
+ def status: () -> ("ACTIVE" | "CREATING" | "UPDATING" | "DELETING" | "DELETED" | "RESTORING" | "INACCESSIBLE_ENCRYPTION_CREDENTIALS")
245
+ def schema_definition: () -> Types::SchemaDefinition
246
+ def capacity_specification: () -> Types::CapacitySpecificationSummary
247
+ def encryption_specification: () -> Types::EncryptionSpecification
248
+ def point_in_time_recovery: () -> Types::PointInTimeRecoverySummary
249
+ def ttl: () -> Types::TimeToLive
250
+ def default_time_to_live: () -> ::Integer
251
+ def comment: () -> Types::Comment
252
+ def client_side_timestamps: () -> Types::ClientSideTimestamps
253
+ def replica_specifications: () -> ::Array[Types::ReplicaSpecificationSummary]
254
+ end
255
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Keyspaces/Client.html#get_table-instance_method
256
+ def get_table: (
257
+ keyspace_name: ::String,
258
+ table_name: ::String
259
+ ) -> _GetTableResponseSuccess
260
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetTableResponseSuccess
261
+
262
+ interface _GetTableAutoScalingSettingsResponseSuccess
263
+ include ::Seahorse::Client::_ResponseSuccess[Types::GetTableAutoScalingSettingsResponse]
264
+ def keyspace_name: () -> ::String
265
+ def table_name: () -> ::String
266
+ def resource_arn: () -> ::String
267
+ def auto_scaling_specification: () -> Types::AutoScalingSpecification
268
+ def replica_specifications: () -> ::Array[Types::ReplicaAutoScalingSpecification]
269
+ end
270
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Keyspaces/Client.html#get_table_auto_scaling_settings-instance_method
271
+ def get_table_auto_scaling_settings: (
272
+ keyspace_name: ::String,
273
+ table_name: ::String
274
+ ) -> _GetTableAutoScalingSettingsResponseSuccess
275
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetTableAutoScalingSettingsResponseSuccess
276
+
277
+ interface _ListKeyspacesResponseSuccess
278
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListKeyspacesResponse]
279
+ def next_token: () -> ::String
280
+ def keyspaces: () -> ::Array[Types::KeyspaceSummary]
281
+ end
282
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Keyspaces/Client.html#list_keyspaces-instance_method
283
+ def list_keyspaces: (
284
+ ?next_token: ::String,
285
+ ?max_results: ::Integer
286
+ ) -> _ListKeyspacesResponseSuccess
287
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListKeyspacesResponseSuccess
288
+
289
+ interface _ListTablesResponseSuccess
290
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListTablesResponse]
291
+ def next_token: () -> ::String
292
+ def tables: () -> ::Array[Types::TableSummary]
293
+ end
294
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Keyspaces/Client.html#list_tables-instance_method
295
+ def list_tables: (
296
+ ?next_token: ::String,
297
+ ?max_results: ::Integer,
298
+ keyspace_name: ::String
299
+ ) -> _ListTablesResponseSuccess
300
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTablesResponseSuccess
301
+
302
+ interface _ListTagsForResourceResponseSuccess
303
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsForResourceResponse]
304
+ def next_token: () -> ::String
305
+ def tags: () -> ::Array[Types::Tag]
306
+ end
307
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Keyspaces/Client.html#list_tags_for_resource-instance_method
308
+ def list_tags_for_resource: (
309
+ resource_arn: ::String,
310
+ ?next_token: ::String,
311
+ ?max_results: ::Integer
312
+ ) -> _ListTagsForResourceResponseSuccess
313
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
314
+
315
+ interface _RestoreTableResponseSuccess
316
+ include ::Seahorse::Client::_ResponseSuccess[Types::RestoreTableResponse]
317
+ def restored_table_arn: () -> ::String
318
+ end
319
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Keyspaces/Client.html#restore_table-instance_method
320
+ def restore_table: (
321
+ source_keyspace_name: ::String,
322
+ source_table_name: ::String,
323
+ target_keyspace_name: ::String,
324
+ target_table_name: ::String,
325
+ ?restore_timestamp: ::Time,
326
+ ?capacity_specification_override: {
327
+ throughput_mode: ("PAY_PER_REQUEST" | "PROVISIONED"),
328
+ read_capacity_units: ::Integer?,
329
+ write_capacity_units: ::Integer?
330
+ },
331
+ ?encryption_specification_override: {
332
+ type: ("CUSTOMER_MANAGED_KMS_KEY" | "AWS_OWNED_KMS_KEY"),
333
+ kms_key_identifier: ::String?
334
+ },
335
+ ?point_in_time_recovery_override: {
336
+ status: ("ENABLED" | "DISABLED")
337
+ },
338
+ ?tags_override: Array[
339
+ {
340
+ key: ::String,
341
+ value: ::String
342
+ },
343
+ ],
344
+ ?auto_scaling_specification: {
345
+ write_capacity_auto_scaling: {
346
+ auto_scaling_disabled: bool?,
347
+ minimum_units: ::Integer?,
348
+ maximum_units: ::Integer?,
349
+ scaling_policy: {
350
+ target_tracking_scaling_policy_configuration: {
351
+ disable_scale_in: bool?,
352
+ scale_in_cooldown: ::Integer?,
353
+ scale_out_cooldown: ::Integer?,
354
+ target_value: ::Float
355
+ }?
356
+ }?
357
+ }?,
358
+ read_capacity_auto_scaling: {
359
+ auto_scaling_disabled: bool?,
360
+ minimum_units: ::Integer?,
361
+ maximum_units: ::Integer?,
362
+ scaling_policy: {
363
+ target_tracking_scaling_policy_configuration: {
364
+ disable_scale_in: bool?,
365
+ scale_in_cooldown: ::Integer?,
366
+ scale_out_cooldown: ::Integer?,
367
+ target_value: ::Float
368
+ }?
369
+ }?
370
+ }?
371
+ },
372
+ ?replica_specifications: Array[
373
+ {
374
+ region: ::String,
375
+ read_capacity_units: ::Integer?,
376
+ read_capacity_auto_scaling: {
377
+ auto_scaling_disabled: bool?,
378
+ minimum_units: ::Integer?,
379
+ maximum_units: ::Integer?,
380
+ scaling_policy: {
381
+ target_tracking_scaling_policy_configuration: {
382
+ disable_scale_in: bool?,
383
+ scale_in_cooldown: ::Integer?,
384
+ scale_out_cooldown: ::Integer?,
385
+ target_value: ::Float
386
+ }?
387
+ }?
388
+ }?
389
+ },
390
+ ]
391
+ ) -> _RestoreTableResponseSuccess
392
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RestoreTableResponseSuccess
393
+
394
+ interface _TagResourceResponseSuccess
395
+ include ::Seahorse::Client::_ResponseSuccess[Types::TagResourceResponse]
396
+ end
397
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Keyspaces/Client.html#tag_resource-instance_method
398
+ def tag_resource: (
399
+ resource_arn: ::String,
400
+ tags: Array[
401
+ {
402
+ key: ::String,
403
+ value: ::String
404
+ },
405
+ ]
406
+ ) -> _TagResourceResponseSuccess
407
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _TagResourceResponseSuccess
408
+
409
+ interface _UntagResourceResponseSuccess
410
+ include ::Seahorse::Client::_ResponseSuccess[Types::UntagResourceResponse]
411
+ end
412
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Keyspaces/Client.html#untag_resource-instance_method
413
+ def untag_resource: (
414
+ resource_arn: ::String,
415
+ tags: Array[
416
+ {
417
+ key: ::String,
418
+ value: ::String
419
+ },
420
+ ]
421
+ ) -> _UntagResourceResponseSuccess
422
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UntagResourceResponseSuccess
423
+
424
+ interface _UpdateTableResponseSuccess
425
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateTableResponse]
426
+ def resource_arn: () -> ::String
427
+ end
428
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Keyspaces/Client.html#update_table-instance_method
429
+ def update_table: (
430
+ keyspace_name: ::String,
431
+ table_name: ::String,
432
+ ?add_columns: Array[
433
+ {
434
+ name: ::String,
435
+ type: ::String
436
+ },
437
+ ],
438
+ ?capacity_specification: {
439
+ throughput_mode: ("PAY_PER_REQUEST" | "PROVISIONED"),
440
+ read_capacity_units: ::Integer?,
441
+ write_capacity_units: ::Integer?
442
+ },
443
+ ?encryption_specification: {
444
+ type: ("CUSTOMER_MANAGED_KMS_KEY" | "AWS_OWNED_KMS_KEY"),
445
+ kms_key_identifier: ::String?
446
+ },
447
+ ?point_in_time_recovery: {
448
+ status: ("ENABLED" | "DISABLED")
449
+ },
450
+ ?ttl: {
451
+ status: ("ENABLED")
452
+ },
453
+ ?default_time_to_live: ::Integer,
454
+ ?client_side_timestamps: {
455
+ status: ("ENABLED")
456
+ },
457
+ ?auto_scaling_specification: {
458
+ write_capacity_auto_scaling: {
459
+ auto_scaling_disabled: bool?,
460
+ minimum_units: ::Integer?,
461
+ maximum_units: ::Integer?,
462
+ scaling_policy: {
463
+ target_tracking_scaling_policy_configuration: {
464
+ disable_scale_in: bool?,
465
+ scale_in_cooldown: ::Integer?,
466
+ scale_out_cooldown: ::Integer?,
467
+ target_value: ::Float
468
+ }?
469
+ }?
470
+ }?,
471
+ read_capacity_auto_scaling: {
472
+ auto_scaling_disabled: bool?,
473
+ minimum_units: ::Integer?,
474
+ maximum_units: ::Integer?,
475
+ scaling_policy: {
476
+ target_tracking_scaling_policy_configuration: {
477
+ disable_scale_in: bool?,
478
+ scale_in_cooldown: ::Integer?,
479
+ scale_out_cooldown: ::Integer?,
480
+ target_value: ::Float
481
+ }?
482
+ }?
483
+ }?
484
+ },
485
+ ?replica_specifications: Array[
486
+ {
487
+ region: ::String,
488
+ read_capacity_units: ::Integer?,
489
+ read_capacity_auto_scaling: {
490
+ auto_scaling_disabled: bool?,
491
+ minimum_units: ::Integer?,
492
+ maximum_units: ::Integer?,
493
+ scaling_policy: {
494
+ target_tracking_scaling_policy_configuration: {
495
+ disable_scale_in: bool?,
496
+ scale_in_cooldown: ::Integer?,
497
+ scale_out_cooldown: ::Integer?,
498
+ target_value: ::Float
499
+ }?
500
+ }?
501
+ }?
502
+ },
503
+ ]
504
+ ) -> _UpdateTableResponseSuccess
505
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateTableResponseSuccess
506
+ end
507
+ end
508
+ end
509
+
data/sig/errors.rbs ADDED
@@ -0,0 +1,35 @@
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 Errors
11
+ class ServiceError < ::Aws::Errors::ServiceError
12
+ end
13
+
14
+ class AccessDeniedException < ::Aws::Errors::ServiceError
15
+ def message: () -> ::String
16
+ end
17
+ class ConflictException < ::Aws::Errors::ServiceError
18
+ def message: () -> ::String
19
+ end
20
+ class InternalServerException < ::Aws::Errors::ServiceError
21
+ def message: () -> ::String
22
+ end
23
+ class ResourceNotFoundException < ::Aws::Errors::ServiceError
24
+ def message: () -> ::String
25
+ def resource_arn: () -> ::String
26
+ end
27
+ class ServiceQuotaExceededException < ::Aws::Errors::ServiceError
28
+ def message: () -> ::String
29
+ end
30
+ class ValidationException < ::Aws::Errors::ServiceError
31
+ def message: () -> ::String
32
+ end
33
+ end
34
+ end
35
+ end
data/sig/resource.rbs ADDED
@@ -0,0 +1,80 @@
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
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Keyspaces/Resource.html
11
+ class Resource
12
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Keyspaces/Resource.html#initialize-instance_method
13
+ def initialize: (
14
+ ?client: Client,
15
+ ?credentials: untyped,
16
+ ?region: String,
17
+ ?access_key_id: String,
18
+ ?active_endpoint_cache: bool,
19
+ ?adaptive_retry_wait_to_fill: bool,
20
+ ?client_side_monitoring: bool,
21
+ ?client_side_monitoring_client_id: String,
22
+ ?client_side_monitoring_host: String,
23
+ ?client_side_monitoring_port: Integer,
24
+ ?client_side_monitoring_publisher: untyped,
25
+ ?convert_params: bool,
26
+ ?correct_clock_skew: bool,
27
+ ?defaults_mode: String,
28
+ ?disable_host_prefix_injection: bool,
29
+ ?disable_request_compression: bool,
30
+ ?endpoint: String,
31
+ ?endpoint_cache_max_entries: Integer,
32
+ ?endpoint_cache_max_threads: Integer,
33
+ ?endpoint_cache_poll_interval: Integer,
34
+ ?endpoint_discovery: bool,
35
+ ?ignore_configured_endpoint_urls: bool,
36
+ ?log_formatter: untyped,
37
+ ?log_level: Symbol,
38
+ ?logger: untyped,
39
+ ?max_attempts: Integer,
40
+ ?profile: String,
41
+ ?request_min_compression_size_bytes: Integer,
42
+ ?retry_backoff: Proc,
43
+ ?retry_base_delay: Float,
44
+ ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
45
+ ?retry_limit: Integer,
46
+ ?retry_max_delay: Integer,
47
+ ?retry_mode: ("legacy" | "standard" | "adaptive"),
48
+ ?sdk_ua_app_id: String,
49
+ ?secret_access_key: String,
50
+ ?session_token: String,
51
+ ?simple_json: bool,
52
+ ?stub_responses: untyped,
53
+ ?token_provider: untyped,
54
+ ?use_dualstack_endpoint: bool,
55
+ ?use_fips_endpoint: bool,
56
+ ?validate_params: bool,
57
+ ?endpoint_provider: untyped,
58
+ ?http_proxy: String,
59
+ ?http_open_timeout: (Float | Integer),
60
+ ?http_read_timeout: (Float | Integer),
61
+ ?http_idle_timeout: (Float | Integer),
62
+ ?http_continue_timeout: (Float | Integer),
63
+ ?ssl_timeout: (Float | Integer | nil),
64
+ ?http_wire_trace: bool,
65
+ ?ssl_verify_peer: bool,
66
+ ?ssl_ca_bundle: String,
67
+ ?ssl_ca_directory: String,
68
+ ?ssl_ca_store: String,
69
+ ?on_chunk_received: Proc,
70
+ ?on_chunk_sent: Proc,
71
+ ?raise_response_errors: bool
72
+ ) -> void
73
+ | (?Hash[Symbol, untyped]) -> void
74
+
75
+ def client: () -> Client
76
+
77
+
78
+ end
79
+ end
80
+ end
data/sig/types.rbs ADDED
@@ -0,0 +1,392 @@
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::Keyspaces
9
+ module Types
10
+
11
+ class AccessDeniedException
12
+ attr_accessor message: ::String
13
+ SENSITIVE: []
14
+ end
15
+
16
+ class AutoScalingPolicy
17
+ attr_accessor target_tracking_scaling_policy_configuration: Types::TargetTrackingScalingPolicyConfiguration
18
+ SENSITIVE: []
19
+ end
20
+
21
+ class AutoScalingSettings
22
+ attr_accessor auto_scaling_disabled: bool
23
+ attr_accessor minimum_units: ::Integer
24
+ attr_accessor maximum_units: ::Integer
25
+ attr_accessor scaling_policy: Types::AutoScalingPolicy
26
+ SENSITIVE: []
27
+ end
28
+
29
+ class AutoScalingSpecification
30
+ attr_accessor write_capacity_auto_scaling: Types::AutoScalingSettings
31
+ attr_accessor read_capacity_auto_scaling: Types::AutoScalingSettings
32
+ SENSITIVE: []
33
+ end
34
+
35
+ class CapacitySpecification
36
+ attr_accessor throughput_mode: ("PAY_PER_REQUEST" | "PROVISIONED")
37
+ attr_accessor read_capacity_units: ::Integer
38
+ attr_accessor write_capacity_units: ::Integer
39
+ SENSITIVE: []
40
+ end
41
+
42
+ class CapacitySpecificationSummary
43
+ attr_accessor throughput_mode: ("PAY_PER_REQUEST" | "PROVISIONED")
44
+ attr_accessor read_capacity_units: ::Integer
45
+ attr_accessor write_capacity_units: ::Integer
46
+ attr_accessor last_update_to_pay_per_request_timestamp: ::Time
47
+ SENSITIVE: []
48
+ end
49
+
50
+ class ClientSideTimestamps
51
+ attr_accessor status: ("ENABLED")
52
+ SENSITIVE: []
53
+ end
54
+
55
+ class ClusteringKey
56
+ attr_accessor name: ::String
57
+ attr_accessor order_by: ("ASC" | "DESC")
58
+ SENSITIVE: []
59
+ end
60
+
61
+ class ColumnDefinition
62
+ attr_accessor name: ::String
63
+ attr_accessor type: ::String
64
+ SENSITIVE: []
65
+ end
66
+
67
+ class Comment
68
+ attr_accessor message: ::String
69
+ SENSITIVE: []
70
+ end
71
+
72
+ class ConflictException
73
+ attr_accessor message: ::String
74
+ SENSITIVE: []
75
+ end
76
+
77
+ class CreateKeyspaceRequest
78
+ attr_accessor keyspace_name: ::String
79
+ attr_accessor tags: ::Array[Types::Tag]
80
+ attr_accessor replication_specification: Types::ReplicationSpecification
81
+ SENSITIVE: []
82
+ end
83
+
84
+ class CreateKeyspaceResponse
85
+ attr_accessor resource_arn: ::String
86
+ SENSITIVE: []
87
+ end
88
+
89
+ class CreateTableRequest
90
+ attr_accessor keyspace_name: ::String
91
+ attr_accessor table_name: ::String
92
+ attr_accessor schema_definition: Types::SchemaDefinition
93
+ attr_accessor comment: Types::Comment
94
+ attr_accessor capacity_specification: Types::CapacitySpecification
95
+ attr_accessor encryption_specification: Types::EncryptionSpecification
96
+ attr_accessor point_in_time_recovery: Types::PointInTimeRecovery
97
+ attr_accessor ttl: Types::TimeToLive
98
+ attr_accessor default_time_to_live: ::Integer
99
+ attr_accessor tags: ::Array[Types::Tag]
100
+ attr_accessor client_side_timestamps: Types::ClientSideTimestamps
101
+ attr_accessor auto_scaling_specification: Types::AutoScalingSpecification
102
+ attr_accessor replica_specifications: ::Array[Types::ReplicaSpecification]
103
+ SENSITIVE: []
104
+ end
105
+
106
+ class CreateTableResponse
107
+ attr_accessor resource_arn: ::String
108
+ SENSITIVE: []
109
+ end
110
+
111
+ class DeleteKeyspaceRequest
112
+ attr_accessor keyspace_name: ::String
113
+ SENSITIVE: []
114
+ end
115
+
116
+ class DeleteKeyspaceResponse < Aws::EmptyStructure
117
+ end
118
+
119
+ class DeleteTableRequest
120
+ attr_accessor keyspace_name: ::String
121
+ attr_accessor table_name: ::String
122
+ SENSITIVE: []
123
+ end
124
+
125
+ class DeleteTableResponse < Aws::EmptyStructure
126
+ end
127
+
128
+ class EncryptionSpecification
129
+ attr_accessor type: ("CUSTOMER_MANAGED_KMS_KEY" | "AWS_OWNED_KMS_KEY")
130
+ attr_accessor kms_key_identifier: ::String
131
+ SENSITIVE: []
132
+ end
133
+
134
+ class GetKeyspaceRequest
135
+ attr_accessor keyspace_name: ::String
136
+ SENSITIVE: []
137
+ end
138
+
139
+ class GetKeyspaceResponse
140
+ attr_accessor keyspace_name: ::String
141
+ attr_accessor resource_arn: ::String
142
+ attr_accessor replication_strategy: ("SINGLE_REGION" | "MULTI_REGION")
143
+ attr_accessor replication_regions: ::Array[::String]
144
+ SENSITIVE: []
145
+ end
146
+
147
+ class GetTableAutoScalingSettingsRequest
148
+ attr_accessor keyspace_name: ::String
149
+ attr_accessor table_name: ::String
150
+ SENSITIVE: []
151
+ end
152
+
153
+ class GetTableAutoScalingSettingsResponse
154
+ attr_accessor keyspace_name: ::String
155
+ attr_accessor table_name: ::String
156
+ attr_accessor resource_arn: ::String
157
+ attr_accessor auto_scaling_specification: Types::AutoScalingSpecification
158
+ attr_accessor replica_specifications: ::Array[Types::ReplicaAutoScalingSpecification]
159
+ SENSITIVE: []
160
+ end
161
+
162
+ class GetTableRequest
163
+ attr_accessor keyspace_name: ::String
164
+ attr_accessor table_name: ::String
165
+ SENSITIVE: []
166
+ end
167
+
168
+ class GetTableResponse
169
+ attr_accessor keyspace_name: ::String
170
+ attr_accessor table_name: ::String
171
+ attr_accessor resource_arn: ::String
172
+ attr_accessor creation_timestamp: ::Time
173
+ attr_accessor status: ("ACTIVE" | "CREATING" | "UPDATING" | "DELETING" | "DELETED" | "RESTORING" | "INACCESSIBLE_ENCRYPTION_CREDENTIALS")
174
+ attr_accessor schema_definition: Types::SchemaDefinition
175
+ attr_accessor capacity_specification: Types::CapacitySpecificationSummary
176
+ attr_accessor encryption_specification: Types::EncryptionSpecification
177
+ attr_accessor point_in_time_recovery: Types::PointInTimeRecoverySummary
178
+ attr_accessor ttl: Types::TimeToLive
179
+ attr_accessor default_time_to_live: ::Integer
180
+ attr_accessor comment: Types::Comment
181
+ attr_accessor client_side_timestamps: Types::ClientSideTimestamps
182
+ attr_accessor replica_specifications: ::Array[Types::ReplicaSpecificationSummary]
183
+ SENSITIVE: []
184
+ end
185
+
186
+ class InternalServerException
187
+ attr_accessor message: ::String
188
+ SENSITIVE: []
189
+ end
190
+
191
+ class KeyspaceSummary
192
+ attr_accessor keyspace_name: ::String
193
+ attr_accessor resource_arn: ::String
194
+ attr_accessor replication_strategy: ("SINGLE_REGION" | "MULTI_REGION")
195
+ attr_accessor replication_regions: ::Array[::String]
196
+ SENSITIVE: []
197
+ end
198
+
199
+ class ListKeyspacesRequest
200
+ attr_accessor next_token: ::String
201
+ attr_accessor max_results: ::Integer
202
+ SENSITIVE: []
203
+ end
204
+
205
+ class ListKeyspacesResponse
206
+ attr_accessor next_token: ::String
207
+ attr_accessor keyspaces: ::Array[Types::KeyspaceSummary]
208
+ SENSITIVE: []
209
+ end
210
+
211
+ class ListTablesRequest
212
+ attr_accessor next_token: ::String
213
+ attr_accessor max_results: ::Integer
214
+ attr_accessor keyspace_name: ::String
215
+ SENSITIVE: []
216
+ end
217
+
218
+ class ListTablesResponse
219
+ attr_accessor next_token: ::String
220
+ attr_accessor tables: ::Array[Types::TableSummary]
221
+ SENSITIVE: []
222
+ end
223
+
224
+ class ListTagsForResourceRequest
225
+ attr_accessor resource_arn: ::String
226
+ attr_accessor next_token: ::String
227
+ attr_accessor max_results: ::Integer
228
+ SENSITIVE: []
229
+ end
230
+
231
+ class ListTagsForResourceResponse
232
+ attr_accessor next_token: ::String
233
+ attr_accessor tags: ::Array[Types::Tag]
234
+ SENSITIVE: []
235
+ end
236
+
237
+ class PartitionKey
238
+ attr_accessor name: ::String
239
+ SENSITIVE: []
240
+ end
241
+
242
+ class PointInTimeRecovery
243
+ attr_accessor status: ("ENABLED" | "DISABLED")
244
+ SENSITIVE: []
245
+ end
246
+
247
+ class PointInTimeRecoverySummary
248
+ attr_accessor status: ("ENABLED" | "DISABLED")
249
+ attr_accessor earliest_restorable_timestamp: ::Time
250
+ SENSITIVE: []
251
+ end
252
+
253
+ class ReplicaAutoScalingSpecification
254
+ attr_accessor region: ::String
255
+ attr_accessor auto_scaling_specification: Types::AutoScalingSpecification
256
+ SENSITIVE: []
257
+ end
258
+
259
+ class ReplicaSpecification
260
+ attr_accessor region: ::String
261
+ attr_accessor read_capacity_units: ::Integer
262
+ attr_accessor read_capacity_auto_scaling: Types::AutoScalingSettings
263
+ SENSITIVE: []
264
+ end
265
+
266
+ class ReplicaSpecificationSummary
267
+ attr_accessor region: ::String
268
+ attr_accessor status: ("ACTIVE" | "CREATING" | "UPDATING" | "DELETING" | "DELETED" | "RESTORING" | "INACCESSIBLE_ENCRYPTION_CREDENTIALS")
269
+ attr_accessor capacity_specification: Types::CapacitySpecificationSummary
270
+ SENSITIVE: []
271
+ end
272
+
273
+ class ReplicationSpecification
274
+ attr_accessor replication_strategy: ("SINGLE_REGION" | "MULTI_REGION")
275
+ attr_accessor region_list: ::Array[::String]
276
+ SENSITIVE: []
277
+ end
278
+
279
+ class ResourceNotFoundException
280
+ attr_accessor message: ::String
281
+ attr_accessor resource_arn: ::String
282
+ SENSITIVE: []
283
+ end
284
+
285
+ class RestoreTableRequest
286
+ attr_accessor source_keyspace_name: ::String
287
+ attr_accessor source_table_name: ::String
288
+ attr_accessor target_keyspace_name: ::String
289
+ attr_accessor target_table_name: ::String
290
+ attr_accessor restore_timestamp: ::Time
291
+ attr_accessor capacity_specification_override: Types::CapacitySpecification
292
+ attr_accessor encryption_specification_override: Types::EncryptionSpecification
293
+ attr_accessor point_in_time_recovery_override: Types::PointInTimeRecovery
294
+ attr_accessor tags_override: ::Array[Types::Tag]
295
+ attr_accessor auto_scaling_specification: Types::AutoScalingSpecification
296
+ attr_accessor replica_specifications: ::Array[Types::ReplicaSpecification]
297
+ SENSITIVE: []
298
+ end
299
+
300
+ class RestoreTableResponse
301
+ attr_accessor restored_table_arn: ::String
302
+ SENSITIVE: []
303
+ end
304
+
305
+ class SchemaDefinition
306
+ attr_accessor all_columns: ::Array[Types::ColumnDefinition]
307
+ attr_accessor partition_keys: ::Array[Types::PartitionKey]
308
+ attr_accessor clustering_keys: ::Array[Types::ClusteringKey]
309
+ attr_accessor static_columns: ::Array[Types::StaticColumn]
310
+ SENSITIVE: []
311
+ end
312
+
313
+ class ServiceQuotaExceededException
314
+ attr_accessor message: ::String
315
+ SENSITIVE: []
316
+ end
317
+
318
+ class StaticColumn
319
+ attr_accessor name: ::String
320
+ SENSITIVE: []
321
+ end
322
+
323
+ class TableSummary
324
+ attr_accessor keyspace_name: ::String
325
+ attr_accessor table_name: ::String
326
+ attr_accessor resource_arn: ::String
327
+ SENSITIVE: []
328
+ end
329
+
330
+ class Tag
331
+ attr_accessor key: ::String
332
+ attr_accessor value: ::String
333
+ SENSITIVE: []
334
+ end
335
+
336
+ class TagResourceRequest
337
+ attr_accessor resource_arn: ::String
338
+ attr_accessor tags: ::Array[Types::Tag]
339
+ SENSITIVE: []
340
+ end
341
+
342
+ class TagResourceResponse < Aws::EmptyStructure
343
+ end
344
+
345
+ class TargetTrackingScalingPolicyConfiguration
346
+ attr_accessor disable_scale_in: bool
347
+ attr_accessor scale_in_cooldown: ::Integer
348
+ attr_accessor scale_out_cooldown: ::Integer
349
+ attr_accessor target_value: ::Float
350
+ SENSITIVE: []
351
+ end
352
+
353
+ class TimeToLive
354
+ attr_accessor status: ("ENABLED")
355
+ SENSITIVE: []
356
+ end
357
+
358
+ class UntagResourceRequest
359
+ attr_accessor resource_arn: ::String
360
+ attr_accessor tags: ::Array[Types::Tag]
361
+ SENSITIVE: []
362
+ end
363
+
364
+ class UntagResourceResponse < Aws::EmptyStructure
365
+ end
366
+
367
+ class UpdateTableRequest
368
+ attr_accessor keyspace_name: ::String
369
+ attr_accessor table_name: ::String
370
+ attr_accessor add_columns: ::Array[Types::ColumnDefinition]
371
+ attr_accessor capacity_specification: Types::CapacitySpecification
372
+ attr_accessor encryption_specification: Types::EncryptionSpecification
373
+ attr_accessor point_in_time_recovery: Types::PointInTimeRecovery
374
+ attr_accessor ttl: Types::TimeToLive
375
+ attr_accessor default_time_to_live: ::Integer
376
+ attr_accessor client_side_timestamps: Types::ClientSideTimestamps
377
+ attr_accessor auto_scaling_specification: Types::AutoScalingSpecification
378
+ attr_accessor replica_specifications: ::Array[Types::ReplicaSpecification]
379
+ SENSITIVE: []
380
+ end
381
+
382
+ class UpdateTableResponse
383
+ attr_accessor resource_arn: ::String
384
+ SENSITIVE: []
385
+ end
386
+
387
+ class ValidationException
388
+ attr_accessor message: ::String
389
+ SENSITIVE: []
390
+ end
391
+ end
392
+ end
data/sig/waiters.rbs ADDED
@@ -0,0 +1,13 @@
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 Waiters
11
+ end
12
+ end
13
+ 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.16.0
4
+ version: 1.17.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-17 00:00:00.000000000 Z
11
+ date: 2024-01-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.188.0
22
+ version: 3.191.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.188.0
32
+ version: 3.191.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -67,6 +67,11 @@ files:
67
67
  - lib/aws-sdk-keyspaces/resource.rb
68
68
  - lib/aws-sdk-keyspaces/types.rb
69
69
  - lib/aws-sdk-keyspaces/waiters.rb
70
+ - sig/client.rbs
71
+ - sig/errors.rbs
72
+ - sig/resource.rbs
73
+ - sig/types.rbs
74
+ - sig/waiters.rbs
70
75
  homepage: https://github.com/aws/aws-sdk-ruby
71
76
  licenses:
72
77
  - Apache-2.0