aws-sdk-kafkaconnect 1.53.0 → 1.55.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-kafkaconnect/client.rb +7 -1
- data/lib/aws-sdk-kafkaconnect/client_api.rb +3 -0
- data/lib/aws-sdk-kafkaconnect/types.rb +27 -9
- data/lib/aws-sdk-kafkaconnect.rb +1 -1
- data/sig/client.rbs +4 -2
- data/sig/types.rbs +3 -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: 0036de5e5a843d977c125b9e81045649b07be2882adcb4dda3b302f23e1f9920
|
|
4
|
+
data.tar.gz: dc0835c8a7e1b32f9d5ca5891c1ff77160b492c4ec44941887473e0ef6bc1262
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1db51fb3c09cc8a9109915e606be85d78ef81b4cbb17d79b39d0712ddb5929813bca4bdb3b63f58967b1e5eaeb6b3b1cdeed9cafeb784068e35cdf9222fe235d
|
|
7
|
+
data.tar.gz: a0837964199e35d691fee3d782a3ddd2ef580950a99669254dff3afa570e589ad84f530470ea59a70cca628770e44c201d2e582609b760f84608185223d03e2e
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.55.0 (2026-03-18)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
1.54.0 (2026-02-11)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Support configurable upper limits on task count during autoscaling operations via maxAutoscalingTaskCount parameter.
|
|
13
|
+
|
|
4
14
|
1.53.0 (2026-01-16)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.55.0
|
|
@@ -555,6 +555,7 @@ module Aws::KafkaConnect
|
|
|
555
555
|
# scale_out_policy: {
|
|
556
556
|
# cpu_utilization_percentage: 1, # required
|
|
557
557
|
# },
|
|
558
|
+
# max_autoscaling_task_count: 1,
|
|
558
559
|
# },
|
|
559
560
|
# provisioned_capacity: {
|
|
560
561
|
# mcu_count: 1, # required
|
|
@@ -880,6 +881,7 @@ module Aws::KafkaConnect
|
|
|
880
881
|
# resp.capacity.auto_scaling.min_worker_count #=> Integer
|
|
881
882
|
# resp.capacity.auto_scaling.scale_in_policy.cpu_utilization_percentage #=> Integer
|
|
882
883
|
# resp.capacity.auto_scaling.scale_out_policy.cpu_utilization_percentage #=> Integer
|
|
884
|
+
# resp.capacity.auto_scaling.max_autoscaling_task_count #=> Integer
|
|
883
885
|
# resp.capacity.provisioned_capacity.mcu_count #=> Integer
|
|
884
886
|
# resp.capacity.provisioned_capacity.worker_count #=> Integer
|
|
885
887
|
# resp.connector_arn #=> String
|
|
@@ -964,6 +966,7 @@ module Aws::KafkaConnect
|
|
|
964
966
|
# resp.origin_worker_setting.capacity.auto_scaling.min_worker_count #=> Integer
|
|
965
967
|
# resp.origin_worker_setting.capacity.auto_scaling.scale_in_policy.cpu_utilization_percentage #=> Integer
|
|
966
968
|
# resp.origin_worker_setting.capacity.auto_scaling.scale_out_policy.cpu_utilization_percentage #=> Integer
|
|
969
|
+
# resp.origin_worker_setting.capacity.auto_scaling.max_autoscaling_task_count #=> Integer
|
|
967
970
|
# resp.origin_worker_setting.capacity.provisioned_capacity.mcu_count #=> Integer
|
|
968
971
|
# resp.origin_worker_setting.capacity.provisioned_capacity.worker_count #=> Integer
|
|
969
972
|
# resp.origin_connector_configuration #=> Hash
|
|
@@ -973,6 +976,7 @@ module Aws::KafkaConnect
|
|
|
973
976
|
# resp.target_worker_setting.capacity.auto_scaling.min_worker_count #=> Integer
|
|
974
977
|
# resp.target_worker_setting.capacity.auto_scaling.scale_in_policy.cpu_utilization_percentage #=> Integer
|
|
975
978
|
# resp.target_worker_setting.capacity.auto_scaling.scale_out_policy.cpu_utilization_percentage #=> Integer
|
|
979
|
+
# resp.target_worker_setting.capacity.auto_scaling.max_autoscaling_task_count #=> Integer
|
|
976
980
|
# resp.target_worker_setting.capacity.provisioned_capacity.mcu_count #=> Integer
|
|
977
981
|
# resp.target_worker_setting.capacity.provisioned_capacity.worker_count #=> Integer
|
|
978
982
|
# resp.target_connector_configuration #=> Hash
|
|
@@ -1170,6 +1174,7 @@ module Aws::KafkaConnect
|
|
|
1170
1174
|
# resp.connectors[0].capacity.auto_scaling.min_worker_count #=> Integer
|
|
1171
1175
|
# resp.connectors[0].capacity.auto_scaling.scale_in_policy.cpu_utilization_percentage #=> Integer
|
|
1172
1176
|
# resp.connectors[0].capacity.auto_scaling.scale_out_policy.cpu_utilization_percentage #=> Integer
|
|
1177
|
+
# resp.connectors[0].capacity.auto_scaling.max_autoscaling_task_count #=> Integer
|
|
1173
1178
|
# resp.connectors[0].capacity.provisioned_capacity.mcu_count #=> Integer
|
|
1174
1179
|
# resp.connectors[0].capacity.provisioned_capacity.worker_count #=> Integer
|
|
1175
1180
|
# resp.connectors[0].connector_arn #=> String
|
|
@@ -1444,6 +1449,7 @@ module Aws::KafkaConnect
|
|
|
1444
1449
|
# scale_out_policy: { # required
|
|
1445
1450
|
# cpu_utilization_percentage: 1, # required
|
|
1446
1451
|
# },
|
|
1452
|
+
# max_autoscaling_task_count: 1,
|
|
1447
1453
|
# },
|
|
1448
1454
|
# provisioned_capacity: {
|
|
1449
1455
|
# mcu_count: 1, # required
|
|
@@ -1490,7 +1496,7 @@ module Aws::KafkaConnect
|
|
|
1490
1496
|
tracer: tracer
|
|
1491
1497
|
)
|
|
1492
1498
|
context[:gem_name] = 'aws-sdk-kafkaconnect'
|
|
1493
|
-
context[:gem_version] = '1.
|
|
1499
|
+
context[:gem_version] = '1.55.0'
|
|
1494
1500
|
Seahorse::Client::Request.new(handlers, context)
|
|
1495
1501
|
end
|
|
1496
1502
|
|
|
@@ -165,6 +165,7 @@ module Aws::KafkaConnect
|
|
|
165
165
|
AutoScaling.add_member(:min_worker_count, Shapes::ShapeRef.new(shape: __integer, required: true, location_name: "minWorkerCount"))
|
|
166
166
|
AutoScaling.add_member(:scale_in_policy, Shapes::ShapeRef.new(shape: ScaleInPolicy, location_name: "scaleInPolicy"))
|
|
167
167
|
AutoScaling.add_member(:scale_out_policy, Shapes::ShapeRef.new(shape: ScaleOutPolicy, location_name: "scaleOutPolicy"))
|
|
168
|
+
AutoScaling.add_member(:max_autoscaling_task_count, Shapes::ShapeRef.new(shape: __integer, location_name: "maxAutoscalingTaskCount"))
|
|
168
169
|
AutoScaling.struct_class = Types::AutoScaling
|
|
169
170
|
|
|
170
171
|
AutoScalingDescription.add_member(:max_worker_count, Shapes::ShapeRef.new(shape: __integer, location_name: "maxWorkerCount"))
|
|
@@ -172,6 +173,7 @@ module Aws::KafkaConnect
|
|
|
172
173
|
AutoScalingDescription.add_member(:min_worker_count, Shapes::ShapeRef.new(shape: __integer, location_name: "minWorkerCount"))
|
|
173
174
|
AutoScalingDescription.add_member(:scale_in_policy, Shapes::ShapeRef.new(shape: ScaleInPolicyDescription, location_name: "scaleInPolicy"))
|
|
174
175
|
AutoScalingDescription.add_member(:scale_out_policy, Shapes::ShapeRef.new(shape: ScaleOutPolicyDescription, location_name: "scaleOutPolicy"))
|
|
176
|
+
AutoScalingDescription.add_member(:max_autoscaling_task_count, Shapes::ShapeRef.new(shape: __integer, location_name: "maxAutoscalingTaskCount"))
|
|
175
177
|
AutoScalingDescription.struct_class = Types::AutoScalingDescription
|
|
176
178
|
|
|
177
179
|
AutoScalingUpdate.add_member(:max_worker_count, Shapes::ShapeRef.new(shape: __integer, required: true, location_name: "maxWorkerCount"))
|
|
@@ -179,6 +181,7 @@ module Aws::KafkaConnect
|
|
|
179
181
|
AutoScalingUpdate.add_member(:min_worker_count, Shapes::ShapeRef.new(shape: __integer, required: true, location_name: "minWorkerCount"))
|
|
180
182
|
AutoScalingUpdate.add_member(:scale_in_policy, Shapes::ShapeRef.new(shape: ScaleInPolicyUpdate, required: true, location_name: "scaleInPolicy"))
|
|
181
183
|
AutoScalingUpdate.add_member(:scale_out_policy, Shapes::ShapeRef.new(shape: ScaleOutPolicyUpdate, required: true, location_name: "scaleOutPolicy"))
|
|
184
|
+
AutoScalingUpdate.add_member(:max_autoscaling_task_count, Shapes::ShapeRef.new(shape: __integer, location_name: "maxAutoscalingTaskCount"))
|
|
182
185
|
AutoScalingUpdate.struct_class = Types::AutoScalingUpdate
|
|
183
186
|
|
|
184
187
|
BadRequestException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
|
|
@@ -68,13 +68,18 @@ module Aws::KafkaConnect
|
|
|
68
68
|
# @return [Integer]
|
|
69
69
|
#
|
|
70
70
|
# @!attribute [rw] scale_in_policy
|
|
71
|
-
# The
|
|
71
|
+
# The scale-in policy for the connector.
|
|
72
72
|
# @return [Types::ScaleInPolicy]
|
|
73
73
|
#
|
|
74
74
|
# @!attribute [rw] scale_out_policy
|
|
75
|
-
# The
|
|
75
|
+
# The scale-out policy for the connector.
|
|
76
76
|
# @return [Types::ScaleOutPolicy]
|
|
77
77
|
#
|
|
78
|
+
# @!attribute [rw] max_autoscaling_task_count
|
|
79
|
+
# The maximum number of tasks allocated to the connector during
|
|
80
|
+
# autoscaling operations. Must be at least equal to maxWorkerCount.
|
|
81
|
+
# @return [Integer]
|
|
82
|
+
#
|
|
78
83
|
# @see http://docs.aws.amazon.com/goto/WebAPI/kafkaconnect-2021-09-14/AutoScaling AWS API Documentation
|
|
79
84
|
#
|
|
80
85
|
class AutoScaling < Struct.new(
|
|
@@ -82,7 +87,8 @@ module Aws::KafkaConnect
|
|
|
82
87
|
:mcu_count,
|
|
83
88
|
:min_worker_count,
|
|
84
89
|
:scale_in_policy,
|
|
85
|
-
:scale_out_policy
|
|
90
|
+
:scale_out_policy,
|
|
91
|
+
:max_autoscaling_task_count)
|
|
86
92
|
SENSITIVE = []
|
|
87
93
|
include Aws::Structure
|
|
88
94
|
end
|
|
@@ -103,13 +109,18 @@ module Aws::KafkaConnect
|
|
|
103
109
|
# @return [Integer]
|
|
104
110
|
#
|
|
105
111
|
# @!attribute [rw] scale_in_policy
|
|
106
|
-
# The
|
|
112
|
+
# The scale-in policy for the connector.
|
|
107
113
|
# @return [Types::ScaleInPolicyDescription]
|
|
108
114
|
#
|
|
109
115
|
# @!attribute [rw] scale_out_policy
|
|
110
|
-
# The
|
|
116
|
+
# The scale-out policy for the connector.
|
|
111
117
|
# @return [Types::ScaleOutPolicyDescription]
|
|
112
118
|
#
|
|
119
|
+
# @!attribute [rw] max_autoscaling_task_count
|
|
120
|
+
# The maximum number of tasks allocated to the connector during
|
|
121
|
+
# autoscaling operations. Must be at least equal to maxWorkerCount.
|
|
122
|
+
# @return [Integer]
|
|
123
|
+
#
|
|
113
124
|
# @see http://docs.aws.amazon.com/goto/WebAPI/kafkaconnect-2021-09-14/AutoScalingDescription AWS API Documentation
|
|
114
125
|
#
|
|
115
126
|
class AutoScalingDescription < Struct.new(
|
|
@@ -117,7 +128,8 @@ module Aws::KafkaConnect
|
|
|
117
128
|
:mcu_count,
|
|
118
129
|
:min_worker_count,
|
|
119
130
|
:scale_in_policy,
|
|
120
|
-
:scale_out_policy
|
|
131
|
+
:scale_out_policy,
|
|
132
|
+
:max_autoscaling_task_count)
|
|
121
133
|
SENSITIVE = []
|
|
122
134
|
include Aws::Structure
|
|
123
135
|
end
|
|
@@ -138,13 +150,18 @@ module Aws::KafkaConnect
|
|
|
138
150
|
# @return [Integer]
|
|
139
151
|
#
|
|
140
152
|
# @!attribute [rw] scale_in_policy
|
|
141
|
-
# The target
|
|
153
|
+
# The target scale-in policy for the connector.
|
|
142
154
|
# @return [Types::ScaleInPolicyUpdate]
|
|
143
155
|
#
|
|
144
156
|
# @!attribute [rw] scale_out_policy
|
|
145
|
-
# The target
|
|
157
|
+
# The target scale-out policy for the connector.
|
|
146
158
|
# @return [Types::ScaleOutPolicyUpdate]
|
|
147
159
|
#
|
|
160
|
+
# @!attribute [rw] max_autoscaling_task_count
|
|
161
|
+
# The maximum number of tasks allocated to the connector during
|
|
162
|
+
# autoscaling operations. Must be at least equal to maxWorkerCount.
|
|
163
|
+
# @return [Integer]
|
|
164
|
+
#
|
|
148
165
|
# @see http://docs.aws.amazon.com/goto/WebAPI/kafkaconnect-2021-09-14/AutoScalingUpdate AWS API Documentation
|
|
149
166
|
#
|
|
150
167
|
class AutoScalingUpdate < Struct.new(
|
|
@@ -152,7 +169,8 @@ module Aws::KafkaConnect
|
|
|
152
169
|
:mcu_count,
|
|
153
170
|
:min_worker_count,
|
|
154
171
|
:scale_in_policy,
|
|
155
|
-
:scale_out_policy
|
|
172
|
+
:scale_out_policy,
|
|
173
|
+
:max_autoscaling_task_count)
|
|
156
174
|
SENSITIVE = []
|
|
157
175
|
include Aws::Structure
|
|
158
176
|
end
|
data/lib/aws-sdk-kafkaconnect.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -96,7 +96,8 @@ module Aws
|
|
|
96
96
|
}?,
|
|
97
97
|
scale_out_policy: {
|
|
98
98
|
cpu_utilization_percentage: ::Integer
|
|
99
|
-
}
|
|
99
|
+
}?,
|
|
100
|
+
max_autoscaling_task_count: ::Integer?
|
|
100
101
|
}?,
|
|
101
102
|
provisioned_capacity: {
|
|
102
103
|
mcu_count: ::Integer,
|
|
@@ -410,7 +411,8 @@ module Aws
|
|
|
410
411
|
},
|
|
411
412
|
scale_out_policy: {
|
|
412
413
|
cpu_utilization_percentage: ::Integer
|
|
413
|
-
}
|
|
414
|
+
},
|
|
415
|
+
max_autoscaling_task_count: ::Integer?
|
|
414
416
|
}?,
|
|
415
417
|
provisioned_capacity: {
|
|
416
418
|
mcu_count: ::Integer,
|
data/sig/types.rbs
CHANGED
|
@@ -26,6 +26,7 @@ module Aws::KafkaConnect
|
|
|
26
26
|
attr_accessor min_worker_count: ::Integer
|
|
27
27
|
attr_accessor scale_in_policy: Types::ScaleInPolicy
|
|
28
28
|
attr_accessor scale_out_policy: Types::ScaleOutPolicy
|
|
29
|
+
attr_accessor max_autoscaling_task_count: ::Integer
|
|
29
30
|
SENSITIVE: []
|
|
30
31
|
end
|
|
31
32
|
|
|
@@ -35,6 +36,7 @@ module Aws::KafkaConnect
|
|
|
35
36
|
attr_accessor min_worker_count: ::Integer
|
|
36
37
|
attr_accessor scale_in_policy: Types::ScaleInPolicyDescription
|
|
37
38
|
attr_accessor scale_out_policy: Types::ScaleOutPolicyDescription
|
|
39
|
+
attr_accessor max_autoscaling_task_count: ::Integer
|
|
38
40
|
SENSITIVE: []
|
|
39
41
|
end
|
|
40
42
|
|
|
@@ -44,6 +46,7 @@ module Aws::KafkaConnect
|
|
|
44
46
|
attr_accessor min_worker_count: ::Integer
|
|
45
47
|
attr_accessor scale_in_policy: Types::ScaleInPolicyUpdate
|
|
46
48
|
attr_accessor scale_out_policy: Types::ScaleOutPolicyUpdate
|
|
49
|
+
attr_accessor max_autoscaling_task_count: ::Integer
|
|
47
50
|
SENSITIVE: []
|
|
48
51
|
end
|
|
49
52
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-kafkaconnect
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.55.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.244.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.244.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|