aws-sdk-accessanalyzer 1.0.0 → 1.1.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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bc4c26ceac69d6a87725003ef6ca713955182c9b
|
4
|
+
data.tar.gz: 754343486281739d23446773c3181551644c866b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 77351a8330509349891ca8891d8e9a10947f2a84945cfe84d13374fa1d5e4a52fea77ebfe77cc403ce9e998703dd5d31be052a2d1e2ce6e6898f644f47b05943
|
7
|
+
data.tar.gz: b6ad02bf7abe1ea97e10f79df036e264ce462395c2eb6fdb0c087f13b8610c710c3bdf7c1e1ff440ea1722d06d86f70e679480faf5b52db3ad0e72d45e8ff2cd
|
@@ -254,13 +254,15 @@ module Aws::AccessAnalyzer
|
|
254
254
|
|
255
255
|
# @!group API Operations
|
256
256
|
|
257
|
-
# Creates an analyzer
|
257
|
+
# Creates an analyzer for your account.
|
258
258
|
#
|
259
259
|
# @option params [required, String] :analyzer_name
|
260
260
|
# The name of the analyzer to create.
|
261
261
|
#
|
262
262
|
# @option params [Array<Types::InlineArchiveRule>] :archive_rules
|
263
|
-
# Specifies the archive rules to add for the analyzer.
|
263
|
+
# Specifies the archive rules to add for the analyzer. Archive rules
|
264
|
+
# automatically archive findings that meet the criteria you define for
|
265
|
+
# the rule.
|
264
266
|
#
|
265
267
|
# @option params [String] :client_token
|
266
268
|
# A client token.
|
@@ -272,8 +274,8 @@ module Aws::AccessAnalyzer
|
|
272
274
|
# The tags to apply to the analyzer.
|
273
275
|
#
|
274
276
|
# @option params [required, String] :type
|
275
|
-
# The
|
276
|
-
# per account per Region.
|
277
|
+
# The type of analyzer to create. Only ACCOUNT analyzers are supported.
|
278
|
+
# You can create only one analyzer per account per Region.
|
277
279
|
#
|
278
280
|
# @return [Types::CreateAnalyzerResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
279
281
|
#
|
@@ -316,7 +318,9 @@ module Aws::AccessAnalyzer
|
|
316
318
|
req.send_request(options)
|
317
319
|
end
|
318
320
|
|
319
|
-
# Creates an archive rule for the specified analyzer.
|
321
|
+
# Creates an archive rule for the specified analyzer. Archive rules
|
322
|
+
# automatically archive findings that meet the criteria you define when
|
323
|
+
# you create the rule.
|
320
324
|
#
|
321
325
|
# @option params [required, String] :analyzer_name
|
322
326
|
# The name of the created analyzer.
|
@@ -395,7 +399,8 @@ module Aws::AccessAnalyzer
|
|
395
399
|
# Deletes the specified archive rule.
|
396
400
|
#
|
397
401
|
# @option params [required, String] :analyzer_name
|
398
|
-
# The name of the analyzer that
|
402
|
+
# The name of the analyzer that associated with the archive rule to
|
403
|
+
# delete.
|
399
404
|
#
|
400
405
|
# @option params [String] :client_token
|
401
406
|
# A client token.
|
@@ -425,7 +430,7 @@ module Aws::AccessAnalyzer
|
|
425
430
|
req.send_request(options)
|
426
431
|
end
|
427
432
|
|
428
|
-
# Retrieves information about
|
433
|
+
# Retrieves information about a resource that was analyzed.
|
429
434
|
#
|
430
435
|
# @option params [required, String] :analyzer_arn
|
431
436
|
# The ARN of the analyzer to retrieve information from.
|
@@ -591,7 +596,8 @@ module Aws::AccessAnalyzer
|
|
591
596
|
req.send_request(options)
|
592
597
|
end
|
593
598
|
|
594
|
-
# Retrieves a list of resources that have been
|
599
|
+
# Retrieves a list of resources of the specified type that have been
|
600
|
+
# analyzed by the specified analyzer..
|
595
601
|
#
|
596
602
|
# @option params [required, String] :analyzer_arn
|
597
603
|
# The ARN of the analyzer to retrieve a list of analyzed resources from.
|
@@ -644,8 +650,7 @@ module Aws::AccessAnalyzer
|
|
644
650
|
# A token used for pagination of results returned.
|
645
651
|
#
|
646
652
|
# @option params [String] :type
|
647
|
-
# The type of analyzer
|
648
|
-
# when the analyzer was created.
|
653
|
+
# The type of analyzer.
|
649
654
|
#
|
650
655
|
# @return [Types::ListAnalyzersResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
651
656
|
#
|
@@ -831,7 +836,8 @@ module Aws::AccessAnalyzer
|
|
831
836
|
req.send_request(options)
|
832
837
|
end
|
833
838
|
|
834
|
-
#
|
839
|
+
# Immediately starts a scan of the policies applied to the specified
|
840
|
+
# resource.
|
835
841
|
#
|
836
842
|
# @option params [required, String] :analyzer_arn
|
837
843
|
# The ARN of the analyzer to use to scan the policies applied to the
|
@@ -912,7 +918,7 @@ module Aws::AccessAnalyzer
|
|
912
918
|
req.send_request(options)
|
913
919
|
end
|
914
920
|
|
915
|
-
# Updates the specified archive rule.
|
921
|
+
# Updates the criteria and values for the specified archive rule.
|
916
922
|
#
|
917
923
|
# @option params [required, String] :analyzer_name
|
918
924
|
# The name of the analyzer to update the archive rules for.
|
@@ -957,7 +963,7 @@ module Aws::AccessAnalyzer
|
|
957
963
|
req.send_request(options)
|
958
964
|
end
|
959
965
|
|
960
|
-
# Updates
|
966
|
+
# Updates the status for the specified findings.
|
961
967
|
#
|
962
968
|
# @option params [required, String] :analyzer_arn
|
963
969
|
# The ARN of the analyzer that generated the findings to update.
|
@@ -1013,7 +1019,7 @@ module Aws::AccessAnalyzer
|
|
1013
1019
|
params: params,
|
1014
1020
|
config: config)
|
1015
1021
|
context[:gem_name] = 'aws-sdk-accessanalyzer'
|
1016
|
-
context[:gem_version] = '1.
|
1022
|
+
context[:gem_version] = '1.1.0'
|
1017
1023
|
Seahorse::Client::Request.new(handlers, context)
|
1018
1024
|
end
|
1019
1025
|
|
@@ -76,7 +76,7 @@ module Aws::AccessAnalyzer
|
|
76
76
|
TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
|
77
77
|
TagsMap = Shapes::MapShape.new(name: 'TagsMap')
|
78
78
|
ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
|
79
|
-
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
|
79
|
+
Timestamp = Shapes::TimestampShape.new(name: 'Timestamp', timestampFormat: "iso8601")
|
80
80
|
Token = Shapes::StringShape.new(name: 'Token')
|
81
81
|
Type = Shapes::StringShape.new(name: 'Type')
|
82
82
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
@@ -225,7 +225,9 @@ module Aws::AccessAnalyzer
|
|
225
225
|
# @return [String]
|
226
226
|
#
|
227
227
|
# @!attribute [rw] archive_rules
|
228
|
-
# Specifies the archive rules to add for the analyzer.
|
228
|
+
# Specifies the archive rules to add for the analyzer. Archive rules
|
229
|
+
# automatically archive findings that meet the criteria you define for
|
230
|
+
# the rule.
|
229
231
|
# @return [Array<Types::InlineArchiveRule>]
|
230
232
|
#
|
231
233
|
# @!attribute [rw] client_token
|
@@ -240,8 +242,8 @@ module Aws::AccessAnalyzer
|
|
240
242
|
# @return [Hash<String,String>]
|
241
243
|
#
|
242
244
|
# @!attribute [rw] type
|
243
|
-
# The
|
244
|
-
# per account per Region.
|
245
|
+
# The type of analyzer to create. Only ACCOUNT analyzers are
|
246
|
+
# supported. You can create only one analyzer per account per Region.
|
245
247
|
# @return [String]
|
246
248
|
#
|
247
249
|
# @see http://docs.aws.amazon.com/goto/WebAPI/accessanalyzer-2019-11-01/CreateAnalyzerRequest AWS API Documentation
|
@@ -316,7 +318,7 @@ module Aws::AccessAnalyzer
|
|
316
318
|
include Aws::Structure
|
317
319
|
end
|
318
320
|
|
319
|
-
# The criteria to use in the filter that defines the rule.
|
321
|
+
# The criteria to use in the filter that defines the archive rule.
|
320
322
|
#
|
321
323
|
# @note When making an API call, you may pass Criterion
|
322
324
|
# data as a hash:
|
@@ -399,7 +401,8 @@ module Aws::AccessAnalyzer
|
|
399
401
|
# }
|
400
402
|
#
|
401
403
|
# @!attribute [rw] analyzer_name
|
402
|
-
# The name of the analyzer that
|
404
|
+
# The name of the analyzer that associated with the archive rule to
|
405
|
+
# delete.
|
403
406
|
# @return [String]
|
404
407
|
#
|
405
408
|
# @!attribute [rw] client_token
|
@@ -706,7 +709,7 @@ module Aws::AccessAnalyzer
|
|
706
709
|
include Aws::Structure
|
707
710
|
end
|
708
711
|
|
709
|
-
# The
|
712
|
+
# The response to the request.
|
710
713
|
#
|
711
714
|
# @!attribute [rw] finding
|
712
715
|
# A `finding` object that contains finding details.
|
@@ -719,7 +722,8 @@ module Aws::AccessAnalyzer
|
|
719
722
|
include Aws::Structure
|
720
723
|
end
|
721
724
|
|
722
|
-
# An
|
725
|
+
# An criterion statement in an archive rule. Each archive rule may have
|
726
|
+
# multiple criteria.
|
723
727
|
#
|
724
728
|
# @note When making an API call, you may pass InlineArchiveRule
|
725
729
|
# data as a hash:
|
@@ -737,7 +741,7 @@ module Aws::AccessAnalyzer
|
|
737
741
|
# }
|
738
742
|
#
|
739
743
|
# @!attribute [rw] filter
|
740
|
-
# The
|
744
|
+
# The condition and values for a criterion.
|
741
745
|
# @return [Hash<String,Types::Criterion>]
|
742
746
|
#
|
743
747
|
# @!attribute [rw] rule_name
|
@@ -846,8 +850,7 @@ module Aws::AccessAnalyzer
|
|
846
850
|
# @return [String]
|
847
851
|
#
|
848
852
|
# @!attribute [rw] type
|
849
|
-
# The type of analyzer
|
850
|
-
# selected when the analyzer was created.
|
853
|
+
# The type of analyzer.
|
851
854
|
# @return [String]
|
852
855
|
#
|
853
856
|
# @see http://docs.aws.amazon.com/goto/WebAPI/accessanalyzer-2019-11-01/ListAnalyzersRequest AWS API Documentation
|
@@ -981,7 +984,7 @@ module Aws::AccessAnalyzer
|
|
981
984
|
include Aws::Structure
|
982
985
|
end
|
983
986
|
|
984
|
-
# The
|
987
|
+
# The response to the request.
|
985
988
|
#
|
986
989
|
# @!attribute [rw] findings
|
987
990
|
# A list of findings retrieved from the analyzer that match the filter
|
@@ -1077,7 +1080,7 @@ module Aws::AccessAnalyzer
|
|
1077
1080
|
include Aws::Structure
|
1078
1081
|
end
|
1079
1082
|
|
1080
|
-
# The sort
|
1083
|
+
# The criteria used to sort.
|
1081
1084
|
#
|
1082
1085
|
# @note When making an API call, you may pass SortCriteria
|
1083
1086
|
# data as a hash:
|
@@ -1207,7 +1210,7 @@ module Aws::AccessAnalyzer
|
|
1207
1210
|
include Aws::Structure
|
1208
1211
|
end
|
1209
1212
|
|
1210
|
-
# The response
|
1213
|
+
# The response to the request.
|
1211
1214
|
#
|
1212
1215
|
# @see http://docs.aws.amazon.com/goto/WebAPI/accessanalyzer-2019-11-01/UntagResourceResponse AWS API Documentation
|
1213
1216
|
#
|
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.1.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: 2019-12-
|
11
|
+
date: 2019-12-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|