aws-sdk-kafkaconnect 1.32.0 → 1.34.0

Sign up to get free protection for your applications and to get access to all the features.
data/sig/client.rbs CHANGED
@@ -145,11 +145,11 @@ module Aws
145
145
  },
146
146
  ],
147
147
  service_execution_role_arn: ::String,
148
- ?tags: Hash[::String, ::String],
149
148
  ?worker_configuration: {
150
149
  revision: ::Integer,
151
150
  worker_configuration_arn: ::String
152
- }
151
+ },
152
+ ?tags: Hash[::String, ::String]
153
153
  ) -> _CreateConnectorResponseSuccess
154
154
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateConnectorResponseSuccess
155
155
 
@@ -244,8 +244,8 @@ module Aws
244
244
  def log_delivery: () -> Types::LogDeliveryDescription
245
245
  def plugins: () -> ::Array[Types::PluginDescription]
246
246
  def service_execution_role_arn: () -> ::String
247
- def state_description: () -> Types::StateDescription
248
247
  def worker_configuration: () -> Types::WorkerConfigurationDescription
248
+ def state_description: () -> Types::StateDescription
249
249
  end
250
250
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/KafkaConnect/Client.html#describe_connector-instance_method
251
251
  def describe_connector: (
@@ -253,6 +253,27 @@ module Aws
253
253
  ) -> _DescribeConnectorResponseSuccess
254
254
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeConnectorResponseSuccess
255
255
 
256
+ interface _DescribeConnectorOperationResponseSuccess
257
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeConnectorOperationResponse]
258
+ def connector_arn: () -> ::String
259
+ def connector_operation_arn: () -> ::String
260
+ def connector_operation_state: () -> ("PENDING" | "UPDATE_IN_PROGRESS" | "UPDATE_COMPLETE" | "UPDATE_FAILED" | "ROLLBACK_IN_PROGRESS" | "ROLLBACK_FAILED" | "ROLLBACK_COMPLETE")
261
+ def connector_operation_type: () -> ("UPDATE_WORKER_SETTING" | "UPDATE_CONNECTOR_CONFIGURATION" | "ISOLATE_CONNECTOR" | "RESTORE_CONNECTOR")
262
+ def operation_steps: () -> ::Array[Types::ConnectorOperationStep]
263
+ def origin_worker_setting: () -> Types::WorkerSetting
264
+ def origin_connector_configuration: () -> ::Hash[::String, ::String]
265
+ def target_worker_setting: () -> Types::WorkerSetting
266
+ def target_connector_configuration: () -> ::Hash[::String, ::String]
267
+ def error_info: () -> Types::StateDescription
268
+ def creation_time: () -> ::Time
269
+ def end_time: () -> ::Time
270
+ end
271
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/KafkaConnect/Client.html#describe_connector_operation-instance_method
272
+ def describe_connector_operation: (
273
+ connector_operation_arn: ::String
274
+ ) -> _DescribeConnectorOperationResponseSuccess
275
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeConnectorOperationResponseSuccess
276
+
256
277
  interface _DescribeCustomPluginResponseSuccess
257
278
  include ::Seahorse::Client::_ResponseSuccess[Types::DescribeCustomPluginResponse]
258
279
  def creation_time: () -> ::Time
@@ -284,6 +305,19 @@ module Aws
284
305
  ) -> _DescribeWorkerConfigurationResponseSuccess
285
306
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeWorkerConfigurationResponseSuccess
286
307
 
308
+ interface _ListConnectorOperationsResponseSuccess
309
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListConnectorOperationsResponse]
310
+ def connector_operations: () -> ::Array[Types::ConnectorOperationSummary]
311
+ def next_token: () -> ::String
312
+ end
313
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/KafkaConnect/Client.html#list_connector_operations-instance_method
314
+ def list_connector_operations: (
315
+ connector_arn: ::String,
316
+ ?max_results: ::Integer,
317
+ ?next_token: ::String
318
+ ) -> _ListConnectorOperationsResponseSuccess
319
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListConnectorOperationsResponseSuccess
320
+
287
321
  interface _ListConnectorsResponseSuccess
288
322
  include ::Seahorse::Client::_ResponseSuccess[Types::ListConnectorsResponse]
289
323
  def connectors: () -> ::Array[Types::ConnectorSummary]
@@ -305,8 +339,8 @@ module Aws
305
339
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/KafkaConnect/Client.html#list_custom_plugins-instance_method
306
340
  def list_custom_plugins: (
307
341
  ?max_results: ::Integer,
308
- ?name_prefix: ::String,
309
- ?next_token: ::String
342
+ ?next_token: ::String,
343
+ ?name_prefix: ::String
310
344
  ) -> _ListCustomPluginsResponseSuccess
311
345
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListCustomPluginsResponseSuccess
312
346
 
@@ -328,8 +362,8 @@ module Aws
328
362
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/KafkaConnect/Client.html#list_worker_configurations-instance_method
329
363
  def list_worker_configurations: (
330
364
  ?max_results: ::Integer,
331
- ?name_prefix: ::String,
332
- ?next_token: ::String
365
+ ?next_token: ::String,
366
+ ?name_prefix: ::String
333
367
  ) -> _ListWorkerConfigurationsResponseSuccess
