aws-sdk-macie2 1.42.0 → 1.45.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: 2069c26d63ac1cc4d2571c9f615500e33d79ab6c1cf002edb2ac1ccb7e0d69e0
4
- data.tar.gz: 288503c1b245a4019c99064f667151ac0918b6edd0d9586002d77f828e1d8ee7
3
+ metadata.gz: 191e518ba8b63e06208886377af3384c9d3b05c9dd2f17584cda9ecc2eaed34f
4
+ data.tar.gz: 863b2775be9f2a05c2c9bba762b19fdb8870a1ed0a3cc0410e7a70e02881fb77
5
5
  SHA512:
6
- metadata.gz: a06abad6780ca7bc3db942158196ae595d40d3f752205595753b3dbbf05cdb1261d9d19c56a8e62ecc6d8de7bc8ba11e70c1358a1910a38de0308bfbe80fe5da
7
- data.tar.gz: 16007669d8c097e559eb403e1a6eeacc0ba4a23406dbaf5888da784b92d3f1ea65e573b520a6b67733c5d87bf9ea48dfaea0e09d579e3eec9d48b46ed9b392f7
6
+ metadata.gz: 82880aa9115eb30496ca5c473b848cb9537b479a3f868e301850a9aff8cacf3403c62f0183898faec1f36b59a08b8598a647d0c15d3534ca42696f93f4575d64
7
+ data.tar.gz: 7a48c942dcbfc23d911e09bb8e4c1d9a3002e066bd678ed034c22873ee40f05786f3a040f7ccbc3056bbcc04497c2e3a53e8dc36a3e590f26c43a2dee43ec43d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
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
+
9
+ 1.44.0 (2022-02-24)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.43.0 (2022-02-03)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
4
19
  1.42.0 (2022-01-19)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.42.0
1
+ 1.45.0
@@ -27,7 +27,9 @@ require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
27
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
28
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
29
  require 'aws-sdk-core/plugins/http_checksum.rb'
30
+ require 'aws-sdk-core/plugins/checksum_algorithm.rb'
30
31
  require 'aws-sdk-core/plugins/defaults_mode.rb'
32
+ require 'aws-sdk-core/plugins/recursion_detection.rb'
31
33
  require 'aws-sdk-core/plugins/signature_v4.rb'
32
34
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
33
35
 
@@ -74,7 +76,9 @@ module Aws::Macie2
74
76
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
75
77
  add_plugin(Aws::Plugins::TransferEncoding)
76
78
  add_plugin(Aws::Plugins::HttpChecksum)
79
+ add_plugin(Aws::Plugins::ChecksumAlgorithm)
77
80
  add_plugin(Aws::Plugins::DefaultsMode)
81
+ add_plugin(Aws::Plugins::RecursionDetection)
78
82
  add_plugin(Aws::Plugins::SignatureV4)
79
83
  add_plugin(Aws::Plugins::Protocols::RestJson)
80
84
 
@@ -1626,6 +1630,7 @@ module Aws::Macie2
1626
1630
  # resp.findings[0].classification_details.detailed_results_location #=> String
1627
1631
  # resp.findings[0].classification_details.job_arn #=> String
1628
1632
  # resp.findings[0].classification_details.job_id #=> String
1633
+ # resp.findings[0].classification_details.origin_type #=> String, one of "SENSITIVE_DATA_DISCOVERY_JOB"
1629
1634
  # resp.findings[0].classification_details.result.additional_occurrences #=> Boolean
1630
1635
  # resp.findings[0].classification_details.result.custom_data_identifiers.detections #=> Array
1631
1636
  # resp.findings[0].classification_details.result.custom_data_identifiers.detections[0].arn #=> String
@@ -2987,7 +2992,7 @@ module Aws::Macie2
2987
2992
  params: params,
2988
2993
  config: config)
2989
2994
  context[:gem_name] = 'aws-sdk-macie2'
2990
- context[:gem_version] = '1.42.0'
2995
+ context[:gem_version] = '1.45.0'
2991
2996
  Seahorse::Client::Request.new(handlers, context)
2992
2997
  end
2993
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
 
@@ -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, including the
836
- # classification job that produced the finding.
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, including the
2356
- # classification job that produced the finding.
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. Valid values are:
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. Valid values are:
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. Valid values are:
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. Valid values are:
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. Valid values are:
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
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-macie2/customizations'
48
48
  # @!group service
49
49
  module Aws::Macie2
50
50
 
51
- GEM_VERSION = '1.42.0'
51
+ GEM_VERSION = '1.45.0'
52
52
 
53
53
  end
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.42.0
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-01-19 00:00:00.000000000 Z
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
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.125.0
22
+ version: 3.127.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.125.0
32
+ version: 3.127.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement