aws-sdk-macie2 1.9.0 → 1.10.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dec134dac1fb7dec50530e4dd6046588a9a3807668a2c7fe2f985f50dda96664
4
- data.tar.gz: 4dd65410c0d2f17812e7c81e0a4cd4dc88d9d753fdb82b3aa3de1bfca113524f
3
+ metadata.gz: d6ba72ff8fa68db8d435e9156f578909c47a0fba50bce4f9e7b3f1d4dccabbbb
4
+ data.tar.gz: 0b652fd5bf2a51fe6f64e38f8fed05a680280caac71a8579fd87c94fb59e964e
5
5
  SHA512:
6
- metadata.gz: 7bd05efe5d94d94ff7e4140f2dcd3d8e8aaa9bcea896827de8d61e0e05ba28ce2be006b1d18ddc7bd3ebfb8d326a7aa48746b122db60227aa47eda65e31a75f6
7
- data.tar.gz: b0c00e12cb847e937a1a9052de0b9afd1c4979fd182c2a73f88543c79e25da2f724cdde2471534ec6f4426c9d9312629aaac03a58d0e8554843fdf5babb3d348
6
+ metadata.gz: c3de05e1d841fc3159859e4e03bdc30551891e7d2d4c89acbbc56468c1472669c3a5a6a71a7b092d7f9c4c1bdf549968c22f8736e5d318b1af57d08e858300ca
7
+ data.tar.gz: 2c24cc5c0aaa6ff18eea9ec57b618dc7ff6618c2dfb6ecfb9a844e87a9e4136a43203f0bfec1f4c9740635c83029f548388dd07f22ba241d336f448ffbe6e10a
@@ -47,6 +47,6 @@ require_relative 'aws-sdk-macie2/customizations'
47
47
  # @!group service
48
48
  module Aws::Macie2
49
49
 
50
- GEM_VERSION = '1.9.0'
50
+ GEM_VERSION = '1.10.0'
51
51
 
52
52
  end
@@ -919,13 +919,14 @@ module Aws::Macie2
919
919
  # resp.buckets[0].bucket_created_at #=> Time
920
920
  # resp.buckets[0].bucket_name #=> String
921
921
  # resp.buckets[0].classifiable_object_count #=> Integer
922
+ # resp.buckets[0].classifiable_size_in_bytes #=> Integer
922
923
  # resp.buckets[0].last_updated #=> Time
923
924
  # resp.buckets[0].object_count #=> Integer
924
925
  # resp.buckets[0].object_count_by_encryption_type.customer_managed #=> Integer
925
926
  # resp.buckets[0].object_count_by_encryption_type.kms_managed #=> Integer
926
927
  # resp.buckets[0].object_count_by_encryption_type.s3_managed #=> Integer
927
928
  # resp.buckets[0].object_count_by_encryption_type.unencrypted #=> Integer
928
- # resp.buckets[0].public_access.effective_permission #=> String, one of "PUBLIC", "NOT_PUBLIC"
929
+ # resp.buckets[0].public_access.effective_permission #=> String, one of "PUBLIC", "NOT_PUBLIC", "UNKNOWN"
929
930
  # resp.buckets[0].public_access.permission_configuration.account_level_permissions.block_public_access.block_public_acls #=> Boolean
930
931
  # resp.buckets[0].public_access.permission_configuration.account_level_permissions.block_public_access.block_public_policy #=> Boolean
931
932
  # resp.buckets[0].public_access.permission_configuration.account_level_permissions.block_public_access.ignore_public_acls #=> Boolean
@@ -943,12 +944,18 @@ module Aws::Macie2
943
944
  # resp.buckets[0].replication_details.replicated_externally #=> Boolean
944
945
  # resp.buckets[0].replication_details.replication_accounts #=> Array
945
946
  # resp.buckets[0].replication_details.replication_accounts[0] #=> String
