aws-sdk-trustedadvisor 1.39.0 → 1.40.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: 506e85058dc7d8d0ea4cf9875f846e1c9784fbc07cee211fd0d38dba7c37d825
4
- data.tar.gz: df800aca9a845d0a14b72e4e9cf446feaf62cafa89671312fc93b6e4af47125e
3
+ metadata.gz: 1d3d635a641b8b97df1ad487482039c6b5239ca77e0c1b7ea13ed12e09f47486
4
+ data.tar.gz: 4cc0286991a7ccfb265ce849f33cf8361571571958f3c688f3dc5e75ee42ecf4
5
5
  SHA512:
6
- metadata.gz: 493f5afbf3f9d253df85fc4bef4c9efc66e8f2826a88ea283d616b2ba46fc0cc9455cc64784b4c4bb9feba565fca1d9621a0ca9ca3500aaaba8f278cfb90e1a4
7
- data.tar.gz: a6144f5b4e5ac5191b5cca4bae83871152a43ba30c6b62a495cb4131a4b0cbdaf34ef8ba2a2ced5b437b8b872aecabe6a86331d7377106e0f8ca9dd79d85cb90
6
+ metadata.gz: 8799e4eb32304363eae2c2177a4af9436e369af46c5dc88ba0c22980e92a2a8d3395b347e5f978cbb23704597dce8a97138ed1f71b05489a1e206cef8e31ba43
7
+ data.tar.gz: 161f381660faad60dfc466a83d411d4e5f7f9470a0d7f64a51b0a49655fd9887aba33da667e3810934816ed1d47c33f9c8aada195ee787dd046ff5d387318594
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.40.0 (2026-05-28)
5
+ ------------------
6
+
7
+ * Feature - Adding new BDD representation of endpoint ruleset
8
+
4
9
  1.39.0 (2026-05-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.39.0
1
+ 1.40.0
@@ -1848,7 +1848,7 @@ module Aws::TrustedAdvisor
1848
1848
  tracer: tracer
1849
1849
  )
1850
1850
  context[:gem_name] = 'aws-sdk-trustedadvisor'
1851
- context[:gem_version] = '1.39.0'
1851
+ context[:gem_version] = '1.40.0'
1852
1852
  Seahorse::Client::Request.new(handlers, context)
1853
1853
  end
1854
1854
 
@@ -55,7 +55,7 @@ module Aws::TrustedAdvisor
55
55
  autoload :EndpointProvider, 'aws-sdk-trustedadvisor/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-trustedadvisor/endpoints'
57
57
 
58
- GEM_VERSION = '1.39.0'
58
+ GEM_VERSION = '1.40.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-trustedadvisor
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.39.0
4
+ version: 1.40.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services