aws-sdk-macie2 1.15.0 → 1.16.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-macie2.rb +1 -1
- data/lib/aws-sdk-macie2/client.rb +3 -1
- data/lib/aws-sdk-macie2/client_api.rb +1 -0
- data/lib/aws-sdk-macie2/types.rb +22 -17
- 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: 6a39830b8290bee8a7b4b74530fce49c942bab720da72120e25ea8cab49fe08c
|
4
|
+
data.tar.gz: 234d19d57c41adb310daf71436289c9d42cb95d46ae3932db8756bff017e1c03
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b6009ff895a7a67c19787744e2eafbf6464ea57fbfda24d340369a7b2c2f43044b8cbf777d0c48dbc90340822289778e96780a35818d5c0a6bb1a9082e62feaa
|
7
|
+
data.tar.gz: d35143c5e4039adf58c5ab0f0b708d5054d821de2ecf29b2a04c5bc7d117d436b9cb490039e804858d9f9a05099dbff191a43c22c54a0de17557a9bc3c8a1d52
|
data/lib/aws-sdk-macie2.rb
CHANGED
@@ -1462,6 +1462,7 @@ module Aws::Macie2
|
|
1462
1462
|
# resp.findings[0].classification_details.result.custom_data_identifiers.detections[0].occurrences.pages[0].offset_range.start_column #=> Integer
|
1463
1463
|
# resp.findings[0].classification_details.result.custom_data_identifiers.detections[0].occurrences.pages[0].page_number #=> Integer
|
1464
1464
|
# resp.findings[0].classification_details.result.custom_data_identifiers.detections[0].occurrences.records #=> Array
|
1465
|
+
# resp.findings[0].classification_details.result.custom_data_identifiers.detections[0].occurrences.records[0].json_path #=> String
|
1465
1466
|
# resp.findings[0].classification_details.result.custom_data_identifiers.detections[0].occurrences.records[0].record_index #=> Integer
|
1466
1467
|
# resp.findings[0].classification_details.result.custom_data_identifiers.total_count #=> Integer
|
1467
1468
|
# resp.findings[0].classification_details.result.mime_type #=> String
|
@@ -1491,6 +1492,7 @@ module Aws::Macie2
|
|
1491
1492
|
# resp.findings[0].classification_details.result.sensitive_data[0].detections[0].occurrences.pages[0].offset_range.start_column #=> Integer
|
1492
1493
|
# resp.findings[0].classification_details.result.sensitive_data[0].detections[0].occurrences.pages[0].page_number #=> Integer
|
1493
1494
|
# resp.findings[0].classification_details.result.sensitive_data[0].detections[0].occurrences.records #=> Array
|
1495
|
+
# resp.findings[0].classification_details.result.sensitive_data[0].detections[0].occurrences.records[0].json_path #=> String
|
1494
1496
|
# resp.findings[0].classification_details.result.sensitive_data[0].detections[0].occurrences.records[0].record_index #=> Integer
|
1495
1497
|
# resp.findings[0].classification_details.result.sensitive_data[0].detections[0].type #=> String
|
1496
1498
|
# resp.findings[0].classification_details.result.sensitive_data[0].total_count #=> Integer
|
@@ -2535,7 +2537,7 @@ module Aws::Macie2
|
|
2535
2537
|
params: params,
|
2536
2538
|
config: config)
|
2537
2539
|
context[:gem_name] = 'aws-sdk-macie2'
|
2538
|
-
context[:gem_version] = '1.
|
2540
|
+
context[:gem_version] = '1.16.0'
|
2539
2541
|
Seahorse::Client::Request.new(handlers, context)
|
2540
2542
|
end
|
2541
2543
|
|
@@ -1033,6 +1033,7 @@ module Aws::Macie2
|
|
1033
1033
|
|
1034
1034
|
Ranges.member = Shapes::ShapeRef.new(shape: Range)
|
1035
1035
|
|
1036
|
+
Record.add_member(:json_path, Shapes::ShapeRef.new(shape: __string, location_name: "jsonPath"))
|
1036
1037
|
Record.add_member(:record_index, Shapes::ShapeRef.new(shape: __long, location_name: "recordIndex"))
|
1037
1038
|
Record.struct_class = Types::Record
|
1038
1039
|
|
data/lib/aws-sdk-macie2/types.rb
CHANGED
@@ -1750,8 +1750,8 @@ module Aws::Macie2
|
|
1750
1750
|
#
|
1751
1751
|
# @!attribute [rw] user_paused_details
|
1752
1752
|
# Provides information about when a classification job was paused and
|
1753
|
-
# when it will expire and be cancelled if it isn
|
1754
|
-
# object is present only if a job
|
1753
|
+
# when it will expire and be cancelled if it isn't resumed. This
|
1754
|
+
# object is present only if a job's current status (jobStatus) is
|
1755
1755
|
# USER\_PAUSED.
|
1756
1756
|
# @return [Types::UserPausedDetails]
|
1757
1757
|
#
|
@@ -3203,8 +3203,8 @@ module Aws::Macie2
|
|
3203
3203
|
#
|
3204
3204
|
# @!attribute [rw] user_paused_details
|
3205
3205
|
# Provides information about when a classification job was paused and
|
3206
|
-
# when it will expire and be cancelled if it isn
|
3207
|
-
# object is present only if a job
|
3206
|
+
# when it will expire and be cancelled if it isn't resumed. This
|
3207
|
+
# object is present only if a job's current status (jobStatus) is
|
3208
3208
|
# USER\_PAUSED.
|
3209
3209
|
# @return [Types::UserPausedDetails]
|
3210
3210
|
#
|
@@ -3869,14 +3869,14 @@ module Aws::Macie2
|
|
3869
3869
|
#
|
3870
3870
|
# @!attribute [rw] line_ranges
|
3871
3871
|
# Provides details about the location of occurrences of sensitive data
|
3872
|
-
# in an Adobe Portable Document Format file,
|
3873
|
-
#
|
3872
|
+
# in an Adobe Portable Document Format file, Microsoft Word document,
|
3873
|
+
# or non-binary text file.
|
3874
3874
|
# @return [Array<Types::Range>]
|
3875
3875
|
#
|
3876
3876
|
# @!attribute [rw] offset_ranges
|
3877
3877
|
# Provides details about the location of occurrences of sensitive data
|
3878
|
-
# in an Adobe Portable Document Format file,
|
3879
|
-
#
|
3878
|
+
# in an Adobe Portable Document Format file, Microsoft Word document,
|
3879
|
+
# or non-binary text file.
|
3880
3880
|
# @return [Array<Types::Range>]
|
3881
3881
|
#
|
3882
3882
|
# @!attribute [rw] pages
|
@@ -3906,14 +3906,14 @@ module Aws::Macie2
|
|
3906
3906
|
#
|
3907
3907
|
# @!attribute [rw] line_range
|
3908
3908
|
# Provides details about the location of an occurrence of sensitive
|
3909
|
-
# data in an Adobe Portable Document Format file,
|
3910
|
-
#
|
3909
|
+
# data in an Adobe Portable Document Format file, Microsoft Word
|
3910
|
+
# document, or non-binary text file.
|
3911
3911
|
# @return [Types::Range]
|
3912
3912
|
#
|
3913
3913
|
# @!attribute [rw] offset_range
|
3914
3914
|
# Provides details about the location of an occurrence of sensitive
|
3915
|
-
# data in an Adobe Portable Document Format file,
|
3916
|
-
#
|
3915
|
+
# data in an Adobe Portable Document Format file, Microsoft Word
|
3916
|
+
# document, or non-binary text file.
|
3917
3917
|
# @return [Types::Range]
|
3918
3918
|
#
|
3919
3919
|
# @!attribute [rw] page_number
|
@@ -4001,8 +4001,8 @@ module Aws::Macie2
|
|
4001
4001
|
end
|
4002
4002
|
|
4003
4003
|
# Provides details about the location of an occurrence of sensitive data
|
4004
|
-
# in an Adobe Portable Document Format file,
|
4005
|
-
#
|
4004
|
+
# in an Adobe Portable Document Format file, Microsoft Word document, or
|
4005
|
+
# non-binary text file.
|
4006
4006
|
#
|
4007
4007
|
# @!attribute [rw] end
|
4008
4008
|
# @return [Integer]
|
@@ -4024,7 +4024,10 @@ module Aws::Macie2
|
|
4024
4024
|
end
|
4025
4025
|
|
4026
4026
|
# Specifies the location of an occurrence of sensitive data in an Apache
|
4027
|
-
# Parquet file.
|
4027
|
+
# Avro object container or Apache Parquet file.
|
4028
|
+
#
|
4029
|
+
# @!attribute [rw] json_path
|
4030
|
+
# @return [String]
|
4028
4031
|
#
|
4029
4032
|
# @!attribute [rw] record_index
|
4030
4033
|
# @return [Integer]
|
@@ -4032,6 +4035,7 @@ module Aws::Macie2
|
|
4032
4035
|
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/Record AWS API Documentation
|
4033
4036
|
#
|
4034
4037
|
class Record < Struct.new(
|
4038
|
+
:json_path,
|
4035
4039
|
:record_index)
|
4036
4040
|
SENSITIVE = []
|
4037
4041
|
include Aws::Structure
|
@@ -5332,8 +5336,9 @@ module Aws::Macie2
|
|
5332
5336
|
end
|
5333
5337
|
|
5334
5338
|
# Provides information about when a classification job was paused and
|
5335
|
-
# when it will expire and be cancelled if it isn
|
5336
|
-
# is present only if a job
|
5339
|
+
# when it will expire and be cancelled if it isn't resumed. This object
|
5340
|
+
# is present only if a job's current status (jobStatus) is
|
5341
|
+
# USER\_PAUSED.
|
5337
5342
|
#
|
5338
5343
|
# @!attribute [rw] job_expires_at
|
5339
5344
|
# @return [Time]
|
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.16.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: 2020-
|
11
|
+
date: 2020-11-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|