334
368
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListWorkerConfigurationsResponseSuccess
335
369
 
@@ -357,10 +391,11 @@ module Aws
357
391
  include ::Seahorse::Client::_ResponseSuccess[Types::UpdateConnectorResponse]
358
392
  def connector_arn: () -> ::String
359
393
  def connector_state: () -> ("RUNNING" | "CREATING" | "UPDATING" | "DELETING" | "FAILED")
394
+ def connector_operation_arn: () -> ::String
360
395
  end
361
396
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/KafkaConnect/Client.html#update_connector-instance_method
362
397
  def update_connector: (
363
- capacity: {
398
+ ?capacity: {
364
399
  auto_scaling: {
365
400
  max_worker_count: ::Integer,
366
401
  mcu_count: ::Integer,
@@ -377,6 +412,7 @@ module Aws
377
412
  worker_count: ::Integer
378
413
  }?
379
414
  },
415
+ ?connector_configuration: Hash[::String, ::String],
380
416
  connector_arn: ::String,
381
417
  current_version: ::String
382
418
  ) -> _UpdateConnectorResponseSuccess
data/sig/types.rbs CHANGED
@@ -87,6 +87,21 @@ module Aws::KafkaConnect
87
87
  SENSITIVE: []
88
88
  end
89
89
 
90
+ class ConnectorOperationStep
91
+ attr_accessor step_type: ("INITIALIZE_UPDATE" | "FINALIZE_UPDATE" | "UPDATE_WORKER_SETTING" | "UPDATE_CONNECTOR_CONFIGURATION" | "VALIDATE_UPDATE")
92
+ attr_accessor step_state: ("PENDING" | "IN_PROGRESS" | "COMPLETED" | "FAILED" | "CANCELLED")
93
+ SENSITIVE: []
94
+ end
95
+
96
+ class ConnectorOperationSummary
97
+ attr_accessor connector_operation_arn: ::String
98
+ attr_accessor connector_operation_type: ("UPDATE_WORKER_SETTING" | "UPDATE_CONNECTOR_CONFIGURATION" | "ISOLATE_CONNECTOR" | "RESTORE_CONNECTOR")
99
+ attr_accessor connector_operation_state: ("PENDING" | "UPDATE_IN_PROGRESS" | "UPDATE_COMPLETE" | "UPDATE_FAILED" | "ROLLBACK_IN_PROGRESS" | "ROLLBACK_FAILED" | "ROLLBACK_COMPLETE")
100
+ attr_accessor creation_time: ::Time
101
+ attr_accessor end_time: ::Time
102
+ SENSITIVE: []
103
+ end
104
+
90
105
  class ConnectorSummary
91
106
  attr_accessor capacity: Types::CapacityDescription
92
107
  attr_accessor connector_arn: ::String
@@ -118,8 +133,8 @@ module Aws::KafkaConnect
118
133
  attr_accessor log_delivery: Types::LogDelivery
119
134
  attr_accessor plugins: ::Array[Types::Plugin]
120
135
  attr_accessor service_execution_role_arn: ::String
121
- attr_accessor tags: ::Hash[::String, ::String]
122
136
  attr_accessor worker_configuration: Types::WorkerConfiguration
137
+ attr_accessor tags: ::Hash[::String, ::String]
123
138
  SENSITIVE: [:connector_configuration]
124
139
  end
125
140
 
@@ -246,6 +261,27 @@ module Aws::KafkaConnect
246
261
  SENSITIVE: []
247
262
  end
248
263
 
264
+ class DescribeConnectorOperationRequest
265
+ attr_accessor connector_operation_arn: ::String
266
+ SENSITIVE: []
267
+ end
268
+
269
+ class DescribeConnectorOperationResponse
270
+ attr_accessor connector_arn: ::String
271
+ attr_accessor connector_operation_arn: ::String
272
+ attr_accessor connector_operation_state: ("PENDING" | "UPDATE_IN_PROGRESS" | "UPDATE_COMPLETE" | "UPDATE_FAILED" | "ROLLBACK_IN_PROGRESS" | "ROLLBACK_FAILED" | "ROLLBACK_COMPLETE")
273
+ attr_accessor connector_operation_type: ("UPDATE_WORKER_SETTING" | "UPDATE_CONNECTOR_CONFIGURATION" | "ISOLATE_CONNECTOR" | "RESTORE_CONNECTOR")
274
+ attr_accessor operation_steps: ::Array[Types::ConnectorOperationStep]
275
+ attr_accessor origin_worker_setting: Types::WorkerSetting
276
+ attr_accessor origin_connector_configuration: ::Hash[::String, ::String]
277
+ attr_accessor target_worker_setting: Types::WorkerSetting
278
+ attr_accessor target_connector_configuration: ::Hash[::String, ::String]
279
+ attr_accessor error_info: Types::StateDescription
280
+ attr_accessor creation_time: ::Time
281
+ attr_accessor end_time: ::Time
282
+ SENSITIVE: [:origin_connector_configuration, :target_connector_configuration]
283
+ end
284
+
249
285
  class DescribeConnectorRequest
250
286
  attr_accessor connector_arn: ::String
251
287
  SENSITIVE: []
@@ -267,8 +303,8 @@ module Aws::KafkaConnect
267
303
  attr_accessor log_delivery: Types::LogDeliveryDescription
268
304
  attr_accessor plugins: ::Array[Types::PluginDescription]
269
305
  attr_accessor service_execution_role_arn: ::String
270
- attr_accessor state_description: Types::StateDescription
271
306
  attr_accessor worker_configuration: Types::WorkerConfigurationDescription
307
+ attr_accessor state_description: Types::StateDescription
272
308
  SENSITIVE: [:connector_configuration]
273
309
  end
274
310
 
@@ -355,6 +391,19 @@ module Aws::KafkaConnect
355
391
  SENSITIVE: []
356
392
  end
357
393
 
394
+ class ListConnectorOperationsRequest
395
+ attr_accessor connector_arn: ::String
396
+ attr_accessor max_results: ::Integer
397
+ attr_accessor next_token: ::String
398
+ SENSITIVE: []
399
+ end
400
+
401
+ class ListConnectorOperationsResponse
402
+ attr_accessor connector_operations: ::Array[Types::ConnectorOperationSummary]
403
+ attr_accessor next_token: ::String
404
+ SENSITIVE: []
405
+ end
406
+
358
407
  class ListConnectorsRequest
359
408
  attr_accessor connector_name_prefix: ::String
360
409
  attr_accessor max_results: ::Integer
@@ -370,8 +419,8 @@ module Aws::KafkaConnect
370
419
 
371
420
  class ListCustomPluginsRequest
372
421
  attr_accessor max_results: ::Integer
373
- attr_accessor name_prefix: ::String
374
422
  attr_accessor next_token: ::String
423
+ attr_accessor name_prefix: ::String
375
424
  SENSITIVE: []
376
425
  end
377
426
 
@@ -393,8 +442,8 @@ module Aws::KafkaConnect
393
442
 
394
443
  class ListWorkerConfigurationsRequest
395
444
  attr_accessor max_results: ::Integer
396
- attr_accessor name_prefix: ::String
397
445
  attr_accessor next_token: ::String
446
+ attr_accessor name_prefix: ::String
398
447
  SENSITIVE: []
399
448
  end
400
449
 
@@ -546,14 +595,16 @@ module Aws::KafkaConnect
546
595
 
547
596
  class UpdateConnectorRequest
548
597
  attr_accessor capacity: Types::CapacityUpdate
598
+ attr_accessor connector_configuration: ::Hash[::String, ::String]
549
599
  attr_accessor connector_arn: ::String
550
600
  attr_accessor current_version: ::String
551
- SENSITIVE: []
601
+ SENSITIVE: [:connector_configuration]
552
602
  end
553
603
 
554
604
  class UpdateConnectorResponse
555
605
  attr_accessor connector_arn: ::String
556
606
  attr_accessor connector_state: ("RUNNING" | "CREATING" | "UPDATING" | "DELETING" | "FAILED")
607
+ attr_accessor connector_operation_arn: ::String
557
608
  SENSITIVE: []
558
609
  end
559
610
 
@@ -619,5 +670,10 @@ module Aws::KafkaConnect
619
670
  attr_accessor s3: Types::S3LogDeliveryDescription
620
671
  SENSITIVE: []
621
672
  end
673
+
674
+ class WorkerSetting
675
+ attr_accessor capacity: Types::CapacityDescription
676
+ SENSITIVE: []
677
+ end
622
678
  end
623
679
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-kafkaconnect
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.32.0
4
+ version: 1.34.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-09-24 00:00:00.000000000 Z
11
+ date: 2025-01-13 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.207.0
22
+ version: 3.210.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,21 +29,21 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.207.0
32
+ version: 3.210.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
36
36
  requirements:
37
37
  - - "~>"
38
38
  - !ruby/object:Gem::Version
39
- version: '1.1'
39
+ version: '1.5'
40
40
  type: :runtime
41
41
  prerelease: false
42
42
  version_requirements: !ruby/object:Gem::Requirement
43
43
  requirements:
44
44
  - - "~>"
45
45
  - !ruby/object:Gem::Version
46
- version: '1.1'
46
+ version: '1.5'
47
47
  description: Official AWS Ruby gem for Managed Streaming for Kafka Connect (Kafka
48
48
  Connect). This gem is part of the AWS SDK for Ruby.
49
49
  email:
@@ -66,6 +66,7 @@ files:
66
66
  - lib/aws-sdk-kafkaconnect/plugins/endpoints.rb
67
67
  - lib/aws-sdk-kafkaconnect/resource.rb
68
68
  - lib/aws-sdk-kafkaconnect/types.rb
69
+ - lib/aws-sdk-kafkaconnect/waiters.rb
69
70
  - sig/client.rbs
70
71
  - sig/errors.rbs
71
72
  - sig/resource.rbs