aws-sdk-macie2 1.44.0 → 1.45.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-macie2/client.rb +2 -1
- data/lib/aws-sdk-macie2/client_api.rb +2 -0
- data/lib/aws-sdk-macie2/types.rb +26 -9
- data/lib/aws-sdk-macie2.rb +1 -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: 191e518ba8b63e06208886377af3384c9d3b05c9dd2f17584cda9ecc2eaed34f
|
4
|
+
data.tar.gz: 863b2775be9f2a05c2c9bba762b19fdb8870a1ed0a3cc0410e7a70e02881fb77
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 82880aa9115eb30496ca5c473b848cb9537b479a3f868e301850a9aff8cacf3403c62f0183898faec1f36b59a08b8598a647d0c15d3534ca42696f93f4575d64
|
7
|
+
data.tar.gz: 7a48c942dcbfc23d911e09bb8e4c1d9a3002e066bd678ed034c22873ee40f05786f3a040f7ccbc3056bbcc04497c2e3a53e8dc36a3e590f26c43a2dee43ec43d
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.45.0 (2022-04-20)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Sensitive data findings in Amazon Macie now indicate how Macie found the sensitive data that produced a finding (originType).
|
8
|
+
|
4
9
|
1.44.0 (2022-02-24)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.45.0
|
@@ -1630,6 +1630,7 @@ module Aws::Macie2
|
|
1630
1630
|
# resp.findings[0].classification_details.detailed_results_location #=> String
|
1631
1631
|
# resp.findings[0].classification_details.job_arn #=> String
|
1632
1632
|
# resp.findings[0].classification_details.job_id #=> String
|
1633
|
+
# resp.findings[0].classification_details.origin_type #=> String, one of "SENSITIVE_DATA_DISCOVERY_JOB"
|
1633
1634
|
# resp.findings[0].classification_details.result.additional_occurrences #=> Boolean
|
1634
1635
|
# resp.findings[0].classification_details.result.custom_data_identifiers.detections #=> Array
|
1635
1636
|
# resp.findings[0].classification_details.result.custom_data_identifiers.detections[0].arn #=> String
|
@@ -2991,7 +2992,7 @@ module Aws::Macie2
|
|
2991
2992
|
params: params,
|
2992
2993
|
config: config)
|
2993
2994
|
context[:gem_name] = 'aws-sdk-macie2'
|
2994
|
-
context[:gem_version] = '1.
|
2995
|
+
context[:gem_version] = '1.45.0'
|
2995
2996
|
Seahorse::Client::Request.new(handlers, context)
|
2996
2997
|
end
|
2997
2998
|
|
@@ -212,6 +212,7 @@ module Aws::Macie2
|
|
212
212
|
ObjectLevelStatistics = Shapes::StructureShape.new(name: 'ObjectLevelStatistics')
|
213
213
|
Occurrences = Shapes::StructureShape.new(name: 'Occurrences')
|
214
214
|
OrderBy = Shapes::StringShape.new(name: 'OrderBy')
|
215
|
+
OriginType = Shapes::StringShape.new(name: 'OriginType')
|
215
216
|
Page = Shapes::StructureShape.new(name: 'Page')
|
216
217
|
Pages = Shapes::ListShape.new(name: 'Pages')
|
217
218
|
PolicyDetails = Shapes::StructureShape.new(name: 'PolicyDetails')
|
@@ -510,6 +511,7 @@ module Aws::Macie2
|
|
510
511
|
ClassificationDetails.add_member(:detailed_results_location, Shapes::ShapeRef.new(shape: __string, location_name: "detailedResultsLocation"))
|
511
512
|
ClassificationDetails.add_member(:job_arn, Shapes::ShapeRef.new(shape: __string, location_name: "jobArn"))
|
512
513
|
ClassificationDetails.add_member(:job_id, Shapes::ShapeRef.new(shape: __string, location_name: "jobId"))
|
514
|
+
ClassificationDetails.add_member(:origin_type, Shapes::ShapeRef.new(shape: OriginType, location_name: "originType"))
|
513
515
|
ClassificationDetails.add_member(:result, Shapes::ShapeRef.new(shape: ClassificationResult, location_name: "result"))
|
514
516
|
ClassificationDetails.struct_class = Types::ClassificationDetails
|
515
517
|
|
data/lib/aws-sdk-macie2/types.rb
CHANGED
@@ -832,8 +832,8 @@ module Aws::Macie2
|
|
832
832
|
include Aws::Structure
|
833
833
|
end
|
834
834
|
|
835
|
-
# Provides information about a sensitive data finding
|
836
|
-
#
|
835
|
+
# Provides information about a sensitive data finding and the details of
|
836
|
+
# the finding.
|
837
837
|
#
|
838
838
|
# @!attribute [rw] detailed_results_location
|
839
839
|
# @return [String]
|
@@ -844,6 +844,11 @@ module Aws::Macie2
|
|
844
844
|
# @!attribute [rw] job_id
|
845
845
|
# @return [String]
|
846
846
|
#
|
847
|
+
# @!attribute [rw] origin_type
|
848
|
+
# Specifies how Amazon Macie found the sensitive data that produced a
|
849
|
+
# finding. The only possible value is:
|
850
|
+
# @return [String]
|
851
|
+
#
|
847
852
|
# @!attribute [rw] result
|
848
853
|
# Provides the details of a sensitive data finding, including the
|
849
854
|
# types, number of occurrences, and locations of the sensitive data
|
@@ -856,6 +861,7 @@ module Aws::Macie2
|
|
856
861
|
:detailed_results_location,
|
857
862
|
:job_arn,
|
858
863
|
:job_id,
|
864
|
+
:origin_type,
|
859
865
|
:result)
|
860
866
|
SENSITIVE = []
|
861
867
|
include Aws::Structure
|
@@ -2352,8 +2358,8 @@ module Aws::Macie2
|
|
2352
2358
|
# @return [String]
|
2353
2359
|
#
|
2354
2360
|
# @!attribute [rw] classification_details
|
2355
|
-
# Provides information about a sensitive data finding
|
2356
|
-
#
|
2361
|
+
# Provides information about a sensitive data finding and the details
|
2362
|
+
# of the finding.
|
2357
2363
|
# @return [Types::ClassificationDetails]
|
2358
2364
|
#
|
2359
2365
|
# @!attribute [rw] count
|
@@ -4117,7 +4123,8 @@ module Aws::Macie2
|
|
4117
4123
|
# }
|
4118
4124
|
#
|
4119
4125
|
# @!attribute [rw] comparator
|
4120
|
-
# The operator to use in a condition.
|
4126
|
+
# The operator to use in a condition. Depending on the type of
|
4127
|
+
# condition, possible values are:
|
4121
4128
|
# @return [String]
|
4122
4129
|
#
|
4123
4130
|
# @!attribute [rw] key
|
@@ -4607,9 +4614,13 @@ module Aws::Macie2
|
|
4607
4614
|
# @return [Array<Types::Cell>]
|
4608
4615
|
#
|
4609
4616
|
# @!attribute [rw] line_ranges
|
4617
|
+
# Specifies the locations of occurrences of sensitive data in a
|
4618
|
+
# non-binary text file.
|
4610
4619
|
# @return [Array<Types::Range>]
|
4611
4620
|
#
|
4612
4621
|
# @!attribute [rw] offset_ranges
|
4622
|
+
# Specifies the locations of occurrences of sensitive data in a
|
4623
|
+
# non-binary text file.
|
4613
4624
|
# @return [Array<Types::Range>]
|
4614
4625
|
#
|
4615
4626
|
# @!attribute [rw] pages
|
@@ -4618,6 +4629,8 @@ module Aws::Macie2
|
|
4618
4629
|
# @return [Array<Types::Page>]
|
4619
4630
|
#
|
4620
4631
|
# @!attribute [rw] records
|
4632
|
+
# Specifies the locations of occurrences of sensitive data in an
|
4633
|
+
# Apache Avro object container or a structured data file.
|
4621
4634
|
# @return [Array<Types::Record>]
|
4622
4635
|
#
|
4623
4636
|
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/Occurrences AWS API Documentation
|
@@ -5973,7 +5986,8 @@ module Aws::Macie2
|
|
5973
5986
|
# }
|
5974
5987
|
#
|
5975
5988
|
# @!attribute [rw] comparator
|
5976
|
-
# The operator to use in a condition.
|
5989
|
+
# The operator to use in a condition. Depending on the type of
|
5990
|
+
# condition, possible values are:
|
5977
5991
|
# @return [String]
|
5978
5992
|
#
|
5979
5993
|
# @!attribute [rw] key
|
@@ -6008,7 +6022,8 @@ module Aws::Macie2
|
|
6008
6022
|
# }
|
6009
6023
|
#
|
6010
6024
|
# @!attribute [rw] comparator
|
6011
|
-
# The operator to use in a condition.
|
6025
|
+
# The operator to use in a condition. Depending on the type of
|
6026
|
+
# condition, possible values are:
|
6012
6027
|
# @return [String]
|
6013
6028
|
#
|
6014
6029
|
# @!attribute [rw] key
|
@@ -6089,7 +6104,8 @@ module Aws::Macie2
|
|
6089
6104
|
# }
|
6090
6105
|
#
|
6091
6106
|
# @!attribute [rw] comparator
|
6092
|
-
# The operator to use in a condition.
|
6107
|
+
# The operator to use in a condition. Depending on the type of
|
6108
|
+
# condition, possible values are:
|
6093
6109
|
# @return [String]
|
6094
6110
|
#
|
6095
6111
|
# @!attribute [rw] tag_values
|
@@ -6190,7 +6206,8 @@ module Aws::Macie2
|
|
6190
6206
|
# }
|
6191
6207
|
#
|
6192
6208
|
# @!attribute [rw] comparator
|
6193
|
-
# The operator to use in a condition.
|
6209
|
+
# The operator to use in a condition. Depending on the type of
|
6210
|
+
# condition, possible values are:
|
6194
6211
|
# @return [String]
|
6195
6212
|
#
|
6196
6213
|
# @!attribute [rw] key
|
data/lib/aws-sdk-macie2.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-macie2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.45.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: 2022-
|
11
|
+
date: 2022-04-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|