946
- # resp.buckets[0].shared_access #=> String, one of "EXTERNAL", "INTERNAL", "NOT_SHARED"
947
+ # resp.buckets[0].shared_access #=> String, one of "EXTERNAL", "INTERNAL", "NOT_SHARED", "UNKNOWN"
947
948
  # resp.buckets[0].size_in_bytes #=> Integer
948
949
  # resp.buckets[0].size_in_bytes_compressed #=> Integer
949
950
  # resp.buckets[0].tags #=> Array
950
951
  # resp.buckets[0].tags[0].key #=> String
951
952
  # resp.buckets[0].tags[0].value #=> String
953
+ # resp.buckets[0].unclassifiable_object_count.file_type #=> Integer
954
+ # resp.buckets[0].unclassifiable_object_count.storage_class #=> Integer
955
+ # resp.buckets[0].unclassifiable_object_count.total #=> Integer
956
+ # resp.buckets[0].unclassifiable_object_size_in_bytes.file_type #=> Integer
957
+ # resp.buckets[0].unclassifiable_object_size_in_bytes.storage_class #=> Integer
958
+ # resp.buckets[0].unclassifiable_object_size_in_bytes.total #=> Integer
952
959
  # resp.buckets[0].versioning #=> Boolean
953
960
  # resp.next_token #=> String
954
961
  #
@@ -1214,10 +1221,13 @@ module Aws::Macie2
1214
1221
  # * {Types::GetBucketStatisticsResponse#bucket_count_by_encryption_type #bucket_count_by_encryption_type} => Types::BucketCountByEncryptionType
1215
1222
  # * {Types::GetBucketStatisticsResponse#bucket_count_by_shared_access_type #bucket_count_by_shared_access_type} => Types::BucketCountBySharedAccessType
1216
1223
  # * {Types::GetBucketStatisticsResponse#classifiable_object_count #classifiable_object_count} => Integer
1224
+ # * {Types::GetBucketStatisticsResponse#classifiable_size_in_bytes #classifiable_size_in_bytes} => Integer
1217
1225
  # * {Types::GetBucketStatisticsResponse#last_updated #last_updated} => Time
1218
1226
  # * {Types::GetBucketStatisticsResponse#object_count #object_count} => Integer
1219
1227
  # * {Types::GetBucketStatisticsResponse#size_in_bytes #size_in_bytes} => Integer
1220
1228
  # * {Types::GetBucketStatisticsResponse#size_in_bytes_compressed #size_in_bytes_compressed} => Integer
1229
+ # * {Types::GetBucketStatisticsResponse#unclassifiable_object_count #unclassifiable_object_count} => Types::ObjectLevelStatistics
1230
+ # * {Types::GetBucketStatisticsResponse#unclassifiable_object_size_in_bytes #unclassifiable_object_size_in_bytes} => Types::ObjectLevelStatistics
1221
1231
  #
1222
1232
  # @example Request syntax with placeholder values
1223
1233
  #
@@ -1238,10 +1248,17 @@ module Aws::Macie2
1238
1248
  # resp.bucket_count_by_shared_access_type.internal #=> Integer
1239
1249
  # resp.bucket_count_by_shared_access_type.not_shared #=> Integer
1240
1250
  # resp.classifiable_object_count #=> Integer
1251
+ # resp.classifiable_size_in_bytes #=> Integer
1241
1252
  # resp.last_updated #=> Time
1242
1253
  # resp.object_count #=> Integer
1243
1254
  # resp.size_in_bytes #=> Integer
1244
1255
  # resp.size_in_bytes_compressed #=> Integer
1256
+ # resp.unclassifiable_object_count.file_type #=> Integer
1257
+ # resp.unclassifiable_object_count.storage_class #=> Integer
1258
+ # resp.unclassifiable_object_count.total #=> Integer
1259
+ # resp.unclassifiable_object_size_in_bytes.file_type #=> Integer
1260
+ # resp.unclassifiable_object_size_in_bytes.storage_class #=> Integer
1261
+ # resp.unclassifiable_object_size_in_bytes.total #=> Integer
1245
1262
  #
