aws-sdk-macie2 1.51.0 → 1.53.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-macie2/client.rb +3 -3
- data/lib/aws-sdk-macie2/endpoint_parameters.rb +0 -3
- data/lib/aws-sdk-macie2/endpoint_provider.rb +27 -24
- data/lib/aws-sdk-macie2/types.rb +100 -49
- 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: 35fe0a5e96d315e4a620b24cc47e1f1ed1d4a4e80bdf3a0b666c82cab2018798
|
4
|
+
data.tar.gz: 6cc2537388585b0712b6cd6e706f4a8e62240dc7325560f15828952e429e1303
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8bdc7dba29d48f06f7d5470d1eb7373438896e2a44a26d7adcc535604c7ab6cf33b3a50644abf90dbaa78b34ed7d8c3fa230852a6bd4358ab4a40c62b78b0f42
|
7
|
+
data.tar.gz: 9796ac2d3b0fdf24fc4b9eae08225fc53fb907ac58988e77f21166f6cd9835e93150ee85e0c591afaab6ca2e4ba696a1506314bed2b220081b59b113781a224e
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.53.0 (2023-03-03)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Documentation updates for Amazon Macie
|
8
|
+
|
9
|
+
1.52.0 (2023-02-23)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This release adds support for a new finding type, Policy:IAMUser/S3BucketSharedWithCloudFront, and S3 bucket metadata that indicates if a bucket is shared with an Amazon CloudFront OAI or OAC.
|
13
|
+
|
4
14
|
1.51.0 (2023-01-18)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.53.0
|
@@ -906,7 +906,7 @@ module Aws::Macie2
|
|
906
906
|
# @example Request syntax with placeholder values
|
907
907
|
#
|
908
908
|
# resp = client.create_sample_findings({
|
909
|
-
# finding_types: ["SensitiveData:S3Object/Multiple"], # accepts SensitiveData:S3Object/Multiple, SensitiveData:S3Object/Financial, SensitiveData:S3Object/Personal, SensitiveData:S3Object/Credentials, SensitiveData:S3Object/CustomIdentifier, Policy:IAMUser/S3BucketPublic, Policy:IAMUser/S3BucketSharedExternally, Policy:IAMUser/S3BucketReplicatedExternally, Policy:IAMUser/S3BucketEncryptionDisabled, Policy:IAMUser/S3BlockPublicAccessDisabled
|
909
|
+
# finding_types: ["SensitiveData:S3Object/Multiple"], # accepts SensitiveData:S3Object/Multiple, SensitiveData:S3Object/Financial, SensitiveData:S3Object/Personal, SensitiveData:S3Object/Credentials, SensitiveData:S3Object/CustomIdentifier, Policy:IAMUser/S3BucketPublic, Policy:IAMUser/S3BucketSharedExternally, Policy:IAMUser/S3BucketReplicatedExternally, Policy:IAMUser/S3BucketEncryptionDisabled, Policy:IAMUser/S3BlockPublicAccessDisabled, Policy:IAMUser/S3BucketSharedWithCloudFront
|
910
910
|
# })
|
911
911
|
#
|
912
912
|
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/CreateSampleFindings AWS API Documentation
|
@@ -2022,7 +2022,7 @@ module Aws::Macie2
|
|
2022
2022
|
# resp.findings[0].severity.description #=> String, one of "Low", "Medium", "High"
|
2023
2023
|
# resp.findings[0].severity.score #=> Integer
|
2024
2024
|
# resp.findings[0].title #=> String
|
2025
|
-
# resp.findings[0].type #=> String, one of "SensitiveData:S3Object/Multiple", "SensitiveData:S3Object/Financial", "SensitiveData:S3Object/Personal", "SensitiveData:S3Object/Credentials", "SensitiveData:S3Object/CustomIdentifier", "Policy:IAMUser/S3BucketPublic", "Policy:IAMUser/S3BucketSharedExternally", "Policy:IAMUser/S3BucketReplicatedExternally", "Policy:IAMUser/S3BucketEncryptionDisabled", "Policy:IAMUser/S3BlockPublicAccessDisabled"
|
2025
|
+
# resp.findings[0].type #=> String, one of "SensitiveData:S3Object/Multiple", "SensitiveData:S3Object/Financial", "SensitiveData:S3Object/Personal", "SensitiveData:S3Object/Credentials", "SensitiveData:S3Object/CustomIdentifier", "Policy:IAMUser/S3BucketPublic", "Policy:IAMUser/S3BucketSharedExternally", "Policy:IAMUser/S3BucketReplicatedExternally", "Policy:IAMUser/S3BucketEncryptionDisabled", "Policy:IAMUser/S3BlockPublicAccessDisabled", "Policy:IAMUser/S3BucketSharedWithCloudFront"
|
2026
2026
|
# resp.findings[0].updated_at #=> Time
|
2027
2027
|
#
|
2028
2028
|
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetFindings AWS API Documentation
|
@@ -3842,7 +3842,7 @@ module Aws::Macie2
|
|
3842
3842
|
params: params,
|
3843
3843
|
config: config)
|
3844
3844
|
context[:gem_name] = 'aws-sdk-macie2'
|
3845
|
-
context[:gem_version] = '1.
|
3845
|
+
context[:gem_version] = '1.53.0'
|
3846
3846
|
Seahorse::Client::Request.new(handlers, context)
|
3847
3847
|
end
|
3848
3848
|
|
@@ -50,9 +50,6 @@ module Aws::Macie2
|
|
50
50
|
|
51
51
|
def initialize(options = {})
|
52
52
|
self[:region] = options[:region]
|
53
|
-
if self[:region].nil?
|
54
|
-
raise ArgumentError, "Missing required EndpointParameter: :region"
|
55
|
-
end
|
56
53
|
self[:use_dual_stack] = options[:use_dual_stack]
|
57
54
|
self[:use_dual_stack] = false if self[:use_dual_stack].nil?
|
58
55
|
if self[:use_dual_stack].nil?
|
@@ -14,36 +14,39 @@ module Aws::Macie2
|
|
14
14
|
use_dual_stack = parameters.use_dual_stack
|
15
15
|
use_fips = parameters.use_fips
|
16
16
|
endpoint = parameters.endpoint
|
17
|
-
if
|
18
|
-
if Aws::Endpoints::Matchers.set?(endpoint)
|
19
|
-
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
20
|
-
raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
|
21
|
-
end
|
22
|
-
if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
23
|
-
raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
|
24
|
-
end
|
25
|
-
return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
|
26
|
-
end
|
27
|
-
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
28
|
-
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
|
29
|
-
return Aws::Endpoints::Endpoint.new(url: "https://macie2-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
|
30
|
-
end
|
31
|
-
raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
|
32
|
-
end
|
17
|
+
if Aws::Endpoints::Matchers.set?(endpoint)
|
33
18
|
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
34
|
-
|
35
|
-
return Aws::Endpoints::Endpoint.new(url: "https://macie2-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
36
|
-
end
|
37
|
-
raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
|
19
|
+
raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
|
38
20
|
end
|
39
21
|
if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
40
|
-
|
41
|
-
|
22
|
+
raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
|
23
|
+
end
|
24
|
+
return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
|
25
|
+
end
|
26
|
+
if Aws::Endpoints::Matchers.set?(region)
|
27
|
+
if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
|
28
|
+
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
29
|
+
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
|
30
|
+
return Aws::Endpoints::Endpoint.new(url: "https://macie2-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
|
31
|
+
end
|
32
|
+
raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
|
33
|
+
end
|
34
|
+
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
35
|
+
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
|
36
|
+
return Aws::Endpoints::Endpoint.new(url: "https://macie2-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
37
|
+
end
|
38
|
+
raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
|
39
|
+
end
|
40
|
+
if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
41
|
+
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
|
42
|
+
return Aws::Endpoints::Endpoint.new(url: "https://macie2.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
|
43
|
+
end
|
44
|
+
raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
|
42
45
|
end
|
43
|
-
|
46
|
+
return Aws::Endpoints::Endpoint.new(url: "https://macie2.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
44
47
|
end
|
45
|
-
return Aws::Endpoints::Endpoint.new(url: "https://macie2.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
46
48
|
end
|
49
|
+
raise ArgumentError, "Invalid Configuration: Missing Region"
|
47
50
|
raise ArgumentError, 'No endpoint could be resolved'
|
48
51
|
|
49
52
|
end
|
data/lib/aws-sdk-macie2/types.rb
CHANGED
@@ -402,7 +402,7 @@ module Aws::Macie2
|
|
402
402
|
end
|
403
403
|
|
404
404
|
# Provides information about the number of S3 buckets that are publicly
|
405
|
-
# accessible
|
405
|
+
# accessible due to a combination of permissions settings for each
|
406
406
|
# bucket.
|
407
407
|
#
|
408
408
|
# @!attribute [rw] publicly_accessible
|
@@ -428,11 +428,12 @@ module Aws::Macie2
|
|
428
428
|
include Aws::Structure
|
429
429
|
end
|
430
430
|
|
431
|
-
# Provides information about the number of S3 buckets
|
432
|
-
#
|
433
|
-
#
|
434
|
-
# [Setting default server-side encryption behavior for
|
435
|
-
# buckets][1] in the *Amazon Simple Storage Service User
|
431
|
+
# Provides information about the number of S3 buckets whose settings do
|
432
|
+
# or don't specify default server-side encryption behavior for objects
|
433
|
+
# that are added to the buckets. For detailed information about these
|
434
|
+
# settings, see [Setting default server-side encryption behavior for
|
435
|
+
# Amazon S3 buckets][1] in the *Amazon Simple Storage Service User
|
436
|
+
# Guide*.
|
436
437
|
#
|
437
438
|
#
|
438
439
|
#
|
@@ -462,7 +463,12 @@ module Aws::Macie2
|
|
462
463
|
end
|
463
464
|
|
464
465
|
# Provides information about the number of S3 buckets that are or
|
465
|
-
# aren't shared with other Amazon Web Services accounts
|
466
|
+
# aren't shared with other Amazon Web Services accounts, Amazon
|
467
|
+
# CloudFront origin access identities (OAIs), or CloudFront origin
|
468
|
+
# access controls (OACs). In this data, an *Amazon Macie organization*
|
469
|
+
# is defined as a set of Macie accounts that are centrally managed as a
|
470
|
+
# group of related accounts through Organizations or by Macie
|
471
|
+
# invitation.
|
466
472
|
#
|
467
473
|
# @!attribute [rw] external
|
468
474
|
# @return [Integer]
|
@@ -489,7 +495,7 @@ module Aws::Macie2
|
|
489
495
|
|
490
496
|
# Provides information about the number of S3 buckets whose bucket
|
491
497
|
# policies do or don't require server-side encryption of objects when
|
492
|
-
# objects are
|
498
|
+
# objects are added to the buckets.
|
493
499
|
#
|
494
500
|
# @!attribute [rw] allows_unencrypted_object_uploads
|
495
501
|
# @return [Integer]
|
@@ -584,13 +590,22 @@ module Aws::Macie2
|
|
584
590
|
end
|
585
591
|
|
586
592
|
# Provides statistical data and other information about an S3 bucket
|
587
|
-
# that Amazon Macie monitors and analyzes for your account.
|
588
|
-
#
|
589
|
-
#
|
590
|
-
#
|
591
|
-
#
|
592
|
-
#
|
593
|
-
# error
|
593
|
+
# that Amazon Macie monitors and analyzes for your account. By default,
|
594
|
+
# object count and storage size values include data for object parts
|
595
|
+
# that are the result of incomplete multipart uploads. For more
|
596
|
+
# information, see [How Macie monitors Amazon S3 data security][1] in
|
597
|
+
# the *Amazon Macie User Guide*.
|
598
|
+
#
|
599
|
+
# If an error occurs when Macie attempts to retrieve and process
|
600
|
+
# metadata from Amazon S3 for the bucket or the bucket's objects, the
|
601
|
+
# value for the versioning property is false and the value for most
|
602
|
+
# other properties is null. Key exceptions are accountId, bucketArn,
|
603
|
+
# bucketCreatedAt, bucketName, lastUpdated, and region. To identify the
|
604
|
+
# cause of the error, refer to the errorCode and errorMessage values.
|
605
|
+
#
|
606
|
+
#
|
607
|
+
#
|
608
|
+
# [1]: https://docs.aws.amazon.com/macie/latest/user/monitoring-s3-how-it-works.html
|
594
609
|
#
|
595
610
|
# @!attribute [rw] account_id
|
596
611
|
# @return [String]
|
@@ -2599,23 +2614,31 @@ module Aws::Macie2
|
|
2599
2614
|
|
2600
2615
|
# Provides the results of a query that retrieved aggregated statistical
|
2601
2616
|
# data for all the S3 buckets that Amazon Macie monitors and analyzes
|
2602
|
-
# for your account.
|
2617
|
+
# for your account. By default, object count and storage size values
|
2618
|
+
# include data for object parts that are the result of incomplete
|
2619
|
+
# multipart uploads. For more information, see [How Macie monitors
|
2620
|
+
# Amazon S3 data security][1] in the *Amazon Macie User Guide*.
|
2621
|
+
#
|
2622
|
+
#
|
2623
|
+
#
|
2624
|
+
# [1]: https://docs.aws.amazon.com/macie/latest/user/monitoring-s3-how-it-works.html
|
2603
2625
|
#
|
2604
2626
|
# @!attribute [rw] bucket_count
|
2605
2627
|
# @return [Integer]
|
2606
2628
|
#
|
2607
2629
|
# @!attribute [rw] bucket_count_by_effective_permission
|
2608
2630
|
# Provides information about the number of S3 buckets that are
|
2609
|
-
# publicly accessible
|
2610
|
-
#
|
2631
|
+
# publicly accessible due to a combination of permissions settings for
|
2632
|
+
# each bucket.
|
2611
2633
|
# @return [Types::BucketCountByEffectivePermission]
|
2612
2634
|
#
|
2613
2635
|
# @!attribute [rw] bucket_count_by_encryption_type
|
2614
|
-
# Provides information about the number of S3 buckets
|
2615
|
-
#
|
2616
|
-
# objects
|
2617
|
-
# see [Setting default server-side encryption
|
2618
|
-
# buckets][1] in the *Amazon Simple Storage
|
2636
|
+
# Provides information about the number of S3 buckets whose settings
|
2637
|
+
# do or don't specify default server-side encryption behavior for
|
2638
|
+
# objects that are added to the buckets. For detailed information
|
2639
|
+
# about these settings, see [Setting default server-side encryption
|
2640
|
+
# behavior for Amazon S3 buckets][1] in the *Amazon Simple Storage
|
2641
|
+
# Service User Guide*.
|
2619
2642
|
#
|
2620
2643
|
#
|
2621
2644
|
#
|
@@ -2625,12 +2648,17 @@ module Aws::Macie2
|
|
2625
2648
|
# @!attribute [rw] bucket_count_by_object_encryption_requirement
|
2626
2649
|
# Provides information about the number of S3 buckets whose bucket
|
2627
2650
|
# policies do or don't require server-side encryption of objects when
|
2628
|
-
# objects are
|
2651
|
+
# objects are added to the buckets.
|
2629
2652
|
# @return [Types::BucketCountPolicyAllowsUnencryptedObjectUploads]
|
2630
2653
|
#
|
2631
2654
|
# @!attribute [rw] bucket_count_by_shared_access_type
|
2632
2655
|
# Provides information about the number of S3 buckets that are or
|
2633
|
-
# aren't shared with other Amazon Web Services accounts
|
2656
|
+
# aren't shared with other Amazon Web Services accounts, Amazon
|
2657
|
+
# CloudFront origin access identities (OAIs), or CloudFront origin
|
2658
|
+
# access controls (OACs). In this data, an *Amazon Macie organization*
|
2659
|
+
# is defined as a set of Macie accounts that are centrally managed as
|
2660
|
+
# a group of related accounts through Organizations or by Macie
|
2661
|
+
# invitation.
|
2634
2662
|
# @return [Types::BucketCountBySharedAccessType]
|
2635
2663
|
#
|
2636
2664
|
# @!attribute [rw] bucket_statistics_by_sensitivity
|
@@ -4454,12 +4482,21 @@ module Aws::Macie2
|
|
4454
4482
|
end
|
4455
4483
|
|
4456
4484
|
# Provides statistical data and other information about an S3 bucket
|
4457
|
-
# that Amazon Macie monitors and analyzes for your account.
|
4458
|
-
#
|
4459
|
-
#
|
4460
|
-
#
|
4461
|
-
#
|
4462
|
-
#
|
4485
|
+
# that Amazon Macie monitors and analyzes for your account. By default,
|
4486
|
+
# object count and storage size values include data for object parts
|
4487
|
+
# that are the result of incomplete multipart uploads. For more
|
4488
|
+
# information, see [How Macie monitors Amazon S3 data security][1] in
|
4489
|
+
# the *Amazon Macie User Guide*.
|
4490
|
+
#
|
4491
|
+
# If an error occurs when Macie attempts to retrieve and process
|
4492
|
+
# information about the bucket or the bucket's objects, the value for
|
4493
|
+
# most of these properties is null. Key exceptions are accountId and
|
4494
|
+
# bucketName. To identify the cause of the error, refer to the errorCode
|
4495
|
+
# and errorMessage values.
|
4496
|
+
#
|
4497
|
+
#
|
4498
|
+
#
|
4499
|
+
# [1]: https://docs.aws.amazon.com/macie/latest/user/monitoring-s3-how-it-works.html
|
4463
4500
|
#
|
4464
4501
|
# @!attribute [rw] account_id
|
4465
4502
|
# @return [String]
|
@@ -4559,12 +4596,21 @@ module Aws::Macie2
|
|
4559
4596
|
#
|
4560
4597
|
# @!attribute [rw] matching_bucket
|
4561
4598
|
# Provides statistical data and other information about an S3 bucket
|
4562
|
-
# that Amazon Macie monitors and analyzes for your account.
|
4563
|
-
#
|
4564
|
-
#
|
4565
|
-
#
|
4599
|
+
# that Amazon Macie monitors and analyzes for your account. By
|
4600
|
+
# default, object count and storage size values include data for
|
4601
|
+
# object parts that are the result of incomplete multipart uploads.
|
4602
|
+
# For more information, see [How Macie monitors Amazon S3 data
|
4603
|
+
# security][1] in the *Amazon Macie User Guide*.
|
4604
|
+
#
|
4605
|
+
# If an error occurs when Macie attempts to retrieve and process
|
4606
|
+
# information about the bucket or the bucket's objects, the value for
|
4607
|
+
# most of these properties is null. Key exceptions are accountId and
|
4566
4608
|
# bucketName. To identify the cause of the error, refer to the
|
4567
4609
|
# errorCode and errorMessage values.
|
4610
|
+
#
|
4611
|
+
#
|
4612
|
+
#
|
4613
|
+
# [1]: https://docs.aws.amazon.com/macie/latest/user/monitoring-s3-how-it-works.html
|
4568
4614
|
# @return [Types::MatchingBucket]
|
4569
4615
|
#
|
4570
4616
|
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/MatchingResource AWS API Documentation
|
@@ -4742,13 +4788,15 @@ module Aws::Macie2
|
|
4742
4788
|
# Portable Document Format file.
|
4743
4789
|
#
|
4744
4790
|
# @!attribute [rw] line_range
|
4745
|
-
# Specifies the location of an occurrence of sensitive data in
|
4746
|
-
# non-binary text file
|
4791
|
+
# Specifies the location of an occurrence of sensitive data in an
|
4792
|
+
# email message or a non-binary text file such as an HTML, TXT, or XML
|
4793
|
+
# file.
|
4747
4794
|
# @return [Types::Range]
|
4748
4795
|
#
|
4749
4796
|
# @!attribute [rw] offset_range
|
4750
|
-
# Specifies the location of an occurrence of sensitive data in
|
4751
|
-
# non-binary text file
|
4797
|
+
# Specifies the location of an occurrence of sensitive data in an
|
4798
|
+
# email message or a non-binary text file such as an HTML, TXT, or XML
|
4799
|
+
# file.
|
4752
4800
|
# @return [Types::Range]
|
4753
4801
|
#
|
4754
4802
|
# @!attribute [rw] page_number
|
@@ -4851,8 +4899,8 @@ module Aws::Macie2
|
|
4851
4899
|
#
|
4852
4900
|
class PutFindingsPublicationConfigurationResponse < Aws::EmptyStructure; end
|
4853
4901
|
|
4854
|
-
# Specifies the location of an occurrence of sensitive data in
|
4855
|
-
# non-binary text file
|
4902
|
+
# Specifies the location of an occurrence of sensitive data in an email
|
4903
|
+
# message or a non-binary text file such as an HTML, TXT, or XML file.
|
4856
4904
|
#
|
4857
4905
|
# @!attribute [rw] end
|
4858
4906
|
# @return [Integer]
|
@@ -5059,8 +5107,9 @@ module Aws::Macie2
|
|
5059
5107
|
# @return [Time]
|
5060
5108
|
#
|
5061
5109
|
# @!attribute [rw] default_server_side_encryption
|
5062
|
-
# Provides information about the server-side encryption
|
5063
|
-
# an S3 bucket or S3
|
5110
|
+
# Provides information about the default server-side encryption
|
5111
|
+
# settings for an S3 bucket or the encryption settings for an S3
|
5112
|
+
# object.
|
5064
5113
|
# @return [Types::ServerSideEncryption]
|
5065
5114
|
#
|
5066
5115
|
# @!attribute [rw] name
|
@@ -5305,8 +5354,9 @@ module Aws::Macie2
|
|
5305
5354
|
# @return [Boolean]
|
5306
5355
|
#
|
5307
5356
|
# @!attribute [rw] server_side_encryption
|
5308
|
-
# Provides information about the server-side encryption
|
5309
|
-
# an S3 bucket or S3
|
5357
|
+
# Provides information about the default server-side encryption
|
5358
|
+
# settings for an S3 bucket or the encryption settings for an S3
|
5359
|
+
# object.
|
5310
5360
|
# @return [Types::ServerSideEncryption]
|
5311
5361
|
#
|
5312
5362
|
# @!attribute [rw] size
|
@@ -5746,12 +5796,13 @@ module Aws::Macie2
|
|
5746
5796
|
include Aws::Structure
|
5747
5797
|
end
|
5748
5798
|
|
5749
|
-
# Provides information about the server-side encryption settings
|
5750
|
-
# S3 bucket or S3 object.
|
5799
|
+
# Provides information about the default server-side encryption settings
|
5800
|
+
# for an S3 bucket or the encryption settings for an S3 object.
|
5751
5801
|
#
|
5752
5802
|
# @!attribute [rw] encryption_type
|
5753
|
-
# The
|
5754
|
-
# object or
|
5803
|
+
# The server-side encryption algorithm that was used to encrypt an S3
|
5804
|
+
# object or is used by default to encrypt objects that are added to an
|
5805
|
+
# S3 bucket. Possible values are:
|
5755
5806
|
# @return [String]
|
5756
5807
|
#
|
5757
5808
|
# @!attribute [rw] kms_master_key_id
|
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.53.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: 2023-
|
11
|
+
date: 2023-03-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|