aws-sdk-datapipeline 1.81.0 → 1.82.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: fb2ab7e0c2a378200b33a65297115d243430f478859952604e3def7d79abcda2
4
- data.tar.gz: '09d6ad785228507d0f112a13669173aaf752487c7d7522c81edabb3b67102cfa'
3
+ metadata.gz: e559fe7c7c12ef2d302912fd2e668ee223d73e8d52335deadb9fa0825b33daa3
4
+ data.tar.gz: 5fe2c79c8e89427211ca92e388ecfc065ae873c480e43437327f33bca6bd9513
5
5
  SHA512:
6
- metadata.gz: 6287ad5c5f41bc5b64e2c348d1e2a16f6f1d9ca33f3d36bb5ab1ba932a1888b80a33576faa2d0efaf52cbf7450345863253b725a1054598a7f98c6ff8def3e68
7
- data.tar.gz: 4930759f694a439e62ea3c54c5ec8a018506e9cf3e58697ae2d9a8d73824e4f002b90df00ae4844d57910af26752fd6edb2c8dd80a69080b2e0038c9463d7abe
6
+ metadata.gz: 17ad077adf772bc368a30fd6be60cf23e1d8bfc13e4fd7f5eaeb5174a487f89552a1aa3c7fecdb1fc5ee78e3d556aa8383a7916ac527fba396dc4d87371dc1d0
7
+ data.tar.gz: a1288eed18d228406f38469697c18835b30aac00bdd52668e05e7606cf5475c749cf19cf4a156c30126b8ca5127efdb4ded2844c63b17aebbd900ddb9669b56d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.82.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.81.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.81.0
1
+ 1.82.0
@@ -1480,7 +1480,7 @@ module Aws::DataPipeline
1480
1480
  tracer: tracer
1481
1481
  )
1482
1482
  context[:gem_name] = 'aws-sdk-datapipeline'
1483
- context[:gem_version] = '1.81.0'
1483
+ context[:gem_version] = '1.82.0'
1484
1484
  Seahorse::Client::Request.new(handlers, context)
1485
1485
  end
1486
1486
 
@@ -54,7 +54,7 @@ module Aws::DataPipeline
54
54
  autoload :EndpointProvider, 'aws-sdk-datapipeline/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-datapipeline/endpoints'
56
56
 
57
- GEM_VERSION = '1.81.0'
57
+ GEM_VERSION = '1.82.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -89,7 +89,7 @@ module Aws
89
89
  {
90
90
  id: ::String,
91
91
  string_value: ::String
92
- },
92
+ }
93
93
  ],
94
94
  ?start_timestamp: ::Time
95
95
  ) -> _ActivatePipelineResponseSuccess
@@ -105,7 +105,7 @@ module Aws
105
105
  {
106
106
  key: ::String,
107
107
  value: ::String
108
- },
108
+ }
109
109
  ]
110
110
  ) -> _AddTagsResponseSuccess
111
111
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AddTagsResponseSuccess
@@ -123,7 +123,7 @@ module Aws
123
123
  {
124
124
  key: ::String,
125
125
  value: ::String
126
- },
126
+ }
127
127
  ]
128
128
  ) -> _CreatePipelineResponseSuccess
129
129
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreatePipelineResponseSuccess
@@ -231,17 +231,7 @@ module Aws
231
231
  def put_pipeline_definition: (
232
232
  pipeline_id: ::String,
233
233
  pipeline_objects: Array[
234
- {
235
- id: ::String,
236
- name: ::String,
237
- fields: Array[
238
- {
239
- key: ::String,
240
- string_value: ::String?,
241
- ref_value: ::String?
242
- },
243
- ]
244
- },
234
+ Params::pipeline_object
245
235
  ],
246
236
  ?parameter_objects: Array[
247
237
  {
@@ -250,15 +240,15 @@ module Aws
250
240
  {
251
241
  key: ::String,
252
242
  string_value: ::String
253
- },
243
+ }
254
244
  ]
255
- },
245
+ }
256
246
  ],
257
247
  ?parameter_values: Array[
258
248
  {
259
249
  id: ::String,
260
250
  string_value: ::String
261
- },
251
+ }
262
252
  ]
263
253
  ) -> _PutPipelineDefinitionResponseSuccess
264
254
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PutPipelineDefinitionResponseSuccess
@@ -280,7 +270,7 @@ module Aws
280
270
  type: ("EQ" | "REF_EQ" | "LE" | "GE" | "BETWEEN")?,
281
271
  values: Array[::String]?
282
272
  }?
283
- },
273
+ }
284
274
  ]?
285
275
  },
286
276
  sphere: ::String,
@@ -311,7 +301,7 @@ module Aws
311
301
  key: ::String,
312
302
  string_value: ::String?,
313
303
  ref_value: ::String?
314
- },
304
+ }
315
305
  ]
316
306
  ) -> _ReportTaskProgressResponseSuccess
317
307
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ReportTaskProgressResponseSuccess
@@ -359,17 +349,7 @@ module Aws
359
349
  def validate_pipeline_definition: (
360
350
  pipeline_id: ::String,
361
351
  pipeline_objects: Array[
362
- {
363
- id: ::String,
364
- name: ::String,
365
- fields: Array[
366
- {
367
- key: ::String,
368
- string_value: ::String?,
369
- ref_value: ::String?
370
- },
371
- ]
372
- },
352
+ Params::pipeline_object
373
353
  ],
374
354
  ?parameter_objects: Array[
375
355
  {
@@ -378,15 +358,15 @@ module Aws
378
358
  {
379
359
  key: ::String,
380
360
  string_value: ::String
381
- },
361
+ }
382
362
  ]
383
- },
363
+ }
384
364
  ],
385
365
  ?parameter_values: Array[
386
366
  {
387
367
  id: ::String,
388
368
  string_value: ::String
389
- },
369
+ }
390
370
  ]
391
371
  ) -> _ValidatePipelineDefinitionResponseSuccess
392
372
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ValidatePipelineDefinitionResponseSuccess
data/sig/params.rbs ADDED
@@ -0,0 +1,25 @@
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 DataPipeline
10
+ module Params
11
+ type pipeline_object = {
12
+ id: ::String,
13
+ name: ::String,
14
+ fields: Array[
15
+ {
16
+ key: ::String,
17
+ string_value: ::String?,
18
+ ref_value: ::String?
19
+ }
20
+ ]
21
+ }
22
+
23
+ end
24
+ end
25
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-datapipeline
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.81.0
4
+ version: 1.82.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -67,6 +67,7 @@ files:
67
67
  - lib/aws-sdk-datapipeline/types.rb
68
68
  - sig/client.rbs
69
69
  - sig/errors.rbs
70
+ - sig/params.rbs
70
71
  - sig/resource.rbs
71
72
  - sig/types.rbs
72
73
  - sig/waiters.rbs