aws-sdk-pipes 1.18.0 → 1.20.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.
data/sig/client.rbs CHANGED
@@ -75,65 +75,19 @@ module Aws
75
75
  interface _CreatePipeResponseSuccess
76
76
  include ::Seahorse::Client::_ResponseSuccess[Types::CreatePipeResponse]
77
77
  def arn: () -> ::String
78
- def creation_time: () -> ::Time
79
- def current_state: () -> ("RUNNING" | "STOPPED" | "CREATING" | "UPDATING" | "DELETING" | "STARTING" | "STOPPING" | "CREATE_FAILED" | "UPDATE_FAILED" | "START_FAILED" | "STOP_FAILED" | "DELETE_FAILED" | "CREATE_ROLLBACK_FAILED" | "DELETE_ROLLBACK_FAILED" | "UPDATE_ROLLBACK_FAILED")
78
+ def name: () -> ::String
80
79
  def desired_state: () -> ("RUNNING" | "STOPPED")
80
+ def current_state: () -> ("RUNNING" | "STOPPED" | "CREATING" | "UPDATING" | "DELETING" | "STARTING" | "STOPPING" | "CREATE_FAILED" | "UPDATE_FAILED" | "START_FAILED" | "STOP_FAILED" | "DELETE_FAILED" | "CREATE_ROLLBACK_FAILED" | "DELETE_ROLLBACK_FAILED" | "UPDATE_ROLLBACK_FAILED")
81
+ def creation_time: () -> ::Time
81
82
  def last_modified_time: () -> ::Time
82
- def name: () -> ::String
83
83
  end