1246
1263
  # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetBucketStatistics AWS API Documentation
1247
1264
  #
@@ -1489,7 +1506,7 @@ module Aws::Macie2
1489
1506
  # resp.findings[0].resources_affected.s3_bucket.name #=> String
1490
1507
  # resp.findings[0].resources_affected.s3_bucket.owner.display_name #=> String
1491
1508
  # resp.findings[0].resources_affected.s3_bucket.owner.id #=> String
1492
- # resp.findings[0].resources_affected.s3_bucket.public_access.effective_permission #=> String, one of "PUBLIC", "NOT_PUBLIC"
1509
+ # resp.findings[0].resources_affected.s3_bucket.public_access.effective_permission #=> String, one of "PUBLIC", "NOT_PUBLIC", "UNKNOWN"
1493
1510
  # resp.findings[0].resources_affected.s3_bucket.public_access.permission_configuration.account_level_permissions.block_public_access.block_public_acls #=> Boolean
1494
1511
  # resp.findings[0].resources_affected.s3_bucket.public_access.permission_configuration.account_level_permissions.block_public_access.block_public_policy #=> Boolean
1495
1512
  # resp.findings[0].resources_affected.s3_bucket.public_access.permission_configuration.account_level_permissions.block_public_access.ignore_public_acls #=> Boolean
@@ -2459,7 +2476,7 @@ module Aws::Macie2
2459
2476
  params: params,
2460
2477
  config: config)
2461
2478
  context[:gem_name] = 'aws-sdk-macie2'
2462
- context[:gem_version] = '1.9.0'
2479
+ context[:gem_version] = '1.10.0'
2463
2480
  Seahorse::Client::Request.new(handlers, context)
2464
2481
  end
2465
2482
 
@@ -183,6 +183,7 @@ module Aws::Macie2
183
183
  Member = Shapes::StructureShape.new(name: 'Member')
184
184
  MonthlySchedule = Shapes::StructureShape.new(name: 'MonthlySchedule')
185
185
  ObjectCountByEncryptionType = Shapes::StructureShape.new(name: 'ObjectCountByEncryptionType')
186
+ ObjectLevelStatistics = Shapes::StructureShape.new(name: 'ObjectLevelStatistics')
186
187
  OrderBy = Shapes::StringShape.new(name: 'OrderBy')
187
188
  PolicyDetails = Shapes::StructureShape.new(name: 'PolicyDetails')
188
189
  PutClassificationExportConfigurationRequest = Shapes::StructureShape.new(name: 'PutClassificationExportConfigurationRequest')
@@ -384,6 +385,7 @@ module Aws::Macie2
384
385
  BucketMetadata.add_member(:bucket_created_at, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "bucketCreatedAt"))
385
386
  BucketMetadata.add_member(:bucket_name, Shapes::ShapeRef.new(shape: __string, location_name: "bucketName"))
386
387
  BucketMetadata.add_member(:classifiable_object_count, Shapes::ShapeRef.new(shape: __long, location_name: "classifiableObjectCount"))
388
+ BucketMetadata.add_member(:classifiable_size_in_bytes, Shapes::ShapeRef.new(shape: __long, location_name: "classifiableSizeInBytes"))
387
389
  BucketMetadata.add_member(:last_updated, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "lastUpdated"))
388
390
  BucketMetadata.add_member(:object_count, Shapes::ShapeRef.new(shape: __long, location_name: "objectCount"))
389
391
  BucketMetadata.add_member(:object_count_by_encryption_type, Shapes::ShapeRef.new(shape: ObjectCountByEncryptionType, location_name: "objectCountByEncryptionType"))
@@ -394,6 +396,8 @@ module Aws::Macie2
394
396
  BucketMetadata.add_member(:size_in_bytes, Shapes::ShapeRef.new(shape: __long, location_name: "sizeInBytes"))
395
397
  BucketMetadata.add_member(:size_in_bytes_compressed, Shapes::ShapeRef.new(shape: __long, location_name: "sizeInBytesCompressed"))
