aws-sdk-datapipeline 1.83.0 → 1.84.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: 2ae0de839506f44ad44fa5b55d245e25a3123a9daca0bc904e7f7fcd204dd592
4
- data.tar.gz: 8fe9b324c047416411f06e8b221ee52ac1519877ea68ab4fdcb30444d6a18957
3
+ metadata.gz: 8ac4759e691941887de09da5b0b0c174c237467f427bdf3f70b4bb7b3db02b7b
4
+ data.tar.gz: e7553618afb963046675cdea5bdd6d4f09efaec9bc6045d1e21de76acddea499
5
5
  SHA512:
6
- metadata.gz: 4c8c0446a25c2cf21602cf416210cea2299afd670c311a49f5bcd22d1c8a834f6da4b100127a5aea5e8463620fb08801e20954526c733abed198a7c88b430816
7
- data.tar.gz: 56147c5f9aa033cda71672f8426947efe96449cc9bace4e864e53a8cf487da94d34f4e4e0672aebbfd167f3db64d5353bdf229cd17fbfaf6337baf0e5657b845
6
+ metadata.gz: fc2acd4cd63e7731b1d899859b4cc110fa8d000ab37548359f3b58e9554f73d86d73aed18f288582512b9b484c30ccd2dda7fef5bbacadb81a68230ab3d3ef04
7
+ data.tar.gz: 7b4d5cb0e7603e09f783ad403e354c07c87e632411c76c561ff21c36f508cffb88a0e0ac7438b8a86731da736a0f60651c1047881e94d6857d51fc19c2d380c7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.84.0 (2026-06-01)
5
+ ------------------
6
+
7
+ * Feature - Adding new BDD representation of endpoint ruleset
8
+
4
9
  1.83.0 (2026-05-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.83.0
1
+ 1.84.0
@@ -1478,7 +1478,7 @@ module Aws::DataPipeline
1478
1478
  tracer: tracer
1479
1479
  )
1480
1480
  context[:gem_name] = 'aws-sdk-datapipeline'
1481
- context[:gem_version] = '1.83.0'
1481
+ context[:gem_version] = '1.84.0'
1482
1482
  Seahorse::Client::Request.new(handlers, context)
1483
1483
  end
1484
1484
 
@@ -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.83.0'
57
+ GEM_VERSION = '1.84.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.83.0
4
+ version: 1.84.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services