aws-sdk-redshift 1.158.0 → 1.160.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: be4ddcbe18690c653f34b97cc13899692b0191e680dcf2b81ccef60db6127262
4
- data.tar.gz: fa9928873b867645f1329840307a8e89aee1ef0821f174b850c1a925bc4f28bb
3
+ metadata.gz: 16e6725ecd4b7567de34849aa1dc20e9c4f8ac7db80290106383632d323d77b5
4
+ data.tar.gz: 2cbc9a9e9c457b2ebad34b7f4761f7543b08eee42ad10e992e9cad80047f8e67
5
5
  SHA512:
6
- metadata.gz: 975214c71c7ab1fde75cdae3037a5154f82e924df2020341f40800744909800d1644c875fe691b95026cf0860d932ccd0c8861a00eac1b6c49469c90d79676bb
7
- data.tar.gz: 7968f61e990b499d877fea92f06045792b2cca15bf855da2efca5b682f0278a5f05f6fdd82101fe01e0ea27ddd73c4cb8bec925f12cd0ad666a39e897031a148
6
+ metadata.gz: 4401c485f85b9d2d673316cdacc714363db2f886729e3a7627e2d6569dcfc34cc368101ae4b4c026f24c051f9ebcccb69b8a66cb54e357523d15a4e848232f04
7
+ data.tar.gz: ba1dee0db38d320f8d482a6c5abcd29f2c08c99e24e74ff2c3326f795e62cb573827bb17bf6cf6b446c807e48856eea28646c987d2ecc03ca5d2e9c3d2235096
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.160.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.159.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.158.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.158.0
1
+ 1.160.0
@@ -199,7 +199,7 @@ module Aws::Redshift
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::Redshift
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. This is default value if
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` - An experimental retry mode that includes all the
334
- # functionality of `standard` mode along with automatic client side
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
@@ -13281,7 +13279,7 @@ module Aws::Redshift
13281
13279
  tracer: tracer
13282
13280
  )
13283
13281
  context[:gem_name] = 'aws-sdk-redshift'
13284
- context[:gem_version] = '1.158.0'
13282
+ context[:gem_version] = '1.160.0'
13285
13283
  Seahorse::Client::Request.new(handlers, context)
13286
13284
  end
13287
13285
 
@@ -55,7 +55,7 @@ module Aws::Redshift
55
55
  autoload :EndpointProvider, 'aws-sdk-redshift/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-redshift/endpoints'
57
57
 
58
- GEM_VERSION = '1.158.0'
58
+ GEM_VERSION = '1.160.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -196,7 +196,7 @@ module Aws
196
196
  {
197
197
  snapshot_identifier: ::String,
198
198
  snapshot_cluster_identifier: ::String?
199
- },
199
+ }
200
200
  ]
201
201
  ) -> _BatchDeleteClusterSnapshotsResponseSuccess
202
202
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchDeleteClusterSnapshotsResponseSuccess
@@ -297,7 +297,7 @@ module Aws
297
297
  {
298
298
  key: ::String?,
299
299
  value: ::String?
300
- },
300
+ }
301
301
  ],
302
302
  ?kms_key_id: ::String,
303
303
  ?enhanced_vpc_routing: bool,
@@ -332,7 +332,7 @@ module Aws
332
332
  {
333
333
  key: ::String?,
334
334
  value: ::String?
335
- },
335
+ }
336
336
  ]
337
337
  ) -> _CreateClusterParameterGroupResponseSuccess
338
338
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateClusterParameterGroupResponseSuccess
@@ -349,7 +349,7 @@ module Aws
349
349
  {
350
350
  key: ::String?,
351
351
  value: ::String?
352
- },
352
+ }
353
353
  ]
354
354
  ) -> _CreateClusterSecurityGroupResponseSuccess
355
355
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateClusterSecurityGroupResponseSuccess
@@ -367,7 +367,7 @@ module Aws
367
367
  {
368
368
  key: ::String?,
369
369
  value: ::String?
370
- },
370
+ }
371
371
  ]
372
372
  ) -> _CreateClusterSnapshotResponseSuccess
373
373
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateClusterSnapshotResponseSuccess
@@ -385,7 +385,7 @@ module Aws
385
385
  {
386
386
  key: ::String?,
387
387
  value: ::String?
388
- },
388
+ }
389
389
  ]
390
390
  ) -> _CreateClusterSubnetGroupResponseSuccess
391
391
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateClusterSubnetGroupResponseSuccess
@@ -445,7 +445,7 @@ module Aws
445
445
  {
446
446
  key: ::String?,
447
447
  value: ::String?
448
- },
448
+ }
449
449
  ]
450
450
  ) -> _CreateEventSubscriptionResponseSuccess
451
451
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateEventSubscriptionResponseSuccess
@@ -461,7 +461,7 @@ module Aws
461
461
  {
462
462
  key: ::String?,
463
463
  value: ::String?
464
- },
464
+ }
465
465
  ]
466
466
  ) -> _CreateHsmClientCertificateResponseSuccess
467
467
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateHsmClientCertificateResponseSuccess
@@ -482,7 +482,7 @@ module Aws
482
482
  {
483
483
  key: ::String?,
484
484
  value: ::String?
485
- },
485
+ }
486
486
  ]
487
487
  ) -> _CreateHsmConfigurationResponseSuccess
488
488
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateHsmConfigurationResponseSuccess
@@ -511,7 +511,7 @@ module Aws
511
511
  {
512
512
  key: ::String?,
513
513
  value: ::String?
514
- },
514
+ }
515
515
  ],
516
516
  ?additional_encryption_context: Hash[::String, ::String],
517
517
  ?description: ::String
@@ -533,39 +533,17 @@ module Aws
533
533
  {
534
534
  trusted_token_issuer_arn: ::String?,
535
535
  authorized_audiences_list: Array[::String]?
536
- },
536
+ }
537
537
  ],
538
538
  ?service_integrations: Array[
539
- {
540
- lake_formation: Array[
541
- {
542
- lake_formation_query: {
543
- authorization: ("Enabled" | "Disabled")
544
- }?
545
- },
546
- ]?,
547
- s3_access_grants: Array[
548
- {
549
- read_write_access: {
550
- authorization: ("Enabled" | "Disabled")
551
- }?
552
- },
553
- ]?,
554
- redshift: Array[
555
- {
556
- connect: {
557
- authorization: ("Enabled" | "Disabled")
558
- }?
559
- },
560
- ]?
561
- },
539
+ Params::service_integrations_union
562
540
  ],
563
541
  ?application_type: ("None" | "Lakehouse"),
564
542
  ?tags: Array[
565
543
  {
566
544
  key: ::String?,
567
545
  value: ::String?
568
- },
546
+ }
569
547
  ],
570
548
  ?sso_tag_keys: Array[::String]
571
549
  ) -> _CreateRedshiftIdcApplicationResponseSuccess
@@ -586,23 +564,7 @@ module Aws
586
564
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Redshift/Client.html#create_scheduled_action-instance_method
587
565
  def create_scheduled_action: (
588
566
  scheduled_action_name: ::String,
589
- target_action: {
590
- resize_cluster: {
591
- cluster_identifier: ::String,
592
- cluster_type: ::String?,
593
- node_type: ::String?,
594
- number_of_nodes: ::Integer?,
595
- classic: bool?,
596
- reserved_node_id: ::String?,
597
- target_reserved_node_offering_id: ::String?
598
- }?,
599
- pause_cluster: {
600
- cluster_identifier: ::String
601
- }?,
602
- resume_cluster: {
603
- cluster_identifier: ::String
604
- }?
605
- },
567
+ target_action: Params::scheduled_action_type,
606
568
  schedule: ::String,
607
569
  iam_role: ::String,
608
570
  ?scheduled_action_description: ::String,
@@ -624,7 +586,7 @@ module Aws
624
586
  {
625
587
  key: ::String?,
626
588
  value: ::String?
627
- },
589
+ }
628
590
  ]
629
591
  ) -> _CreateSnapshotCopyGrantResponseSuccess
630
592
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateSnapshotCopyGrantResponseSuccess
@@ -648,7 +610,7 @@ module Aws
648
610
  {
649
611
  key: ::String?,
650
612
  value: ::String?
651
- },
613
+ }
652
614
  ],
653
615
  ?dry_run: bool,
654
616
  ?next_invocations: ::Integer
@@ -662,7 +624,7 @@ module Aws
662
624
  {
663
625
  key: ::String?,
664
626
  value: ::String?
665
- },
627
+ }
666
628
  ]
667
629
  ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
668
630
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
@@ -690,7 +652,7 @@ module Aws
690
652
  {
691
653
  key: ::String?,
692
654
  value: ::String?
693
- },
655
+ }
694
656
  ]
695
657
  ) -> _CreateUsageLimitResponseSuccess
696
658
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateUsageLimitResponseSuccess
@@ -890,15 +852,7 @@ module Aws
890
852
  end
891
853
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Redshift/Client.html#deregister_namespace-instance_method
892
854
  def deregister_namespace: (
893
- namespace_identifier: {
894
- serverless_identifier: {
895
- namespace_identifier: ::String,
896
- workgroup_identifier: ::String
897
- }?,
898
- provisioned_identifier: {
899
- cluster_identifier: ::String
900
- }?
901
- },
855
+ namespace_identifier: Params::namespace_identifier_union,
902
856
  consumer_identifiers: Array[::String]
903
857
  ) -> _DeregisterNamespaceResponseSuccess
904
858
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeregisterNamespaceResponseSuccess
@@ -1003,7 +957,7 @@ module Aws
1003
957
  {
1004
958
  attribute: ("SOURCE_TYPE" | "TOTAL_SIZE" | "CREATE_TIME"),
1005
959
  sort_order: ("ASC" | "DESC")?
1006
- },
960
+ }
1007
961
  ]
1008
962
  ) -> _DescribeClusterSnapshotsResponseSuccess
1009
963
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeClusterSnapshotsResponseSuccess
@@ -1263,7 +1217,7 @@ module Aws
1263
1217
  {
1264
1218
  name: ("integration-arn" | "source-arn" | "source-types" | "status"),
1265
1219
  values: Array[::String]
1266
- },
1220
+ }
1267
1221
  ]
1268
1222
  ) -> _DescribeIntegrationsResponseSuccess
1269
1223
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeIntegrationsResponseSuccess
@@ -1302,7 +1256,7 @@ module Aws
1302
1256
  name: ("NodeType" | "NumberOfNodes" | "EstimatedDiskUtilizationPercent" | "Mode")?,
1303
1257
  operator: ("eq" | "lt" | "gt" | "le" | "ge" | "in" | "between")?,
1304
1258
  values: Array[::String]?
1305
- },
1259
+ }
1306
1260
  ],
1307
1261
  ?marker: ::String,
1308
1262
  ?max_records: ::Integer
@@ -1430,7 +1384,7 @@ module Aws
1430
1384
  {
1431
1385
  name: ("cluster-identifier" | "iam-role"),
1432
1386
  values: Array[::String]
1433
- },
1387
+ }
1434
1388
  ],
1435
1389
  ?marker: ::String,
1436
1390
  ?max_records: ::Integer
@@ -1821,17 +1775,7 @@ module Aws
1821
1775
  def modify_cluster_parameter_group: (
1822
1776
  parameter_group_name: ::String,
1823
1777
  parameters: Array[
1824
- {
1825
- parameter_name: ::String?,
1826
- parameter_value: ::String?,
1827
- description: ::String?,
1828
- source: ::String?,
1829
- data_type: ::String?,
1830
- allowed_values: ::String?,
1831
- apply_type: ("static" | "dynamic")?,
1832
- is_modifiable: bool?,
1833
- minimum_engine_version: ::String?
1834
- },
1778
+ Params::parameter
1835
1779
  ]
1836
1780
  ) -> _ModifyClusterParameterGroupResponseSuccess
1837
1781
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyClusterParameterGroupResponseSuccess
@@ -1973,32 +1917,10 @@ module Aws
1973
1917
  {
1974
1918
  trusted_token_issuer_arn: ::String?,
1975
1919
  authorized_audiences_list: Array[::String]?
1976
- },
1920
+ }
1977
1921
  ],
1978
1922
  ?service_integrations: Array[
1979
- {
1980
- lake_formation: Array[
1981
- {
1982
- lake_formation_query: {
1983
- authorization: ("Enabled" | "Disabled")
1984
- }?
1985
- },
1986
- ]?,
1987
- s3_access_grants: Array[
1988
- {
1989
- read_write_access: {
1990
- authorization: ("Enabled" | "Disabled")
1991
- }?
1992
- },
1993
- ]?,
1994
- redshift: Array[
1995
- {
1996
- connect: {
1997
- authorization: ("Enabled" | "Disabled")
1998
- }?
1999
- },
2000
- ]?
2001
- },
1923
+ Params::service_integrations_union
2002
1924
  ]
2003
1925
  ) -> _ModifyRedshiftIdcApplicationResponseSuccess
2004
1926
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ModifyRedshiftIdcApplicationResponseSuccess
@@ -2018,23 +1940,7 @@ module Aws
2018
1940
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Redshift/Client.html#modify_scheduled_action-instance_method
2019
1941
  def modify_scheduled_action: (
2020
1942
  scheduled_action_name: ::String,
2021
- ?target_action: {
2022
- resize_cluster: {
2023
- cluster_identifier: ::String,
2024
- cluster_type: ::String?,
2025
- node_type: ::String?,
2026
- number_of_nodes: ::Integer?,
2027
- classic: bool?,
2028
- reserved_node_id: ::String?,
2029
- target_reserved_node_offering_id: ::String?
2030
- }?,
2031
- pause_cluster: {
2032
- cluster_identifier: ::String
2033
- }?,
2034
- resume_cluster: {
2035
- cluster_identifier: ::String
2036
- }?
2037
- },
1943
+ ?target_action: Params::scheduled_action_type,
2038
1944
  ?schedule: ::String,
2039
1945
  ?iam_role: ::String,
2040
1946
  ?scheduled_action_description: ::String,
@@ -2140,15 +2046,7 @@ module Aws
2140
2046
  end
2141
2047
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Redshift/Client.html#register_namespace-instance_method
2142
2048
  def register_namespace: (
2143
- namespace_identifier: {
2144
- serverless_identifier: {
2145
- namespace_identifier: ::String,
2146
- workgroup_identifier: ::String
2147
- }?,
2148
- provisioned_identifier: {
2149
- cluster_identifier: ::String
2150
- }?
2151
- },
2049
+ namespace_identifier: Params::namespace_identifier_union,
2152
2050
  consumer_identifiers: Array[::String]
2153
2051
  ) -> _RegisterNamespaceResponseSuccess
2154
2052
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RegisterNamespaceResponseSuccess
@@ -2178,17 +2076,7 @@ module Aws
2178
2076
  parameter_group_name: ::String,
2179
2077
  ?reset_all_parameters: bool,
2180
2078
  ?parameters: Array[
2181
- {
2182
- parameter_name: ::String?,
2183
- parameter_value: ::String?,
2184
- description: ::String?,
2185
- source: ::String?,
2186
- data_type: ::String?,
2187
- allowed_values: ::String?,
2188
- apply_type: ("static" | "dynamic")?,
2189
- is_modifiable: bool?,
2190
- minimum_engine_version: ::String?
2191
- },
2079
+ Params::parameter
2192
2080
  ]
2193
2081
  ) -> _ResetClusterParameterGroupResponseSuccess
2194
2082
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ResetClusterParameterGroupResponseSuccess
@@ -2400,7 +2288,7 @@ module Aws
2400
2288
  {
2401
2289
  attribute: ("SOURCE_TYPE" | "TOTAL_SIZE" | "CREATE_TIME"),
2402
2290
  sort_order: ("ASC" | "DESC")?
2403
- },
2291
+ }
2404
2292
  ]
2405
2293
  ) -> Client::_DescribeClusterSnapshotsResponseSuccess
2406
2294
  | (:snapshot_available waiter_name, ?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_DescribeClusterSnapshotsResponseSuccess
data/sig/params.rbs ADDED
@@ -0,0 +1,79 @@
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 Redshift
10
+ module Params
11
+ type service_integrations_union = {
12
+ lake_formation: Array[
13
+ {
14
+ lake_formation_query: {
15
+ authorization: ("Enabled" | "Disabled")
16
+ }?
17
+ }
18
+ ]?,
19
+ s3_access_grants: Array[
20
+ {
21
+ read_write_access: {
22
+ authorization: ("Enabled" | "Disabled")
23
+ }?
24
+ }
25
+ ]?,
26
+ redshift: Array[
27
+ {
28
+ connect: {
29
+ authorization: ("Enabled" | "Disabled")
30
+ }?
31
+ }
32
+ ]?
33
+ }
34
+
35
+ type resize_cluster_message = {
36
+ cluster_identifier: ::String,
37
+ cluster_type: ::String?,
38
+ node_type: ::String?,
39
+ number_of_nodes: ::Integer?,
40
+ classic: bool?,
41
+ reserved_node_id: ::String?,
42
+ target_reserved_node_offering_id: ::String?
43
+ }
44
+
45
+ type scheduled_action_type = {
46
+ resize_cluster: Params::resize_cluster_message?,
47
+ pause_cluster: {
48
+ cluster_identifier: ::String
49
+ }?,
50
+ resume_cluster: {
51
+ cluster_identifier: ::String
52
+ }?
53
+ }
54
+
55
+ type namespace_identifier_union = {
56
+ serverless_identifier: {
57
+ namespace_identifier: ::String,
58
+ workgroup_identifier: ::String
59
+ }?,
60
+ provisioned_identifier: {
61
+ cluster_identifier: ::String
62
+ }?
63
+ }
64
+
65
+ type parameter = {
66
+ parameter_name: ::String?,
67
+ parameter_value: ::String?,
68
+ description: ::String?,
69
+ source: ::String?,
70
+ data_type: ::String?,
71
+ allowed_values: ::String?,
72
+ apply_type: ("static" | "dynamic")?,
73
+ is_modifiable: bool?,
74
+ minimum_engine_version: ::String?
75
+ }
76
+
77
+ end
78
+ end
79
+ end
data/sig/waiters.rbs CHANGED
@@ -72,7 +72,7 @@ module Aws
72
72
  {
73
73
  attribute: ("SOURCE_TYPE" | "TOTAL_SIZE" | "CREATE_TIME"),
74
74
  sort_order: ("ASC" | "DESC")?
75
- },
75
+ }
76
76
  ]
77
77
  ) -> Client::_DescribeClusterSnapshotsResponseSuccess
78
78
  | (?Hash[Symbol, untyped]) -> Client::_DescribeClusterSnapshotsResponseSuccess
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-redshift
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.158.0
4
+ version: 1.160.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.247.0
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.247.0
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-redshift/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