aws-sdk-applicationcostprofiler 1.55.0 → 1.56.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: 3ed12102fd8aac1cda1cdafc064386a9ef172f30d038b2cf2b0566781899fa71
4
- data.tar.gz: 7a27081e1cfb84eaabba07f592776b918e179ef65d333603f8f91abf700ba4c9
3
+ metadata.gz: 1edf558f2e3dd03f5e33f4cb9c78eddd75f378c057df21b18fe79b70135fbd18
4
+ data.tar.gz: 8cb25c191ce25f62b3b475e64d5f5fe49850b067255cb37030c12635d24a08d0
5
5
  SHA512:
6
- metadata.gz: 7976c2788d26eb2727b7d08e74d06b2b995556ba4ba146863a5c7241dd398b3a03e400140be4a20a56dbb28fa56224361eeab70aa055f25c7b49c7913f1f4a39
7
- data.tar.gz: b1a966205923a5885779a68f083f535f6ad63ae99f1a16a3c931a0ff3ec40a19bb99aace3ee5603559db2d2f2f6572c6eece5116e832220859153f3f92797b33
6
+ metadata.gz: 6f14d017f2e98cdbab4bd92e00f665b5e9bc5adca40ddbf402777d0b275c2ca83f0d89f71e97385e38d71752f69b5a0fcbb0ef56d2525d8c7fffdde67dbb44b8
7
+ data.tar.gz: 6f700c2235f884b369e8061c082024f8355e21301a5739e45256465a2fdbe0a5471c5565b2752947607db4417b6a71d2c4f9bf02b7c222e79aeaf188c5d638bf
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.56.0 (2026-05-26)
5
+ ------------------
6
+
7
+ * Feature - Adding new BDD representation of endpoint ruleset
8
+
4
9
  1.55.0 (2026-05-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.55.0
1
+ 1.56.0
@@ -746,7 +746,7 @@ module Aws::ApplicationCostProfiler
746
746
  tracer: tracer
747
747
  )
748
748
  context[:gem_name] = 'aws-sdk-applicationcostprofiler'
749
- context[:gem_version] = '1.55.0'
749
+ context[:gem_version] = '1.56.0'
750
750
  Seahorse::Client::Request.new(handlers, context)
751
751
  end
752
752
 
@@ -54,7 +54,7 @@ module Aws::ApplicationCostProfiler
54
54
  autoload :EndpointProvider, 'aws-sdk-applicationcostprofiler/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-applicationcostprofiler/endpoints'
56
56
 
57
- GEM_VERSION = '1.55.0'
57
+ GEM_VERSION = '1.56.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-applicationcostprofiler
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.55.0
4
+ version: 1.56.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services