aws-sdk-accessanalyzer 1.80.0 → 1.81.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 +24 -1
- data/lib/aws-sdk-accessanalyzer/client_api.rb +1 -0
- data/lib/aws-sdk-accessanalyzer/types.rb +23 -5
- data/lib/aws-sdk-accessanalyzer.rb +1 -1
- data/sig/types.rbs +1 -0
- 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: 99fdd9df86b8465c82dcce0e36073efb02ed23ab5ffd37213a541fc1be41b013
|
|
4
|
+
data.tar.gz: 9fa3b4d2dbca755c1cd4e3e4b9cba9bbc6636903d1048f1bd3ccba600cc1e0b5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 947a02c03e786eb87c1efcca8120639edea88f69e92b78843f1d93c56984a76e9c61f418761ca6713474d2225220434cf9946b37fdeb226db7350a1329e3dcb6
|
|
7
|
+
data.tar.gz: 6902bc36787302f41210a74c9b7de681c396d6cdd666eba6e17e08feb16730ae311ee684016fe421d4424645757d21a663701a320aaa3fc297cbf3120e1bb7b2
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.81.0
|
|
@@ -1345,6 +1345,10 @@ module Aws::AccessAnalyzer
|
|
|
1345
1345
|
|
|
1346
1346
|
# Retrieves information about a resource that was analyzed.
|
|
1347
1347
|
#
|
|
1348
|
+
# <note markdown="1"> This action is supported only for external access analyzers.
|
|
1349
|
+
#
|
|
1350
|
+
# </note>
|
|
1351
|
+
#
|
|
1348
1352
|
# @option params [required, String] :analyzer_arn
|
|
1349
1353
|
# The [ARN of the analyzer][1] to retrieve information from.
|
|
1350
1354
|
#
|
|
@@ -1496,6 +1500,11 @@ module Aws::AccessAnalyzer
|
|
|
1496
1500
|
# element of an IAM policy statement. You must have permission to
|
|
1497
1501
|
# perform the `access-analyzer:GetFinding` action.
|
|
1498
1502
|
#
|
|
1503
|
+
# <note markdown="1"> GetFinding is supported only for external access analyzers. You must
|
|
1504
|
+
# use GetFindingV2 for internal and unused access analyzers.
|
|
1505
|
+
#
|
|
1506
|
+
# </note>
|
|
1507
|
+
#
|
|
1499
1508
|
# @option params [required, String] :analyzer_arn
|
|
1500
1509
|
# The [ARN of the analyzer][1] that generated the finding.
|
|
1501
1510
|
#
|
|
@@ -1829,6 +1838,7 @@ module Aws::AccessAnalyzer
|
|
|
1829
1838
|
# resp.findings_statistics[0].external_access_findings_statistics.resource_type_statistics #=> Hash
|
|
1830
1839
|
# resp.findings_statistics[0].external_access_findings_statistics.resource_type_statistics["ResourceType"].total_active_public #=> Integer
|
|
1831
1840
|
# resp.findings_statistics[0].external_access_findings_statistics.resource_type_statistics["ResourceType"].total_active_cross_account #=> Integer
|
|
1841
|
+
# resp.findings_statistics[0].external_access_findings_statistics.resource_type_statistics["ResourceType"].total_active_errors #=> Integer
|
|
1832
1842
|
# resp.findings_statistics[0].external_access_findings_statistics.total_active_findings #=> Integer
|
|
1833
1843
|
# resp.findings_statistics[0].external_access_findings_statistics.total_archived_findings #=> Integer
|
|
1834
1844
|
# resp.findings_statistics[0].external_access_findings_statistics.total_resolved_findings #=> Integer
|
|
@@ -2237,6 +2247,11 @@ module Aws::AccessAnalyzer
|
|
|
2237
2247
|
# findings, see [IAM Access Analyzer filter keys][1] in the **IAM User
|
|
2238
2248
|
# Guide**.
|
|
2239
2249
|
#
|
|
2250
|
+
# <note markdown="1"> ListFindings is supported only for external access analyzers. You must
|
|
2251
|
+
# use ListFindingsV2 for internal and unused access analyzers.
|
|
2252
|
+
#
|
|
2253
|
+
# </note>
|
|
2254
|
+
#
|
|
2240
2255
|
#
|
|
2241
2256
|
#
|
|
2242
2257
|
# [1]: https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-reference-filter-keys.html
|
|
@@ -2547,6 +2562,10 @@ module Aws::AccessAnalyzer
|
|
|
2547
2562
|
# Immediately starts a scan of the policies applied to the specified
|
|
2548
2563
|
# resource.
|
|
2549
2564
|
#
|
|
2565
|
+
# <note markdown="1"> This action is supported only for external access analyzers.
|
|
2566
|
+
#
|
|
2567
|
+
# </note>
|
|
2568
|
+
#
|
|
2550
2569
|
# @option params [required, String] :analyzer_arn
|
|
2551
2570
|
# The [ARN of the analyzer][1] to use to scan the policies applied to
|
|
2552
2571
|
# the specified resource.
|
|
@@ -2638,6 +2657,10 @@ module Aws::AccessAnalyzer
|
|
|
2638
2657
|
|
|
2639
2658
|
# Modifies the configuration of an existing analyzer.
|
|
2640
2659
|
#
|
|
2660
|
+
# <note markdown="1"> This action is not supported for external access analyzers.
|
|
2661
|
+
#
|
|
2662
|
+
# </note>
|
|
2663
|
+
#
|
|
2641
2664
|
# @option params [required, String] :analyzer_name
|
|
2642
2665
|
# The name of the analyzer to modify.
|
|
2643
2666
|
#
|
|
@@ -2913,7 +2936,7 @@ module Aws::AccessAnalyzer
|
|
|
2913
2936
|
tracer: tracer
|
|
2914
2937
|
)
|
|
2915
2938
|
context[:gem_name] = 'aws-sdk-accessanalyzer'
|
|
2916
|
-
context[:gem_version] = '1.
|
|
2939
|
+
context[:gem_version] = '1.81.0'
|
|
2917
2940
|
Seahorse::Client::Request.new(handlers, context)
|
|
2918
2941
|
end
|
|
2919
2942
|
|
|
@@ -1118,6 +1118,7 @@ module Aws::AccessAnalyzer
|
|
|
1118
1118
|
|
|
1119
1119
|
ResourceTypeDetails.add_member(:total_active_public, Shapes::ShapeRef.new(shape: Integer, location_name: "totalActivePublic"))
|
|
1120
1120
|
ResourceTypeDetails.add_member(:total_active_cross_account, Shapes::ShapeRef.new(shape: Integer, location_name: "totalActiveCrossAccount"))
|
|
1121
|
+
ResourceTypeDetails.add_member(:total_active_errors, Shapes::ShapeRef.new(shape: Integer, location_name: "totalActiveErrors"))
|
|
1121
1122
|
ResourceTypeDetails.struct_class = Types::ResourceTypeDetails
|
|
1122
1123
|
|
|
1123
1124
|
ResourceTypeList.member = Shapes::ShapeRef.new(shape: ResourceType)
|
|
@@ -506,8 +506,7 @@ module Aws::AccessAnalyzer
|
|
|
506
506
|
# @return [String]
|
|
507
507
|
#
|
|
508
508
|
# @!attribute [rw] type
|
|
509
|
-
# The type
|
|
510
|
-
# for the analyzer.
|
|
509
|
+
# The type represents the zone of trust or scope for the analyzer.
|
|
511
510
|
# @return [String]
|
|
512
511
|
#
|
|
513
512
|
# @!attribute [rw] created_at
|
|
@@ -523,7 +522,14 @@ module Aws::AccessAnalyzer
|
|
|
523
522
|
# @return [Time]
|
|
524
523
|
#
|
|
525
524
|
# @!attribute [rw] tags
|
|
526
|
-
#
|
|
525
|
+
# An array of key-value pairs applied to the analyzer. The key-value
|
|
526
|
+
# pairs consist of the set of Unicode letters, digits, whitespace,
|
|
527
|
+
# `_`, `.`, `/`, `=`, `+`, and `-`.
|
|
528
|
+
#
|
|
529
|
+
# The tag key is a value that is 1 to 128 characters in length and
|
|
530
|
+
# cannot be prefixed with `aws:`.
|
|
531
|
+
#
|
|
532
|
+
# The tag value is a value that is 0 to 256 characters in length.
|
|
527
533
|
# @return [Hash<String,String>]
|
|
528
534
|
#
|
|
529
535
|
# @!attribute [rw] status
|
|
@@ -547,7 +553,14 @@ module Aws::AccessAnalyzer
|
|
|
547
553
|
#
|
|
548
554
|
# @!attribute [rw] configuration
|
|
549
555
|
# Specifies if the analyzer is an external access, unused access, or
|
|
550
|
-
# internal access analyzer.
|
|
556
|
+
# internal access analyzer. The [GetAnalyzer][1] action includes this
|
|
557
|
+
# property in its response if a configuration is specified, while the
|
|
558
|
+
# [ListAnalyzers][2] action omits it.
|
|
559
|
+
#
|
|
560
|
+
#
|
|
561
|
+
#
|
|
562
|
+
# [1]: https://docs.aws.amazon.com/access-analyzer/latest/APIReference/API_GetAnalyzer.html
|
|
563
|
+
# [2]: https://docs.aws.amazon.com/access-analyzer/latest/APIReference/API_ListAnalyzers.html
|
|
551
564
|
# @return [Types::AnalyzerConfiguration]
|
|
552
565
|
#
|
|
553
566
|
# @see http://docs.aws.amazon.com/goto/WebAPI/accessanalyzer-2019-11-01/AnalyzerSummary AWS API Documentation
|
|
@@ -3922,11 +3935,16 @@ module Aws::AccessAnalyzer
|
|
|
3922
3935
|
# type.
|
|
3923
3936
|
# @return [Integer]
|
|
3924
3937
|
#
|
|
3938
|
+
# @!attribute [rw] total_active_errors
|
|
3939
|
+
# The total number of active errors for the resource type.
|
|
3940
|
+
# @return [Integer]
|
|
3941
|
+
#
|
|
3925
3942
|
# @see http://docs.aws.amazon.com/goto/WebAPI/accessanalyzer-2019-11-01/ResourceTypeDetails AWS API Documentation
|
|
3926
3943
|
#
|
|
3927
3944
|
class ResourceTypeDetails < Struct.new(
|
|
3928
3945
|
:total_active_public,
|
|
3929
|
-
:total_active_cross_account
|
|
3946
|
+
:total_active_cross_account,
|
|
3947
|
+
:total_active_errors)
|
|
3930
3948
|
SENSITIVE = []
|
|
3931
3949
|
include Aws::Structure
|
|
3932
3950
|
end
|
data/sig/types.rbs
CHANGED