396
398
  BucketMetadata.add_member(:tags, Shapes::ShapeRef.new(shape: __listOfKeyValuePair, location_name: "tags"))
399
+ BucketMetadata.add_member(:unclassifiable_object_count, Shapes::ShapeRef.new(shape: ObjectLevelStatistics, location_name: "unclassifiableObjectCount"))
400
+ BucketMetadata.add_member(:unclassifiable_object_size_in_bytes, Shapes::ShapeRef.new(shape: ObjectLevelStatistics, location_name: "unclassifiableObjectSizeInBytes"))
397
401
  BucketMetadata.add_member(:versioning, Shapes::ShapeRef.new(shape: __boolean, location_name: "versioning"))
398
402
  BucketMetadata.struct_class = Types::BucketMetadata
399
403
 
@@ -693,10 +697,13 @@ module Aws::Macie2
693
697
  GetBucketStatisticsResponse.add_member(:bucket_count_by_encryption_type, Shapes::ShapeRef.new(shape: BucketCountByEncryptionType, location_name: "bucketCountByEncryptionType"))
694
698
  GetBucketStatisticsResponse.add_member(:bucket_count_by_shared_access_type, Shapes::ShapeRef.new(shape: BucketCountBySharedAccessType, location_name: "bucketCountBySharedAccessType"))
695
699
  GetBucketStatisticsResponse.add_member(:classifiable_object_count, Shapes::ShapeRef.new(shape: __long, location_name: "classifiableObjectCount"))
700
+ GetBucketStatisticsResponse.add_member(:classifiable_size_in_bytes, Shapes::ShapeRef.new(shape: __long, location_name: "classifiableSizeInBytes"))
696
701
  GetBucketStatisticsResponse.add_member(:last_updated, Shapes::ShapeRef.new(shape: __timestampIso8601, location_name: "lastUpdated"))
697
702
  GetBucketStatisticsResponse.add_member(:object_count, Shapes::ShapeRef.new(shape: __long, location_name: "objectCount"))
698
703
  GetBucketStatisticsResponse.add_member(:size_in_bytes, Shapes::ShapeRef.new(shape: __long, location_name: "sizeInBytes"))
699
704
  GetBucketStatisticsResponse.add_member(:size_in_bytes_compressed, Shapes::ShapeRef.new(shape: __long, location_name: "sizeInBytesCompressed"))
705
+ GetBucketStatisticsResponse.add_member(:unclassifiable_object_count, Shapes::ShapeRef.new(shape: ObjectLevelStatistics, location_name: "unclassifiableObjectCount"))
706
+ GetBucketStatisticsResponse.add_member(:unclassifiable_object_size_in_bytes, Shapes::ShapeRef.new(shape: ObjectLevelStatistics, location_name: "unclassifiableObjectSizeInBytes"))
700
707
  GetBucketStatisticsResponse.struct_class = Types::GetBucketStatisticsResponse
701
708
 
702
709
  GetClassificationExportConfigurationRequest.struct_class = Types::GetClassificationExportConfigurationRequest
@@ -964,6 +971,11 @@ module Aws::Macie2
964
971
  ObjectCountByEncryptionType.add_member(:unencrypted, Shapes::ShapeRef.new(shape: __long, location_name: "unencrypted"))
965
972
  ObjectCountByEncryptionType.struct_class = Types::ObjectCountByEncryptionType
966
973
 
974
+ ObjectLevelStatistics.add_member(:file_type, Shapes::ShapeRef.new(shape: __long, location_name: "fileType"))
975
+ ObjectLevelStatistics.add_member(:storage_class, Shapes::ShapeRef.new(shape: __long, location_name: "storageClass"))
976
+ ObjectLevelStatistics.add_member(:total, Shapes::ShapeRef.new(shape: __long, location_name: "total"))
977
+ ObjectLevelStatistics.struct_class = Types::ObjectLevelStatistics
978
+
967
979
  PolicyDetails.add_member(:action, Shapes::ShapeRef.new(shape: FindingAction, location_name: "action"))
