aws-sdk-macie2 1.23.0 → 1.24.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/lib/aws-sdk-macie2.rb +1 -1
- data/lib/aws-sdk-macie2/client.rb +8 -4
- data/lib/aws-sdk-macie2/types.rb +21 -10
- 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: b87b39bfa2b1c9da85662e92d517a5bac4bc6aa7ecb9ad3b6ad4b7edaa966429
|
4
|
+
data.tar.gz: 23b0964c56a0b2db2edfc99bab5d27828a8dbb3a2336a88c663d1b08b7f39b45
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 84b605bef33c779c6c65b44a6bd529b2e6c9b5ad17fd5f2fe869cbdd72c1c22f071c92cdb2dc9a52fd1d3ca8cc3d8c3e717ba6f970a1a908a9a1de848e932771
|
7
|
+
data.tar.gz: 46c8c49030b6314fa9819d7cb3727a9800d8bfb017251f332d3cdec957fb770de9c5b01cfdccdfae57ac440dd428cb33c9ff72ee6d584f0da1a023f1a4f403b5
|
data/lib/aws-sdk-macie2.rb
CHANGED
@@ -1143,8 +1143,10 @@ module Aws::Macie2
|
|
1143
1143
|
end
|
1144
1144
|
|
1145
1145
|
# (Deprecated) Disassociates a member account from its Amazon Macie
|
1146
|
-
# administrator account. This operation has been replaced by the
|
1147
|
-
# DisassociateFromAdministratorAccount
|
1146
|
+
# administrator account. This operation has been replaced by the <link
|
1147
|
+
# linkend="DisassociateFromAdministratorAccount" />
|
1148
|
+
#
|
1149
|
+
# DisassociateFromAdministratorAccount</link> operation.
|
1148
1150
|
#
|
1149
1151
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
1150
1152
|
#
|
@@ -1762,7 +1764,9 @@ module Aws::Macie2
|
|
1762
1764
|
|
1763
1765
|
# (Deprecated) Retrieves information about the Amazon Macie
|
1764
1766
|
# administrator account for an account. This operation has been replaced
|
1765
|
-
# by the GetAdministratorAccount
|
1767
|
+
# by the <link linkend="GetAdministratorAccount" />
|
1768
|
+
#
|
1769
|
+
# GetAdministratorAccount</link> operation.
|
1766
1770
|
#
|
1767
1771
|
# @return [Types::GetMasterAccountResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1768
1772
|
#
|
@@ -2610,7 +2614,7 @@ module Aws::Macie2
|
|
2610
2614
|
params: params,
|
2611
2615
|
config: config)
|
2612
2616
|
context[:gem_name] = 'aws-sdk-macie2'
|
2613
|
-
context[:gem_version] = '1.
|
2617
|
+
context[:gem_version] = '1.24.0'
|
2614
2618
|
Seahorse::Client::Request.new(handlers, context)
|
2615
2619
|
end
|
2616
2620
|
|
data/lib/aws-sdk-macie2/types.rb
CHANGED
@@ -591,7 +591,9 @@ module Aws::Macie2
|
|
591
591
|
# number of objects that Amazon Macie can't analyze in one or more S3
|
592
592
|
# buckets. In a BucketMetadata object, this data is for a specific
|
593
593
|
# bucket. In a GetBucketStatisticsResponse object, this data is
|
594
|
-
# aggregated for all the buckets in the query results.
|
594
|
+
# aggregated for all the buckets in the query results. If versioning
|
595
|
+
# is enabled for a bucket, total storage size values are based on the
|
596
|
+
# size of the latest version of each applicable object in the bucket.
|
595
597
|
# @return [Types::ObjectLevelStatistics]
|
596
598
|
#
|
597
599
|
# @!attribute [rw] unclassifiable_object_size_in_bytes
|
@@ -599,7 +601,9 @@ module Aws::Macie2
|
|
599
601
|
# number of objects that Amazon Macie can't analyze in one or more S3
|
600
602
|
# buckets. In a BucketMetadata object, this data is for a specific
|
601
603
|
# bucket. In a GetBucketStatisticsResponse object, this data is
|
602
|
-
# aggregated for all the buckets in the query results.
|
604
|
+
# aggregated for all the buckets in the query results. If versioning
|
605
|
+
# is enabled for a bucket, total storage size values are based on the
|
606
|
+
# size of the latest version of each applicable object in the bucket.
|
603
607
|
# @return [Types::ObjectLevelStatistics]
|
604
608
|
#
|
605
609
|
# @!attribute [rw] versioning
|
@@ -1659,7 +1663,8 @@ module Aws::Macie2
|
|
1659
1663
|
class DeleteMemberResponse < Aws::EmptyStructure; end
|
1660
1664
|
|
1661
1665
|
# Specifies criteria for filtering, sorting, and paginating the results
|
1662
|
-
# of a query for information about S3
|
1666
|
+
# of a query for statistical data and other information about S3
|
1667
|
+
# buckets.
|
1663
1668
|
#
|
1664
1669
|
# @note When making an API call, you may pass DescribeBucketsRequest
|
1665
1670
|
# data as a hash:
|
@@ -2376,7 +2381,8 @@ module Aws::Macie2
|
|
2376
2381
|
end
|
2377
2382
|
|
2378
2383
|
# Provides the results of a query that retrieved aggregated statistical
|
2379
|
-
# data for the S3 buckets that
|
2384
|
+
# data for all the S3 buckets that Amazon Macie monitors and analyzes
|
2385
|
+
# for an account.
|
2380
2386
|
#
|
2381
2387
|
# @!attribute [rw] bucket_count
|
2382
2388
|
# @return [Integer]
|
@@ -2421,7 +2427,9 @@ module Aws::Macie2
|
|
2421
2427
|
# number of objects that Amazon Macie can't analyze in one or more S3
|
2422
2428
|
# buckets. In a BucketMetadata object, this data is for a specific
|
2423
2429
|
# bucket. In a GetBucketStatisticsResponse object, this data is
|
2424
|
-
# aggregated for all the buckets in the query results.
|
2430
|
+
# aggregated for all the buckets in the query results. If versioning
|
2431
|
+
# is enabled for a bucket, total storage size values are based on the
|
2432
|
+
# size of the latest version of each applicable object in the bucket.
|
2425
2433
|
# @return [Types::ObjectLevelStatistics]
|
2426
2434
|
#
|
2427
2435
|
# @!attribute [rw] unclassifiable_object_size_in_bytes
|
@@ -2429,7 +2437,9 @@ module Aws::Macie2
|
|
2429
2437
|
# number of objects that Amazon Macie can't analyze in one or more S3
|
2430
2438
|
# buckets. In a BucketMetadata object, this data is for a specific
|
2431
2439
|
# bucket. In a GetBucketStatisticsResponse object, this data is
|
2432
|
-
# aggregated for all the buckets in the query results.
|
2440
|
+
# aggregated for all the buckets in the query results. If versioning
|
2441
|
+
# is enabled for a bucket, total storage size values are based on the
|
2442
|
+
# size of the latest version of each applicable object in the bucket.
|
2433
2443
|
# @return [Types::ObjectLevelStatistics]
|
2434
2444
|
#
|
2435
2445
|
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetBucketStatisticsResponse AWS API Documentation
|
@@ -4053,7 +4063,9 @@ module Aws::Macie2
|
|
4053
4063
|
# of objects that Amazon Macie can't analyze in one or more S3 buckets.
|
4054
4064
|
# In a BucketMetadata object, this data is for a specific bucket. In a
|
4055
4065
|
# GetBucketStatisticsResponse object, this data is aggregated for all
|
4056
|
-
# the buckets in the query results.
|
4066
|
+
# the buckets in the query results. If versioning is enabled for a
|
4067
|
+
# bucket, total storage size values are based on the size of the latest
|
4068
|
+
# version of each applicable object in the bucket.
|
4057
4069
|
#
|
4058
4070
|
# @!attribute [rw] file_type
|
4059
4071
|
# @return [Integer]
|
@@ -5388,9 +5400,8 @@ module Aws::Macie2
|
|
5388
5400
|
include Aws::Structure
|
5389
5401
|
end
|
5390
5402
|
|
5391
|
-
# Specifies a condition for filtering the results of a query for
|
5392
|
-
#
|
5393
|
-
# accounts.
|
5403
|
+
# Specifies a condition for filtering the results of a query for quota
|
5404
|
+
# and usage data for one or more Amazon Macie accounts.
|
5394
5405
|
#
|
5395
5406
|
# @note When making an API call, you may pass UsageStatisticsFilter
|
5396
5407
|
# data as a hash:
|
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.24.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: 2021-
|
11
|
+
date: 2021-03-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|