84
84
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Pipes/Client.html#create_pipe-instance_method
85
85
  def create_pipe: (
86
+ name: ::String,
86
87
  ?description: ::String,
87
88
  ?desired_state: ("RUNNING" | "STOPPED"),
88
- ?enrichment: ::String,
89
- ?enrichment_parameters: {
90
- http_parameters: {
91
- header_parameters: Hash[::String, ::String]?,
92
- path_parameter_values: Array[::String]?,
93
- query_string_parameters: Hash[::String, ::String]?
94
- }?,
95
- input_template: ::String?
96
- },
97
- ?log_configuration: {
98
- cloudwatch_logs_log_destination: {
99
- log_group_arn: ::String
100
- }?,
101
- firehose_log_destination: {
102
- delivery_stream_arn: ::String
103
- }?,
104
- include_execution_data: Array[("ALL")]?,
105
- level: ("OFF" | "ERROR" | "INFO" | "TRACE"),
106
- s3_log_destination: {
107
- bucket_name: ::String,
108
- bucket_owner: ::String,
109
- output_format: ("json" | "plain" | "w3c")?,
110
- prefix: ::String?
111
- }?
112
- },
113
- name: ::String,
114
- role_arn: ::String,
115
89
  source: ::String,
116
90
  ?source_parameters: {
117
- active_mq_broker_parameters: {
118
- batch_size: ::Integer?,
119
- credentials: {
120
- basic_auth: ::String?
121
- },
122
- maximum_batching_window_in_seconds: ::Integer?,
123
- queue_name: ::String
124
- }?,
125
- dynamo_db_stream_parameters: {
126
- batch_size: ::Integer?,
127
- dead_letter_config: {
128
- arn: ::String?
129
- }?,
130
- maximum_batching_window_in_seconds: ::Integer?,
131
- maximum_record_age_in_seconds: ::Integer?,
132
- maximum_retry_attempts: ::Integer?,
133
- on_partial_batch_item_failure: ("AUTOMATIC_BISECT")?,
134
- parallelization_factor: ::Integer?,
135
- starting_position: ("TRIM_HORIZON" | "LATEST")
136
- }?,
137
91
  filter_criteria: {
138
92
  filters: Array[
139
93
  {
@@ -146,117 +100,135 @@ module Aws
146
100
  dead_letter_config: {
147
101
  arn: ::String?
148
102
  }?,
103
+ on_partial_batch_item_failure: ("AUTOMATIC_BISECT")?,
149
104
  maximum_batching_window_in_seconds: ::Integer?,
150
105
  maximum_record_age_in_seconds: ::Integer?,
151
106
  maximum_retry_attempts: ::Integer?,
152
- on_partial_batch_item_failure: ("AUTOMATIC_BISECT")?,
153
107
  parallelization_factor: ::Integer?,
154
108
  starting_position: ("TRIM_HORIZON" | "LATEST" | "AT_TIMESTAMP"),
155
109
  starting_position_timestamp: ::Time?
156
110
  }?,
157
- managed_streaming_kafka_parameters: {
111
+ dynamo_db_stream_parameters: {
158
112
  batch_size: ::Integer?,
159
- consumer_group_id: ::String?,
160
- credentials: {
161
- client_certificate_tls_auth: ::String?,
162
- sasl_scram_512_auth: ::String?
113
+ dead_letter_config: {
114
+ arn: ::String?
163
115
  }?,
116
+ on_partial_batch_item_failure: ("AUTOMATIC_BISECT")?,
164
117
  maximum_batching_window_in_seconds: ::Integer?,
165
- starting_position: ("TRIM_HORIZON" | "LATEST")?,
166
- topic_name: ::String
118
+ maximum_record_age_in_seconds: ::Integer?,
119
+ maximum_retry_attempts: ::Integer?,
120
+ parallelization_factor: ::Integer?,
121
+ starting_position: ("TRIM_HORIZON" | "LATEST")
167
122
  }?,
168
- rabbit_mq_broker_parameters: {
123
+ sqs_queue_parameters: {
169
124
  batch_size: ::Integer?,
125
+ maximum_batching_window_in_seconds: ::Integer?
126
+ }?,
127
+ active_mq_broker_parameters: {
128
+ credentials: {
129
+ basic_auth: ::String?
130
+ },
131
+ queue_name: ::String,
132
+ batch_size: ::Integer?,
133
+ maximum_batching_window_in_seconds: ::Integer?
134
+ }?,
135
+ rabbit_mq_broker_parameters: {
170
136
  credentials: {
171
137
  basic_auth: ::String?
172
138
  },
173
- maximum_batching_window_in_seconds: ::Integer?,
174
139
  queue_name: ::String,
175
- virtual_host: ::String?
140
+ virtual_host: ::String?,
141
+ batch_size: ::Integer?,
142
+ maximum_batching_window_in_seconds: ::Integer?
143
+ }?,
144
+ managed_streaming_kafka_parameters: {
145
+ topic_name: ::String,
146
+ starting_position: ("TRIM_HORIZON" | "LATEST")?,
147
+ batch_size: ::Integer?,
148
+ maximum_batching_window_in_seconds: ::Integer?,
149
+ consumer_group_id: ::String?,
150
+ credentials: {
151
+ sasl_scram_512_auth: ::String?,
152
+ client_certificate_tls_auth: ::String?
153
+ }?
176
154
  }?,
177
155
  self_managed_kafka_parameters: {
156
+ topic_name: ::String,
157
+ starting_position: ("TRIM_HORIZON" | "LATEST")?,
178
158
  additional_bootstrap_servers: Array[::String]?,
179
159
  batch_size: ::Integer?,
160
+ maximum_batching_window_in_seconds: ::Integer?,
180
161
  consumer_group_id: ::String?,
181
162
  credentials: {
182
163
  basic_auth: ::String?,
183
- client_certificate_tls_auth: ::String?,
164
+ sasl_scram_512_auth: ::String?,
184
165
  sasl_scram_256_auth: ::String?,
185
- sasl_scram_512_auth: ::String?
166
+ client_certificate_tls_auth: ::String?
186
167
  }?,
187
- maximum_batching_window_in_seconds: ::Integer?,
188
168
  server_root_ca_certificate: ::String?,
189
- starting_position: ("TRIM_HORIZON" | "LATEST")?,
190
- topic_name: ::String,
191
169
  vpc: {
192
- security_group: Array[::String]?,
193
- subnets: Array[::String]?
170
+ subnets: Array[::String]?,
171
+ security_group: Array[::String]?
194
172
  }?
195
- }?,
196
- sqs_queue_parameters: {
197
- batch_size: ::Integer?,
198
- maximum_batching_window_in_seconds: ::Integer?
199
173
  }?
200
174
  },
201
- ?tags: Hash[::String, ::String],
175
+ ?enrichment: ::String,
176
+ ?enrichment_parameters: {
177
+ input_template: ::String?,
178
+ http_parameters: {
179
+ path_parameter_values: Array[::String]?,
180
+ header_parameters: Hash[::String, ::String]?,
181
+ query_string_parameters: Hash[::String, ::String]?
182
+ }?
183
+ },
202
184
  target: ::String,
203
185
  ?target_parameters: {
204
- batch_job_parameters: {
205
- array_properties: {
206
- size: ::Integer?
207
- }?,
208
- container_overrides: {
209
- command: Array[::String]?,
210
- environment: Array[
211
- {
212
- name: ::String?,
213
- value: ::String?
214
- },
215
- ]?,
216
- instance_type: ::String?,
217
- resource_requirements: Array[
218
- {
219
- type: ("GPU" | "MEMORY" | "VCPU"),
220
- value: ::String
221
- },
222
- ]?
223
- }?,
224
- depends_on: Array[
225
- {
226
- job_id: ::String?,
227
- type: ("N_TO_N" | "SEQUENTIAL")?
228
- },
229
- ]?,
230
- job_definition: ::String,
231
- job_name: ::String,
232
- parameters: Hash[::String, ::String]?,
233
- retry_strategy: {
234
- attempts: ::Integer?
235
- }?
186
+ input_template: ::String?,
187
+ lambda_function_parameters: {
188
+ invocation_type: ("REQUEST_RESPONSE" | "FIRE_AND_FORGET")?
236
189
  }?,
237
- cloud_watch_logs_parameters: {
238
- log_stream_name: ::String?,
239
- timestamp: ::String?
190
+ step_function_state_machine_parameters: {
191
+ invocation_type: ("REQUEST_RESPONSE" | "FIRE_AND_FORGET")?
192
+ }?,
193
+ kinesis_stream_parameters: {
194
+ partition_key: ::String
240
195
  }?,
241
196
  ecs_task_parameters: {
197
+ task_definition_arn: ::String,
198
+ task_count: ::Integer?,
199
+ launch_type: ("EC2" | "FARGATE" | "EXTERNAL")?,
200
+ network_configuration: {
201
+ awsvpc_configuration: {
202
+ subnets: Array[::String],
203
+ security_groups: Array[::String]?,
204
+ assign_public_ip: ("ENABLED" | "DISABLED")?
205
+ }?
206
+ }?,
207
+ platform_version: ::String?,
208
+ group: ::String?,
242
209
  capacity_provider_strategy: Array[
243
210
  {
244
- base: ::Integer?,
245
211
  capacity_provider: ::String,
246
- weight: ::Integer?
212
+ weight: ::Integer?,
213
+ base: ::Integer?
247
214
  },
248
215
  ]?,
249
216
  enable_ecs_managed_tags: bool?,
250
217
  enable_execute_command: bool?,
251
- group: ::String?,
252
- launch_type: ("EC2" | "FARGATE" | "EXTERNAL")?,
253
- network_configuration: {
254
- awsvpc_configuration: {
255
- assign_public_ip: ("ENABLED" | "DISABLED")?,
256
- security_groups: Array[::String]?,
257
- subnets: Array[::String]
258
- }?
259
- }?,
218
+ placement_constraints: Array[
219
+ {
220
+ type: ("distinctInstance" | "memberOf")?,
221
+ expression: ::String?
222
+ },
223
+ ]?,
224
+ placement_strategy: Array[
225
+ {
226
+ type: ("random" | "spread" | "binpack")?,
227
+ field: ::String?
228
+ },
229
+ ]?,
230
+ propagate_tags: ("TASK_DEFINITION")?,
231
+ reference_id: ::String?,
260
232
  overrides: {
261
233
  container_overrides: Array[
262
234
  {
@@ -299,56 +271,62 @@ module Aws
299
271
  memory: ::String?,
300
272
  task_role_arn: ::String?
301
273
  }?,
302
- placement_constraints: Array[
303
- {
304
- expression: ::String?,
305
- type: ("distinctInstance" | "memberOf")?
306
- },
307
- ]?,
308
- placement_strategy: Array[
309
- {
310
- field: ::String?,
311
- type: ("random" | "spread" | "binpack")?
312
- },
313
- ]?,
314
- platform_version: ::String?,
315
- propagate_tags: ("TASK_DEFINITION")?,
316
- reference_id: ::String?,
317
274
  tags: Array[
318
275
  {
319
276
  key: ::String,
320
277
  value: ::String
321
278
  },
279
+ ]?
280
+ }?,
281
+ batch_job_parameters: {
282
+ job_definition: ::String,
283
+ job_name: ::String,
284
+ array_properties: {
285
+ size: ::Integer?
286
+ }?,
287
+ retry_strategy: {
288
+ attempts: ::Integer?
289
+ }?,
290
+ container_overrides: {
291
+ command: Array[::String]?,
292
+ environment: Array[
293
+ {
294
+ name: ::String?,
295
+ value: ::String?
296
+ },
297
+ ]?,
298
+ instance_type: ::String?,
299
+ resource_requirements: Array[
300
+ {
301
+ type: ("GPU" | "MEMORY" | "VCPU"),
302
+ value: ::String
303
+ },
304
+ ]?
305
+ }?,
306
+ depends_on: Array[
307
+ {
308
+ job_id: ::String?,
309
+ type: ("N_TO_N" | "SEQUENTIAL")?
310
+ },
322
311
  ]?,
323
- task_count: ::Integer?,
324
- task_definition_arn: ::String
312
+ parameters: Hash[::String, ::String]?
325
313
  }?,
326
- event_bridge_event_bus_parameters: {
327
- detail_type: ::String?,
328
- endpoint_id: ::String?,
329
- resources: Array[::String]?,
330
- source: ::String?,
331
- time: ::String?
314
+ sqs_queue_parameters: {
315
+ message_group_id: ::String?,
316
+ message_deduplication_id: ::String?
332
317
  }?,
333
318
  http_parameters: {
334
- header_parameters: Hash[::String, ::String]?,
335
319
  path_parameter_values: Array[::String]?,
320
+ header_parameters: Hash[::String, ::String]?,
336
321
  query_string_parameters: Hash[::String, ::String]?
337
322
  }?,
338
- input_template: ::String?,
339
- kinesis_stream_parameters: {
340
- partition_key: ::String
341
- }?,
342
- lambda_function_parameters: {
343
- invocation_type: ("REQUEST_RESPONSE" | "FIRE_AND_FORGET")?
344
- }?,
345
323
  redshift_data_parameters: {
324
+ secret_manager_arn: ::String?,
346
325
  database: ::String,
347
326
  db_user: ::String?,
348
- secret_manager_arn: ::String?,
349
- sqls: Array[::String],
350
327
  statement_name: ::String?,
351
- with_event: bool?
328
+ with_event: bool?,
329
+ sqls: Array[::String]
352
330
  }?,
353
331
  sage_maker_pipeline_parameters: {
354
332
  pipeline_parameter_list: Array[
@@ -358,25 +336,80 @@ module Aws
358
336
  },
359
337
  ]?
360
338
  }?,
361
- sqs_queue_parameters: {
362
- message_deduplication_id: ::String?,
363
- message_group_id: ::String?
339
+ event_bridge_event_bus_parameters: {
340
+ endpoint_id: ::String?,
341
+ detail_type: ::String?,
342
+ source: ::String?,
343
+ resources: Array[::String]?,
344
+ time: ::String?
364
345
  }?,
365
- step_function_state_machine_parameters: {
366
- invocation_type: ("REQUEST_RESPONSE" | "FIRE_AND_FORGET")?
367
- }?
368
- }
369
- ) -> _CreatePipeResponseSuccess
370
- | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreatePipeResponseSuccess
371
-
372
- interface _DeletePipeResponseSuccess
373
- include ::Seahorse::Client::_ResponseSuccess[Types::DeletePipeResponse]
346
+ cloud_watch_logs_parameters: {
347
+ log_stream_name: ::String?,
348
+ timestamp: ::String?
349
+ }?,
350
+ timestream_parameters: {
351
+ time_value: ::String,
352
+ epoch_time_unit: ("MILLISECONDS" | "SECONDS" | "MICROSECONDS" | "NANOSECONDS")?,
353
+ time_field_type: ("EPOCH" | "TIMESTAMP_FORMAT")?,
354
+ timestamp_format: ::String?,
355
+ version_value: ::String,
356
+ dimension_mappings: Array[
357
+ {
358
+ dimension_value: ::String,
359
+ dimension_value_type: ("VARCHAR"),
360
+ dimension_name: ::String
361
+ },
362
+ ],
363
+ single_measure_mappings: Array[
364
+ {
365
+ measure_value: ::String,
366
+ measure_value_type: ("DOUBLE" | "BIGINT" | "VARCHAR" | "BOOLEAN" | "TIMESTAMP"),
367
+ measure_name: ::String
368
+ },
369
+ ]?,
370
+ multi_measure_mappings: Array[
371
+ {
372
+ multi_measure_name: ::String,
373
+ multi_measure_attribute_mappings: Array[
374
+ {
375
+ measure_value: ::String,
376
+ measure_value_type: ("DOUBLE" | "BIGINT" | "VARCHAR" | "BOOLEAN" | "TIMESTAMP"),
377
+ multi_measure_attribute_name: ::String
378
+ },
379
+ ]
380
+ },
381
+ ]?
382
+ }?
383
+ },
384
+ role_arn: ::String,
385
+ ?tags: Hash[::String, ::String],
386
+ ?log_configuration: {
387
+ s3_log_destination: {
388
+ bucket_name: ::String,
389
+ bucket_owner: ::String,
390
+ output_format: ("json" | "plain" | "w3c")?,
391
+ prefix: ::String?
392
+ }?,
393
+ firehose_log_destination: {
394
+ delivery_stream_arn: ::String
395
+ }?,
396
+ cloudwatch_logs_log_destination: {
397
+ log_group_arn: ::String
398
+ }?,
399
+ level: ("OFF" | "ERROR" | "INFO" | "TRACE"),
400
+ include_execution_data: Array[("ALL")]?
401
+ }
402
+ ) -> _CreatePipeResponseSuccess
403
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreatePipeResponseSuccess
404
+
405
+ interface _DeletePipeResponseSuccess
406
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeletePipeResponse]
374
407
  def arn: () -> ::String
375
- def creation_time: () -> ::Time
376
- def current_state: () -> ("RUNNING" | "STOPPED" | "CREATING" | "UPDATING" | "DELETING" | "STARTING" | "STOPPING" | "CREATE_FAILED" | "UPDATE_FAILED" | "START_FAILED" | "STOP_FAILED" | "DELETE_FAILED" | "CREATE_ROLLBACK_FAILED" | "DELETE_ROLLBACK_FAILED" | "UPDATE_ROLLBACK_FAILED")
408
+ def name: () -> ::String
377
409
  def desired_state: () -> ("RUNNING" | "STOPPED" | "DELETED")
410
+ def current_state: () -> ("RUNNING" | "STOPPED" | "CREATING" | "UPDATING" | "DELETING" | "STARTING" | "STOPPING" | "CREATE_FAILED" | "UPDATE_FAILED" | "START_FAILED" | "STOP_FAILED" | "DELETE_FAILED" | "CREATE_ROLLBACK_FAILED" | "DELETE_ROLLBACK_FAILED" | "UPDATE_ROLLBACK_FAILED")
411
+ def creation_time: () -> ::Time
378
412
  def last_modified_time: () -> ::Time
379
- def name: () -> ::String
380
413
  end
381
414
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Pipes/Client.html#delete_pipe-instance_method
382
415
  def delete_pipe: (
@@ -387,22 +420,22 @@ module Aws
387
420
  interface _DescribePipeResponseSuccess
388
421
  include ::Seahorse::Client::_ResponseSuccess[Types::DescribePipeResponse]
389
422
  def arn: () -> ::String
390
- def creation_time: () -> ::Time
391
- def current_state: () -> ("RUNNING" | "STOPPED" | "CREATING" | "UPDATING" | "DELETING" | "STARTING" | "STOPPING" | "CREATE_FAILED" | "UPDATE_FAILED" | "START_FAILED" | "STOP_FAILED" | "DELETE_FAILED" | "CREATE_ROLLBACK_FAILED" | "DELETE_ROLLBACK_FAILED" | "UPDATE_ROLLBACK_FAILED")
423
+ def name: () -> ::String
392
424
  def description: () -> ::String
393
425
  def desired_state: () -> ("RUNNING" | "STOPPED" | "DELETED")
394
- def enrichment: () -> ::String
395
- def enrichment_parameters: () -> Types::PipeEnrichmentParameters
396
- def last_modified_time: () -> ::Time
397
- def log_configuration: () -> Types::PipeLogConfiguration
398
- def name: () -> ::String
399
- def role_arn: () -> ::String
426
+ def current_state: () -> ("RUNNING" | "STOPPED" | "CREATING" | "UPDATING" | "DELETING" | "STARTING" | "STOPPING" | "CREATE_FAILED" | "UPDATE_FAILED" | "START_FAILED" | "STOP_FAILED" | "DELETE_FAILED" | "CREATE_ROLLBACK_FAILED" | "DELETE_ROLLBACK_FAILED" | "UPDATE_ROLLBACK_FAILED")
427
+ def state_reason: () -> ::String
400
428
  def source: () -> ::String
401
429
  def source_parameters: () -> Types::PipeSourceParameters
402
- def state_reason: () -> ::String
403
- def tags: () -> ::Hash[::String, ::String]
430
+ def enrichment: () -> ::String
431
+ def enrichment_parameters: () -> Types::PipeEnrichmentParameters
404
432
  def target: () -> ::String
405
433
  def target_parameters: () -> Types::PipeTargetParameters
434
+ def role_arn: () -> ::String
435
+ def tags: () -> ::Hash[::String, ::String]
436
+ def creation_time: () -> ::Time
437
+ def last_modified_time: () -> ::Time
438
+ def log_configuration: () -> Types::PipeLogConfiguration
406
439
  end
407
440
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Pipes/Client.html#describe_pipe-instance_method
408
441
  def describe_pipe: (
@@ -412,18 +445,18 @@ module Aws
412
445
 
413
446
  interface _ListPipesResponseSuccess
414
447
  include ::Seahorse::Client::_ResponseSuccess[Types::ListPipesResponse]
415
- def next_token: () -> ::String
416
448
  def pipes: () -> ::Array[Types::Pipe]
449
+ def next_token: () -> ::String
417
450
  end
418
451
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Pipes/Client.html#list_pipes-instance_method
419
452
  def list_pipes: (
420
- ?current_state: ("RUNNING" | "STOPPED" | "CREATING" | "UPDATING" | "DELETING" | "STARTING" | "STOPPING" | "CREATE_FAILED" | "UPDATE_FAILED" | "START_FAILED" | "STOP_FAILED" | "DELETE_FAILED" | "CREATE_ROLLBACK_FAILED" | "DELETE_ROLLBACK_FAILED" | "UPDATE_ROLLBACK_FAILED"),
421
- ?desired_state: ("RUNNING" | "STOPPED"),
422
- ?limit: ::Integer,
423
453
  ?name_prefix: ::String,
424
- ?next_token: ::String,
454
+ ?desired_state: ("RUNNING" | "STOPPED"),
455
+ ?current_state: ("RUNNING" | "STOPPED" | "CREATING" | "UPDATING" | "DELETING" | "STARTING" | "STOPPING" | "CREATE_FAILED" | "UPDATE_FAILED" | "START_FAILED" | "STOP_FAILED" | "DELETE_FAILED" | "CREATE_ROLLBACK_FAILED" | "DELETE_ROLLBACK_FAILED" | "UPDATE_ROLLBACK_FAILED"),
425
456
  ?source_prefix: ::String,
426
- ?target_prefix: ::String
457
+ ?target_prefix: ::String,
458
+ ?next_token: ::String,
459
+ ?limit: ::Integer
427
460
  ) -> _ListPipesResponseSuccess
428
461
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListPipesResponseSuccess
429
462
 
@@ -440,11 +473,11 @@ module Aws
440
473
  interface _StartPipeResponseSuccess
441
474
  include ::Seahorse::Client::_ResponseSuccess[Types::StartPipeResponse]
442
475
  def arn: () -> ::String
443
- def creation_time: () -> ::Time
444
- def current_state: () -> ("RUNNING" | "STOPPED" | "CREATING" | "UPDATING" | "DELETING" | "STARTING" | "STOPPING" | "CREATE_FAILED" | "UPDATE_FAILED" | "START_FAILED" | "STOP_FAILED" | "DELETE_FAILED" | "CREATE_ROLLBACK_FAILED" | "DELETE_ROLLBACK_FAILED" | "UPDATE_ROLLBACK_FAILED")
476
+ def name: () -> ::String
445
477
  def desired_state: () -> ("RUNNING" | "STOPPED")
478
+ def current_state: () -> ("RUNNING" | "STOPPED" | "CREATING" | "UPDATING" | "DELETING" | "STARTING" | "STOPPING" | "CREATE_FAILED" | "UPDATE_FAILED" | "START_FAILED" | "STOP_FAILED" | "DELETE_FAILED" | "CREATE_ROLLBACK_FAILED" | "DELETE_ROLLBACK_FAILED" | "UPDATE_ROLLBACK_FAILED")
479
+ def creation_time: () -> ::Time
446
480
  def last_modified_time: () -> ::Time
447
- def name: () -> ::String
448
481
  end
449
482
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Pipes/Client.html#start_pipe-instance_method
450
483
  def start_pipe: (
@@ -455,11 +488,11 @@ module Aws
455
488
  interface _StopPipeResponseSuccess
456
489
  include ::Seahorse::Client::_ResponseSuccess[Types::StopPipeResponse]
457
490
  def arn: () -> ::String
458
- def creation_time: () -> ::Time
459
- def current_state: () -> ("RUNNING" | "STOPPED" | "CREATING" | "UPDATING" | "DELETING" | "STARTING" | "STOPPING" | "CREATE_FAILED" | "UPDATE_FAILED" | "START_FAILED" | "STOP_FAILED" | "DELETE_FAILED" | "CREATE_ROLLBACK_FAILED" | "DELETE_ROLLBACK_FAILED" | "UPDATE_ROLLBACK_FAILED")
491
+ def name: () -> ::String
460
492
  def desired_state: () -> ("RUNNING" | "STOPPED")
493
+ def current_state: () -> ("RUNNING" | "STOPPED" | "CREATING" | "UPDATING" | "DELETING" | "STARTING" | "STOPPING" | "CREATE_FAILED" | "UPDATE_FAILED" | "START_FAILED" | "STOP_FAILED" | "DELETE_FAILED" | "CREATE_ROLLBACK_FAILED" | "DELETE_ROLLBACK_FAILED" | "UPDATE_ROLLBACK_FAILED")
494
+ def creation_time: () -> ::Time
461
495
  def last_modified_time: () -> ::Time
462
- def name: () -> ::String
463
496
  end
464
497
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Pipes/Client.html#stop_pipe-instance_method
465
498
  def stop_pipe: (
@@ -490,173 +523,146 @@ module Aws
490
523
  interface _UpdatePipeResponseSuccess
491
524
  include ::Seahorse::Client::_ResponseSuccess[Types::UpdatePipeResponse]
492
525
  def arn: () -> ::String
493
- def creation_time: () -> ::Time
494
- def current_state: () -> ("RUNNING" | "STOPPED" | "CREATING" | "UPDATING" | "DELETING" | "STARTING" | "STOPPING" | "CREATE_FAILED" | "UPDATE_FAILED" | "START_FAILED" | "STOP_FAILED" | "DELETE_FAILED" | "CREATE_ROLLBACK_FAILED" | "DELETE_ROLLBACK_FAILED" | "UPDATE_ROLLBACK_FAILED")
526
+ def name: () -> ::String
495
527
  def desired_state: () -> ("RUNNING" | "STOPPED")
528
+ def current_state: () -> ("RUNNING" | "STOPPED" | "CREATING" | "UPDATING" | "DELETING" | "STARTING" | "STOPPING" | "CREATE_FAILED" | "UPDATE_FAILED" | "START_FAILED" | "STOP_FAILED" | "DELETE_FAILED" | "CREATE_ROLLBACK_FAILED" | "DELETE_ROLLBACK_FAILED" | "UPDATE_ROLLBACK_FAILED")
529
+ def creation_time: () -> ::Time
496
530
  def last_modified_time: () -> ::Time
497
- def name: () -> ::String
498
531
  end
499
532
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Pipes/Client.html#update_pipe-instance_method
500
533
  def update_pipe: (
534
+ name: ::String,
501
535
  ?description: ::String,
502
536
  ?desired_state: ("RUNNING" | "STOPPED"),
503
- ?enrichment: ::String,
504
- ?enrichment_parameters: {
505
- http_parameters: {
506
- header_parameters: Hash[::String, ::String]?,
507
- path_parameter_values: Array[::String]?,
508
- query_string_parameters: Hash[::String, ::String]?
509
- }?,
510
- input_template: ::String?
511
- },
512
- ?log_configuration: {
513
- cloudwatch_logs_log_destination: {
514
- log_group_arn: ::String
515
- }?,
516
- firehose_log_destination: {
517
- delivery_stream_arn: ::String
518
- }?,
519
- include_execution_data: Array[("ALL")]?,
520
- level: ("OFF" | "ERROR" | "INFO" | "TRACE"),
521
- s3_log_destination: {
522
- bucket_name: ::String,
523
- bucket_owner: ::String,
524
- output_format: ("json" | "plain" | "w3c")?,
525
- prefix: ::String?
526
- }?
527
- },
528
- name: ::String,
529
- role_arn: ::String,
530
537
  ?source_parameters: {
531
- active_mq_broker_parameters: {
532
- batch_size: ::Integer?,
533
- credentials: {
534
- basic_auth: ::String?
535
- },
536
- maximum_batching_window_in_seconds: ::Integer?
538
+ filter_criteria: {
539
+ filters: Array[
540
+ {
541
+ pattern: ::String?
542
+ },
543
+ ]?
537
544
  }?,
538
- dynamo_db_stream_parameters: {
545
+ kinesis_stream_parameters: {
539
546
  batch_size: ::Integer?,
540
547
  dead_letter_config: {
541
548
  arn: ::String?
542
549
  }?,
550
+ on_partial_batch_item_failure: ("AUTOMATIC_BISECT")?,
543
551
  maximum_batching_window_in_seconds: ::Integer?,
544
552
  maximum_record_age_in_seconds: ::Integer?,
545
553
  maximum_retry_attempts: ::Integer?,
546
- on_partial_batch_item_failure: ("AUTOMATIC_BISECT")?,
547
554
  parallelization_factor: ::Integer?
548
555
  }?,
549
- filter_criteria: {
550
- filters: Array[
551
- {
552
- pattern: ::String?
553
- },
554
- ]?
555
- }?,
556
- kinesis_stream_parameters: {
556
+ dynamo_db_stream_parameters: {
557
557
  batch_size: ::Integer?,
558
558
  dead_letter_config: {
559
559
  arn: ::String?
560
560
  }?,
561
+ on_partial_batch_item_failure: ("AUTOMATIC_BISECT")?,
561
562
  maximum_batching_window_in_seconds: ::Integer?,
562
563
  maximum_record_age_in_seconds: ::Integer?,
563
564
  maximum_retry_attempts: ::Integer?,
564
- on_partial_batch_item_failure: ("AUTOMATIC_BISECT")?,
565
565
  parallelization_factor: ::Integer?
566
566
  }?,
567
- managed_streaming_kafka_parameters: {
567
+ sqs_queue_parameters: {
568
568
  batch_size: ::Integer?,
569
+ maximum_batching_window_in_seconds: ::Integer?
570
+ }?,
571
+ active_mq_broker_parameters: {
569
572
  credentials: {
570
- client_certificate_tls_auth: ::String?,
571
- sasl_scram_512_auth: ::String?
572
- }?,
573
+ basic_auth: ::String?
574
+ },
575
+ batch_size: ::Integer?,
573
576
  maximum_batching_window_in_seconds: ::Integer?
574
577
  }?,
575
578
  rabbit_mq_broker_parameters: {
576
- batch_size: ::Integer?,
577
579
  credentials: {
578
580
  basic_auth: ::String?
579
581
  },
582
+ batch_size: ::Integer?,
583
+ maximum_batching_window_in_seconds: ::Integer?
584
+ }?,
585
+ managed_streaming_kafka_parameters: {
586
+ batch_size: ::Integer?,
587
+ credentials: {
588
+ sasl_scram_512_auth: ::String?,
589
+ client_certificate_tls_auth: ::String?
590
+ }?,
580
591
  maximum_batching_window_in_seconds: ::Integer?
581
592
  }?,
582
593
  self_managed_kafka_parameters: {
583
594
  batch_size: ::Integer?,
595
+ maximum_batching_window_in_seconds: ::Integer?,
584
596
  credentials: {
585
597
  basic_auth: ::String?,
586
- client_certificate_tls_auth: ::String?,
598
+ sasl_scram_512_auth: ::String?,
587
599
  sasl_scram_256_auth: ::String?,
588
- sasl_scram_512_auth: ::String?
600
+ client_certificate_tls_auth: ::String?
589
601
  }?,
590
- maximum_batching_window_in_seconds: ::Integer?,
591
602
  server_root_ca_certificate: ::String?,
592
603
  vpc: {
593
- security_group: Array[::String]?,
594
- subnets: Array[::String]?
604
+ subnets: Array[::String]?,
605
+ security_group: Array[::String]?
595
606
  }?
596
- }?,
597
- sqs_queue_parameters: {
598
- batch_size: ::Integer?,
599
- maximum_batching_window_in_seconds: ::Integer?
607
+ }?
608
+ },
609
+ ?enrichment: ::String,
610
+ ?enrichment_parameters: {
611
+ input_template: ::String?,
612
+ http_parameters: {
613
+ path_parameter_values: Array[::String]?,
614
+ header_parameters: Hash[::String, ::String]?,
615
+ query_string_parameters: Hash[::String, ::String]?
600
616
  }?
601
617
  },
602
618
  ?target: ::String,
603
619
  ?target_parameters: {
604
- batch_job_parameters: {
605
- array_properties: {
606
- size: ::Integer?
607
- }?,
608
- container_overrides: {
609
- command: Array[::String]?,
610
- environment: Array[
611
- {
612
- name: ::String?,
613
- value: ::String?
614
- },
615
- ]?,
616
- instance_type: ::String?,
617
- resource_requirements: Array[
618
- {
619
- type: ("GPU" | "MEMORY" | "VCPU"),
620
- value: ::String
621
- },
622
- ]?
623
- }?,
624
- depends_on: Array[
625
- {
626
- job_id: ::String?,
627
- type: ("N_TO_N" | "SEQUENTIAL")?
628
- },
629
- ]?,
630
- job_definition: ::String,
631
- job_name: ::String,
632
- parameters: Hash[::String, ::String]?,
633
- retry_strategy: {
634
- attempts: ::Integer?
635
- }?
620
+ input_template: ::String?,
621
+ lambda_function_parameters: {
622
+ invocation_type: ("REQUEST_RESPONSE" | "FIRE_AND_FORGET")?
636
623
  }?,
637
- cloud_watch_logs_parameters: {
638
- log_stream_name: ::String?,
639
- timestamp: ::String?
624
+ step_function_state_machine_parameters: {
625
+ invocation_type: ("REQUEST_RESPONSE" | "FIRE_AND_FORGET")?
626
+ }?,
627
+ kinesis_stream_parameters: {
628
+ partition_key: ::String
640
629
  }?,
641
630
  ecs_task_parameters: {
631
+ task_definition_arn: ::String,
632
+ task_count: ::Integer?,
633
+ launch_type: ("EC2" | "FARGATE" | "EXTERNAL")?,
634
+ network_configuration: {
635
+ awsvpc_configuration: {
636
+ subnets: Array[::String],
637
+ security_groups: Array[::String]?,
638
+ assign_public_ip: ("ENABLED" | "DISABLED")?
639
+ }?
640
+ }?,
641
+ platform_version: ::String?,
642
+ group: ::String?,
642
643
  capacity_provider_strategy: Array[
643
644
  {
644
- base: ::Integer?,
645
645
  capacity_provider: ::String,
646
- weight: ::Integer?
646
+ weight: ::Integer?,
647
+ base: ::Integer?
647
648
  },
648
649
  ]?,
649
650
  enable_ecs_managed_tags: bool?,
650
651
  enable_execute_command: bool?,
651
- group: ::String?,
652
- launch_type: ("EC2" | "FARGATE" | "EXTERNAL")?,
653
- network_configuration: {
654
- awsvpc_configuration: {
655
- assign_public_ip: ("ENABLED" | "DISABLED")?,
656
- security_groups: Array[::String]?,
657
- subnets: Array[::String]
658
- }?
659
- }?,
652
+ placement_constraints: Array[
653
+ {
654
+ type: ("distinctInstance" | "memberOf")?,
655
+ expression: ::String?
656
+ },
657
+ ]?,
658
+ placement_strategy: Array[
659
+ {
660
+ type: ("random" | "spread" | "binpack")?,
661
+ field: ::String?
662
+ },
663
+ ]?,
664
+ propagate_tags: ("TASK_DEFINITION")?,
665
+ reference_id: ::String?,
660
666
  overrides: {
661
667
  container_overrides: Array[
662
668
  {
@@ -699,56 +705,62 @@ module Aws
699
705
  memory: ::String?,
700
706
  task_role_arn: ::String?
701
707
  }?,
702
- placement_constraints: Array[
703
- {
704
- expression: ::String?,
705
- type: ("distinctInstance" | "memberOf")?
706
- },
707
- ]?,
708
- placement_strategy: Array[
709
- {
710
- field: ::String?,
711
- type: ("random" | "spread" | "binpack")?
712
- },
713
- ]?,
714
- platform_version: ::String?,
715
- propagate_tags: ("TASK_DEFINITION")?,
716
- reference_id: ::String?,
717
708
  tags: Array[
718
709
  {
719
710
  key: ::String,
720
711
  value: ::String
721
712
  },
713
+ ]?
714
+ }?,
715
+ batch_job_parameters: {
716
+ job_definition: ::String,
717
+ job_name: ::String,
718
+ array_properties: {
719
+ size: ::Integer?
720
+ }?,
721
+ retry_strategy: {
722
+ attempts: ::Integer?
723
+ }?,
724
+ container_overrides: {
725
+ command: Array[::String]?,
726
+ environment: Array[
727
+ {
728
+ name: ::String?,
729
+ value: ::String?
730
+ },
731
+ ]?,
732
+ instance_type: ::String?,
733
+ resource_requirements: Array[
734
+ {
735
+ type: ("GPU" | "MEMORY" | "VCPU"),
736
+ value: ::String
737
+ },
738
+ ]?
739
+ }?,
740
+ depends_on: Array[
741
+ {
742
+ job_id: ::String?,
743
+ type: ("N_TO_N" | "SEQUENTIAL")?
744
+ },
722
745
  ]?,
723
- task_count: ::Integer?,
724
- task_definition_arn: ::String
746
+ parameters: Hash[::String, ::String]?
725
747
  }?,
726
- event_bridge_event_bus_parameters: {
727
- detail_type: ::String?,
728
- endpoint_id: ::String?,
729
- resources: Array[::String]?,
730
- source: ::String?,
731
- time: ::String?
748
+ sqs_queue_parameters: {
749
+ message_group_id: ::String?,
750
+ message_deduplication_id: ::String?
732
751
  }?,
733
752
  http_parameters: {
734
- header_parameters: Hash[::String, ::String]?,
735
753
  path_parameter_values: Array[::String]?,
754
+ header_parameters: Hash[::String, ::String]?,
736
755
  query_string_parameters: Hash[::String, ::String]?
737
756
  }?,
738
- input_template: ::String?,
739
- kinesis_stream_parameters: {
740
- partition_key: ::String
741
- }?,
742
- lambda_function_parameters: {
743
- invocation_type: ("REQUEST_RESPONSE" | "FIRE_AND_FORGET")?
744
- }?,
745
757
  redshift_data_parameters: {
758
+ secret_manager_arn: ::String?,
746
759
  database: ::String,
747
760
  db_user: ::String?,
748
- secret_manager_arn: ::String?,
749
- sqls: Array[::String],
750
761
  statement_name: ::String?,
751
- with_event: bool?
762
+ with_event: bool?,
763
+ sqls: Array[::String]
752
764
  }?,
753
765
  sage_maker_pipeline_parameters: {
754
766
  pipeline_parameter_list: Array[
@@ -758,13 +770,67 @@ module Aws
758
770
  },
759
771
  ]?
760
772
  }?,
761
- sqs_queue_parameters: {
762
- message_deduplication_id: ::String?,
763
- message_group_id: ::String?
773
+ event_bridge_event_bus_parameters: {
774
+ endpoint_id: ::String?,
775
+ detail_type: ::String?,
776
+ source: ::String?,
777
+ resources: Array[::String]?,
778
+ time: ::String?
764
779
  }?,
765
- step_function_state_machine_parameters: {
766
- invocation_type: ("REQUEST_RESPONSE" | "FIRE_AND_FORGET")?
780
+ cloud_watch_logs_parameters: {
781
+ log_stream_name: ::String?,
782
+ timestamp: ::String?
783
+ }?,
784
+ timestream_parameters: {
785
+ time_value: ::String,
786
+ epoch_time_unit: ("MILLISECONDS" | "SECONDS" | "MICROSECONDS" | "NANOSECONDS")?,
787
+ time_field_type: ("EPOCH" | "TIMESTAMP_FORMAT")?,
788
+ timestamp_format: ::String?,
789
+ version_value: ::String,
790
+ dimension_mappings: Array[
791
+ {
792
+ dimension_value: ::String,
793
+ dimension_value_type: ("VARCHAR"),
794
+ dimension_name: ::String
795
+ },
796
+ ],
797
+ single_measure_mappings: Array[
798
+ {
799
+ measure_value: ::String,
800
+ measure_value_type: ("DOUBLE" | "BIGINT" | "VARCHAR" | "BOOLEAN" | "TIMESTAMP"),
801
+ measure_name: ::String
802
+ },
803
+ ]?,
804
+ multi_measure_mappings: Array[
805
+ {
806
+ multi_measure_name: ::String,
807
+ multi_measure_attribute_mappings: Array[
808
+ {
809
+ measure_value: ::String,
810
+ measure_value_type: ("DOUBLE" | "BIGINT" | "VARCHAR" | "BOOLEAN" | "TIMESTAMP"),
811
+ multi_measure_attribute_name: ::String
812
+ },
813
+ ]
814
+ },
815
+ ]?
767
816
  }?
817
+ },
818
+ role_arn: ::String,
819
+ ?log_configuration: {
820
+ s3_log_destination: {
821
+ bucket_name: ::String,
822
+ bucket_owner: ::String,
823
+ output_format: ("json" | "plain" | "w3c")?,
824
+ prefix: ::String?
825
+ }?,
826
+ firehose_log_destination: {
827
+ delivery_stream_arn: ::String
828
+ }?,
829
+ cloudwatch_logs_log_destination: {
830
+ log_group_arn: ::String
831
+ }?,
832
+ level: ("OFF" | "ERROR" | "INFO" | "TRACE"),
833
+ include_execution_data: Array[("ALL")]?
768
834
  }
769
835
  ) -> _UpdatePipeResponseSuccess
770
836
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdatePipeResponseSuccess