aws-sdk-supportapp 1.47.0 → 1.48.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: 8ec0b2bdae68783c7dc7fcf8e4a313f7671759b5c50659cd634c328bf73ca3f5
4
- data.tar.gz: 7cde00838a16c54ad21387629c9d57d550972b2159dd3605b1dc07d9f8a9c3e0
3
+ metadata.gz: 66bff27a6329a1ff866054a4b0b638fe00738b0a3118fc66beb3f9ee0dc9f5f7
4
+ data.tar.gz: c8560d959c74ef5eaed38766d150071d3a7458f727a13962d969ec5ed453f2bf
5
5
  SHA512:
6
- metadata.gz: 66bd15eaa82da92bed8f024dc2958561fcff3655d5766137cd2f653e40d2be0cabb077e5ce986185871deb3ea49ac1f1d91b38808f3a20e242b05c1799829e50
7
- data.tar.gz: c2bbb672afd4dc97e764892518468d9bccc703f8259998ea21ba4b1f9963c2157baa29e8c89da38ec05bf62cf832f147c64ec097b8988c54db02c101a3386419
6
+ metadata.gz: 1eceefac4437b52adb9d16956ade61d3c187e605f8b181ccfd719583a8373ccdeaaa1d91f009d55a049b499dbd662543aaa29e846749fe3d1500783fc1073d72
7
+ data.tar.gz: f845ba24293d4b31471e7482484f57d02f76ca81af5bca107d007fd755afd221cf0e0d31085da40fcc577ad27cda59508c490c764ff39b0a4bdf4630aaa66ee9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.48.0 (2026-05-27)
5
+ ------------------
6
+
7
+ * Feature - Adding new BDD representation of endpoint ruleset
8
+
4
9
  1.47.0 (2026-05-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.47.0
1
+ 1.48.0
@@ -981,7 +981,7 @@ module Aws::SupportApp
981
981
  tracer: tracer
982
982
  )
983
983
  context[:gem_name] = 'aws-sdk-supportapp'
984
- context[:gem_version] = '1.47.0'
984
+ context[:gem_version] = '1.48.0'
985
985
  Seahorse::Client::Request.new(handlers, context)
986
986
  end
987
987
 
@@ -54,7 +54,7 @@ module Aws::SupportApp
54
54
  autoload :EndpointProvider, 'aws-sdk-supportapp/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-supportapp/endpoints'
56
56
 
57
- GEM_VERSION = '1.47.0'
57
+ GEM_VERSION = '1.48.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-supportapp
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.47.0
4
+ version: 1.48.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services