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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-pipes/client.rb +600 -515
- data/lib/aws-sdk-pipes/client_api.rb +180 -120
- data/lib/aws-sdk-pipes/errors.rb +14 -14
- data/lib/aws-sdk-pipes/types.rb +957 -690
- data/lib/aws-sdk-pipes/waiters.rb +15 -0
- data/lib/aws-sdk-pipes.rb +2 -1
- data/sig/client.rbs +402 -336
- data/sig/errors.rbs +3 -3
- data/sig/types.rbs +164 -124
- metadata +5 -4
data/sig/types.rbs
CHANGED
@@ -9,9 +9,9 @@ module Aws::Pipes
|
|
9
9
|
module Types
|
10
10
|
|
11
11
|
class AwsVpcConfiguration
|
12
|
-
attr_accessor assign_public_ip: ("ENABLED" | "DISABLED")
|
13
|
-
attr_accessor security_groups: ::Array[::String]
|
14
12
|
attr_accessor subnets: ::Array[::String]
|
13
|
+
attr_accessor security_groups: ::Array[::String]
|
14
|
+
attr_accessor assign_public_ip: ("ENABLED" | "DISABLED")
|
15
15
|
SENSITIVE: []
|
16
16
|
end
|
17
17
|
|
@@ -52,9 +52,9 @@ module Aws::Pipes
|
|
52
52
|
end
|
53
53
|
|
54
54
|
class CapacityProviderStrategyItem
|
55
|
-
attr_accessor base: ::Integer
|
56
55
|
attr_accessor capacity_provider: ::String
|
57
56
|
attr_accessor weight: ::Integer
|
57
|
+
attr_accessor base: ::Integer
|
58
58
|
SENSITIVE: [:capacity_provider]
|
59
59
|
end
|
60
60
|
|
@@ -76,28 +76,28 @@ module Aws::Pipes
|
|
76
76
|
end
|
77
77
|
|
78
78
|
class CreatePipeRequest
|
79
|
+
attr_accessor name: ::String
|
79
80
|
attr_accessor description: ::String
|
80
81
|
attr_accessor desired_state: ("RUNNING" | "STOPPED")
|
81
|
-
attr_accessor enrichment: ::String
|
82
|
-
attr_accessor enrichment_parameters: Types::PipeEnrichmentParameters
|
83
|
-
attr_accessor log_configuration: Types::PipeLogConfigurationParameters
|
84
|
-
attr_accessor name: ::String
|
85
|
-
attr_accessor role_arn: ::String
|
86
82
|
attr_accessor source: ::String
|
87
83
|
attr_accessor source_parameters: Types::PipeSourceParameters
|
88
|
-
attr_accessor
|
84
|
+
attr_accessor enrichment: ::String
|
85
|
+
attr_accessor enrichment_parameters: Types::PipeEnrichmentParameters
|
89
86
|
attr_accessor target: ::String
|
90
87
|
attr_accessor target_parameters: Types::PipeTargetParameters
|
88
|
+
attr_accessor role_arn: ::String
|
89
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
90
|
+
attr_accessor log_configuration: Types::PipeLogConfigurationParameters
|
91
91
|
SENSITIVE: [:description]
|
92
92
|
end
|
93
93
|
|
94
94
|
class CreatePipeResponse
|
95
95
|
attr_accessor arn: ::String
|
96
|
-
attr_accessor
|
97
|
-
attr_accessor 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")
|
96
|
+
attr_accessor name: ::String
|
98
97
|
attr_accessor desired_state: ("RUNNING" | "STOPPED")
|
98
|
+
attr_accessor 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")
|
99
|
+
attr_accessor creation_time: ::Time
|
99
100
|
attr_accessor last_modified_time: ::Time
|
100
|
-
attr_accessor name: ::String
|
101
101
|
SENSITIVE: []
|
102
102
|
end
|
103
103
|
|
@@ -113,11 +113,11 @@ module Aws::Pipes
|
|
113
113
|
|
114
114
|
class DeletePipeResponse
|
115
115
|
attr_accessor arn: ::String
|
116
|
-
attr_accessor
|
117
|
-
attr_accessor 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")
|
116
|
+
attr_accessor name: ::String
|
118
117
|
attr_accessor desired_state: ("RUNNING" | "STOPPED" | "DELETED")
|
118
|
+
attr_accessor 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")
|
119
|
+
attr_accessor creation_time: ::Time
|
119
120
|
attr_accessor last_modified_time: ::Time
|
120
|
-
attr_accessor name: ::String
|
121
121
|
SENSITIVE: []
|
122
122
|
end
|
123
123
|
|
@@ -128,25 +128,32 @@ module Aws::Pipes
|
|
128
128
|
|
129
129
|
class DescribePipeResponse
|
130
130
|
attr_accessor arn: ::String
|
131
|
-
attr_accessor
|
132
|
-
attr_accessor 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")
|
131
|
+
attr_accessor name: ::String
|
133
132
|
attr_accessor description: ::String
|
134
133
|
attr_accessor desired_state: ("RUNNING" | "STOPPED" | "DELETED")
|
135
|
-
attr_accessor
|
136
|
-
attr_accessor
|
137
|
-
attr_accessor last_modified_time: ::Time
|
138
|
-
attr_accessor log_configuration: Types::PipeLogConfiguration
|
139
|
-
attr_accessor name: ::String
|
140
|
-
attr_accessor role_arn: ::String
|
134
|
+
attr_accessor 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")
|
135
|
+
attr_accessor state_reason: ::String
|
141
136
|
attr_accessor source: ::String
|
142
137
|
attr_accessor source_parameters: Types::PipeSourceParameters
|
143
|
-
attr_accessor
|
144
|
-
attr_accessor
|
138
|
+
attr_accessor enrichment: ::String
|
139
|
+
attr_accessor enrichment_parameters: Types::PipeEnrichmentParameters
|
145
140
|
attr_accessor target: ::String
|
146
141
|
attr_accessor target_parameters: Types::PipeTargetParameters
|
142
|
+
attr_accessor role_arn: ::String
|
143
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
144
|
+
attr_accessor creation_time: ::Time
|
145
|
+
attr_accessor last_modified_time: ::Time
|
146
|
+
attr_accessor log_configuration: Types::PipeLogConfiguration
|
147
147
|
SENSITIVE: [:description]
|
148
148
|
end
|
149
149
|
|
150
|
+
class DimensionMapping
|
151
|
+
attr_accessor dimension_value: ::String
|
152
|
+
attr_accessor dimension_value_type: ("VARCHAR")
|
153
|
+
attr_accessor dimension_name: ::String
|
154
|
+
SENSITIVE: []
|
155
|
+
end
|
156
|
+
|
150
157
|
class EcsContainerOverride
|
151
158
|
attr_accessor command: ::Array[::String]
|
152
159
|
attr_accessor cpu: ::Integer
|
@@ -226,19 +233,19 @@ module Aws::Pipes
|
|
226
233
|
end
|
227
234
|
|
228
235
|
class ListPipesRequest
|
229
|
-
attr_accessor 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")
|
230
|
-
attr_accessor desired_state: ("RUNNING" | "STOPPED")
|
231
|
-
attr_accessor limit: ::Integer
|
232
236
|
attr_accessor name_prefix: ::String
|
233
|
-
attr_accessor
|
237
|
+
attr_accessor desired_state: ("RUNNING" | "STOPPED")
|
238
|
+
attr_accessor 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")
|
234
239
|
attr_accessor source_prefix: ::String
|
235
240
|
attr_accessor target_prefix: ::String
|
241
|
+
attr_accessor next_token: ::String
|
242
|
+
attr_accessor limit: ::Integer
|
236
243
|
SENSITIVE: [:next_token]
|
237
244
|
end
|
238
245
|
|
239
246
|
class ListPipesResponse
|
240
|
-
attr_accessor next_token: ::String
|
241
247
|
attr_accessor pipes: ::Array[Types::Pipe]
|
248
|
+
attr_accessor next_token: ::String
|
242
249
|
SENSITIVE: [:next_token]
|
243
250
|
end
|
244
251
|
|
@@ -264,19 +271,32 @@ module Aws::Pipes
|
|
264
271
|
end
|
265
272
|
|
266
273
|
class MSKAccessCredentials
|
267
|
-
attr_accessor client_certificate_tls_auth: ::String
|
268
274
|
attr_accessor sasl_scram_512_auth: ::String
|
275
|
+
attr_accessor client_certificate_tls_auth: ::String
|
269
276
|
attr_accessor unknown: untyped
|
270
277
|
SENSITIVE: []
|
271
278
|
|
272
|
-
class ClientCertificateTlsAuth < MSKAccessCredentials
|
273
|
-
end
|
274
279
|
class SaslScram512Auth < MSKAccessCredentials
|
275
280
|
end
|
281
|
+
class ClientCertificateTlsAuth < MSKAccessCredentials
|
282
|
+
end
|
276
283
|
class Unknown < MSKAccessCredentials
|
277
284
|
end
|
278
285
|
end
|
279
286
|
|
287
|
+
class MultiMeasureAttributeMapping
|
288
|
+
attr_accessor measure_value: ::String
|
289
|
+
attr_accessor measure_value_type: ("DOUBLE" | "BIGINT" | "VARCHAR" | "BOOLEAN" | "TIMESTAMP")
|
290
|
+
attr_accessor multi_measure_attribute_name: ::String
|
291
|
+
SENSITIVE: []
|
292
|
+
end
|
293
|
+
|
294
|
+
class MultiMeasureMapping
|
295
|
+
attr_accessor multi_measure_name: ::String
|
296
|
+
attr_accessor multi_measure_attribute_mappings: ::Array[Types::MultiMeasureAttributeMapping]
|
297
|
+
SENSITIVE: []
|
298
|
+
end
|
299
|
+
|
280
300
|
class NetworkConfiguration
|
281
301
|
attr_accessor awsvpc_configuration: Types::AwsVpcConfiguration
|
282
302
|
SENSITIVE: []
|
@@ -288,65 +308,65 @@ module Aws::Pipes
|
|
288
308
|
end
|
289
309
|
|
290
310
|
class Pipe
|
311
|
+
attr_accessor name: ::String
|
291
312
|
attr_accessor arn: ::String
|
292
|
-
attr_accessor creation_time: ::Time
|
293
|
-
attr_accessor 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")
|
294
313
|
attr_accessor desired_state: ("RUNNING" | "STOPPED")
|
295
|
-
attr_accessor
|
314
|
+
attr_accessor 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")
|
315
|
+
attr_accessor state_reason: ::String
|
316
|
+
attr_accessor creation_time: ::Time
|
296
317
|
attr_accessor last_modified_time: ::Time
|
297
|
-
attr_accessor name: ::String
|
298
318
|
attr_accessor source: ::String
|
299
|
-
attr_accessor state_reason: ::String
|
300
319
|
attr_accessor target: ::String
|
320
|
+
attr_accessor enrichment: ::String
|
301
321
|
SENSITIVE: []
|
302
322
|
end
|
303
323
|
|
304
324
|
class PipeEnrichmentHttpParameters
|
305
|
-
attr_accessor header_parameters: ::Hash[::String, ::String]
|
306
325
|
attr_accessor path_parameter_values: ::Array[::String]
|
326
|
+
attr_accessor header_parameters: ::Hash[::String, ::String]
|
307
327
|
attr_accessor query_string_parameters: ::Hash[::String, ::String]
|
308
328
|
SENSITIVE: []
|
309
329
|
end
|
310
330
|
|
311
331
|
class PipeEnrichmentParameters
|
312
|
-
attr_accessor http_parameters: Types::PipeEnrichmentHttpParameters
|
313
332
|
attr_accessor input_template: ::String
|
333
|
+
attr_accessor http_parameters: Types::PipeEnrichmentHttpParameters
|
314
334
|
SENSITIVE: [:input_template]
|
315
335
|
end
|
316
336
|
|
317
337
|
class PipeLogConfiguration
|
318
|
-
attr_accessor
|
338
|
+
attr_accessor s3_log_destination: Types::S3LogDestination
|
319
339
|
attr_accessor firehose_log_destination: Types::FirehoseLogDestination
|
320
|
-
attr_accessor
|
340
|
+
attr_accessor cloudwatch_logs_log_destination: Types::CloudwatchLogsLogDestination
|
321
341
|
attr_accessor level: ("OFF" | "ERROR" | "INFO" | "TRACE")
|
322
|
-
attr_accessor
|
342
|
+
attr_accessor include_execution_data: ::Array[("ALL")]
|
323
343
|
SENSITIVE: []
|
324
344
|
end
|
325
345
|
|
326
346
|
class PipeLogConfigurationParameters
|
327
|
-
attr_accessor
|
347
|
+
attr_accessor s3_log_destination: Types::S3LogDestinationParameters
|
328
348
|
attr_accessor firehose_log_destination: Types::FirehoseLogDestinationParameters
|
329
|
-
attr_accessor
|
349
|
+
attr_accessor cloudwatch_logs_log_destination: Types::CloudwatchLogsLogDestinationParameters
|
330
350
|
attr_accessor level: ("OFF" | "ERROR" | "INFO" | "TRACE")
|
331
|
-
attr_accessor
|
351
|
+
attr_accessor include_execution_data: ::Array[("ALL")]
|
332
352
|
SENSITIVE: []
|
333
353
|
end
|
334
354
|
|
335
355
|
class PipeSourceActiveMQBrokerParameters
|
336
|
-
attr_accessor batch_size: ::Integer
|
337
356
|
attr_accessor credentials: Types::MQBrokerAccessCredentials
|
338
|
-
attr_accessor maximum_batching_window_in_seconds: ::Integer
|
339
357
|
attr_accessor queue_name: ::String
|
358
|
+
attr_accessor batch_size: ::Integer
|
359
|
+
attr_accessor maximum_batching_window_in_seconds: ::Integer
|
340
360
|
SENSITIVE: [:queue_name]
|
341
361
|
end
|
342
362
|
|
343
363
|
class PipeSourceDynamoDBStreamParameters
|
344
364
|
attr_accessor batch_size: ::Integer
|
345
365
|
attr_accessor dead_letter_config: Types::DeadLetterConfig
|
366
|
+
attr_accessor on_partial_batch_item_failure: ("AUTOMATIC_BISECT")
|
346
367
|
attr_accessor maximum_batching_window_in_seconds: ::Integer
|
347
368
|
attr_accessor maximum_record_age_in_seconds: ::Integer
|
348
369
|
attr_accessor maximum_retry_attempts: ::Integer
|
349
|
-
attr_accessor on_partial_batch_item_failure: ("AUTOMATIC_BISECT")
|
350
370
|
attr_accessor parallelization_factor: ::Integer
|
351
371
|
attr_accessor starting_position: ("TRIM_HORIZON" | "LATEST")
|
352
372
|
SENSITIVE: []
|
@@ -355,10 +375,10 @@ module Aws::Pipes
|
|
355
375
|
class PipeSourceKinesisStreamParameters
|
356
376
|
attr_accessor batch_size: ::Integer
|
357
377
|
attr_accessor dead_letter_config: Types::DeadLetterConfig
|
378
|
+
attr_accessor on_partial_batch_item_failure: ("AUTOMATIC_BISECT")
|
358
379
|
attr_accessor maximum_batching_window_in_seconds: ::Integer
|
359
380
|
attr_accessor maximum_record_age_in_seconds: ::Integer
|
360
381
|
attr_accessor maximum_retry_attempts: ::Integer
|
361
|
-
attr_accessor on_partial_batch_item_failure: ("AUTOMATIC_BISECT")
|
362
382
|
attr_accessor parallelization_factor: ::Integer
|
363
383
|
attr_accessor starting_position: ("TRIM_HORIZON" | "LATEST" | "AT_TIMESTAMP")
|
364
384
|
attr_accessor starting_position_timestamp: ::Time
|
@@ -366,47 +386,47 @@ module Aws::Pipes
|
|
366
386
|
end
|
367
387
|
|
368
388
|
class PipeSourceManagedStreamingKafkaParameters
|
389
|
+
attr_accessor topic_name: ::String
|
390
|
+
attr_accessor starting_position: ("TRIM_HORIZON" | "LATEST")
|
369
391
|
attr_accessor batch_size: ::Integer
|
392
|
+
attr_accessor maximum_batching_window_in_seconds: ::Integer
|
370
393
|
attr_accessor consumer_group_id: ::String
|
371
394
|
attr_accessor credentials: Types::MSKAccessCredentials
|
372
|
-
|
373
|
-
attr_accessor starting_position: ("TRIM_HORIZON" | "LATEST")
|
374
|
-
attr_accessor topic_name: ::String
|
375
|
-
SENSITIVE: [:consumer_group_id, :topic_name]
|
395
|
+
SENSITIVE: [:topic_name, :consumer_group_id]
|
376
396
|
end
|
377
397
|
|
378
398
|
class PipeSourceParameters
|
379
|
-
attr_accessor active_mq_broker_parameters: Types::PipeSourceActiveMQBrokerParameters
|
380
|
-
attr_accessor dynamo_db_stream_parameters: Types::PipeSourceDynamoDBStreamParameters
|
381
399
|
attr_accessor filter_criteria: Types::FilterCriteria
|
382
400
|
attr_accessor kinesis_stream_parameters: Types::PipeSourceKinesisStreamParameters
|
383
|
-
attr_accessor
|
401
|
+
attr_accessor dynamo_db_stream_parameters: Types::PipeSourceDynamoDBStreamParameters
|
402
|
+
attr_accessor sqs_queue_parameters: Types::PipeSourceSqsQueueParameters
|
403
|
+
attr_accessor active_mq_broker_parameters: Types::PipeSourceActiveMQBrokerParameters
|
384
404
|
attr_accessor rabbit_mq_broker_parameters: Types::PipeSourceRabbitMQBrokerParameters
|
405
|
+
attr_accessor managed_streaming_kafka_parameters: Types::PipeSourceManagedStreamingKafkaParameters
|
385
406
|
attr_accessor self_managed_kafka_parameters: Types::PipeSourceSelfManagedKafkaParameters
|
386
|
-
attr_accessor sqs_queue_parameters: Types::PipeSourceSqsQueueParameters
|
387
407
|
SENSITIVE: []
|
388
408
|
end
|
389
409
|
|
390
410
|
class PipeSourceRabbitMQBrokerParameters
|
391
|
-
attr_accessor batch_size: ::Integer
|
392
411
|
attr_accessor credentials: Types::MQBrokerAccessCredentials
|
393
|
-
attr_accessor maximum_batching_window_in_seconds: ::Integer
|
394
412
|
attr_accessor queue_name: ::String
|
395
413
|
attr_accessor virtual_host: ::String
|
414
|
+
attr_accessor batch_size: ::Integer
|
415
|
+
attr_accessor maximum_batching_window_in_seconds: ::Integer
|
396
416
|
SENSITIVE: [:queue_name, :virtual_host]
|
397
417
|
end
|
398
418
|
|
399
419
|
class PipeSourceSelfManagedKafkaParameters
|
420
|
+
attr_accessor topic_name: ::String
|
421
|
+
attr_accessor starting_position: ("TRIM_HORIZON" | "LATEST")
|
400
422
|
attr_accessor additional_bootstrap_servers: ::Array[::String]
|
401
423
|
attr_accessor batch_size: ::Integer
|
424
|
+
attr_accessor maximum_batching_window_in_seconds: ::Integer
|
402
425
|
attr_accessor consumer_group_id: ::String
|
403
426
|
attr_accessor credentials: Types::SelfManagedKafkaAccessConfigurationCredentials
|
404
|
-
attr_accessor maximum_batching_window_in_seconds: ::Integer
|
405
427
|
attr_accessor server_root_ca_certificate: ::String
|
406
|
-
attr_accessor starting_position: ("TRIM_HORIZON" | "LATEST")
|
407
|
-
attr_accessor topic_name: ::String
|
408
428
|
attr_accessor vpc: Types::SelfManagedKafkaAccessConfigurationVpc
|
409
|
-
SENSITIVE: [:
|
429
|
+
SENSITIVE: [:topic_name, :consumer_group_id]
|
410
430
|
end
|
411
431
|
|
412
432
|
class PipeSourceSqsQueueParameters
|
@@ -416,13 +436,13 @@ module Aws::Pipes
|
|
416
436
|
end
|
417
437
|
|
418
438
|
class PipeTargetBatchJobParameters
|
439
|
+
attr_accessor job_definition: ::String
|
440
|
+
attr_accessor job_name: ::String
|
419
441
|
attr_accessor array_properties: Types::BatchArrayProperties
|
442
|
+
attr_accessor retry_strategy: Types::BatchRetryStrategy
|
420
443
|
attr_accessor container_overrides: Types::BatchContainerOverrides
|
421
444
|
attr_accessor depends_on: ::Array[Types::BatchJobDependency]
|
422
|
-
attr_accessor job_definition: ::String
|
423
|
-
attr_accessor job_name: ::String
|
424
445
|
attr_accessor parameters: ::Hash[::String, ::String]
|
425
|
-
attr_accessor retry_strategy: Types::BatchRetryStrategy
|
426
446
|
SENSITIVE: []
|
427
447
|
end
|
428
448
|
|
@@ -433,36 +453,36 @@ module Aws::Pipes
|
|
433
453
|
end
|
434
454
|
|
435
455
|
class PipeTargetEcsTaskParameters
|
456
|
+
attr_accessor task_definition_arn: ::String
|
457
|
+
attr_accessor task_count: ::Integer
|
458
|
+
attr_accessor launch_type: ("EC2" | "FARGATE" | "EXTERNAL")
|
459
|
+
attr_accessor network_configuration: Types::NetworkConfiguration
|
460
|
+
attr_accessor platform_version: ::String
|
461
|
+
attr_accessor group: ::String
|
436
462
|
attr_accessor capacity_provider_strategy: ::Array[Types::CapacityProviderStrategyItem]
|
437
463
|
attr_accessor enable_ecs_managed_tags: bool
|
438
464
|
attr_accessor enable_execute_command: bool
|
439
|
-
attr_accessor group: ::String
|
440
|
-
attr_accessor launch_type: ("EC2" | "FARGATE" | "EXTERNAL")
|
441
|
-
attr_accessor network_configuration: Types::NetworkConfiguration
|
442
|
-
attr_accessor overrides: Types::EcsTaskOverride
|
443
465
|
attr_accessor placement_constraints: ::Array[Types::PlacementConstraint]
|
444
466
|
attr_accessor placement_strategy: ::Array[Types::PlacementStrategy]
|
445
|
-
attr_accessor platform_version: ::String
|
446
467
|
attr_accessor propagate_tags: ("TASK_DEFINITION")
|
447
468
|
attr_accessor reference_id: ::String
|
469
|
+
attr_accessor overrides: Types::EcsTaskOverride
|
448
470
|
attr_accessor tags: ::Array[Types::Tag]
|
449
|
-
attr_accessor task_count: ::Integer
|
450
|
-
attr_accessor task_definition_arn: ::String
|
451
471
|
SENSITIVE: [:reference_id]
|
452
472
|
end
|
453
473
|
|
454
474
|
class PipeTargetEventBridgeEventBusParameters
|
455
|
-
attr_accessor detail_type: ::String
|
456
475
|
attr_accessor endpoint_id: ::String
|
457
|
-
attr_accessor
|
476
|
+
attr_accessor detail_type: ::String
|
458
477
|
attr_accessor source: ::String
|
478
|
+
attr_accessor resources: ::Array[::String]
|
459
479
|
attr_accessor time: ::String
|
460
|
-
SENSITIVE: [:
|
480
|
+
SENSITIVE: [:endpoint_id, :detail_type, :source]
|
461
481
|
end
|
462
482
|
|
463
483
|
class PipeTargetHttpParameters
|
464
|
-
attr_accessor header_parameters: ::Hash[::String, ::String]
|
465
484
|
attr_accessor path_parameter_values: ::Array[::String]
|
485
|
+
attr_accessor header_parameters: ::Hash[::String, ::String]
|
466
486
|
attr_accessor query_string_parameters: ::Hash[::String, ::String]
|
467
487
|
SENSITIVE: []
|
468
488
|
end
|
@@ -478,28 +498,29 @@ module Aws::Pipes
|
|
478
498
|
end
|
479
499
|
|
480
500
|
class PipeTargetParameters
|
481
|
-
attr_accessor batch_job_parameters: Types::PipeTargetBatchJobParameters
|
482
|
-
attr_accessor cloud_watch_logs_parameters: Types::PipeTargetCloudWatchLogsParameters
|
483
|
-
attr_accessor ecs_task_parameters: Types::PipeTargetEcsTaskParameters
|
484
|
-
attr_accessor event_bridge_event_bus_parameters: Types::PipeTargetEventBridgeEventBusParameters
|
485
|
-
attr_accessor http_parameters: Types::PipeTargetHttpParameters
|
486
501
|
attr_accessor input_template: ::String
|
487
|
-
attr_accessor kinesis_stream_parameters: Types::PipeTargetKinesisStreamParameters
|
488
502
|
attr_accessor lambda_function_parameters: Types::PipeTargetLambdaFunctionParameters
|
503
|
+
attr_accessor step_function_state_machine_parameters: Types::PipeTargetStateMachineParameters
|
504
|
+
attr_accessor kinesis_stream_parameters: Types::PipeTargetKinesisStreamParameters
|
505
|
+
attr_accessor ecs_task_parameters: Types::PipeTargetEcsTaskParameters
|
506
|
+
attr_accessor batch_job_parameters: Types::PipeTargetBatchJobParameters
|
507
|
+
attr_accessor sqs_queue_parameters: Types::PipeTargetSqsQueueParameters
|
508
|
+
attr_accessor http_parameters: Types::PipeTargetHttpParameters
|
489
509
|
attr_accessor redshift_data_parameters: Types::PipeTargetRedshiftDataParameters
|
490
510
|
attr_accessor sage_maker_pipeline_parameters: Types::PipeTargetSageMakerPipelineParameters
|
491
|
-
attr_accessor
|
492
|
-
attr_accessor
|
511
|
+
attr_accessor event_bridge_event_bus_parameters: Types::PipeTargetEventBridgeEventBusParameters
|
512
|
+
attr_accessor cloud_watch_logs_parameters: Types::PipeTargetCloudWatchLogsParameters
|
513
|
+
attr_accessor timestream_parameters: Types::PipeTargetTimestreamParameters
|
493
514
|
SENSITIVE: [:input_template]
|
494
515
|
end
|
495
516
|
|
496
517
|
class PipeTargetRedshiftDataParameters
|
518
|
+
attr_accessor secret_manager_arn: ::String
|
497
519
|
attr_accessor database: ::String
|
498
520
|
attr_accessor db_user: ::String
|
499
|
-
attr_accessor secret_manager_arn: ::String
|
500
|
-
attr_accessor sqls: ::Array[::String]
|
501
521
|
attr_accessor statement_name: ::String
|
502
522
|
attr_accessor with_event: bool
|
523
|
+
attr_accessor sqls: ::Array[::String]
|
503
524
|
SENSITIVE: [:database, :db_user, :statement_name]
|
504
525
|
end
|
505
526
|
|
@@ -509,9 +530,9 @@ module Aws::Pipes
|
|
509
530
|
end
|
510
531
|
|
511
532
|
class PipeTargetSqsQueueParameters
|
512
|
-
attr_accessor message_deduplication_id: ::String
|
513
533
|
attr_accessor message_group_id: ::String
|
514
|
-
|
534
|
+
attr_accessor message_deduplication_id: ::String
|
535
|
+
SENSITIVE: [:message_group_id, :message_deduplication_id]
|
515
536
|
end
|
516
537
|
|
517
538
|
class PipeTargetStateMachineParameters
|
@@ -519,23 +540,35 @@ module Aws::Pipes
|
|
519
540
|
SENSITIVE: []
|
520
541
|
end
|
521
542
|
|
543
|
+
class PipeTargetTimestreamParameters
|
544
|
+
attr_accessor time_value: ::String
|
545
|
+
attr_accessor epoch_time_unit: ("MILLISECONDS" | "SECONDS" | "MICROSECONDS" | "NANOSECONDS")
|
546
|
+
attr_accessor time_field_type: ("EPOCH" | "TIMESTAMP_FORMAT")
|
547
|
+
attr_accessor timestamp_format: ::String
|
548
|
+
attr_accessor version_value: ::String
|
549
|
+
attr_accessor dimension_mappings: ::Array[Types::DimensionMapping]
|
550
|
+
attr_accessor single_measure_mappings: ::Array[Types::SingleMeasureMapping]
|
551
|
+
attr_accessor multi_measure_mappings: ::Array[Types::MultiMeasureMapping]
|
552
|
+
SENSITIVE: []
|
553
|
+
end
|
554
|
+
|
522
555
|
class PlacementConstraint
|
523
|
-
attr_accessor expression: ::String
|
524
556
|
attr_accessor type: ("distinctInstance" | "memberOf")
|
557
|
+
attr_accessor expression: ::String
|
525
558
|
SENSITIVE: [:expression]
|
526
559
|
end
|
527
560
|
|
528
561
|
class PlacementStrategy
|
529
|
-
attr_accessor field: ::String
|
530
562
|
attr_accessor type: ("random" | "spread" | "binpack")
|
563
|
+
attr_accessor field: ::String
|
531
564
|
SENSITIVE: [:field]
|
532
565
|
end
|
533
566
|
|
534
567
|
class S3LogDestination
|
535
568
|
attr_accessor bucket_name: ::String
|
569
|
+
attr_accessor prefix: ::String
|
536
570
|
attr_accessor bucket_owner: ::String
|
537
571
|
attr_accessor output_format: ("json" | "plain" | "w3c")
|
538
|
-
attr_accessor prefix: ::String
|
539
572
|
SENSITIVE: []
|
540
573
|
end
|
541
574
|
|
@@ -555,36 +588,43 @@ module Aws::Pipes
|
|
555
588
|
|
556
589
|
class SelfManagedKafkaAccessConfigurationCredentials
|
557
590
|
attr_accessor basic_auth: ::String
|
558
|
-
attr_accessor client_certificate_tls_auth: ::String
|
559
|
-
attr_accessor sasl_scram_256_auth: ::String
|
560
591
|
attr_accessor sasl_scram_512_auth: ::String
|
592
|
+
attr_accessor sasl_scram_256_auth: ::String
|
593
|
+
attr_accessor client_certificate_tls_auth: ::String
|
561
594
|
attr_accessor unknown: untyped
|
562
595
|
SENSITIVE: []
|
563
596
|
|
564
597
|
class BasicAuth < SelfManagedKafkaAccessConfigurationCredentials
|
565
598
|
end
|
566
|
-
class
|
599
|
+
class SaslScram512Auth < SelfManagedKafkaAccessConfigurationCredentials
|
567
600
|
end
|
568
601
|
class SaslScram256Auth < SelfManagedKafkaAccessConfigurationCredentials
|
569
602
|
end
|
570
|
-
class
|
603
|
+
class ClientCertificateTlsAuth < SelfManagedKafkaAccessConfigurationCredentials
|
571
604
|
end
|
572
605
|
class Unknown < SelfManagedKafkaAccessConfigurationCredentials
|
573
606
|
end
|
574
607
|
end
|
575
608
|
|
576
609
|
class SelfManagedKafkaAccessConfigurationVpc
|
577
|
-
attr_accessor security_group: ::Array[::String]
|
578
610
|
attr_accessor subnets: ::Array[::String]
|
611
|
+
attr_accessor security_group: ::Array[::String]
|
579
612
|
SENSITIVE: []
|
580
613
|
end
|
581
614
|
|
582
615
|
class ServiceQuotaExceededException
|
583
616
|
attr_accessor message: ::String
|
584
|
-
attr_accessor quota_code: ::String
|
585
617
|
attr_accessor resource_id: ::String
|
586
618
|
attr_accessor resource_type: ::String
|
587
619
|
attr_accessor service_code: ::String
|
620
|
+
attr_accessor quota_code: ::String
|
621
|
+
SENSITIVE: []
|
622
|
+
end
|
623
|
+
|
624
|
+
class SingleMeasureMapping
|
625
|
+
attr_accessor measure_value: ::String
|
626
|
+
attr_accessor measure_value_type: ("DOUBLE" | "BIGINT" | "VARCHAR" | "BOOLEAN" | "TIMESTAMP")
|
627
|
+
attr_accessor measure_name: ::String
|
588
628
|
SENSITIVE: []
|
589
629
|
end
|
590
630
|
|
@@ -595,11 +635,11 @@ module Aws::Pipes
|
|
595
635
|
|
596
636
|
class StartPipeResponse
|
597
637
|
attr_accessor arn: ::String
|
598
|
-
attr_accessor
|
599
|
-
attr_accessor 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")
|
638
|
+
attr_accessor name: ::String
|
600
639
|
attr_accessor desired_state: ("RUNNING" | "STOPPED")
|
640
|
+
attr_accessor 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")
|
641
|
+
attr_accessor creation_time: ::Time
|
601
642
|
attr_accessor last_modified_time: ::Time
|
602
|
-
attr_accessor name: ::String
|
603
643
|
SENSITIVE: []
|
604
644
|
end
|
605
645
|
|
@@ -610,11 +650,11 @@ module Aws::Pipes
|
|
610
650
|
|
611
651
|
class StopPipeResponse
|
612
652
|
attr_accessor arn: ::String
|
613
|
-
attr_accessor
|
614
|
-
attr_accessor 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")
|
653
|
+
attr_accessor name: ::String
|
615
654
|
attr_accessor desired_state: ("RUNNING" | "STOPPED")
|
655
|
+
attr_accessor 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")
|
656
|
+
attr_accessor creation_time: ::Time
|
616
657
|
attr_accessor last_modified_time: ::Time
|
617
|
-
attr_accessor name: ::String
|
618
658
|
SENSITIVE: []
|
619
659
|
end
|
620
660
|
|
@@ -635,9 +675,9 @@ module Aws::Pipes
|
|
635
675
|
|
636
676
|
class ThrottlingException
|
637
677
|
attr_accessor message: ::String
|
678
|
+
attr_accessor service_code: ::String
|
638
679
|
attr_accessor quota_code: ::String
|
639
680
|
attr_accessor retry_after_seconds: ::Integer
|
640
|
-
attr_accessor service_code: ::String
|
641
681
|
SENSITIVE: []
|
642
682
|
end
|
643
683
|
|
@@ -651,32 +691,32 @@ module Aws::Pipes
|
|
651
691
|
end
|
652
692
|
|
653
693
|
class UpdatePipeRequest
|
694
|
+
attr_accessor name: ::String
|
654
695
|
attr_accessor description: ::String
|
655
696
|
attr_accessor desired_state: ("RUNNING" | "STOPPED")
|
697
|
+
attr_accessor source_parameters: Types::UpdatePipeSourceParameters
|
656
698
|
attr_accessor enrichment: ::String
|
657
699
|
attr_accessor enrichment_parameters: Types::PipeEnrichmentParameters
|
658
|
-
attr_accessor log_configuration: Types::PipeLogConfigurationParameters
|
659
|
-
attr_accessor name: ::String
|
660
|
-
attr_accessor role_arn: ::String
|
661
|
-
attr_accessor source_parameters: Types::UpdatePipeSourceParameters
|
662
700
|
attr_accessor target: ::String
|
663
701
|
attr_accessor target_parameters: Types::PipeTargetParameters
|
702
|
+
attr_accessor role_arn: ::String
|
703
|
+
attr_accessor log_configuration: Types::PipeLogConfigurationParameters
|
664
704
|
SENSITIVE: [:description]
|
665
705
|
end
|
666
706
|
|
667
707
|
class UpdatePipeResponse
|
668
708
|
attr_accessor arn: ::String
|
669
|
-
attr_accessor
|
670
|
-
attr_accessor 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")
|
709
|
+
attr_accessor name: ::String
|
671
710
|
attr_accessor desired_state: ("RUNNING" | "STOPPED")
|
711
|
+
attr_accessor 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")
|
712
|
+
attr_accessor creation_time: ::Time
|
672
713
|
attr_accessor last_modified_time: ::Time
|
673
|
-
attr_accessor name: ::String
|
674
714
|
SENSITIVE: []
|
675
715
|
end
|
676
716
|
|
677
717
|
class UpdatePipeSourceActiveMQBrokerParameters
|
678
|
-
attr_accessor batch_size: ::Integer
|
679
718
|
attr_accessor credentials: Types::MQBrokerAccessCredentials
|
719
|
+
attr_accessor batch_size: ::Integer
|
680
720
|
attr_accessor maximum_batching_window_in_seconds: ::Integer
|
681
721
|
SENSITIVE: []
|
682
722
|
end
|
@@ -684,10 +724,10 @@ module Aws::Pipes
|
|
684
724
|
class UpdatePipeSourceDynamoDBStreamParameters
|
685
725
|
attr_accessor batch_size: ::Integer
|
686
726
|
attr_accessor dead_letter_config: Types::DeadLetterConfig
|
727
|
+
attr_accessor on_partial_batch_item_failure: ("AUTOMATIC_BISECT")
|
687
728
|
attr_accessor maximum_batching_window_in_seconds: ::Integer
|
688
729
|
attr_accessor maximum_record_age_in_seconds: ::Integer
|
689
730
|
attr_accessor maximum_retry_attempts: ::Integer
|
690
|
-
attr_accessor on_partial_batch_item_failure: ("AUTOMATIC_BISECT")
|
691
731
|
attr_accessor parallelization_factor: ::Integer
|
692
732
|
SENSITIVE: []
|
693
733
|
end
|
@@ -695,10 +735,10 @@ module Aws::Pipes
|
|
695
735
|
class UpdatePipeSourceKinesisStreamParameters
|
696
736
|
attr_accessor batch_size: ::Integer
|
697
737
|
attr_accessor dead_letter_config: Types::DeadLetterConfig
|
738
|
+
attr_accessor on_partial_batch_item_failure: ("AUTOMATIC_BISECT")
|
698
739
|
attr_accessor maximum_batching_window_in_seconds: ::Integer
|
699
740
|
attr_accessor maximum_record_age_in_seconds: ::Integer
|
700
741
|
attr_accessor maximum_retry_attempts: ::Integer
|
701
|
-
attr_accessor on_partial_batch_item_failure: ("AUTOMATIC_BISECT")
|
702
742
|
attr_accessor parallelization_factor: ::Integer
|
703
743
|
SENSITIVE: []
|
704
744
|
end
|
@@ -711,28 +751,28 @@ module Aws::Pipes
|
|
711
751
|
end
|
712
752
|
|
713
753
|
class UpdatePipeSourceParameters
|
714
|
-
attr_accessor active_mq_broker_parameters: Types::UpdatePipeSourceActiveMQBrokerParameters
|
715
|
-
attr_accessor dynamo_db_stream_parameters: Types::UpdatePipeSourceDynamoDBStreamParameters
|
716
754
|
attr_accessor filter_criteria: Types::FilterCriteria
|
717
755
|
attr_accessor kinesis_stream_parameters: Types::UpdatePipeSourceKinesisStreamParameters
|
718
|
-
attr_accessor
|
756
|
+
attr_accessor dynamo_db_stream_parameters: Types::UpdatePipeSourceDynamoDBStreamParameters
|
757
|
+
attr_accessor sqs_queue_parameters: Types::UpdatePipeSourceSqsQueueParameters
|
758
|
+
attr_accessor active_mq_broker_parameters: Types::UpdatePipeSourceActiveMQBrokerParameters
|
719
759
|
attr_accessor rabbit_mq_broker_parameters: Types::UpdatePipeSourceRabbitMQBrokerParameters
|
760
|
+
attr_accessor managed_streaming_kafka_parameters: Types::UpdatePipeSourceManagedStreamingKafkaParameters
|
720
761
|
attr_accessor self_managed_kafka_parameters: Types::UpdatePipeSourceSelfManagedKafkaParameters
|
721
|
-
attr_accessor sqs_queue_parameters: Types::UpdatePipeSourceSqsQueueParameters
|
722
762
|
SENSITIVE: []
|
723
763
|
end
|
724
764
|
|
725
765
|
class UpdatePipeSourceRabbitMQBrokerParameters
|
726
|
-
attr_accessor batch_size: ::Integer
|
727
766
|
attr_accessor credentials: Types::MQBrokerAccessCredentials
|
767
|
+
attr_accessor batch_size: ::Integer
|
728
768
|
attr_accessor maximum_batching_window_in_seconds: ::Integer
|
729
769
|
SENSITIVE: []
|
730
770
|
end
|
731
771
|
|
732
772
|
class UpdatePipeSourceSelfManagedKafkaParameters
|
733
773
|
attr_accessor batch_size: ::Integer
|
734
|
-
attr_accessor credentials: Types::SelfManagedKafkaAccessConfigurationCredentials
|
735
774
|
attr_accessor maximum_batching_window_in_seconds: ::Integer
|
775
|
+
attr_accessor credentials: Types::SelfManagedKafkaAccessConfigurationCredentials
|
736
776
|
attr_accessor server_root_ca_certificate: ::String
|
737
777
|
attr_accessor vpc: Types::SelfManagedKafkaAccessConfigurationVpc
|
738
778
|
SENSITIVE: []
|
@@ -745,14 +785,14 @@ module Aws::Pipes
|
|
745
785
|
end
|
746
786
|
|
747
787
|
class ValidationException
|
748
|
-
attr_accessor field_list: ::Array[Types::ValidationExceptionField]
|
749
788
|
attr_accessor message: ::String
|
789
|
+
attr_accessor field_list: ::Array[Types::ValidationExceptionField]
|
750
790
|
SENSITIVE: []
|
751
791
|
end
|
752
792
|
|
753
793
|
class ValidationExceptionField
|
754
|
-
attr_accessor message: ::String
|
755
794
|
attr_accessor name: ::String
|
795
|
+
attr_accessor message: ::String
|
756
796
|
SENSITIVE: []
|
757
797
|
end
|
758
798
|
end
|