aws-sdk-pipes 1.52.0 → 1.53.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-pipes/client.rb +1 -1
- data/lib/aws-sdk-pipes.rb +1 -1
- data/sig/client.rbs +8 -448
- data/sig/params.rbs +255 -0
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0acda3c1e1a5defcda423032e6c68f40cbd8e8ae4ab1de3c08ca91dcc0061bcc
|
|
4
|
+
data.tar.gz: 330f6e0f04080441dadf10631176c50b3e88400d8de69c000535ec0496df3ecc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f3c8a3bc418fabdae60ffa0261d014752f66e7d5fbe6cc84c679ec5762da24e5bca7bfa446709fbaf54e9fa59240199b47561768ea3ad0b037be7368a60414b2
|
|
7
|
+
data.tar.gz: 0f7d157be71a6bd08102b2ef1ce1103cb2ec8a145d15a008402ca2a7efcf8d340a9ebecc360343d8438591299a4bea8bb5da76c237fa65bd4b46d36148e7866c
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.53.0
|
data/lib/aws-sdk-pipes/client.rb
CHANGED
data/lib/aws-sdk-pipes.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -98,7 +98,7 @@ module Aws
|
|
|
98
98
|
filters: Array[
|
|
99
99
|
{
|
|
100
100
|
pattern: ::String?
|
|
101
|
-
}
|
|
101
|
+
}
|
|
102
102
|
]?
|
|
103
103
|
}?,
|
|
104
104
|
kinesis_stream_parameters: {
|
|
@@ -179,232 +179,12 @@ module Aws
|
|
|
179
179
|
}?
|
|
180
180
|
},
|
|
181
181
|
?enrichment: ::String,
|
|
182
|
-
?enrichment_parameters:
|
|
183
|
-
input_template: ::String?,
|
|
184
|
-
http_parameters: {
|
|
185
|
-
path_parameter_values: Array[::String]?,
|
|
186
|
-
header_parameters: Hash[::String, ::String]?,
|
|
187
|
-
query_string_parameters: Hash[::String, ::String]?
|
|
188
|
-
}?
|
|
189
|
-
},
|
|
182
|
+
?enrichment_parameters: Params::pipe_enrichment_parameters,
|
|
190
183
|
target: ::String,
|
|
191
|
-
?target_parameters:
|
|
192
|
-
input_template: ::String?,
|
|
193
|
-
lambda_function_parameters: {
|
|
194
|
-
invocation_type: ("REQUEST_RESPONSE" | "FIRE_AND_FORGET")?
|
|
195
|
-
}?,
|
|
196
|
-
step_function_state_machine_parameters: {
|
|
197
|
-
invocation_type: ("REQUEST_RESPONSE" | "FIRE_AND_FORGET")?
|
|
198
|
-
}?,
|
|
199
|
-
kinesis_stream_parameters: {
|
|
200
|
-
partition_key: ::String
|
|
201
|
-
}?,
|
|
202
|
-
ecs_task_parameters: {
|
|
203
|
-
task_definition_arn: ::String,
|
|
204
|
-
task_count: ::Integer?,
|
|
205
|
-
launch_type: ("EC2" | "FARGATE" | "EXTERNAL")?,
|
|
206
|
-
network_configuration: {
|
|
207
|
-
awsvpc_configuration: {
|
|
208
|
-
subnets: Array[::String],
|
|
209
|
-
security_groups: Array[::String]?,
|
|
210
|
-
assign_public_ip: ("ENABLED" | "DISABLED")?
|
|
211
|
-
}?
|
|
212
|
-
}?,
|
|
213
|
-
platform_version: ::String?,
|
|
214
|
-
group: ::String?,
|
|
215
|
-
capacity_provider_strategy: Array[
|
|
216
|
-
{
|
|
217
|
-
capacity_provider: ::String,
|
|
218
|
-
weight: ::Integer?,
|
|
219
|
-
base: ::Integer?
|
|
220
|
-
},
|
|
221
|
-
]?,
|
|
222
|
-
enable_ecs_managed_tags: bool?,
|
|
223
|
-
enable_execute_command: bool?,
|
|
224
|
-
placement_constraints: Array[
|
|
225
|
-
{
|
|
226
|
-
type: ("distinctInstance" | "memberOf")?,
|
|
227
|
-
expression: ::String?
|
|
228
|
-
},
|
|
229
|
-
]?,
|
|
230
|
-
placement_strategy: Array[
|
|
231
|
-
{
|
|
232
|
-
type: ("random" | "spread" | "binpack")?,
|
|
233
|
-
field: ::String?
|
|
234
|
-
},
|
|
235
|
-
]?,
|
|
236
|
-
propagate_tags: ("TASK_DEFINITION")?,
|
|
237
|
-
reference_id: ::String?,
|
|
238
|
-
overrides: {
|
|
239
|
-
container_overrides: Array[
|
|
240
|
-
{
|
|
241
|
-
command: Array[::String]?,
|
|
242
|
-
cpu: ::Integer?,
|
|
243
|
-
environment: Array[
|
|
244
|
-
{
|
|
245
|
-
name: ::String?,
|
|
246
|
-
value: ::String?
|
|
247
|
-
},
|
|
248
|
-
]?,
|
|
249
|
-
environment_files: Array[
|
|
250
|
-
{
|
|
251
|
-
type: ("s3"),
|
|
252
|
-
value: ::String
|
|
253
|
-
},
|
|
254
|
-
]?,
|
|
255
|
-
memory: ::Integer?,
|
|
256
|
-
memory_reservation: ::Integer?,
|
|
257
|
-
name: ::String?,
|
|
258
|
-
resource_requirements: Array[
|
|
259
|
-
{
|
|
260
|
-
type: ("GPU" | "InferenceAccelerator"),
|
|
261
|
-
value: ::String
|
|
262
|
-
},
|
|
263
|
-
]?
|
|
264
|
-
},
|
|
265
|
-
]?,
|
|
266
|
-
cpu: ::String?,
|
|
267
|
-
ephemeral_storage: {
|
|
268
|
-
size_in_gi_b: ::Integer
|
|
269
|
-
}?,
|
|
270
|
-
execution_role_arn: ::String?,
|
|
271
|
-
inference_accelerator_overrides: Array[
|
|
272
|
-
{
|
|
273
|
-
device_name: ::String?,
|
|
274
|
-
device_type: ::String?
|
|
275
|
-
},
|
|
276
|
-
]?,
|
|
277
|
-
memory: ::String?,
|
|
278
|
-
task_role_arn: ::String?
|
|
279
|
-
}?,
|
|
280
|
-
tags: Array[
|
|
281
|
-
{
|
|
282
|
-
key: ::String,
|
|
283
|
-
value: ::String
|
|
284
|
-
},
|
|
285
|
-
]?
|
|
286
|
-
}?,
|
|
287
|
-
batch_job_parameters: {
|
|
288
|
-
job_definition: ::String,
|
|
289
|
-
job_name: ::String,
|
|
290
|
-
array_properties: {
|
|
291
|
-
size: ::Integer?
|
|
292
|
-
}?,
|
|
293
|
-
retry_strategy: {
|
|
294
|
-
attempts: ::Integer?
|
|
295
|
-
}?,
|
|
296
|
-
container_overrides: {
|
|
297
|
-
command: Array[::String]?,
|
|
298
|
-
environment: Array[
|
|
299
|
-
{
|
|
300
|
-
name: ::String?,
|
|
301
|
-
value: ::String?
|
|
302
|
-
},
|
|
303
|
-
]?,
|
|
304
|
-
instance_type: ::String?,
|
|
305
|
-
resource_requirements: Array[
|
|
306
|
-
{
|
|
307
|
-
type: ("GPU" | "MEMORY" | "VCPU"),
|
|
308
|
-
value: ::String
|
|
309
|
-
},
|
|
310
|
-
]?
|
|
311
|
-
}?,
|
|
312
|
-
depends_on: Array[
|
|
313
|
-
{
|
|
314
|
-
job_id: ::String?,
|
|
315
|
-
type: ("N_TO_N" | "SEQUENTIAL")?
|
|
316
|
-
},
|
|
317
|
-
]?,
|
|
318
|
-
parameters: Hash[::String, ::String]?
|
|
319
|
-
}?,
|
|
320
|
-
sqs_queue_parameters: {
|
|
321
|
-
message_group_id: ::String?,
|
|
322
|
-
message_deduplication_id: ::String?
|
|
323
|
-
}?,
|
|
324
|
-
http_parameters: {
|
|
325
|
-
path_parameter_values: Array[::String]?,
|
|
326
|
-
header_parameters: Hash[::String, ::String]?,
|
|
327
|
-
query_string_parameters: Hash[::String, ::String]?
|
|
328
|
-
}?,
|
|
329
|
-
redshift_data_parameters: {
|
|
330
|
-
secret_manager_arn: ::String?,
|
|
331
|
-
database: ::String,
|
|
332
|
-
db_user: ::String?,
|
|
333
|
-
statement_name: ::String?,
|
|
334
|
-
with_event: bool?,
|
|
335
|
-
sqls: Array[::String]
|
|
336
|
-
}?,
|
|
337
|
-
sage_maker_pipeline_parameters: {
|
|
338
|
-
pipeline_parameter_list: Array[
|
|
339
|
-
{
|
|
340
|
-
name: ::String,
|
|
341
|
-
value: ::String
|
|
342
|
-
},
|
|
343
|
-
]?
|
|
344
|
-
}?,
|
|
345
|
-
event_bridge_event_bus_parameters: {
|
|
346
|
-
endpoint_id: ::String?,
|
|
347
|
-
detail_type: ::String?,
|
|
348
|
-
source: ::String?,
|
|
349
|
-
resources: Array[::String]?,
|
|
350
|
-
time: ::String?
|
|
351
|
-
}?,
|
|
352
|
-
cloud_watch_logs_parameters: {
|
|
353
|
-
log_stream_name: ::String?,
|
|
354
|
-
timestamp: ::String?
|
|
355
|
-
}?,
|
|
356
|
-
timestream_parameters: {
|
|
357
|
-
time_value: ::String,
|
|
358
|
-
epoch_time_unit: ("MILLISECONDS" | "SECONDS" | "MICROSECONDS" | "NANOSECONDS")?,
|
|
359
|
-
time_field_type: ("EPOCH" | "TIMESTAMP_FORMAT")?,
|
|
360
|
-
timestamp_format: ::String?,
|
|
361
|
-
version_value: ::String,
|
|
362
|
-
dimension_mappings: Array[
|
|
363
|
-
{
|
|
364
|
-
dimension_value: ::String,
|
|
365
|
-
dimension_value_type: ("VARCHAR"),
|
|
366
|
-
dimension_name: ::String
|
|
367
|
-
},
|
|
368
|
-
],
|
|
369
|
-
single_measure_mappings: Array[
|
|
370
|
-
{
|
|
371
|
-
measure_value: ::String,
|
|
372
|
-
measure_value_type: ("DOUBLE" | "BIGINT" | "VARCHAR" | "BOOLEAN" | "TIMESTAMP"),
|
|
373
|
-
measure_name: ::String
|
|
374
|
-
},
|
|
375
|
-
]?,
|
|
376
|
-
multi_measure_mappings: Array[
|
|
377
|
-
{
|
|
378
|
-
multi_measure_name: ::String,
|
|
379
|
-
multi_measure_attribute_mappings: Array[
|
|
380
|
-
{
|
|
381
|
-
measure_value: ::String,
|
|
382
|
-
measure_value_type: ("DOUBLE" | "BIGINT" | "VARCHAR" | "BOOLEAN" | "TIMESTAMP"),
|
|
383
|
-
multi_measure_attribute_name: ::String
|
|
384
|
-
},
|
|
385
|
-
]
|
|
386
|
-
},
|
|
387
|
-
]?
|
|
388
|
-
}?
|
|
389
|
-
},
|
|
184
|
+
?target_parameters: Params::pipe_target_parameters,
|
|
390
185
|
role_arn: ::String,
|
|
391
186
|
?tags: Hash[::String, ::String],
|
|
392
|
-
?log_configuration:
|
|
393
|
-
s3_log_destination: {
|
|
394
|
-
bucket_name: ::String,
|
|
395
|
-
bucket_owner: ::String,
|
|
396
|
-
output_format: ("json" | "plain" | "w3c")?,
|
|
397
|
-
prefix: ::String?
|
|
398
|
-
}?,
|
|
399
|
-
firehose_log_destination: {
|
|
400
|
-
delivery_stream_arn: ::String
|
|
401
|
-
}?,
|
|
402
|
-
cloudwatch_logs_log_destination: {
|
|
403
|
-
log_group_arn: ::String
|
|
404
|
-
}?,
|
|
405
|
-
level: ("OFF" | "ERROR" | "INFO" | "TRACE"),
|
|
406
|
-
include_execution_data: Array[("ALL")]?
|
|
407
|
-
},
|
|
187
|
+
?log_configuration: Params::pipe_log_configuration_parameters,
|
|
408
188
|
?kms_key_identifier: ::String
|
|
409
189
|
) -> _CreatePipeResponseSuccess
|
|
410
190
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreatePipeResponseSuccess
|
|
@@ -547,7 +327,7 @@ module Aws
|
|
|
547
327
|
filters: Array[
|
|
548
328
|
{
|
|
549
329
|
pattern: ::String?
|
|
550
|
-
}
|
|
330
|
+
}
|
|
551
331
|
]?
|
|
552
332
|
}?,
|
|
553
333
|
kinesis_stream_parameters: {
|
|
@@ -615,231 +395,11 @@ module Aws
|
|
|
615
395
|
}?
|
|
616
396
|
},
|
|
617
397
|
?enrichment: ::String,
|
|
618
|
-
?enrichment_parameters:
|
|
619
|
-
input_template: ::String?,
|
|
620
|
-
http_parameters: {
|
|
621
|
-
path_parameter_values: Array[::String]?,
|
|
622
|
-
header_parameters: Hash[::String, ::String]?,
|
|
623
|
-
query_string_parameters: Hash[::String, ::String]?
|
|
624
|
-
}?
|
|
625
|
-
},
|
|
398
|
+
?enrichment_parameters: Params::pipe_enrichment_parameters,
|
|
626
399
|
?target: ::String,
|
|
627
|
-
?target_parameters:
|
|
628
|
-
input_template: ::String?,
|
|
629
|
-
lambda_function_parameters: {
|
|
630
|
-
invocation_type: ("REQUEST_RESPONSE" | "FIRE_AND_FORGET")?
|
|
631
|
-
}?,
|
|
632
|
-
step_function_state_machine_parameters: {
|
|
633
|
-
invocation_type: ("REQUEST_RESPONSE" | "FIRE_AND_FORGET")?
|
|
634
|
-
}?,
|
|
635
|
-
kinesis_stream_parameters: {
|
|
636
|
-
partition_key: ::String
|
|
637
|
-
}?,
|
|
638
|
-
ecs_task_parameters: {
|
|
639
|
-
task_definition_arn: ::String,
|
|
640
|
-
task_count: ::Integer?,
|
|
641
|
-
launch_type: ("EC2" | "FARGATE" | "EXTERNAL")?,
|
|
642
|
-
network_configuration: {
|
|
643
|
-
awsvpc_configuration: {
|
|
644
|
-
subnets: Array[::String],
|
|
645
|
-
security_groups: Array[::String]?,
|
|
646
|
-
assign_public_ip: ("ENABLED" | "DISABLED")?
|
|
647
|
-
}?
|
|
648
|
-
}?,
|
|
649
|
-
platform_version: ::String?,
|
|
650
|
-
group: ::String?,
|
|
651
|
-
capacity_provider_strategy: Array[
|
|
652
|
-
{
|
|
653
|
-
capacity_provider: ::String,
|
|
654
|
-
weight: ::Integer?,
|
|
655
|
-
base: ::Integer?
|
|
656
|
-
},
|
|
657
|
-
]?,
|
|
658
|
-
enable_ecs_managed_tags: bool?,
|
|
659
|
-
enable_execute_command: bool?,
|
|
660
|
-
placement_constraints: Array[
|
|
661
|
-
{
|
|
662
|
-
type: ("distinctInstance" | "memberOf")?,
|
|
663
|
-
expression: ::String?
|
|
664
|
-
},
|
|
665
|
-
]?,
|
|
666
|
-
placement_strategy: Array[
|
|
667
|
-
{
|
|
668
|
-
type: ("random" | "spread" | "binpack")?,
|
|
669
|
-
field: ::String?
|
|
670
|
-
},
|
|
671
|
-
]?,
|
|
672
|
-
propagate_tags: ("TASK_DEFINITION")?,
|
|
673
|
-
reference_id: ::String?,
|
|
674
|
-
overrides: {
|
|
675
|
-
container_overrides: Array[
|
|
676
|
-
{
|
|
677
|
-
command: Array[::String]?,
|
|
678
|
-
cpu: ::Integer?,
|
|
679
|
-
environment: Array[
|
|
680
|
-
{
|
|
681
|
-
name: ::String?,
|
|
682
|
-
value: ::String?
|
|
683
|
-
},
|
|
684
|
-
]?,
|
|
685
|
-
environment_files: Array[
|
|
686
|
-
{
|
|
687
|
-
type: ("s3"),
|
|
688
|
-
value: ::String
|
|
689
|
-
},
|
|
690
|
-
]?,
|
|
691
|
-
memory: ::Integer?,
|
|
692
|
-
memory_reservation: ::Integer?,
|
|
693
|
-
name: ::String?,
|
|
694
|
-
resource_requirements: Array[
|
|
695
|
-
{
|
|
696
|
-
type: ("GPU" | "InferenceAccelerator"),
|
|
697
|
-
value: ::String
|
|
698
|
-
},
|
|
699
|
-
]?
|
|
700
|
-
},
|
|
701
|
-
]?,
|
|
702
|
-
cpu: ::String?,
|
|
703
|
-
ephemeral_storage: {
|
|
704
|
-
size_in_gi_b: ::Integer
|
|
705
|
-
}?,
|
|
706
|
-
execution_role_arn: ::String?,
|
|
707
|
-
inference_accelerator_overrides: Array[
|
|
708
|
-
{
|
|
709
|
-
device_name: ::String?,
|
|
710
|
-
device_type: ::String?
|
|
711
|
-
},
|
|
712
|
-
]?,
|
|
713
|
-
memory: ::String?,
|
|
714
|
-
task_role_arn: ::String?
|
|
715
|
-
}?,
|
|
716
|
-
tags: Array[
|
|
717
|
-
{
|
|
718
|
-
key: ::String,
|
|
719
|
-
value: ::String
|
|
720
|
-
},
|
|
721
|
-
]?
|
|
722
|
-
}?,
|
|
723
|
-
batch_job_parameters: {
|
|
724
|
-
job_definition: ::String,
|
|
725
|
-
job_name: ::String,
|
|
726
|
-
array_properties: {
|
|
727
|
-
size: ::Integer?
|
|
728
|
-
}?,
|
|
729
|
-
retry_strategy: {
|
|
730
|
-
attempts: ::Integer?
|
|
731
|
-
}?,
|
|
732
|
-
container_overrides: {
|
|
733
|
-
command: Array[::String]?,
|
|
734
|
-
environment: Array[
|
|
735
|
-
{
|
|
736
|
-
name: ::String?,
|
|
737
|
-
value: ::String?
|
|
738
|
-
},
|
|
739
|
-
]?,
|
|
740
|
-
instance_type: ::String?,
|
|
741
|
-
resource_requirements: Array[
|
|
742
|
-
{
|
|
743
|
-
type: ("GPU" | "MEMORY" | "VCPU"),
|
|
744
|
-
value: ::String
|
|
745
|
-
},
|
|
746
|
-
]?
|
|
747
|
-
}?,
|
|
748
|
-
depends_on: Array[
|
|
749
|
-
{
|
|
750
|
-
job_id: ::String?,
|
|
751
|
-
type: ("N_TO_N" | "SEQUENTIAL")?
|
|
752
|
-
},
|
|
753
|
-
]?,
|
|
754
|
-
parameters: Hash[::String, ::String]?
|
|
755
|
-
}?,
|
|
756
|
-
sqs_queue_parameters: {
|
|
757
|
-
message_group_id: ::String?,
|
|
758
|
-
message_deduplication_id: ::String?
|
|
759
|
-
}?,
|
|
760
|
-
http_parameters: {
|
|
761
|
-
path_parameter_values: Array[::String]?,
|
|
762
|
-
header_parameters: Hash[::String, ::String]?,
|
|
763
|
-
query_string_parameters: Hash[::String, ::String]?
|
|
764
|
-
}?,
|
|
765
|
-
redshift_data_parameters: {
|
|
766
|
-
secret_manager_arn: ::String?,
|
|
767
|
-
database: ::String,
|
|
768
|
-
db_user: ::String?,
|
|
769
|
-
statement_name: ::String?,
|
|
770
|
-
with_event: bool?,
|
|
771
|
-
sqls: Array[::String]
|
|
772
|
-
}?,
|
|
773
|
-
sage_maker_pipeline_parameters: {
|
|
774
|
-
pipeline_parameter_list: Array[
|
|
775
|
-
{
|
|
776
|
-
name: ::String,
|
|
777
|
-
value: ::String
|
|
778
|
-
},
|
|
779
|
-
]?
|
|
780
|
-
}?,
|
|
781
|
-
event_bridge_event_bus_parameters: {
|
|
782
|
-
endpoint_id: ::String?,
|
|
783
|
-
detail_type: ::String?,
|
|
784
|
-
source: ::String?,
|
|
785
|
-
resources: Array[::String]?,
|
|
786
|
-
time: ::String?
|
|
787
|
-
}?,
|
|
788
|
-
cloud_watch_logs_parameters: {
|
|
789
|
-
log_stream_name: ::String?,
|
|
790
|
-
timestamp: ::String?
|
|
791
|
-
}?,
|
|
792
|
-
timestream_parameters: {
|
|
793
|
-
time_value: ::String,
|
|
794
|
-
epoch_time_unit: ("MILLISECONDS" | "SECONDS" | "MICROSECONDS" | "NANOSECONDS")?,
|
|
795
|
-
time_field_type: ("EPOCH" | "TIMESTAMP_FORMAT")?,
|
|
796
|
-
timestamp_format: ::String?,
|
|
797
|
-
version_value: ::String,
|
|
798
|
-
dimension_mappings: Array[
|
|
799
|
-
{
|
|
800
|
-
dimension_value: ::String,
|
|
801
|
-
dimension_value_type: ("VARCHAR"),
|
|
802
|
-
dimension_name: ::String
|
|
803
|
-
},
|
|
804
|
-
],
|
|
805
|
-
single_measure_mappings: Array[
|
|
806
|
-
{
|
|
807
|
-
measure_value: ::String,
|
|
808
|
-
measure_value_type: ("DOUBLE" | "BIGINT" | "VARCHAR" | "BOOLEAN" | "TIMESTAMP"),
|
|
809
|
-
measure_name: ::String
|
|
810
|
-
},
|
|
811
|
-
]?,
|
|
812
|
-
multi_measure_mappings: Array[
|
|
813
|
-
{
|
|
814
|
-
multi_measure_name: ::String,
|
|
815
|
-
multi_measure_attribute_mappings: Array[
|
|
816
|
-
{
|
|
817
|
-
measure_value: ::String,
|
|
818
|
-
measure_value_type: ("DOUBLE" | "BIGINT" | "VARCHAR" | "BOOLEAN" | "TIMESTAMP"),
|
|
819
|
-
multi_measure_attribute_name: ::String
|
|
820
|
-
},
|
|
821
|
-
]
|
|
822
|
-
},
|
|
823
|
-
]?
|
|
824
|
-
}?
|
|
825
|
-
},
|
|
400
|
+
?target_parameters: Params::pipe_target_parameters,
|
|
826
401
|
role_arn: ::String,
|
|
827
|
-
?log_configuration:
|
|
828
|
-
s3_log_destination: {
|
|
829
|
-
bucket_name: ::String,
|
|
830
|
-
bucket_owner: ::String,
|
|
831
|
-
output_format: ("json" | "plain" | "w3c")?,
|
|
832
|
-
prefix: ::String?
|
|
833
|
-
}?,
|
|
834
|
-
firehose_log_destination: {
|
|
835
|
-
delivery_stream_arn: ::String
|
|
836
|
-
}?,
|
|
837
|
-
cloudwatch_logs_log_destination: {
|
|
838
|
-
log_group_arn: ::String
|
|
839
|
-
}?,
|
|
840
|
-
level: ("OFF" | "ERROR" | "INFO" | "TRACE"),
|
|
841
|
-
include_execution_data: Array[("ALL")]?
|
|
842
|
-
},
|
|
402
|
+
?log_configuration: Params::pipe_log_configuration_parameters,
|
|
843
403
|
?kms_key_identifier: ::String
|
|
844
404
|
) -> _UpdatePipeResponseSuccess
|
|
845
405
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdatePipeResponseSuccess
|
data/sig/params.rbs
ADDED
|
@@ -0,0 +1,255 @@
|
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
|
2
|
+
#
|
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
|
5
|
+
#
|
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
|
7
|
+
|
|
8
|
+
module Aws
|
|
9
|
+
module Pipes
|
|
10
|
+
module Params
|
|
11
|
+
type pipe_enrichment_parameters = {
|
|
12
|
+
input_template: ::String?,
|
|
13
|
+
http_parameters: {
|
|
14
|
+
path_parameter_values: Array[::String]?,
|
|
15
|
+
header_parameters: Hash[::String, ::String]?,
|
|
16
|
+
query_string_parameters: Hash[::String, ::String]?
|
|
17
|
+
}?
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
type ecs_task_override = {
|
|
21
|
+
container_overrides: Array[
|
|
22
|
+
Params::ecs_container_override
|
|
23
|
+
]?,
|
|
24
|
+
cpu: ::String?,
|
|
25
|
+
ephemeral_storage: {
|
|
26
|
+
size_in_gi_b: ::Integer
|
|
27
|
+
}?,
|
|
28
|
+
execution_role_arn: ::String?,
|
|
29
|
+
inference_accelerator_overrides: Array[
|
|
30
|
+
{
|
|
31
|
+
device_name: ::String?,
|
|
32
|
+
device_type: ::String?
|
|
33
|
+
}
|
|
34
|
+
]?,
|
|
35
|
+
memory: ::String?,
|
|
36
|
+
task_role_arn: ::String?
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
type pipe_target_ecs_task_parameters = {
|
|
40
|
+
task_definition_arn: ::String,
|
|
41
|
+
task_count: ::Integer?,
|
|
42
|
+
launch_type: ("EC2" | "FARGATE" | "EXTERNAL")?,
|
|
43
|
+
network_configuration: {
|
|
44
|
+
awsvpc_configuration: {
|
|
45
|
+
subnets: Array[::String],
|
|
46
|
+
security_groups: Array[::String]?,
|
|
47
|
+
assign_public_ip: ("ENABLED" | "DISABLED")?
|
|
48
|
+
}?
|
|
49
|
+
}?,
|
|
50
|
+
platform_version: ::String?,
|
|
51
|
+
group: ::String?,
|
|
52
|
+
capacity_provider_strategy: Array[
|
|
53
|
+
{
|
|
54
|
+
capacity_provider: ::String,
|
|
55
|
+
weight: ::Integer?,
|
|
56
|
+
base: ::Integer?
|
|
57
|
+
}
|
|
58
|
+
]?,
|
|
59
|
+
enable_ecs_managed_tags: bool?,
|
|
60
|
+
enable_execute_command: bool?,
|
|
61
|
+
placement_constraints: Array[
|
|
62
|
+
{
|
|
63
|
+
type: ("distinctInstance" | "memberOf")?,
|
|
64
|
+
expression: ::String?
|
|
65
|
+
}
|
|
66
|
+
]?,
|
|
67
|
+
placement_strategy: Array[
|
|
68
|
+
{
|
|
69
|
+
type: ("random" | "spread" | "binpack")?,
|
|
70
|
+
field: ::String?
|
|
71
|
+
}
|
|
72
|
+
]?,
|
|
73
|
+
propagate_tags: ("TASK_DEFINITION")?,
|
|
74
|
+
reference_id: ::String?,
|
|
75
|
+
overrides: Params::ecs_task_override?,
|
|
76
|
+
tags: Array[
|
|
77
|
+
{
|
|
78
|
+
key: ::String,
|
|
79
|
+
value: ::String
|
|
80
|
+
}
|
|
81
|
+
]?
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
type batch_container_overrides = {
|
|
85
|
+
command: Array[::String]?,
|
|
86
|
+
environment: Array[
|
|
87
|
+
{
|
|
88
|
+
name: ::String?,
|
|
89
|
+
value: ::String?
|
|
90
|
+
}
|
|
91
|
+
]?,
|
|
92
|
+
instance_type: ::String?,
|
|
93
|
+
resource_requirements: Array[
|
|
94
|
+
{
|
|
95
|
+
type: ("GPU" | "MEMORY" | "VCPU"),
|
|
96
|
+
value: ::String
|
|
97
|
+
}
|
|
98
|
+
]?
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
type pipe_target_batch_job_parameters = {
|
|
102
|
+
job_definition: ::String,
|
|
103
|
+
job_name: ::String,
|
|
104
|
+
array_properties: {
|
|
105
|
+
size: ::Integer?
|
|
106
|
+
}?,
|
|
107
|
+
retry_strategy: {
|
|
108
|
+
attempts: ::Integer?
|
|
109
|
+
}?,
|
|
110
|
+
container_overrides: Params::batch_container_overrides?,
|
|
111
|
+
depends_on: Array[
|
|
112
|
+
{
|
|
113
|
+
job_id: ::String?,
|
|
114
|
+
type: ("N_TO_N" | "SEQUENTIAL")?
|
|
115
|
+
}
|
|
116
|
+
]?,
|
|
117
|
+
parameters: Hash[::String, ::String]?
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
type pipe_target_redshift_data_parameters = {
|
|
121
|
+
secret_manager_arn: ::String?,
|
|
122
|
+
database: ::String,
|
|
123
|
+
db_user: ::String?,
|
|
124
|
+
statement_name: ::String?,
|
|
125
|
+
with_event: bool?,
|
|
126
|
+
sqls: Array[::String]
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
type pipe_target_timestream_parameters = {
|
|
130
|
+
time_value: ::String,
|
|
131
|
+
epoch_time_unit: ("MILLISECONDS" | "SECONDS" | "MICROSECONDS" | "NANOSECONDS")?,
|
|
132
|
+
time_field_type: ("EPOCH" | "TIMESTAMP_FORMAT")?,
|
|
133
|
+
timestamp_format: ::String?,
|
|
134
|
+
version_value: ::String,
|
|
135
|
+
dimension_mappings: Array[
|
|
136
|
+
{
|
|
137
|
+
dimension_value: ::String,
|
|
138
|
+
dimension_value_type: ("VARCHAR"),
|
|
139
|
+
dimension_name: ::String
|
|
140
|
+
}
|
|
141
|
+
],
|
|
142
|
+
single_measure_mappings: Array[
|
|
143
|
+
{
|
|
144
|
+
measure_value: ::String,
|
|
145
|
+
measure_value_type: ("DOUBLE" | "BIGINT" | "VARCHAR" | "BOOLEAN" | "TIMESTAMP"),
|
|
146
|
+
measure_name: ::String
|
|
147
|
+
}
|
|
148
|
+
]?,
|
|
149
|
+
multi_measure_mappings: Array[
|
|
150
|
+
Params::multi_measure_mapping
|
|
151
|
+
]?
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
type pipe_target_parameters = {
|
|
155
|
+
input_template: ::String?,
|
|
156
|
+
lambda_function_parameters: {
|
|
157
|
+
invocation_type: ("REQUEST_RESPONSE" | "FIRE_AND_FORGET")?
|
|
158
|
+
}?,
|
|
159
|
+
step_function_state_machine_parameters: {
|
|
160
|
+
invocation_type: ("REQUEST_RESPONSE" | "FIRE_AND_FORGET")?
|
|
161
|
+
}?,
|
|
162
|
+
kinesis_stream_parameters: {
|
|
163
|
+
partition_key: ::String
|
|
164
|
+
}?,
|
|
165
|
+
ecs_task_parameters: Params::pipe_target_ecs_task_parameters?,
|
|
166
|
+
batch_job_parameters: Params::pipe_target_batch_job_parameters?,
|
|
167
|
+
sqs_queue_parameters: {
|
|
168
|
+
message_group_id: ::String?,
|
|
169
|
+
message_deduplication_id: ::String?
|
|
170
|
+
}?,
|
|
171
|
+
http_parameters: {
|
|
172
|
+
path_parameter_values: Array[::String]?,
|
|
173
|
+
header_parameters: Hash[::String, ::String]?,
|
|
174
|
+
query_string_parameters: Hash[::String, ::String]?
|
|
175
|
+
}?,
|
|
176
|
+
redshift_data_parameters: Params::pipe_target_redshift_data_parameters?,
|
|
177
|
+
sage_maker_pipeline_parameters: {
|
|
178
|
+
pipeline_parameter_list: Array[
|
|
179
|
+
{
|
|
180
|
+
name: ::String,
|
|
181
|
+
value: ::String
|
|
182
|
+
}
|
|
183
|
+
]?
|
|
184
|
+
}?,
|
|
185
|
+
event_bridge_event_bus_parameters: {
|
|
186
|
+
endpoint_id: ::String?,
|
|
187
|
+
detail_type: ::String?,
|
|
188
|
+
source: ::String?,
|
|
189
|
+
resources: Array[::String]?,
|
|
190
|
+
time: ::String?
|
|
191
|
+
}?,
|
|
192
|
+
cloud_watch_logs_parameters: {
|
|
193
|
+
log_stream_name: ::String?,
|
|
194
|
+
timestamp: ::String?
|
|
195
|
+
}?,
|
|
196
|
+
timestream_parameters: Params::pipe_target_timestream_parameters?
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
type ecs_container_override = {
|
|
200
|
+
command: Array[::String]?,
|
|
201
|
+
cpu: ::Integer?,
|
|
202
|
+
environment: Array[
|
|
203
|
+
{
|
|
204
|
+
name: ::String?,
|
|
205
|
+
value: ::String?
|
|
206
|
+
}
|
|
207
|
+
]?,
|
|
208
|
+
environment_files: Array[
|
|
209
|
+
{
|
|
210
|
+
type: ("s3"),
|
|
211
|
+
value: ::String
|
|
212
|
+
}
|
|
213
|
+
]?,
|
|
214
|
+
memory: ::Integer?,
|
|
215
|
+
memory_reservation: ::Integer?,
|
|
216
|
+
name: ::String?,
|
|
217
|
+
resource_requirements: Array[
|
|
218
|
+
{
|
|
219
|
+
type: ("GPU" | "InferenceAccelerator"),
|
|
220
|
+
value: ::String
|
|
221
|
+
}
|
|
222
|
+
]?
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
type multi_measure_mapping = {
|
|
226
|
+
multi_measure_name: ::String,
|
|
227
|
+
multi_measure_attribute_mappings: Array[
|
|
228
|
+
{
|
|
229
|
+
measure_value: ::String,
|
|
230
|
+
measure_value_type: ("DOUBLE" | "BIGINT" | "VARCHAR" | "BOOLEAN" | "TIMESTAMP"),
|
|
231
|
+
multi_measure_attribute_name: ::String
|
|
232
|
+
}
|
|
233
|
+
]
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
type pipe_log_configuration_parameters = {
|
|
237
|
+
s3_log_destination: {
|
|
238
|
+
bucket_name: ::String,
|
|
239
|
+
bucket_owner: ::String,
|
|
240
|
+
output_format: ("json" | "plain" | "w3c")?,
|
|
241
|
+
prefix: ::String?
|
|
242
|
+
}?,
|
|
243
|
+
firehose_log_destination: {
|
|
244
|
+
delivery_stream_arn: ::String
|
|
245
|
+
}?,
|
|
246
|
+
cloudwatch_logs_log_destination: {
|
|
247
|
+
log_group_arn: ::String
|
|
248
|
+
}?,
|
|
249
|
+
level: ("OFF" | "ERROR" | "INFO" | "TRACE"),
|
|
250
|
+
include_execution_data: Array[("ALL")]?
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
end
|
|
254
|
+
end
|
|
255
|
+
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-pipes
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.53.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -68,6 +68,7 @@ files:
|
|
|
68
68
|
- lib/aws-sdk-pipes/waiters.rb
|
|
69
69
|
- sig/client.rbs
|
|
70
70
|
- sig/errors.rbs
|
|
71
|
+
- sig/params.rbs
|
|
71
72
|
- sig/resource.rbs
|
|
72
73
|
- sig/types.rbs
|
|
73
74
|
- sig/waiters.rbs
|