aws-sdk-macie2 1.64.0 → 1.66.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: 2d51649ecfc0ac1af65b982da0b28de676bb84dfe7ee92a664098e40104a0a87
4
- data.tar.gz: 5e35903b03150877dbf2969f435e610b78e911fdcf5a352cf3a1a8119d2f53dd
3
+ metadata.gz: 6eb12c72ec73d4c4a9fd2f66ccf603d04162ea5149b0837e3bf226fa82bbd95d
4
+ data.tar.gz: 1fbeae7b3a0b10d4d69b7e2ce8555560810ac0a7bfd7f1b5557fce9e621dd5b0
5
5
  SHA512:
6
- metadata.gz: cde10616242277d02b8ab5f5f9bc0b21632f4b16347e9baefe9683b0764302a30c8e9290d50ca6dd51ce96b339bf20b157137112103cdf5736e1a7ca7ae2f3e3
7
- data.tar.gz: 13066fdd8bccf704ccbad27d5164988bbbc2f79e5611989f7467652177d550bcb4172ed5f3c738c25939413bb7b94eebe5dd522e8c383a0c26e3491c2be07321
6
+ metadata.gz: e6fad85663f687874462ce81dabdb2903e47398086a16e6f6768b22ccca17fa14b3bafb52cb23df89e38e84e85d59f760e16f953a36ea77b49c8fdd8039bf5ad
7
+ data.tar.gz: 40104108ec65cccc89615d4619ba0cf9173957003e1606ba65e9ecec98eca8680e82db41cef83da8530d9b65c05fd0257eff98d231402895660b6568b6f490ff
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.66.0 (2024-01-26)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.65.0 (2024-01-16)
10
+ ------------------
11
+
12
+ * 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.
13
+
4
14
  1.64.0 (2023-11-28)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.64.0
1
+ 1.66.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 when
3775
- # retrieving the sensitive data, Amazon Macie verifies that the role
3776
- # exists and the attached policies are configured correctly. If there's
3777
- # an issue, Macie returns an error. For information about addressing the
3778
- # issue, see [Retrieving sensitive data samples with findings][1] in the
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.64.0'
3890
+ context[:gem_version] = '1.66.0'
3891
3891
  Seahorse::Client::Request.new(handlers, context)
3892
3892
  end
3893
3893
 
@@ -14,6 +14,7 @@ module Aws::Macie2
14
14
  option(
15
15
  :endpoint_provider,
16
16
  doc_type: 'Aws::Macie2::EndpointProvider',
17
+ rbs_type: 'untyped',
17
18
  docstring: 'The endpoint provider used to resolve endpoints. Any '\
18
19
  'object that responds to `#resolve_endpoint(parameters)` '\
19
20
  'where `parameters` is a Struct similar to '\
@@ -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 when
6650
- # retrieving the sensitive data, Amazon Macie verifies that the role
6651
- # exists and the attached policies are configured correctly. If there's
6652
- # an issue, Macie returns an error. For information about addressing the
6653
- # issue, see [Retrieving sensitive data samples with findings][1] in the
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 values for an existing configuration, Macie
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 the current
6685
- # retrievalConfiguration values in your request.
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
- # when retrieving the sensitive data, Amazon Macie verifies that the
6701
- # role exists and the attached policies are configured correctly. If
6702
- # there's an issue, Macie returns an error. For information about
6703
- # addressing the issue, see [Retrieving sensitive data samples with
6704
- # findings][1] in the *Amazon Macie User Guide*.
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
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-macie2/customizations'
53
53
  # @!group service
54
54
  module Aws::Macie2
55
55
 
56
- GEM_VERSION = '1.64.0'
56
+ GEM_VERSION = '1.66.0'
57
57
 
58
58
  end