aws-sdk-datapipeline 1.81.0 → 1.83.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-datapipeline/client.rb +6 -8
- data/lib/aws-sdk-datapipeline.rb +1 -1
- data/sig/client.rbs +13 -33
- data/sig/params.rbs +25 -0
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2ae0de839506f44ad44fa5b55d245e25a3123a9daca0bc904e7f7fcd204dd592
|
|
4
|
+
data.tar.gz: 8fe9b324c047416411f06e8b221ee52ac1519877ea68ab4fdcb30444d6a18957
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4c8c0446a25c2cf21602cf416210cea2299afd670c311a49f5bcd22d1c8a834f6da4b100127a5aea5e8463620fb08801e20954526c733abed198a7c88b430816
|
|
7
|
+
data.tar.gz: 56147c5f9aa033cda71672f8426947efe96449cc9bace4e864e53a8cf487da94d34f4e4e0672aebbfd167f3db64d5353bdf229cd17fbfaf6337baf0e5657b845
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.83.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.82.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.81.0 (2026-05-13)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.83.0
|
|
@@ -199,7 +199,7 @@ module Aws::DataPipeline
|
|
|
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::DataPipeline
|
|
|
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.
|
|
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` -
|
|
334
|
-
#
|
|
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
|
|
@@ -1480,7 +1478,7 @@ module Aws::DataPipeline
|
|
|
1480
1478
|
tracer: tracer
|
|
1481
1479
|
)
|
|
1482
1480
|
context[:gem_name] = 'aws-sdk-datapipeline'
|
|
1483
|
-
context[:gem_version] = '1.
|
|
1481
|
+
context[:gem_version] = '1.83.0'
|
|
1484
1482
|
Seahorse::Client::Request.new(handlers, context)
|
|
1485
1483
|
end
|
|
1486
1484
|
|
data/lib/aws-sdk-datapipeline.rb
CHANGED
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.
|
|
4
|
+
version: 1.83.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.
|
|
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.
|
|
31
|
+
version: 3.248.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -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
|