968
980
  PolicyDetails.add_member(:actor, Shapes::ShapeRef.new(shape: FindingActor, location_name: "actor"))
969
981
  PolicyDetails.struct_class = Types::PolicyDetails
@@ -455,8 +455,8 @@ module Aws::Macie2
455
455
  include Aws::Structure
456
456
  end
457
457
 
458
- # Provides information about bucket-level permissions settings for an S3
459
- # bucket.
458
+ # Provides information about the bucket-level permissions settings for
459
+ # an S3 bucket.
460
460
  #
461
461
  # @!attribute [rw] access_control_list
462
462
  # Provides information about the permissions settings of the
@@ -508,6 +508,9 @@ module Aws::Macie2
508
508
  # @!attribute [rw] classifiable_object_count
509
509
  # @return [Integer]
510
510
  #
511
+ # @!attribute [rw] classifiable_size_in_bytes
512
+ # @return [Integer]
513
+ #
511
514
  # @!attribute [rw] last_updated
512
515
  # @return [Time]
513
516
  #
@@ -521,7 +524,7 @@ module Aws::Macie2
521
524
  # @return [Types::ObjectCountByEncryptionType]
522
525
  #
523
526
  # @!attribute [rw] public_access
524
- # Provides information about permissions settings that determine
527
+ # Provides information about the permissions settings that determine
525
528
  # whether an S3 bucket is publicly accessible.
526
529
  # @return [Types::BucketPublicAccess]
527
530
  #
@@ -546,6 +549,22 @@ module Aws::Macie2
546
549
  # @!attribute [rw] tags
547
550
  # @return [Array<Types::KeyValuePair>]
548
551
  #
552
+ # @!attribute [rw] unclassifiable_object_count
553
+ # Provides information about the total storage size (in bytes) or
554
+ # number of objects that Amazon Macie can't analyze in one or more S3
555
+ # buckets. In a BucketMetadata object, this data is for a specific
556
+ # bucket. In a GetBucketStatisticsResponse object, this data is
557
+ # aggregated for all the buckets in the query results.
558
+ # @return [Types::ObjectLevelStatistics]
559
+ #
560
+ # @!attribute [rw] unclassifiable_object_size_in_bytes
561
+ # Provides information about the total storage size (in bytes) or
562
+ # number of objects that Amazon Macie can't analyze in one or more S3
563
+ # buckets. In a BucketMetadata object, this data is for a specific
564
+ # bucket. In a GetBucketStatisticsResponse object, this data is
565
+ # aggregated for all the buckets in the query results.
566
+ # @return [Types::ObjectLevelStatistics]
567
+ #
549
568
  # @!attribute [rw] versioning
550
569
  # @return [Boolean]
551
570
  #
@@ -557,6 +576,7 @@ module Aws::Macie2
557
576
  :bucket_created_at,
558
577
  :bucket_name,
559
578
  :classifiable_object_count,
579
+ :classifiable_size_in_bytes,
560
580
  :last_updated,
561
581
  :object_count,
562
582
  :object_count_by_encryption_type,
@@ -567,13 +587,15 @@ module Aws::Macie2
567
587
  :size_in_bytes,
568
588
  :size_in_bytes_compressed,
569
589
  :tags,
590
+ :unclassifiable_object_count,
591
+ :unclassifiable_object_size_in_bytes,
570
592
  :versioning)
571
593
  SENSITIVE = []
572
594
  include Aws::Structure
573
595
  end
574
596
 
575
- # The account-level and bucket-level permissions settings for an S3
576
- # bucket.
597
+ # Provides information about the account-level and bucket-level
598
+ # permissions settings for an S3 bucket.
577
599
  #
578
600
  # @!attribute [rw] account_level_permissions
579
601
  # Provides information about account-level permissions settings that
@@ -581,8 +603,8 @@ module Aws::Macie2
581
603
  # @return [Types::AccountLevelPermissions]
