aws-sdk-accessanalyzer 1.86.0 → 1.88.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: 6a24fded2003b027d5151c4a9ecd0774b0050cbe6f8cbaf996933e04c08fe833
4
- data.tar.gz: 5a5619572f3d587ee8787d6fc19770799c12421291743e45ecaf61d2d8534947
3
+ metadata.gz: 93086dedb189af3b8af218313e8909b0e0ad2dbde30c9a7dfe7ff4499fe6d0fa
4
+ data.tar.gz: 6ccfccf204d040041f36f6f91e9c238cc9dc75ec8036c66b6dbc33df9165ca05
5
5
  SHA512:
6
- metadata.gz: f0bfabb24171a72be50dc16d9750062ecbbe82a7201d5ec5c40b550eb1fc4fc81572bb895f4d62c6d352e8ca5174cf823b6199bad81c87b180949db0dc72c66f
7
- data.tar.gz: 3a37eb30c61fc44c636e4b1e98e8deace158ff96fcfa10a72530325251ffa56c2be7f16ffdf29dc37a2b5bf020971dfa2e2af8808fd2e574e77fc48ed85a8184
6
+ metadata.gz: cda74c5ebf109deaf76fc6b252581530c9e0846cce8387c2acf44a5442b37642e60fe5ea4055120162262737df3cc05c923e9b218c20c9dfc09c81c011fe0425
7
+ data.tar.gz: 47c432c27c042ffab131decc7a6cad754089a7d4c3d80efc550fe8f994babc5d370c9ef338e27c0cf5e303ce25177a10a8e5d6a52e150abed22aea800175a0fc
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.88.0 (2026-04-07)
5
+ ------------------
6
+
7
+ * Feature - Revert previous additions of API changes.
8
+
9
+ 1.87.0 (2026-04-06)
10
+ ------------------
11
+
12
+ * Feature - Brookie helps customers preview the impact of SCPs before deployment using historical access activity. It evaluates attached policies and proposed policy updates using collected access activity through CloudTrail authorization events and reports where currently allowed access will be denied.
13
+
4
14
  1.86.0 (2026-03-18)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.86.0
1
+ 1.88.0
@@ -2936,7 +2936,7 @@ module Aws::AccessAnalyzer
2936
2936
  tracer: tracer
2937
2937
  )
2938
2938
  context[:gem_name] = 'aws-sdk-accessanalyzer'
2939
- context[:gem_version] = '1.86.0'
2939
+ context[:gem_version] = '1.88.0'
2940
2940
  Seahorse::Client::Request.new(handlers, context)
2941
2941
  end
2942
2942
 
@@ -54,7 +54,7 @@ module Aws::AccessAnalyzer
54
54
  autoload :EndpointProvider, 'aws-sdk-accessanalyzer/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-accessanalyzer/endpoints'
56
56
 
57
- GEM_VERSION = '1.86.0'
57
+ GEM_VERSION = '1.88.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-accessanalyzer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.86.0
4
+ version: 1.88.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services