aws-sdk-pipes 1.52.0 → 1.54.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0ac1612adcea087a6a48aa4ee7b8972e713364b606a0e780c5274866ff2d3083
4
- data.tar.gz: ce6a0574bf5fd556fc810d02f239c4c6e7886b19548c9cd06dd20cfc6c48f5f2
3
+ metadata.gz: b9cded5f5bef9e7833d0511e482916726f2d919c57704b27da989a8a779111c7
4
+ data.tar.gz: 371e5e068b6e7ee128fd4f568febc437ec291b64f5514520e33706b5c5db7e54
5
5
  SHA512:
6
- metadata.gz: 4e6361636e62ae334d07fdef0083a1db6abb0b6a60f2357d382fdd757511570db2ec0a44854a7f00f110bc54cdcc920d1b26d7c5f2e2fabf56f4f9fa4d804072
7
- data.tar.gz: 85025faa878540da4727f5a68c16d33db2c5d149821dba5847ce934025f75bc7e275c9b1d3f9f498aed4f5b8f2a59b52c0ae6c46d0ea3b843be9c02e77b2828a
6
+ metadata.gz: ab36d7d3fecaa3810328be0abbfdec0bad70c7fa4a62f0407cf97d53245c0def85266be8fb0948593aa65b6a129cfc9bce07ab35c5fb2bbb0b216bfe244aaf6f
7
+ data.tar.gz: 63a73cfdee13e3b38b4f25460b3c482ed101662574da6dae41b6dcd8ca59e12c781ff9d32e065c5f939b6e080f18efb6b71033a8e3484e9fd6c44bba446dac30
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.54.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.53.0 (2026-05-19)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.52.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.52.0
1
+ 1.54.0
@@ -199,7 +199,7 @@ module Aws::Pipes
199
199
  # the required types.
200
200
  #
201
201
  # @option options [Boolean] :correct_clock_skew (true)
202
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
202
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
203
203
  # a clock skew correction and retry requests with skewed client clocks.
204
204
  #
205
205
  # @option options [String] :defaults_mode ("legacy")
@@ -323,17 +323,15 @@ module Aws::Pipes
323
323
  # @option options [String] :retry_mode ("legacy")
324
324
  # Specifies which retry algorithm to use. Values are:
325
325
  #
326
- # * `legacy` - The pre-existing retry behavior. This is default value if
327
- # no retry mode is provided.
326
+ # * `legacy` - The pre-existing retry behavior. This is the default
327
+ # value if no retry mode is provided.
328
328
  #
329
329
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
330
330
  # This includes support for retry quotas, which limit the number of
331
331
  # unsuccessful retries a client can make.
332
332
  #
333
- # * `adaptive` - An experimental retry mode that includes all the
334
- # functionality of `standard` mode along with automatic client side
335
- # throttling. This is a provisional mode that may change behavior
336
- # in the future.
333
+ # * `adaptive` - A retry mode that includes all the functionality of
334
+ # `standard` mode along with automatic client side throttling.
337
335
  #
338
336
  # @option options [String] :sdk_ua_app_id
339
337
  # A unique and opaque application ID that is appended to the
@@ -1888,7 +1886,7 @@ module Aws::Pipes
1888
1886
  tracer: tracer
1889
1887
  )
1890
1888
  context[:gem_name] = 'aws-sdk-pipes'
1891
- context[:gem_version] = '1.52.0'
1889
+ context[:gem_version] = '1.54.0'
1892
1890
  Seahorse::Client::Request.new(handlers, context)
1893
1891
  end
1894
1892
 
data/lib/aws-sdk-pipes.rb CHANGED
@@ -55,7 +55,7 @@ module Aws::Pipes
55
55
  autoload :EndpointProvider, 'aws-sdk-pipes/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-pipes/endpoints'
57
57
 
58
- GEM_VERSION = '1.52.0'
58
+ GEM_VERSION = '1.54.0'
59
59
 
60
60
  end
61
61
 
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.52.0
4
+ version: 1.54.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.247.0
21
+ version: 3.248.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -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