aws-sdk-accessanalyzer 1.13.0 → 1.14.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: 541528f9a889e86e8d0ea0c49a4ef0462b637a54b7b7fb856427c8318cbce67a
4
- data.tar.gz: 666fecc496b544553833a215a96ac83459495e2b566781de03147f471caa9ef1
3
+ metadata.gz: 2a49bd2e7a89e7252fa8a669b007c8d8a58bf414ed383ef4d933c8d251986f26
4
+ data.tar.gz: 302ea5f085d32c9430646ac325169c56b536d4e91d622555713f17c031e7753d
5
5
  SHA512:
6
- metadata.gz: bf341d946090502136177c06ffa3ef775fa2aed1738fde503446050b7a89062b6a24e858dc37fc48211541783fadc487f386aa0a4c2d8f536a6d08e671da1218
7
- data.tar.gz: 3d0940c6f07a0af073853f9a6ff58bb28eb9754d9635d83c3644c8a1e1356892a9c90543a2e3a53ecaa2b7a8b27a20690228e43f522bd3453ed66d4ef97f6984
6
+ metadata.gz: 664ca5f095dc07271b4789ed432c819ddad443deeb2c4f3e6e710eb947e6c271766bdc6f2afa8b345dfc2af67c19211da56147d7a768de06d1afb209a57aa25d
7
+ data.tar.gz: 450b8509df467fe0efaf855a42c7d9c453a314c34323dd97e98d0da2f0aae48c669651fe4ed45b841a347c8167fe6ecfeade4971764805471c4adff4b22316f9
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-accessanalyzer/customizations'
48
48
  # @!group service
49
49
  module Aws::AccessAnalyzer
50
50
 
51
- GEM_VERSION = '1.13.0'
51
+ GEM_VERSION = '1.14.0'
52
52
 
53
53
  end
@@ -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.13.0'
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.13.0
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-15 00:00:00.000000000 Z
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