aws-sdk-accessanalyzer 1.13.0 → 1.14.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-accessanalyzer.rb +1 -1
- data/lib/aws-sdk-accessanalyzer/client.rb +15 -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: 2a49bd2e7a89e7252fa8a669b007c8d8a58bf414ed383ef4d933c8d251986f26
|
4
|
+
data.tar.gz: 302ea5f085d32c9430646ac325169c56b536d4e91d622555713f17c031e7753d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 664ca5f095dc07271b4789ed432c819ddad443deeb2c4f3e6e710eb947e6c271766bdc6f2afa8b345dfc2af67c19211da56147d7a768de06d1afb209a57aa25d
|
7
|
+
data.tar.gz: 450b8509df467fe0efaf855a42c7d9c453a314c34323dd97e98d0da2f0aae48c669651fe4ed45b841a347c8167fe6ecfeade4971764805471c4adff4b22316f9
|
@@ -620,6 +620,13 @@ module Aws::AccessAnalyzer
|
|
620
620
|
|
621
621
|
# Retrieves information about an archive rule.
|
622
622
|
#
|
623
|
+
# To learn about filter keys that you can use to create an archive rule,
|
624
|
+
# see [Access Analyzer filter keys][1] in the **IAM User Guide**.
|
625
|
+
#
|
626
|
+
#
|
627
|
+
#
|
628
|
+
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-reference-filter-keys.html
|
629
|
+
#
|
623
630
|
# @option params [required, String] :analyzer_name
|
624
631
|
# The name of the analyzer to retrieve rules from.
|
625
632
|
#
|
@@ -861,6 +868,13 @@ module Aws::AccessAnalyzer
|
|
861
868
|
|
862
869
|
# Retrieves a list of findings generated by the specified analyzer.
|
863
870
|
#
|
871
|
+
# To learn about filter keys that you can use to create an archive rule,
|
872
|
+
# see [Access Analyzer filter keys][1] in the **IAM User Guide**.
|
873
|
+
#
|
874
|
+
#
|
875
|
+
#
|
876
|
+
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-reference-filter-keys.html
|
877
|
+
#
|
864
878
|
# @option params [required, String] :analyzer_arn
|
865
879
|
# The ARN of the analyzer to retrieve findings from.
|
866
880
|
#
|
@@ -1148,7 +1162,7 @@ module Aws::AccessAnalyzer
|
|
1148
1162
|
params: params,
|
1149
1163
|
config: config)
|
1150
1164
|
context[:gem_name] = 'aws-sdk-accessanalyzer'
|
1151
|
-
context[:gem_version] = '1.
|
1165
|
+
context[:gem_version] = '1.14.0'
|
1152
1166
|
Seahorse::Client::Request.new(handlers, context)
|
1153
1167
|
end
|
1154
1168
|
|
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.14.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: 2020-10-
|
11
|
+
date: 2020-10-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|