aws-sdk-macie2 1.64.0 → 1.65.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 +11 -11
- data/lib/aws-sdk-macie2/types.rb +17 -17
- data/lib/aws-sdk-macie2.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a82b697a665a308bf3622c1a72cdcb7fd8c8e659a347a0ffe99b28e0fcfff1c2
|
|
4
|
+
data.tar.gz: 5474187baeaf7e9c829fd2bca5d1ff5824d41088b324e413e1af1487b0fdeb25
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b988304b2cf0f5d00731d62b5cc302ee5d6ed4ccc196dbef595d3df9a76cef75c50c9b6e044b09cae26389d8168f2cba37edbe56fbc4c2bab6c00c7f8f080dbc
|
|
7
|
+
data.tar.gz: 1182bcaf1e18ab18f429fb05967e2aaecc5c78d8be0927b31bb8333aff87006e1e4ec3dc3fc3c64c7c247effbed961ae538523b8608fa2a8f91f961b3103dea2
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.65.0 (2024-01-16)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - This release adds support for analyzing Amazon S3 objects that are encrypted using dual-layer server-side encryption with AWS KMS keys (DSSE-KMS). It also adds support for reporting DSSE-KMS details in statistics and metadata about encryption settings for S3 buckets and objects.
|
|
8
|
+
|
|
4
9
|
1.64.0 (2023-11-28)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.65.0
|
|
@@ -1177,7 +1177,7 @@ module Aws::Macie2
|
|
|
1177
1177
|
# resp.buckets[0].replication_details.replication_accounts[0] #=> String
|
|
1178
1178
|
# resp.buckets[0].sensitivity_score #=> Integer
|
|
1179
1179
|
# resp.buckets[0].server_side_encryption.kms_master_key_id #=> String
|
|
1180
|
-
# resp.buckets[0].server_side_encryption.type #=> String, one of "NONE", "AES256", "aws:kms"
|
|
1180
|
+
# resp.buckets[0].server_side_encryption.type #=> String, one of "NONE", "AES256", "aws:kms", "aws:kms:dsse"
|
|
1181
1181
|
# resp.buckets[0].shared_access #=> String, one of "EXTERNAL", "INTERNAL", "NOT_SHARED", "UNKNOWN"
|
|
1182
1182
|
# resp.buckets[0].size_in_bytes #=> Integer
|
|
1183
1183
|
# resp.buckets[0].size_in_bytes_compressed #=> Integer
|
|
@@ -2001,7 +2001,7 @@ module Aws::Macie2
|
|
|
2001
2001
|
# resp.findings[0].resources_affected.s3_bucket.allows_unencrypted_object_uploads #=> String, one of "TRUE", "FALSE", "UNKNOWN"
|
|
2002
2002
|
# resp.findings[0].resources_affected.s3_bucket.arn #=> String
|
|
2003
2003
|
# resp.findings[0].resources_affected.s3_bucket.created_at #=> Time
|
|
2004
|
-
# resp.findings[0].resources_affected.s3_bucket.default_server_side_encryption.encryption_type #=> String, one of "NONE", "AES256", "aws:kms", "UNKNOWN"
|
|
2004
|
+
# resp.findings[0].resources_affected.s3_bucket.default_server_side_encryption.encryption_type #=> String, one of "NONE", "AES256", "aws:kms", "UNKNOWN", "aws:kms:dsse"
|
|
2005
2005
|
# resp.findings[0].resources_affected.s3_bucket.default_server_side_encryption.kms_master_key_id #=> String
|
|
2006
2006
|
# resp.findings[0].resources_affected.s3_bucket.name #=> String
|
|
2007
2007
|
# resp.findings[0].resources_affected.s3_bucket.owner.display_name #=> String
|
|
@@ -2029,7 +2029,7 @@ module Aws::Macie2
|
|
|
2029
2029
|
# resp.findings[0].resources_affected.s3_object.last_modified #=> Time
|
|
2030
2030
|
# resp.findings[0].resources_affected.s3_object.path #=> String
|
|
2031
2031
|
# resp.findings[0].resources_affected.s3_object.public_access #=> Boolean
|
|
2032
|
-
# resp.findings[0].resources_affected.s3_object.server_side_encryption.encryption_type #=> String, one of "NONE", "AES256", "aws:kms", "UNKNOWN"
|
|
2032
|
+
# resp.findings[0].resources_affected.s3_object.server_side_encryption.encryption_type #=> String, one of "NONE", "AES256", "aws:kms", "UNKNOWN", "aws:kms:dsse"
|
|
2033
2033
|
# resp.findings[0].resources_affected.s3_object.server_side_encryption.kms_master_key_id #=> String
|
|
2034
2034
|
# resp.findings[0].resources_affected.s3_object.size #=> Integer
|
|
2035
2035
|
# resp.findings[0].resources_affected.s3_object.storage_class #=> String, one of "STANDARD", "REDUCED_REDUNDANCY", "STANDARD_IA", "INTELLIGENT_TIERING", "DEEP_ARCHIVE", "ONEZONE_IA", "GLACIER", "GLACIER_IR", "OUTPOSTS"
|
|
@@ -3771,16 +3771,16 @@ module Aws::Macie2
|
|
|
3771
3771
|
# @option params [Types::UpdateRetrievalConfiguration] :retrieval_configuration
|
|
3772
3772
|
# Specifies the access method and settings to use when retrieving
|
|
3773
3773
|
# occurrences of sensitive data reported by findings. If your request
|
|
3774
|
-
# specifies an Identity and Access Management (IAM) role to assume
|
|
3775
|
-
#
|
|
3776
|
-
#
|
|
3777
|
-
#
|
|
3778
|
-
#
|
|
3779
|
-
# *Amazon Macie User Guide*.
|
|
3774
|
+
# specifies an Identity and Access Management (IAM) role to assume,
|
|
3775
|
+
# Amazon Macie verifies that the role exists and the attached policies
|
|
3776
|
+
# are configured correctly. If there's an issue, Macie returns an
|
|
3777
|
+
# error. For information about addressing the issue, see [Configuration
|
|
3778
|
+
# options and requirements for retrieving sensitive data samples][1] in
|
|
3779
|
+
# the *Amazon Macie User Guide*.
|
|
3780
3780
|
#
|
|
3781
3781
|
#
|
|
3782
3782
|
#
|
|
3783
|
-
# [1]: https://docs.aws.amazon.com/macie/latest/user/findings-retrieve-sd.html
|
|
3783
|
+
# [1]: https://docs.aws.amazon.com/macie/latest/user/findings-retrieve-sd-options.html
|
|
3784
3784
|
#
|
|
3785
3785
|
# @return [Types::UpdateRevealConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
3786
3786
|
#
|
|
@@ -3887,7 +3887,7 @@ module Aws::Macie2
|
|
|
3887
3887
|
params: params,
|
|
3888
3888
|
config: config)
|
|
3889
3889
|
context[:gem_name] = 'aws-sdk-macie2'
|
|
3890
|
-
context[:gem_version] = '1.
|
|
3890
|
+
context[:gem_version] = '1.65.0'
|
|
3891
3891
|
Seahorse::Client::Request.new(handlers, context)
|
|
3892
3892
|
end
|
|
3893
3893
|
|
data/lib/aws-sdk-macie2/types.rb
CHANGED
|
@@ -6646,16 +6646,16 @@ module Aws::Macie2
|
|
|
6646
6646
|
|
|
6647
6647
|
# Specifies the access method and settings to use when retrieving
|
|
6648
6648
|
# occurrences of sensitive data reported by findings. If your request
|
|
6649
|
-
# specifies an Identity and Access Management (IAM) role to assume
|
|
6650
|
-
#
|
|
6651
|
-
#
|
|
6652
|
-
#
|
|
6653
|
-
#
|
|
6654
|
-
# *Amazon Macie User Guide*.
|
|
6649
|
+
# specifies an Identity and Access Management (IAM) role to assume,
|
|
6650
|
+
# Amazon Macie verifies that the role exists and the attached policies
|
|
6651
|
+
# are configured correctly. If there's an issue, Macie returns an
|
|
6652
|
+
# error. For information about addressing the issue, see [Configuration
|
|
6653
|
+
# options and requirements for retrieving sensitive data samples][1] in
|
|
6654
|
+
# the *Amazon Macie User Guide*.
|
|
6655
6655
|
#
|
|
6656
6656
|
#
|
|
6657
6657
|
#
|
|
6658
|
-
# [1]: https://docs.aws.amazon.com/macie/latest/user/findings-retrieve-sd.html
|
|
6658
|
+
# [1]: https://docs.aws.amazon.com/macie/latest/user/findings-retrieve-sd-options.html
|
|
6659
6659
|
#
|
|
6660
6660
|
# @!attribute [rw] retrieval_mode
|
|
6661
6661
|
# The access method to use when retrieving occurrences of sensitive
|
|
@@ -6677,12 +6677,12 @@ module Aws::Macie2
|
|
|
6677
6677
|
# Specifies configuration settings for retrieving occurrences of
|
|
6678
6678
|
# sensitive data reported by findings, and the status of the
|
|
6679
6679
|
# configuration for an Amazon Macie account. If you don't specify
|
|
6680
|
-
# retrievalConfiguration
|
|
6680
|
+
# retrievalConfiguration settings for an existing configuration, Macie
|
|
6681
6681
|
# sets the access method to CALLER\_CREDENTIALS. If your current access
|
|
6682
6682
|
# method is ASSUME\_ROLE, Macie also deletes the external ID and role
|
|
6683
6683
|
# name currently specified for the configuration. To keep these settings
|
|
6684
|
-
# for an existing configuration, specify
|
|
6685
|
-
# retrievalConfiguration
|
|
6684
|
+
# for an existing configuration, specify your current
|
|
6685
|
+
# retrievalConfiguration settings in your request.
|
|
6686
6686
|
#
|
|
6687
6687
|
# @!attribute [rw] configuration
|
|
6688
6688
|
# Specifies the status of the Amazon Macie configuration for
|
|
@@ -6696,16 +6696,16 @@ module Aws::Macie2
|
|
|
6696
6696
|
# @!attribute [rw] retrieval_configuration
|
|
6697
6697
|
# Specifies the access method and settings to use when retrieving
|
|
6698
6698
|
# occurrences of sensitive data reported by findings. If your request
|
|
6699
|
-
# specifies an Identity and Access Management (IAM) role to assume
|
|
6700
|
-
#
|
|
6701
|
-
#
|
|
6702
|
-
#
|
|
6703
|
-
#
|
|
6704
|
-
#
|
|
6699
|
+
# specifies an Identity and Access Management (IAM) role to assume,
|
|
6700
|
+
# Amazon Macie verifies that the role exists and the attached policies
|
|
6701
|
+
# are configured correctly. If there's an issue, Macie returns an
|
|
6702
|
+
# error. For information about addressing the issue, see
|
|
6703
|
+
# [Configuration options and requirements for retrieving sensitive
|
|
6704
|
+
# data samples][1] in the *Amazon Macie User Guide*.
|
|
6705
6705
|
#
|
|
6706
6706
|
#
|
|
6707
6707
|
#
|
|
6708
|
-
# [1]: https://docs.aws.amazon.com/macie/latest/user/findings-retrieve-sd.html
|
|
6708
|
+
# [1]: https://docs.aws.amazon.com/macie/latest/user/findings-retrieve-sd-options.html
|
|
6709
6709
|
# @return [Types::UpdateRetrievalConfiguration]
|
|
6710
6710
|
#
|
|
6711
6711
|
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/UpdateRevealConfigurationRequest AWS API Documentation
|
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.65.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2024-01-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|
|
@@ -73,7 +73,7 @@ licenses:
|
|
|
73
73
|
metadata:
|
|
74
74
|
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-macie2
|
|
75
75
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-macie2/CHANGELOG.md
|
|
76
|
-
post_install_message:
|
|
76
|
+
post_install_message:
|
|
77
77
|
rdoc_options: []
|
|
78
78
|
require_paths:
|
|
79
79
|
- lib
|
|
@@ -88,8 +88,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
88
88
|
- !ruby/object:Gem::Version
|
|
89
89
|
version: '0'
|
|
90
90
|
requirements: []
|
|
91
|
-
rubygems_version: 3.
|
|
92
|
-
signing_key:
|
|
91
|
+
rubygems_version: 3.4.10
|
|
92
|
+
signing_key:
|
|
93
93
|
specification_version: 4
|
|
94
94
|
summary: AWS SDK for Ruby - Amazon Macie 2
|
|
95
95
|
test_files: []
|