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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-accessanalyzer/client.rb +1 -1
- data/lib/aws-sdk-accessanalyzer.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 93086dedb189af3b8af218313e8909b0e0ad2dbde30c9a7dfe7ff4499fe6d0fa
|
|
4
|
+
data.tar.gz: 6ccfccf204d040041f36f6f91e9c238cc9dc75ec8036c66b6dbc33df9165ca05
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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.
|
|
2939
|
+
context[:gem_version] = '1.88.0'
|
|
2940
2940
|
Seahorse::Client::Request.new(handlers, context)
|
|
2941
2941
|
end
|
|
2942
2942
|
|