582
604
  #
583
605
  # @!attribute [rw] bucket_level_permissions
584
- # Provides information about bucket-level permissions settings for an
585
- # S3 bucket.
606
+ # Provides information about the bucket-level permissions settings for
607
+ # an S3 bucket.
586
608
  # @return [Types::BucketLevelPermissions]
587
609
  #
588
610
  # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/BucketPermissionConfiguration AWS API Documentation
@@ -612,15 +634,15 @@ module Aws::Macie2
612
634
  include Aws::Structure
613
635
  end
614
636
 
615
- # Provides information about permissions settings that determine whether
616
- # an S3 bucket is publicly accessible.
637
+ # Provides information about the permissions settings that determine
638
+ # whether an S3 bucket is publicly accessible.
617
639
  #
618
640
  # @!attribute [rw] effective_permission
619
641
  # @return [String]
620
642
  #
621
643
  # @!attribute [rw] permission_configuration
622
- # The account-level and bucket-level permissions settings for an S3
623
- # bucket.
644
+ # Provides information about the account-level and bucket-level
645
+ # permissions settings for an S3 bucket.
624
646
  # @return [Types::BucketPermissionConfiguration]
625
647
  #
626
648
  # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/BucketPublicAccess AWS API Documentation
@@ -785,9 +807,9 @@ module Aws::Macie2
785
807
 
786
808
  # Specifies the scope, schedule, and other settings for a classification
787
809
  # job. You can't delete or change the settings for a classification job
788
- # after you create it. In Amazon Macie, classification jobs are
789
- # immutable. This ensures accurate data classification results for
790
- # audits or investigations.
810
+ # after you create it. This helps ensure that you have an immutable
811
+ # history of sensitive data findings and discovery results for data
812
+ # privacy and protection audits or investigations.
791
813
  #
792
814
  # @note When making an API call, you may pass CreateClassificationJobRequest
793
815
  # data as a hash:
@@ -945,9 +967,9 @@ module Aws::Macie2
945
967
 
946
968
  # Specifies the criteria and other settings for a new custom data
947
969
  # identifier. You can't change a custom data identifier after you
948
- # create it. In Amazon Macie, custom data identifiers are immutable.
949
- # This ensures accurate data classification results for audits or
950
- # investigations.
970
+ # create it. This helps ensure that you have an immutable history of
971
+ # sensitive data findings and discovery results for data privacy and
972
+ # protection audits or investigations.
951
973
  #
952
974
  # @note When making an API call, you may pass CreateCustomDataIdentifierRequest
953
975
  # data as a hash:
@@ -2142,8 +2164,8 @@ module Aws::Macie2
2142
2164
  include Aws::Structure
2143
2165
  end
2144
2166
 
2145
- # Specifies an account that's associated with the S3 buckets to
2146
- # retrieve aggregated statistical data for.
2167
+ # Specifies the account that owns the S3 buckets to retrieve aggregated
2168
+ # statistical data for.
2147
2169
  #
2148
2170
  # @note When making an API call, you may pass GetBucketStatisticsRequest
2149
2171
  # data as a hash:
@@ -2164,8 +2186,7 @@ module Aws::Macie2
2164
2186
  end
2165
2187
 
2166
2188
  # Provides the results of a query that retrieved aggregated statistical
2167
- # data for all the S3 buckets that Amazon Macie monitors and analyzes
2168
- # for an account.
2189
+ # data for the S3 buckets that are owned by an account.
2169
2190
  #
2170
2191
  # @!attribute [rw] bucket_count
2171
2192
  # @return [Integer]
@@ -2190,6 +2211,9 @@ module Aws::Macie2
2190
2211
  # @!attribute [rw] classifiable_object_count
2191
2212
  # @return [Integer]
2192
2213
  #
2214
+ # @!attribute [rw] classifiable_size_in_bytes
2215
+ # @return [Integer]
2216
+ #
2193
2217
  # @!attribute [rw] last_updated
