aws-sdk-kafka 1.109.0 → 1.111.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-kafka/client.rb +15 -3
- data/lib/aws-sdk-kafka/client_api.rb +7 -1
- data/lib/aws-sdk-kafka/types.rb +24 -1
- data/lib/aws-sdk-kafka.rb +1 -1
- data/sig/client.rbs +5 -2
- data/sig/types.rbs +7 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 56ff2fbe2704ccc6d7ded4f8a3c7ccf2b87192485cc4d9f81837d31fbd302e08
|
|
4
|
+
data.tar.gz: 05d20cf489a5c12d6905730230203fec69a02aa9f680877ce687e4e3d6d14737
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d86d0e96637b78f07b4ce5c65c4b9aa364d29ec111b581c17967b7219b9b671e223546cda18cdf53b8df3bb4e8778bb9e864b8c26caeb3b8de0e3acda733f409
|
|
7
|
+
data.tar.gz: 9ed72c8a0d2981b79d1f858705358011d7d6125f6876dd4ed986371673ffc8ae5ec38a20dfa97cad91482b1681e8cb5b0147a0a67ccae07fbd628923cf8b273c
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.111.0 (2026-05-13)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
1.110.0 (2026-04-30)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Adds support for ZookeeperAccess field to control the Client-Zookeeper connectivity.
|
|
13
|
+
|
|
4
14
|
1.109.0 (2026-04-20)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.111.0
|
data/lib/aws-sdk-kafka/client.rb
CHANGED
|
@@ -1535,6 +1535,7 @@ module Aws::Kafka
|
|
|
1535
1535
|
# resp.cluster_operation_info.source_cluster_info.connectivity_info.vpc_connectivity.client_authentication.sasl.iam.enabled #=> Boolean
|
|
1536
1536
|
# resp.cluster_operation_info.source_cluster_info.connectivity_info.vpc_connectivity.client_authentication.tls.enabled #=> Boolean
|
|
1537
1537
|
# resp.cluster_operation_info.source_cluster_info.connectivity_info.network_type #=> String, one of "IPV4", "DUAL"
|
|
1538
|
+
# resp.cluster_operation_info.source_cluster_info.zookeeper_access.enabled #=> Boolean
|
|
1538
1539
|
# resp.cluster_operation_info.source_cluster_info.storage_mode #=> String, one of "LOCAL", "TIERED"
|
|
1539
1540
|
# resp.cluster_operation_info.source_cluster_info.broker_count_update_info.created_broker_ids #=> Array
|
|
1540
1541
|
# resp.cluster_operation_info.source_cluster_info.broker_count_update_info.created_broker_ids[0] #=> Float
|
|
@@ -1575,6 +1576,7 @@ module Aws::Kafka
|
|
|
1575
1576
|
# resp.cluster_operation_info.target_cluster_info.connectivity_info.vpc_connectivity.client_authentication.sasl.iam.enabled #=> Boolean
|
|
1576
1577
|
# resp.cluster_operation_info.target_cluster_info.connectivity_info.vpc_connectivity.client_authentication.tls.enabled #=> Boolean
|
|
1577
1578
|
# resp.cluster_operation_info.target_cluster_info.connectivity_info.network_type #=> String, one of "IPV4", "DUAL"
|
|
1579
|
+
# resp.cluster_operation_info.target_cluster_info.zookeeper_access.enabled #=> Boolean
|
|
1578
1580
|
# resp.cluster_operation_info.target_cluster_info.storage_mode #=> String, one of "LOCAL", "TIERED"
|
|
1579
1581
|
# resp.cluster_operation_info.target_cluster_info.broker_count_update_info.created_broker_ids #=> Array
|
|
1580
1582
|
# resp.cluster_operation_info.target_cluster_info.broker_count_update_info.created_broker_ids[0] #=> Float
|
|
@@ -1656,6 +1658,7 @@ module Aws::Kafka
|
|
|
1656
1658
|
# resp.cluster_operation_info.provisioned.source_cluster_info.connectivity_info.vpc_connectivity.client_authentication.sasl.iam.enabled #=> Boolean
|
|
1657
1659
|
# resp.cluster_operation_info.provisioned.source_cluster_info.connectivity_info.vpc_connectivity.client_authentication.tls.enabled #=> Boolean
|
|
1658
1660
|
# resp.cluster_operation_info.provisioned.source_cluster_info.connectivity_info.network_type #=> String, one of "IPV4", "DUAL"
|
|
1661
|
+
# resp.cluster_operation_info.provisioned.source_cluster_info.zookeeper_access.enabled #=> Boolean
|
|
1659
1662
|
# resp.cluster_operation_info.provisioned.source_cluster_info.storage_mode #=> String, one of "LOCAL", "TIERED"
|
|
1660
1663
|
# resp.cluster_operation_info.provisioned.source_cluster_info.broker_count_update_info.created_broker_ids #=> Array
|
|
1661
1664
|
# resp.cluster_operation_info.provisioned.source_cluster_info.broker_count_update_info.created_broker_ids[0] #=> Float
|
|
@@ -1696,6 +1699,7 @@ module Aws::Kafka
|
|
|
1696
1699
|
# resp.cluster_operation_info.provisioned.target_cluster_info.connectivity_info.vpc_connectivity.client_authentication.sasl.iam.enabled #=> Boolean
|
|
1697
1700
|
# resp.cluster_operation_info.provisioned.target_cluster_info.connectivity_info.vpc_connectivity.client_authentication.tls.enabled #=> Boolean
|
|
1698
1701
|
# resp.cluster_operation_info.provisioned.target_cluster_info.connectivity_info.network_type #=> String, one of "IPV4", "DUAL"
|
|
1702
|
+
# resp.cluster_operation_info.provisioned.target_cluster_info.zookeeper_access.enabled #=> Boolean
|
|
1699
1703
|
# resp.cluster_operation_info.provisioned.target_cluster_info.storage_mode #=> String, one of "LOCAL", "TIERED"
|
|
1700
1704
|
# resp.cluster_operation_info.provisioned.target_cluster_info.broker_count_update_info.created_broker_ids #=> Array
|
|
1701
1705
|
# resp.cluster_operation_info.provisioned.target_cluster_info.broker_count_update_info.created_broker_ids[0] #=> Float
|
|
@@ -2228,6 +2232,7 @@ module Aws::Kafka
|
|
|
2228
2232
|
# resp.cluster_operation_info_list[0].source_cluster_info.connectivity_info.vpc_connectivity.client_authentication.sasl.iam.enabled #=> Boolean
|
|
2229
2233
|
# resp.cluster_operation_info_list[0].source_cluster_info.connectivity_info.vpc_connectivity.client_authentication.tls.enabled #=> Boolean
|
|
2230
2234
|
# resp.cluster_operation_info_list[0].source_cluster_info.connectivity_info.network_type #=> String, one of "IPV4", "DUAL"
|
|
2235
|
+
# resp.cluster_operation_info_list[0].source_cluster_info.zookeeper_access.enabled #=> Boolean
|
|
2231
2236
|
# resp.cluster_operation_info_list[0].source_cluster_info.storage_mode #=> String, one of "LOCAL", "TIERED"
|
|
2232
2237
|
# resp.cluster_operation_info_list[0].source_cluster_info.broker_count_update_info.created_broker_ids #=> Array
|
|
2233
2238
|
# resp.cluster_operation_info_list[0].source_cluster_info.broker_count_update_info.created_broker_ids[0] #=> Float
|
|
@@ -2268,6 +2273,7 @@ module Aws::Kafka
|
|
|
2268
2273
|
# resp.cluster_operation_info_list[0].target_cluster_info.connectivity_info.vpc_connectivity.client_authentication.sasl.iam.enabled #=> Boolean
|
|
2269
2274
|
# resp.cluster_operation_info_list[0].target_cluster_info.connectivity_info.vpc_connectivity.client_authentication.tls.enabled #=> Boolean
|
|
2270
2275
|
# resp.cluster_operation_info_list[0].target_cluster_info.connectivity_info.network_type #=> String, one of "IPV4", "DUAL"
|
|
2276
|
+
# resp.cluster_operation_info_list[0].target_cluster_info.zookeeper_access.enabled #=> Boolean
|
|
2271
2277
|
# resp.cluster_operation_info_list[0].target_cluster_info.storage_mode #=> String, one of "LOCAL", "TIERED"
|
|
2272
2278
|
# resp.cluster_operation_info_list[0].target_cluster_info.broker_count_update_info.created_broker_ids #=> Array
|
|
2273
2279
|
# resp.cluster_operation_info_list[0].target_cluster_info.broker_count_update_info.created_broker_ids[0] #=> Float
|
|
@@ -3413,12 +3419,15 @@ module Aws::Kafka
|
|
|
3413
3419
|
#
|
|
3414
3420
|
# @option params [required, String] :cluster_arn
|
|
3415
3421
|
#
|
|
3416
|
-
# @option params [
|
|
3422
|
+
# @option params [Types::ConnectivityInfo] :connectivity_info
|
|
3417
3423
|
# Information about the broker access configuration.
|
|
3418
3424
|
#
|
|
3419
3425
|
# @option params [required, String] :current_version
|
|
3420
3426
|
# The current version of the cluster.
|
|
3421
3427
|
#
|
|
3428
|
+
# @option params [Types::ZookeeperAccess] :zookeeper_access
|
|
3429
|
+
# Access control settings for zookeeper
|
|
3430
|
+
#
|
|
3422
3431
|
# @return [Types::UpdateConnectivityResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
3423
3432
|
#
|
|
3424
3433
|
# * {Types::UpdateConnectivityResponse#cluster_arn #cluster_arn} => String
|
|
@@ -3428,7 +3437,7 @@ module Aws::Kafka
|
|
|
3428
3437
|
#
|
|
3429
3438
|
# resp = client.update_connectivity({
|
|
3430
3439
|
# cluster_arn: "__string", # required
|
|
3431
|
-
# connectivity_info: {
|
|
3440
|
+
# connectivity_info: {
|
|
3432
3441
|
# public_access: {
|
|
3433
3442
|
# type: "__string",
|
|
3434
3443
|
# },
|
|
@@ -3450,6 +3459,9 @@ module Aws::Kafka
|
|
|
3450
3459
|
# network_type: "IPV4", # accepts IPV4, DUAL
|
|
3451
3460
|
# },
|
|
3452
3461
|
# current_version: "__string", # required
|
|
3462
|
+
# zookeeper_access: {
|
|
3463
|
+
# enabled: false,
|
|
3464
|
+
# },
|
|
3453
3465
|
# })
|
|
3454
3466
|
#
|
|
3455
3467
|
# @example Response structure
|
|
@@ -3847,7 +3859,7 @@ module Aws::Kafka
|
|
|
3847
3859
|
tracer: tracer
|
|
3848
3860
|
)
|
|
3849
3861
|
context[:gem_name] = 'aws-sdk-kafka'
|
|
3850
|
-
context[:gem_version] = '1.
|
|
3862
|
+
context[:gem_version] = '1.111.0'
|
|
3851
3863
|
Seahorse::Client::Request.new(handlers, context)
|
|
3852
3864
|
end
|
|
3853
3865
|
|
|
@@ -270,6 +270,7 @@ module Aws::Kafka
|
|
|
270
270
|
VpcConnectivitySasl = Shapes::StructureShape.new(name: 'VpcConnectivitySasl')
|
|
271
271
|
VpcConnectivityScram = Shapes::StructureShape.new(name: 'VpcConnectivityScram')
|
|
272
272
|
VpcConnectivityTls = Shapes::StructureShape.new(name: 'VpcConnectivityTls')
|
|
273
|
+
ZookeeperAccess = Shapes::StructureShape.new(name: 'ZookeeperAccess')
|
|
273
274
|
ZookeeperNodeInfo = Shapes::StructureShape.new(name: 'ZookeeperNodeInfo')
|
|
274
275
|
__blob = Shapes::BlobShape.new(name: '__blob')
|
|
275
276
|
__boolean = Shapes::BooleanShape.new(name: '__boolean')
|
|
@@ -1043,6 +1044,7 @@ module Aws::Kafka
|
|
|
1043
1044
|
MutableClusterInfo.add_member(:client_authentication, Shapes::ShapeRef.new(shape: ClientAuthentication, location_name: "clientAuthentication"))
|
|
1044
1045
|
MutableClusterInfo.add_member(:encryption_info, Shapes::ShapeRef.new(shape: EncryptionInfo, location_name: "encryptionInfo"))
|
|
1045
1046
|
MutableClusterInfo.add_member(:connectivity_info, Shapes::ShapeRef.new(shape: ConnectivityInfo, location_name: "connectivityInfo"))
|
|
1047
|
+
MutableClusterInfo.add_member(:zookeeper_access, Shapes::ShapeRef.new(shape: ZookeeperAccess, location_name: "zookeeperAccess"))
|
|
1046
1048
|
MutableClusterInfo.add_member(:storage_mode, Shapes::ShapeRef.new(shape: StorageMode, location_name: "storageMode"))
|
|
1047
1049
|
MutableClusterInfo.add_member(:broker_count_update_info, Shapes::ShapeRef.new(shape: BrokerCountUpdateInfo, location_name: "brokerCountUpdateInfo"))
|
|
1048
1050
|
MutableClusterInfo.add_member(:rebalancing, Shapes::ShapeRef.new(shape: Rebalancing, location_name: "rebalancing"))
|
|
@@ -1370,8 +1372,9 @@ module Aws::Kafka
|
|
|
1370
1372
|
UpdateConfigurationResponse.struct_class = Types::UpdateConfigurationResponse
|
|
1371
1373
|
|
|
1372
1374
|
UpdateConnectivityRequest.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "clusterArn"))
|
|
1373
|
-
UpdateConnectivityRequest.add_member(:connectivity_info, Shapes::ShapeRef.new(shape: ConnectivityInfo,
|
|
1375
|
+
UpdateConnectivityRequest.add_member(:connectivity_info, Shapes::ShapeRef.new(shape: ConnectivityInfo, location_name: "connectivityInfo"))
|
|
1374
1376
|
UpdateConnectivityRequest.add_member(:current_version, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "currentVersion"))
|
|
1377
|
+
UpdateConnectivityRequest.add_member(:zookeeper_access, Shapes::ShapeRef.new(shape: ZookeeperAccess, location_name: "zookeeperAccess"))
|
|
1375
1378
|
UpdateConnectivityRequest.struct_class = Types::UpdateConnectivityRequest
|
|
1376
1379
|
|
|
1377
1380
|
UpdateConnectivityResponse.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: __string, location_name: "clusterArn"))
|
|
@@ -1493,6 +1496,9 @@ module Aws::Kafka
|
|
|
1493
1496
|
VpcConnectivityTls.add_member(:enabled, Shapes::ShapeRef.new(shape: __boolean, location_name: "enabled"))
|
|
1494
1497
|
VpcConnectivityTls.struct_class = Types::VpcConnectivityTls
|
|
1495
1498
|
|
|
1499
|
+
ZookeeperAccess.add_member(:enabled, Shapes::ShapeRef.new(shape: __boolean, location_name: "enabled"))
|
|
1500
|
+
ZookeeperAccess.struct_class = Types::ZookeeperAccess
|
|
1501
|
+
|
|
1496
1502
|
ZookeeperNodeInfo.add_member(:attached_eni_id, Shapes::ShapeRef.new(shape: __string, location_name: "attachedENIId"))
|
|
1497
1503
|
ZookeeperNodeInfo.add_member(:client_vpc_ip_address, Shapes::ShapeRef.new(shape: __string, location_name: "clientVpcIpAddress"))
|
|
1498
1504
|
ZookeeperNodeInfo.add_member(:endpoints, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "endpoints"))
|
data/lib/aws-sdk-kafka/types.rb
CHANGED
|
@@ -3776,6 +3776,10 @@ module Aws::Kafka
|
|
|
3776
3776
|
# Information about the broker access configuration.
|
|
3777
3777
|
# @return [Types::ConnectivityInfo]
|
|
3778
3778
|
#
|
|
3779
|
+
# @!attribute [rw] zookeeper_access
|
|
3780
|
+
# Access control settings for zookeeper
|
|
3781
|
+
# @return [Types::ZookeeperAccess]
|
|
3782
|
+
#
|
|
3779
3783
|
# @!attribute [rw] storage_mode
|
|
3780
3784
|
# This controls storage mode for supported storage tiers.
|
|
3781
3785
|
# @return [String]
|
|
@@ -3803,6 +3807,7 @@ module Aws::Kafka
|
|
|
3803
3807
|
:client_authentication,
|
|
3804
3808
|
:encryption_info,
|
|
3805
3809
|
:connectivity_info,
|
|
3810
|
+
:zookeeper_access,
|
|
3806
3811
|
:storage_mode,
|
|
3807
3812
|
:broker_count_update_info,
|
|
3808
3813
|
:rebalancing)
|
|
@@ -3854,6 +3859,19 @@ module Aws::Kafka
|
|
|
3854
3859
|
include Aws::Structure
|
|
3855
3860
|
end
|
|
3856
3861
|
|
|
3862
|
+
# Access control settings for zookeeper
|
|
3863
|
+
#
|
|
3864
|
+
# @!attribute [rw] enabled
|
|
3865
|
+
# @return [Boolean]
|
|
3866
|
+
#
|
|
3867
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/ZookeeperAccess AWS API Documentation
|
|
3868
|
+
#
|
|
3869
|
+
class ZookeeperAccess < Struct.new(
|
|
3870
|
+
:enabled)
|
|
3871
|
+
SENSITIVE = []
|
|
3872
|
+
include Aws::Structure
|
|
3873
|
+
end
|
|
3874
|
+
|
|
3857
3875
|
# Returns information about an error.
|
|
3858
3876
|
#
|
|
3859
3877
|
# @!attribute [rw] invalid_parameter
|
|
@@ -5043,12 +5061,17 @@ module Aws::Kafka
|
|
|
5043
5061
|
# The current version of the cluster.
|
|
5044
5062
|
# @return [String]
|
|
5045
5063
|
#
|
|
5064
|
+
# @!attribute [rw] zookeeper_access
|
|
5065
|
+
# Access control settings for zookeeper
|
|
5066
|
+
# @return [Types::ZookeeperAccess]
|
|
5067
|
+
#
|
|
5046
5068
|
# @see http://docs.aws.amazon.com/goto/WebAPI/kafka-2018-11-14/UpdateConnectivityRequest AWS API Documentation
|
|
5047
5069
|
#
|
|
5048
5070
|
class UpdateConnectivityRequest < Struct.new(
|
|
5049
5071
|
:cluster_arn,
|
|
5050
5072
|
:connectivity_info,
|
|
5051
|
-
:current_version
|
|
5073
|
+
:current_version,
|
|
5074
|
+
:zookeeper_access)
|
|
5052
5075
|
SENSITIVE = []
|
|
5053
5076
|
include Aws::Structure
|
|
5054
5077
|
end
|
data/lib/aws-sdk-kafka.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -1071,7 +1071,7 @@ module Aws
|
|
|
1071
1071
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Kafka/Client.html#update_connectivity-instance_method
|
|
1072
1072
|
def update_connectivity: (
|
|
1073
1073
|
cluster_arn: ::String,
|
|
1074
|
-
connectivity_info: {
|
|
1074
|
+
?connectivity_info: {
|
|
1075
1075
|
public_access: {
|
|
1076
1076
|
type: ::String?
|
|
1077
1077
|
}?,
|
|
@@ -1092,7 +1092,10 @@ module Aws
|
|
|
1092
1092
|
}?,
|
|
1093
1093
|
network_type: ("IPV4" | "DUAL")?
|
|
1094
1094
|
},
|
|
1095
|
-
current_version: ::String
|
|
1095
|
+
current_version: ::String,
|
|
1096
|
+
?zookeeper_access: {
|
|
1097
|
+
enabled: bool?
|
|
1098
|
+
}
|
|
1096
1099
|
) -> _UpdateConnectivityResponseSuccess
|
|
1097
1100
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateConnectivityResponseSuccess
|
|
1098
1101
|
|
data/sig/types.rbs
CHANGED
|
@@ -1070,6 +1070,7 @@ module Aws::Kafka
|
|
|
1070
1070
|
attr_accessor client_authentication: Types::ClientAuthentication
|
|
1071
1071
|
attr_accessor encryption_info: Types::EncryptionInfo
|
|
1072
1072
|
attr_accessor connectivity_info: Types::ConnectivityInfo
|
|
1073
|
+
attr_accessor zookeeper_access: Types::ZookeeperAccess
|
|
1073
1074
|
attr_accessor storage_mode: ("LOCAL" | "TIERED")
|
|
1074
1075
|
attr_accessor broker_count_update_info: Types::BrokerCountUpdateInfo
|
|
1075
1076
|
attr_accessor rebalancing: Types::Rebalancing
|
|
@@ -1087,6 +1088,11 @@ module Aws::Kafka
|
|
|
1087
1088
|
SENSITIVE: []
|
|
1088
1089
|
end
|
|
1089
1090
|
|
|
1091
|
+
class ZookeeperAccess
|
|
1092
|
+
attr_accessor enabled: bool
|
|
1093
|
+
SENSITIVE: []
|
|
1094
|
+
end
|
|
1095
|
+
|
|
1090
1096
|
class NotFoundException
|
|
1091
1097
|
attr_accessor invalid_parameter: ::String
|
|
1092
1098
|
attr_accessor message: ::String
|
|
@@ -1454,6 +1460,7 @@ module Aws::Kafka
|
|
|
1454
1460
|
attr_accessor cluster_arn: ::String
|
|
1455
1461
|
attr_accessor connectivity_info: Types::ConnectivityInfo
|
|
1456
1462
|
attr_accessor current_version: ::String
|
|
1463
|
+
attr_accessor zookeeper_access: Types::ZookeeperAccess
|
|
1457
1464
|
SENSITIVE: []
|
|
1458
1465
|
end
|
|
1459
1466
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-kafka
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.111.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.247.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.247.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|