aws-sdk-accessanalyzer 1.61.0 → 1.62.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-accessanalyzer/client.rb +3 -3
- data/lib/aws-sdk-accessanalyzer/types.rb +1 -1
- data/lib/aws-sdk-accessanalyzer.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 12a6c41022a8c2e51a54bbc7d94fbd5ebb6150cbfa1b9f8ae28a245751684c5e
|
|
4
|
+
data.tar.gz: 944488ffb334f325076e717b517dc406f5e53fead8c50f27646a22d9c20485b0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b4e2445cc0667c0bf98d69ce646b31de63897159f728c439b05ad3a4c0c02a3cac9c65892a4a2c2d8e14fd68afa586b6d1366bdaa6f20e4cee07388aa715962a
|
|
7
|
+
data.tar.gz: 44a4cfce4536f2b317b76f4c71ce66a2fdd399c22ab12d36c8c578e66909d1b17ea215870eb158bd74caf7c31b5490ba631186f2f34432a42504bb4f1b9e654c
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.62.0
|
|
@@ -1712,8 +1712,8 @@ module Aws::AccessAnalyzer
|
|
|
1712
1712
|
# that support resource level granularity in policies.
|
|
1713
1713
|
#
|
|
1714
1714
|
# For example, in the resource section of a policy, you can receive a
|
|
1715
|
-
# placeholder such as `"Resource":"arn:aws:s3
|
|
1716
|
-
#
|
|
1715
|
+
# placeholder such as `"Resource":"arn:aws:s3:::${BucketName}"` instead
|
|
1716
|
+
# of `"*"`.
|
|
1717
1717
|
#
|
|
1718
1718
|
# @option params [Boolean] :include_service_level_template
|
|
1719
1719
|
# The level of detail that you want to generate. You can specify whether
|
|
@@ -2663,7 +2663,7 @@ module Aws::AccessAnalyzer
|
|
|
2663
2663
|
tracer: tracer
|
|
2664
2664
|
)
|
|
2665
2665
|
context[:gem_name] = 'aws-sdk-accessanalyzer'
|
|
2666
|
-
context[:gem_version] = '1.
|
|
2666
|
+
context[:gem_version] = '1.62.0'
|
|
2667
2667
|
Seahorse::Client::Request.new(handlers, context)
|
|
2668
2668
|
end
|
|
2669
2669
|
|
|
@@ -2210,7 +2210,7 @@ module Aws::AccessAnalyzer
|
|
|
2210
2210
|
# actions that support resource level granularity in policies.
|
|
2211
2211
|
#
|
|
2212
2212
|
# For example, in the resource section of a policy, you can receive a
|
|
2213
|
-
# placeholder such as `"Resource":"arn:aws:s3
|
|
2213
|
+
# placeholder such as `"Resource":"arn:aws:s3:::${BucketName}"`
|
|
2214
2214
|
# instead of `"*"`.
|
|
2215
2215
|
# @return [Boolean]
|
|
2216
2216
|
#
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-accessanalyzer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.62.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-11-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|