2194
2218
  # @return [Time]
2195
2219
  #
@@ -2202,6 +2226,22 @@ module Aws::Macie2
2202
2226
  # @!attribute [rw] size_in_bytes_compressed
2203
2227
  # @return [Integer]
2204
2228
  #
2229
+ # @!attribute [rw] unclassifiable_object_count
2230
+ # Provides information about the total storage size (in bytes) or
2231
+ # number of objects that Amazon Macie can't analyze in one or more S3
2232
+ # buckets. In a BucketMetadata object, this data is for a specific
2233
+ # bucket. In a GetBucketStatisticsResponse object, this data is
2234
+ # aggregated for all the buckets in the query results.
2235
+ # @return [Types::ObjectLevelStatistics]
2236
+ #
2237
+ # @!attribute [rw] unclassifiable_object_size_in_bytes
2238
+ # Provides information about the total storage size (in bytes) or
2239
+ # number of objects that Amazon Macie can't analyze in one or more S3
2240
+ # buckets. In a BucketMetadata object, this data is for a specific
2241
+ # bucket. In a GetBucketStatisticsResponse object, this data is
2242
+ # aggregated for all the buckets in the query results.
2243
+ # @return [Types::ObjectLevelStatistics]
2244
+ #
2205
2245
  # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetBucketStatisticsResponse AWS API Documentation
2206
2246
  #
2207
2247
  class GetBucketStatisticsResponse < Struct.new(
@@ -2210,10 +2250,13 @@ module Aws::Macie2
2210
2250
  :bucket_count_by_encryption_type,
2211
2251
  :bucket_count_by_shared_access_type,
2212
2252
  :classifiable_object_count,
2253
+ :classifiable_size_in_bytes,
2213
2254
  :last_updated,
2214
2255
  :object_count,
2215
2256
  :size_in_bytes,
2216
- :size_in_bytes_compressed)
2257
+ :size_in_bytes_compressed,
2258
+ :unclassifiable_object_count,
2259
+ :unclassifiable_object_size_in_bytes)
2217
2260
  SENSITIVE = []
2218
2261
  include Aws::Structure
2219
2262
  end
@@ -3706,6 +3749,31 @@ module Aws::Macie2
3706
3749
  include Aws::Structure
3707
3750
  end
3708
3751
 
3752
+ # Provides information about the total storage size (in bytes) or number
3753
+ # of objects that Amazon Macie can't analyze in one or more S3 buckets.
3754
+ # In a BucketMetadata object, this data is for a specific bucket. In a
3755
+ # GetBucketStatisticsResponse object, this data is aggregated for all
3756
+ # the buckets in the query results.
3757
+ #
3758
+ # @!attribute [rw] file_type
3759
+ # @return [Integer]
3760
+ #
3761
+ # @!attribute [rw] storage_class
3762
+ # @return [Integer]
3763
+ #
3764
+ # @!attribute [rw] total
3765
+ # @return [Integer]
3766
+ #
3767
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ObjectLevelStatistics AWS API Documentation
3768
+ #
3769
+ class ObjectLevelStatistics < Struct.new(
3770
+ :file_type,
3771
+ :storage_class,
3772
+ :total)
3773
+ SENSITIVE = []
3774
+ include Aws::Structure
3775
+ end
3776
+
3709
3777
  # Provides the details of a policy finding.
3710
3778
  #
3711
3779
  # @!attribute [rw] action
@@ -3854,7 +3922,7 @@ module Aws::Macie2
3854
3922
  # @return [Types::S3BucketOwner]
3855
3923
  #
3856
3924
  # @!attribute [rw] public_access
3857
- # Provides information about permissions settings that determine
3925
+ # Provides information about the permissions settings that determine
3858
3926
  # whether an S3 bucket is publicly accessible.
3859
3927
  # @return [Types::BucketPublicAccess]
3860
3928
  #
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.9.0
4
+ version: 1.10.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-08-25 00:00:00.000000000 Z
11
+ date: 2020-09-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core