aws-sdk-datapipeline 1.71.0 → 1.73.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: 03f95036b6f15d3723a658225101c496463f7762496220ed937cc12c50ba5385
4
- data.tar.gz: 2785d7e5df97fe5b6e383f1368f88a9ab82eae77586c56c4982aa85ca0295767
3
+ metadata.gz: 4df2c1c73a2349e07035c0f711e7c5de6622171b8016bb96bb4c229ffe1940f4
4
+ data.tar.gz: 79b44baa4b760ccbf0d52cbb3c43c6b5cbcef65177817f17b6e3de290699934e
5
5
  SHA512:
6
- metadata.gz: d0a457694fa8e2602c3239e7cdc04f24ea0b32acb1ce6db3ff07695ff9d6580dc2fe8563479be7f9657e2918a0e4a25e32440d631d6326e339ae06018713a085
7
- data.tar.gz: 30232e9c541f5a078547f23f11af92ab3903c3fd4d48583082446187dad399c818e36b5da7a3feca47ba376553f7f5d081a86ec84515e60806010c691628f0d6
6
+ metadata.gz: 64cdf924e9ab32228995e2cc22a58b8907e89125e8ffb400b264b9314ac04a5557715b1d1223e20fb3217949e01a0b6fce6490fa6b40706c70d48ecf6dcb500f
7
+ data.tar.gz: ad2c41a1432dbe48190e9905091c71bc4c0fc7106b19513e7cbef26d9095bec267c4abd6eb4944ee745c71987401d0865f0b7e9da5ca019eac63db5bed42d6d9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.73.0 (2025-08-27)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
9
+ 1.72.0 (2025-08-26)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.71.0 (2025-08-04)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.71.0
1
+ 1.73.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.71.0'
1483
+ context[:gem_version] = '1.73.0'
1484
1484
  Seahorse::Client::Request.new(handlers, context)
1485
1485
  end
1486
1486
 
@@ -28,7 +28,7 @@ module Aws::DataPipeline
28
28
  raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
29
29
  end
30
30
  if Aws::Endpoints::Matchers.boolean_equals?(parameters.use_fips, true)
31
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
31
+ if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
32
32
  return Aws::Endpoints::Endpoint.new(url: "https://datapipeline-fips.#{parameters.region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
33
33
  end
34
34
  raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
@@ -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.71.0'
57
+ GEM_VERSION = '1.73.0'
58
58
 
59
59
  end
60
60
 
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.71.0
4
+ version: 1.73.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.228.0
21
+ version: 3.231.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.228.0
31
+ version: 3.231.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement