aws-sdk-accessanalyzer 1.12.0 → 1.17.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 463045b20db3fe9d082ab525f25d6189dc64d313e1b9aa5c546e4ec4c9947792
4
- data.tar.gz: 34c85e9ab8252c667acfdd11f079a66a2861f39f17d6ca99625f70d54b6b674d
3
+ metadata.gz: 75d4ae2126d3bf122d544503de18a17f871a2666404e235a567985b2f452c7e5
4
+ data.tar.gz: 506198bc86380de22d739c6c4e2fdaedcb476f53ff0ec9070d6deb450ea63e4e
5
5
  SHA512:
6
- metadata.gz: 73ed30966dfb9173b8be529f7ec2b3884379d66832d67608784c98bdb7e050e27fa53a84a46caa6a77b05a4a2b2d32c9907bd2d6c342c6027e91c4d9377f0629
7
- data.tar.gz: b5957b17a4bd9cc92ef5b50b591af87e629e6c6c70bf3bb1de9b18faf2487df738febdd80d782e1937231a141cf98db188ff292f2a4fea86e52ce25c39b864c9
6
+ metadata.gz: 0eeb8e2a480ed6556309961100161f87704a2460a0e832d8690419a35281c15ef5eda2c3be2b006c34d99c5c32483c5e66538d500fb518e1e2b2e9b7fce9d5bb
7
+ data.tar.gz: 8832de6d01bfbd024ecf0b938ac9b2edd123fe04efced510f7a2016515be463bb60b74cc037a1b7b01951c442ee92a55df795b6e1f024a244d62c658a79b467c
data/CHANGELOG.md ADDED
@@ -0,0 +1,104 @@
1
+ Unreleased Changes
2
+ ------------------
3
+
4
+ 1.17.0 (2021-03-10)
5
+ ------------------
6
+
7
+ * Feature - This release adds support to preview IAM Access Analyzer findings for a resource before deploying resource permission changes.
8
+
9
+ 1.16.0 (2021-02-02)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.15.0 (2021-01-27)
15
+ ------------------
16
+
17
+ * Feature - This release adds Secrets Manager secrets as a supported resource in IAM Access Analyzer to help you identify secrets that can be accessed from outside your account or AWS organization.
18
+
19
+ 1.14.0 (2020-10-22)
20
+ ------------------
21
+
22
+ * Feature - API Documentation updates for IAM Access Analyzer.
23
+
24
+ 1.13.0 (2020-10-15)
25
+ ------------------
26
+
27
+ * Feature - This release adds support for the ApplyArchiveRule api in IAM Access Analyzer. The ApplyArchiveRule api allows users to apply an archive rule retroactively to existing findings in an analyzer.
28
+
29
+ 1.12.0 (2020-09-30)
30
+ ------------------
31
+
32
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
33
+
34
+ 1.11.0 (2020-09-15)
35
+ ------------------
36
+
37
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
38
+
39
+ 1.10.0 (2020-08-25)
40
+ ------------------
41
+
42
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
43
+
44
+ 1.9.0 (2020-06-23)
45
+ ------------------
46
+
47
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
48
+
49
+ 1.8.1 (2020-06-11)
50
+ ------------------
51
+
52
+ * Issue - Republish previous version with correct dependency on `aws-sdk-core`.
53
+
54
+ 1.8.0 (2020-06-10)
55
+ ------------------
56
+
57
+ * Issue - This version has been yanked. (#2327).
58
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
59
+
60
+ 1.7.0 (2020-05-28)
61
+ ------------------
62
+
63
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
64
+
65
+ 1.6.0 (2020-05-07)
66
+ ------------------
67
+
68
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
69
+
70
+ 1.5.0 (2020-04-27)
71
+ ------------------
72
+
73
+ * Feature - This release adds support for inclusion of S3 Access Point policies in IAM Access Analyzer evaluation of S3 bucket access. IAM Access Analyzer now reports findings for buckets shared through access points and identifies the access point that permits access.
74
+
75
+ 1.4.0 (2020-03-30)
76
+ ------------------
77
+
78
+ * Feature - This release adds support for the creation and management of IAM Access Analyzer analyzers with type organization. An analyzer with type organization continuously monitors all supported resources within the AWS organization and reports findings when they allow access from outside the organization.
79
+
80
+ 1.3.0 (2020-03-09)
81
+ ------------------
82
+
83
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
84
+
85
+ 1.2.1 (2020-03-02)
86
+ ------------------
87
+
88
+ * Issue - Republish the previously yanked version.
89
+
90
+ 1.2.0 (2020-02-28)
91
+ ------------------
92
+
93
+ * Issue - This version has been yanked. (#2239)
94
+ * Feature - This release includes improvements and fixes bugs for the IAM Access Analyzer feature.
95
+
96
+ 1.1.0 (2019-12-12)
97
+ ------------------
98
+
99
+ * Feature - This release includes improvements and fixes bugs for the IAM Access Analyzer feature.
100
+
101
+ 1.0.0 (2019-12-02)
102
+ ------------------
103
+
104
+ * Feature - Initial release of `aws-sdk-accessanalyzer`.
data/LICENSE.txt ADDED
@@ -0,0 +1,202 @@
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright [yyyy] [name of copyright owner]
191
+
192
+ Licensed under the Apache License, Version 2.0 (the "License");
193
+ you may not use this file except in compliance with the License.
194
+ You may obtain a copy of the License at
195
+
196
+ http://www.apache.org/licenses/LICENSE-2.0
197
+
198
+ Unless required by applicable law or agreed to in writing, software
199
+ distributed under the License is distributed on an "AS IS" BASIS,
200
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ See the License for the specific language governing permissions and
202
+ limitations under the License.
data/VERSION ADDED
@@ -0,0 +1 @@
1
+ 1.17.0
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -28,7 +28,7 @@ require_relative 'aws-sdk-accessanalyzer/customizations'
28
28
  # structure.
29
29
  #
30
30
  # access_analyzer = Aws::AccessAnalyzer::Client.new
31
- # resp = access_analyzer.create_analyzer(params)
31
+ # resp = access_analyzer.apply_archive_rule(params)
32
32
  #
33
33
  # See {Client} for more information.
34
34
  #
@@ -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.12.0'
51
+ GEM_VERSION = '1.17.0'
52
52
 
53
53
  end
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -327,6 +327,156 @@ module Aws::AccessAnalyzer
327
327
 
328
328
  # @!group API Operations
329
329
 
330
+ # Retroactively applies the archive rule to existing findings that meet
331
+ # the archive rule criteria.
332
+ #
333
+ # @option params [required, String] :analyzer_arn
334
+ # The Amazon resource name (ARN) of the analyzer.
335
+ #
336
+ # @option params [String] :client_token
337
+ # A client token.
338
+ #
339
+ # **A suitable default value is auto-generated.** You should normally
340
+ # not need to pass this option.**
341
+ #
342
+ # @option params [required, String] :rule_name
343
+ # The name of the rule to apply.
344
+ #
345
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
346
+ #
347
+ # @example Request syntax with placeholder values
348
+ #
349
+ # resp = client.apply_archive_rule({
350
+ # analyzer_arn: "AnalyzerArn", # required
351
+ # client_token: "String",
352
+ # rule_name: "Name", # required
353
+ # })
354
+ #
355
+ # @see http://docs.aws.amazon.com/goto/WebAPI/accessanalyzer-2019-11-01/ApplyArchiveRule AWS API Documentation
356
+ #
357
+ # @overload apply_archive_rule(params = {})
358
+ # @param [Hash] params ({})
359
+ def apply_archive_rule(params = {}, options = {})
360
+ req = build_request(:apply_archive_rule, params)
361
+ req.send_request(options)
362
+ end
363
+
364
+ # Creates an access preview that allows you to preview Access Analyzer
365
+ # findings for your resource before deploying resource permissions.
366
+ #
367
+ # @option params [required, String] :analyzer_arn
368
+ # The [ARN of the account analyzer][1] used to generate the access
369
+ # preview. You can only create an access preview for analyzers with an
370
+ # `Account` type and `Active` status.
371
+ #
372
+ #
373
+ #
374
+ # [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-getting-started.html#permission-resources
375
+ #
376
+ # @option params [String] :client_token
377
+ # A client token.
378
+ #
379
+ # **A suitable default value is auto-generated.** You should normally
380
+ # not need to pass this option.**
381
+ #
382
+ # @option params [required, Hash<String,Types::Configuration>] :configurations
383
+ # Access control configuration for your resource that is used to
384
+ # generate the access preview. The access preview includes findings for
385
+ # external access allowed to the resource with the proposed access
386
+ # control configuration. The configuration must contain exactly one
387
+ # element.
388
+ #
389
+ # @return [Types::CreateAccessPreviewResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
390
+ #
391
+ # * {Types::CreateAccessPreviewResponse#id #id} => String
392
+ #
393
+ # @example Request syntax with placeholder values
394
+ #
395
+ # resp = client.create_access_preview({
396
+ # analyzer_arn: "AnalyzerArn", # required
397
+ # client_token: "String",
398
+ # configurations: { # required
399
+ # "ConfigurationsMapKey" => {
400
+ # iam_role: {
401
+ # trust_policy: "IamTrustPolicy",
402
+ # },
403
+ # kms_key: {
404
+ # grants: [
405
+ # {
406
+ # constraints: {
407
+ # encryption_context_equals: {
408
+ # "KmsConstraintsKey" => "KmsConstraintsValue",
409
+ # },
410
+ # encryption_context_subset: {
411
+ # "KmsConstraintsKey" => "KmsConstraintsValue",
412
+ # },
413
+ # },
414
+ # grantee_principal: "GranteePrincipal", # required
415
+ # issuing_account: "IssuingAccount", # required
416
+ # operations: ["CreateGrant"], # required, accepts CreateGrant, Decrypt, DescribeKey, Encrypt, GenerateDataKey, GenerateDataKeyPair, GenerateDataKeyPairWithoutPlaintext, GenerateDataKeyWithoutPlaintext, GetPublicKey, ReEncryptFrom, ReEncryptTo, RetireGrant, Sign, Verify
417
+ # retiring_principal: "RetiringPrincipal",
418
+ # },
419
+ # ],
420
+ # key_policies: {
421
+ # "PolicyName" => "KmsKeyPolicy",
422
+ # },
423
+ # },
424
+ # s3_bucket: {
425
+ # access_points: {
426
+ # "AccessPointArn" => {
427
+ # access_point_policy: "AccessPointPolicy",
428
+ # network_origin: {
429
+ # internet_configuration: {
430
+ # },
431
+ # vpc_configuration: {
432
+ # vpc_id: "VpcId", # required
433
+ # },
434
+ # },
435
+ # public_access_block: {
436
+ # ignore_public_acls: false, # required
437
+ # restrict_public_buckets: false, # required
438
+ # },
439
+ # },
440
+ # },
441
+ # bucket_acl_grants: [
442
+ # {
443
+ # grantee: { # required
444
+ # id: "AclCanonicalId",
445
+ # uri: "AclUri",
446
+ # },
447
+ # permission: "READ", # required, accepts READ, WRITE, READ_ACP, WRITE_ACP, FULL_CONTROL
448
+ # },
449
+ # ],
450
+ # bucket_policy: "S3BucketPolicy",
451
+ # bucket_public_access_block: {
452
+ # ignore_public_acls: false, # required
453
+ # restrict_public_buckets: false, # required
454
+ # },
455
+ # },
456
+ # secrets_manager_secret: {
457
+ # kms_key_id: "SecretsManagerSecretKmsId",
458
+ # secret_policy: "SecretsManagerSecretPolicy",
459
+ # },
460
+ # sqs_queue: {
461
+ # queue_policy: "SqsQueuePolicy",
462
+ # },
463
+ # },
464
+ # },
465
+ # })
466
+ #
467
+ # @example Response structure
468
+ #
469
+ # resp.id #=> String
470
+ #
471
+ # @see http://docs.aws.amazon.com/goto/WebAPI/accessanalyzer-2019-11-01/CreateAccessPreview AWS API Documentation
472
+ #
473
+ # @overload create_access_preview(params = {})
474
+ # @param [Hash] params ({})
475
+ def create_access_preview(params = {}, options = {})
476
+ req = build_request(:create_access_preview, params)
477
+ req.send_request(options)
478
+ end
479
+
330
480
  # Creates an analyzer for your account.
331
481
  #
332
482
  # @option params [required, String] :analyzer_name
@@ -347,8 +497,10 @@ module Aws::AccessAnalyzer
347
497
  # The tags to apply to the analyzer.
348
498
  #
349
499
  # @option params [required, String] :type
350
- # The type of analyzer to create. Only ACCOUNT analyzers are supported.
351
- # You can create only one analyzer per account per Region.
500
+ # The type of analyzer to create. Only ACCOUNT and ORGANIZATION
501
+ # analyzers are supported. You can create only one analyzer per account
502
+ # per Region. You can create up to 5 analyzers per organization per
503
+ # Region.
352
504
  #
353
505
  # @return [Types::CreateAnalyzerResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
354
506
  #
@@ -392,8 +544,8 @@ module Aws::AccessAnalyzer
392
544
  end
393
545
 
394
546
  # Creates an archive rule for the specified analyzer. Archive rules
395
- # automatically archive findings that meet the criteria you define when
396
- # you create the rule.
547
+ # automatically archive new findings that meet the criteria you define
548
+ # when you create the rule.
397
549
  #
398
550
  # @option params [required, String] :analyzer_name
399
551
  # The name of the created analyzer.
@@ -438,9 +590,9 @@ module Aws::AccessAnalyzer
438
590
  end
439
591
 
440
592
  # Deletes the specified analyzer. When you delete an analyzer, Access
441
- # Analyzer is disabled for the account in the current or specific
442
- # Region. All findings that were generated by the analyzer are deleted.
443
- # You cannot undo this action.
593
+ # Analyzer is disabled for the account or organization in the current or
594
+ # specific Region. All findings that were generated by the analyzer are
595
+ # deleted. You cannot undo this action.
444
596
  #
445
597
  # @option params [required, String] :analyzer_name
446
598
  # The name of the analyzer to delete.
@@ -503,10 +655,84 @@ module Aws::AccessAnalyzer
503
655
  req.send_request(options)
504
656
  end
505
657
 
658
+ # Retrieves information about an access preview for the specified
659
+ # analyzer.
660
+ #
661
+ # @option params [required, String] :access_preview_id
662
+ # The unique ID for the access preview.
663
+ #
664
+ # @option params [required, String] :analyzer_arn
665
+ # The [ARN of the analyzer][1] used to generate the access preview.
666
+ #
667
+ #
668
+ #
669
+ # [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-getting-started.html#permission-resources
670
+ #
671
+ # @return [Types::GetAccessPreviewResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
672
+ #
673
+ # * {Types::GetAccessPreviewResponse#access_preview #access_preview} => Types::AccessPreview
674
+ #
675
+ # @example Request syntax with placeholder values
676
+ #
677
+ # resp = client.get_access_preview({
678
+ # access_preview_id: "AccessPreviewId", # required
679
+ # analyzer_arn: "AnalyzerArn", # required
680
+ # })
681
+ #
682
+ # @example Response structure
683
+ #
684
+ # resp.access_preview.analyzer_arn #=> String
685
+ # resp.access_preview.configurations #=> Hash
686
+ # resp.access_preview.configurations["ConfigurationsMapKey"].iam_role.trust_policy #=> String
687
+ # resp.access_preview.configurations["ConfigurationsMapKey"].kms_key.grants #=> Array
688
+ # resp.access_preview.configurations["ConfigurationsMapKey"].kms_key.grants[0].constraints.encryption_context_equals #=> Hash
689
+ # resp.access_preview.configurations["ConfigurationsMapKey"].kms_key.grants[0].constraints.encryption_context_equals["KmsConstraintsKey"] #=> String
690
+ # resp.access_preview.configurations["ConfigurationsMapKey"].kms_key.grants[0].constraints.encryption_context_subset #=> Hash
691
+ # resp.access_preview.configurations["ConfigurationsMapKey"].kms_key.grants[0].constraints.encryption_context_subset["KmsConstraintsKey"] #=> String
692
+ # resp.access_preview.configurations["ConfigurationsMapKey"].kms_key.grants[0].grantee_principal #=> String
693
+ # resp.access_preview.configurations["ConfigurationsMapKey"].kms_key.grants[0].issuing_account #=> String
694
+ # resp.access_preview.configurations["ConfigurationsMapKey"].kms_key.grants[0].operations #=> Array
695
+ # resp.access_preview.configurations["ConfigurationsMapKey"].kms_key.grants[0].operations[0] #=> String, one of "CreateGrant", "Decrypt", "DescribeKey", "Encrypt", "GenerateDataKey", "GenerateDataKeyPair", "GenerateDataKeyPairWithoutPlaintext", "GenerateDataKeyWithoutPlaintext", "GetPublicKey", "ReEncryptFrom", "ReEncryptTo", "RetireGrant", "Sign", "Verify"
696
+ # resp.access_preview.configurations["ConfigurationsMapKey"].kms_key.grants[0].retiring_principal #=> String
697
+ # resp.access_preview.configurations["ConfigurationsMapKey"].kms_key.key_policies #=> Hash
698
+ # resp.access_preview.configurations["ConfigurationsMapKey"].kms_key.key_policies["PolicyName"] #=> String
699
+ # resp.access_preview.configurations["ConfigurationsMapKey"].s3_bucket.access_points #=> Hash
700
+ # resp.access_preview.configurations["ConfigurationsMapKey"].s3_bucket.access_points["AccessPointArn"].access_point_policy #=> String
701
+ # resp.access_preview.configurations["ConfigurationsMapKey"].s3_bucket.access_points["AccessPointArn"].network_origin.vpc_configuration.vpc_id #=> String
702
+ # resp.access_preview.configurations["ConfigurationsMapKey"].s3_bucket.access_points["AccessPointArn"].public_access_block.ignore_public_acls #=> Boolean
703
+ # resp.access_preview.configurations["ConfigurationsMapKey"].s3_bucket.access_points["AccessPointArn"].public_access_block.restrict_public_buckets #=> Boolean
704
+ # resp.access_preview.configurations["ConfigurationsMapKey"].s3_bucket.bucket_acl_grants #=> Array
705
+ # resp.access_preview.configurations["ConfigurationsMapKey"].s3_bucket.bucket_acl_grants[0].grantee.id #=> String
706
+ # resp.access_preview.configurations["ConfigurationsMapKey"].s3_bucket.bucket_acl_grants[0].grantee.uri #=> String
707
+ # resp.access_preview.configurations["ConfigurationsMapKey"].s3_bucket.bucket_acl_grants[0].permission #=> String, one of "READ", "WRITE", "READ_ACP", "WRITE_ACP", "FULL_CONTROL"
708
+ # resp.access_preview.configurations["ConfigurationsMapKey"].s3_bucket.bucket_policy #=> String
709
+ # resp.access_preview.configurations["ConfigurationsMapKey"].s3_bucket.bucket_public_access_block.ignore_public_acls #=> Boolean
710
+ # resp.access_preview.configurations["ConfigurationsMapKey"].s3_bucket.bucket_public_access_block.restrict_public_buckets #=> Boolean
711
+ # resp.access_preview.configurations["ConfigurationsMapKey"].secrets_manager_secret.kms_key_id #=> String
712
+ # resp.access_preview.configurations["ConfigurationsMapKey"].secrets_manager_secret.secret_policy #=> String
713
+ # resp.access_preview.configurations["ConfigurationsMapKey"].sqs_queue.queue_policy #=> String
714
+ # resp.access_preview.created_at #=> Time
715
+ # resp.access_preview.id #=> String
716
+ # resp.access_preview.status #=> String, one of "COMPLETED", "CREATING", "FAILED"
717
+ # resp.access_preview.status_reason.code #=> String, one of "INTERNAL_ERROR", "INVALID_CONFIGURATION"
718
+ #
719
+ # @see http://docs.aws.amazon.com/goto/WebAPI/accessanalyzer-2019-11-01/GetAccessPreview AWS API Documentation
720
+ #
721
+ # @overload get_access_preview(params = {})
722
+ # @param [Hash] params ({})
723
+ def get_access_preview(params = {}, options = {})
724
+ req = build_request(:get_access_preview, params)
725
+ req.send_request(options)
726
+ end
727
+
506
728
  # Retrieves information about a resource that was analyzed.
507
729
  #
508
730
  # @option params [required, String] :analyzer_arn
509
- # The ARN of the analyzer to retrieve information from.
731
+ # The [ARN of the analyzer][1] to retrieve information from.
732
+ #
733
+ #
734
+ #
735
+ # [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-getting-started.html#permission-resources
510
736
  #
511
737
  # @option params [required, String] :resource_arn
512
738
  # The ARN of the resource to retrieve information about.
@@ -532,7 +758,7 @@ module Aws::AccessAnalyzer
532
758
  # resp.resource.is_public #=> Boolean
533
759
  # resp.resource.resource_arn #=> String
534
760
  # resp.resource.resource_owner_account #=> String
535
- # resp.resource.resource_type #=> String, one of "AWS::IAM::Role", "AWS::KMS::Key", "AWS::Lambda::Function", "AWS::Lambda::LayerVersion", "AWS::S3::Bucket", "AWS::SQS::Queue"
761
+ # resp.resource.resource_type #=> String, one of "AWS::S3::Bucket", "AWS::IAM::Role", "AWS::SQS::Queue", "AWS::Lambda::Function", "AWS::Lambda::LayerVersion", "AWS::KMS::Key", "AWS::SecretsManager::Secret"
536
762
  # resp.resource.shared_via #=> Array
537
763
  # resp.resource.shared_via[0] #=> String
538
764
  # resp.resource.status #=> String, one of "ACTIVE", "ARCHIVED", "RESOLVED"
@@ -586,6 +812,13 @@ module Aws::AccessAnalyzer
586
812
 
587
813
  # Retrieves information about an archive rule.
588
814
  #
815
+ # To learn about filter keys that you can use to create an archive rule,
816
+ # see [Access Analyzer filter keys][1] in the **IAM User Guide**.
817
+ #
818
+ #
819
+ #
820
+ # [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-reference-filter-keys.html
821
+ #
589
822
  # @option params [required, String] :analyzer_name
590
823
  # The name of the analyzer to retrieve rules from.
591
824
  #
@@ -629,7 +862,11 @@ module Aws::AccessAnalyzer
629
862
  # Retrieves information about the specified finding.
630
863
  #
631
864
  # @option params [required, String] :analyzer_arn
632
- # The ARN of the analyzer that generated the finding.
865
+ # The [ARN of the analyzer][1] that generated the finding.
866
+ #
867
+ #
868
+ #
869
+ # [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-getting-started.html#permission-resources
633
870
  #
634
871
  # @option params [required, String] :id
635
872
  # The ID of the finding to retrieve.
@@ -660,10 +897,10 @@ module Aws::AccessAnalyzer
660
897
  # resp.finding.principal["String"] #=> String
661
898
  # resp.finding.resource #=> String
662
899
  # resp.finding.resource_owner_account #=> String
663
- # resp.finding.resource_type #=> String, one of "AWS::IAM::Role", "AWS::KMS::Key", "AWS::Lambda::Function", "AWS::Lambda::LayerVersion", "AWS::S3::Bucket", "AWS::SQS::Queue"
900
+ # resp.finding.resource_type #=> String, one of "AWS::S3::Bucket", "AWS::IAM::Role", "AWS::SQS::Queue", "AWS::Lambda::Function", "AWS::Lambda::LayerVersion", "AWS::KMS::Key", "AWS::SecretsManager::Secret"
664
901
  # resp.finding.sources #=> Array
665
902
  # resp.finding.sources[0].detail.access_point_arn #=> String
666
- # resp.finding.sources[0].type #=> String, one of "BUCKET_ACL", "POLICY", "S3_ACCESS_POINT"
903
+ # resp.finding.sources[0].type #=> String, one of "POLICY", "BUCKET_ACL", "S3_ACCESS_POINT"
667
904
  # resp.finding.status #=> String, one of "ACTIVE", "ARCHIVED", "RESOLVED"
668
905
  # resp.finding.updated_at #=> Time
669
906
  #
@@ -676,11 +913,145 @@ module Aws::AccessAnalyzer
676
913
  req.send_request(options)
677
914
  end
678
915
 
916
+ # Retrieves a list of access preview findings generated by the specified
917
+ # access preview.
918
+ #
919
+ # @option params [required, String] :access_preview_id
920
+ # The unique ID for the access preview.
921
+ #
922
+ # @option params [required, String] :analyzer_arn
923
+ # The [ARN of the analyzer][1] used to generate the access.
924
+ #
925
+ #
926
+ #
927
+ # [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-getting-started.html#permission-resources
928
+ #
929
+ # @option params [Hash<String,Types::Criterion>] :filter
930
+ # Criteria to filter the returned findings.
931
+ #
932
+ # @option params [Integer] :max_results
933
+ # The maximum number of results to return in the response.
934
+ #
935
+ # @option params [String] :next_token
936
+ # A token used for pagination of results returned.
937
+ #
938
+ # @return [Types::ListAccessPreviewFindingsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
939
+ #
940
+ # * {Types::ListAccessPreviewFindingsResponse#findings #findings} => Array&lt;Types::AccessPreviewFinding&gt;
941
+ # * {Types::ListAccessPreviewFindingsResponse#next_token #next_token} => String
942
+ #
943
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
944
+ #
945
+ # @example Request syntax with placeholder values
946
+ #
947
+ # resp = client.list_access_preview_findings({
948
+ # access_preview_id: "AccessPreviewId", # required
949
+ # analyzer_arn: "AnalyzerArn", # required
950
+ # filter: {
951
+ # "String" => {
952
+ # contains: ["String"],
953
+ # eq: ["String"],
954
+ # exists: false,
955
+ # neq: ["String"],
956
+ # },
957
+ # },
958
+ # max_results: 1,
959
+ # next_token: "Token",
960
+ # })
961
+ #
962
+ # @example Response structure
963
+ #
964
+ # resp.findings #=> Array
965
+ # resp.findings[0].action #=> Array
966
+ # resp.findings[0].action[0] #=> String
967
+ # resp.findings[0].change_type #=> String, one of "CHANGED", "NEW", "UNCHANGED"
968
+ # resp.findings[0].condition #=> Hash
969
+ # resp.findings[0].condition["String"] #=> String
970
+ # resp.findings[0].created_at #=> Time
971
+ # resp.findings[0].error #=> String
972
+ # resp.findings[0].existing_finding_id #=> String
973
+ # resp.findings[0].existing_finding_status #=> String, one of "ACTIVE", "ARCHIVED", "RESOLVED"
974
+ # resp.findings[0].id #=> String
975
+ # resp.findings[0].is_public #=> Boolean
976
+ # resp.findings[0].principal #=> Hash
977
+ # resp.findings[0].principal["String"] #=> String
978
+ # resp.findings[0].resource #=> String
979
+ # resp.findings[0].resource_owner_account #=> String
980
+ # resp.findings[0].resource_type #=> String, one of "AWS::S3::Bucket", "AWS::IAM::Role", "AWS::SQS::Queue", "AWS::Lambda::Function", "AWS::Lambda::LayerVersion", "AWS::KMS::Key", "AWS::SecretsManager::Secret"
981
+ # resp.findings[0].sources #=> Array
982
+ # resp.findings[0].sources[0].detail.access_point_arn #=> String
983
+ # resp.findings[0].sources[0].type #=> String, one of "POLICY", "BUCKET_ACL", "S3_ACCESS_POINT"
984
+ # resp.findings[0].status #=> String, one of "ACTIVE", "ARCHIVED", "RESOLVED"
985
+ # resp.next_token #=> String
986
+ #
987
+ # @see http://docs.aws.amazon.com/goto/WebAPI/accessanalyzer-2019-11-01/ListAccessPreviewFindings AWS API Documentation
988
+ #
989
+ # @overload list_access_preview_findings(params = {})
990
+ # @param [Hash] params ({})
991
+ def list_access_preview_findings(params = {}, options = {})
992
+ req = build_request(:list_access_preview_findings, params)
993
+ req.send_request(options)
994
+ end
995
+
996
+ # Retrieves a list of access previews for the specified analyzer.
997
+ #
998
+ # @option params [required, String] :analyzer_arn
999
+ # The [ARN of the analyzer][1] used to generate the access preview.
1000
+ #
1001
+ #
1002
+ #
1003
+ # [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-getting-started.html#permission-resources
1004
+ #
1005
+ # @option params [Integer] :max_results
1006
+ # The maximum number of results to return in the response.
1007
+ #
1008
+ # @option params [String] :next_token
1009
+ # A token used for pagination of results returned.
1010
+ #
1011
+ # @return [Types::ListAccessPreviewsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1012
+ #
1013
+ # * {Types::ListAccessPreviewsResponse#access_previews #access_previews} => Array&lt;Types::AccessPreviewSummary&gt;
1014
+ # * {Types::ListAccessPreviewsResponse#next_token #next_token} => String
1015
+ #
1016
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
1017
+ #
1018
+ # @example Request syntax with placeholder values
1019
+ #
1020
+ # resp = client.list_access_previews({
1021
+ # analyzer_arn: "AnalyzerArn", # required
1022
+ # max_results: 1,
1023
+ # next_token: "Token",
1024
+ # })
1025
+ #
1026
+ # @example Response structure
1027
+ #
1028
+ # resp.access_previews #=> Array
1029
+ # resp.access_previews[0].analyzer_arn #=> String
1030
+ # resp.access_previews[0].created_at #=> Time
1031
+ # resp.access_previews[0].id #=> String
1032
+ # resp.access_previews[0].status #=> String, one of "COMPLETED", "CREATING", "FAILED"
1033
+ # resp.access_previews[0].status_reason.code #=> String, one of "INTERNAL_ERROR", "INVALID_CONFIGURATION"
1034
+ # resp.next_token #=> String
1035
+ #
1036
+ # @see http://docs.aws.amazon.com/goto/WebAPI/accessanalyzer-2019-11-01/ListAccessPreviews AWS API Documentation
1037
+ #
1038
+ # @overload list_access_previews(params = {})
1039
+ # @param [Hash] params ({})
1040
+ def list_access_previews(params = {}, options = {})
1041
+ req = build_request(:list_access_previews, params)
1042
+ req.send_request(options)
1043
+ end
1044
+
679
1045
  # Retrieves a list of resources of the specified type that have been
680
1046
  # analyzed by the specified analyzer..
681
1047
  #
682
1048
  # @option params [required, String] :analyzer_arn
683
- # The ARN of the analyzer to retrieve a list of analyzed resources from.
1049
+ # The [ARN of the analyzer][1] to retrieve a list of analyzed resources
1050
+ # from.
1051
+ #
1052
+ #
1053
+ #
1054
+ # [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-getting-started.html#permission-resources
684
1055
  #
685
1056
  # @option params [Integer] :max_results
686
1057
  # The maximum number of results to return in the response.
@@ -704,7 +1075,7 @@ module Aws::AccessAnalyzer
704
1075
  # analyzer_arn: "AnalyzerArn", # required
705
1076
  # max_results: 1,
706
1077
  # next_token: "Token",
707
- # resource_type: "AWS::IAM::Role", # accepts AWS::IAM::Role, AWS::KMS::Key, AWS::Lambda::Function, AWS::Lambda::LayerVersion, AWS::S3::Bucket, AWS::SQS::Queue
1078
+ # resource_type: "AWS::S3::Bucket", # accepts AWS::S3::Bucket, AWS::IAM::Role, AWS::SQS::Queue, AWS::Lambda::Function, AWS::Lambda::LayerVersion, AWS::KMS::Key, AWS::SecretsManager::Secret
708
1079
  # })
709
1080
  #
710
1081
  # @example Response structure
@@ -712,7 +1083,7 @@ module Aws::AccessAnalyzer
712
1083
  # resp.analyzed_resources #=> Array
713
1084
  # resp.analyzed_resources[0].resource_arn #=> String
714
1085
  # resp.analyzed_resources[0].resource_owner_account #=> String
715
- # resp.analyzed_resources[0].resource_type #=> String, one of "AWS::IAM::Role", "AWS::KMS::Key", "AWS::Lambda::Function", "AWS::Lambda::LayerVersion", "AWS::S3::Bucket", "AWS::SQS::Queue"
1086
+ # resp.analyzed_resources[0].resource_type #=> String, one of "AWS::S3::Bucket", "AWS::IAM::Role", "AWS::SQS::Queue", "AWS::Lambda::Function", "AWS::Lambda::LayerVersion", "AWS::KMS::Key", "AWS::SecretsManager::Secret"
716
1087
  # resp.next_token #=> String
717
1088
  #
718
1089
  # @see http://docs.aws.amazon.com/goto/WebAPI/accessanalyzer-2019-11-01/ListAnalyzedResources AWS API Documentation
@@ -827,8 +1198,20 @@ module Aws::AccessAnalyzer
827
1198
 
828
1199
  # Retrieves a list of findings generated by the specified analyzer.
829
1200
  #
1201
+ # To learn about filter keys that you can use to retrieve a list of
1202
+ # findings, see [Access Analyzer filter keys][1] in the **IAM User
1203
+ # Guide**.
1204
+ #
1205
+ #
1206
+ #
1207
+ # [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-reference-filter-keys.html
1208
+ #
830
1209
  # @option params [required, String] :analyzer_arn
831
- # The ARN of the analyzer to retrieve findings from.
1210
+ # The [ARN of the analyzer][1] to retrieve findings from.
1211
+ #
1212
+ #
1213
+ #
1214
+ # [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-getting-started.html#permission-resources
832
1215
  #
833
1216
  # @option params [Hash<String,Types::Criterion>] :filter
834
1217
  # A filter to match for the findings to return.
@@ -885,10 +1268,10 @@ module Aws::AccessAnalyzer
885
1268
  # resp.findings[0].principal["String"] #=> String
886
1269
  # resp.findings[0].resource #=> String
887
1270
  # resp.findings[0].resource_owner_account #=> String
888
- # resp.findings[0].resource_type #=> String, one of "AWS::IAM::Role", "AWS::KMS::Key", "AWS::Lambda::Function", "AWS::Lambda::LayerVersion", "AWS::S3::Bucket", "AWS::SQS::Queue"
1271
+ # resp.findings[0].resource_type #=> String, one of "AWS::S3::Bucket", "AWS::IAM::Role", "AWS::SQS::Queue", "AWS::Lambda::Function", "AWS::Lambda::LayerVersion", "AWS::KMS::Key", "AWS::SecretsManager::Secret"
889
1272
  # resp.findings[0].sources #=> Array
890
1273
  # resp.findings[0].sources[0].detail.access_point_arn #=> String
891
- # resp.findings[0].sources[0].type #=> String, one of "BUCKET_ACL", "POLICY", "S3_ACCESS_POINT"
1274
+ # resp.findings[0].sources[0].type #=> String, one of "POLICY", "BUCKET_ACL", "S3_ACCESS_POINT"
892
1275
  # resp.findings[0].status #=> String, one of "ACTIVE", "ARCHIVED", "RESOLVED"
893
1276
  # resp.findings[0].updated_at #=> Time
894
1277
  # resp.next_token #=> String
@@ -935,8 +1318,12 @@ module Aws::AccessAnalyzer
935
1318
  # resource.
936
1319
  #
937
1320
  # @option params [required, String] :analyzer_arn
938
- # The ARN of the analyzer to use to scan the policies applied to the
939
- # specified resource.
1321
+ # The [ARN of the analyzer][1] to use to scan the policies applied to
1322
+ # the specified resource.
1323
+ #
1324
+ #
1325
+ #
1326
+ # [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-getting-started.html#permission-resources
940
1327
  #
941
1328
  # @option params [required, String] :resource_arn
942
1329
  # The ARN of the resource to scan.
@@ -1061,7 +1448,11 @@ module Aws::AccessAnalyzer
1061
1448
  # Updates the status for the specified findings.
1062
1449
  #
1063
1450
  # @option params [required, String] :analyzer_arn
1064
- # The ARN of the analyzer that generated the findings to update.
1451
+ # The [ARN of the analyzer][1] that generated the findings to update.
1452
+ #
1453
+ #
1454
+ #
1455
+ # [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-getting-started.html#permission-resources
1065
1456
  #
1066
1457
  # @option params [String] :client_token
1067
1458
  # A client token.
@@ -1114,7 +1505,7 @@ module Aws::AccessAnalyzer
1114
1505
  params: params,
1115
1506
  config: config)
1116
1507
  context[:gem_name] = 'aws-sdk-accessanalyzer'
1117
- context[:gem_version] = '1.12.0'
1508
+ context[:gem_version] = '1.17.0'
1118
1509
  Seahorse::Client::Request.new(handlers, context)
1119
1510
  end
1120
1511