aws-sdk-macie2 1.0.0 → 1.5.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: 166ae430232decba827e4747300ce325ef8183af88cb3c1d31c39547c985cf73
4
- data.tar.gz: 3c5968f7372610abbe26174c38dd1b5955448ecfdc6d119f6e9410f6647d587f
3
+ metadata.gz: d1508a317da2a1b6a4210e01bdbfa434e516fdc6696528ecbfcae0f1fecee76c
4
+ data.tar.gz: c524a2d7617ecc4f480172d01050298fdea96e4fbe4db0d0d70725ebf03eecd3
5
5
  SHA512:
6
- metadata.gz: 8198e08cbaa0a1973b1649cba9fa9ba249d1f861e647baf17eddf54794d7ecc4e0493f318717caebbcec95b61573e8b3f3a46b59a28f9a006f75a3779e24bb0d
7
- data.tar.gz: 69e3dfd18da6d80f3eb03aa4619cccc29d634dea4532805f7a2a4d82a2656c7ca6af2cde49cbbba827ee366942506fb1dfafe5bc6448ce672932b39c502107d2
6
+ metadata.gz: 06f19b574cce4e9e8727e0d64e75ffbf3cdfc329fcefa053cf94d14ee140525258e34bac81a975a11f1938d41de2eedf7ca2c7714a2eeef88fb08da9ec8a32c1
7
+ data.tar.gz: a249e52173344e9051008c331e1ac4d4d824e8db311f06e75a3e1a8d758c8f759205dce33d4fcd880ebec849d05020cf9aa6ca61e97fcd352b7f55ca8e2b3b7e
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-macie2/customizations'
45
47
  # @service
46
48
  module Aws::Macie2
47
49
 
48
- GEM_VERSION = '1.0.0'
50
+ GEM_VERSION = '1.5.0'
49
51
 
50
52
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -24,6 +26,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
24
26
  require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
25
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
26
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
+ require 'aws-sdk-core/plugins/http_checksum.rb'
27
30
  require 'aws-sdk-core/plugins/signature_v4.rb'
28
31
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
29
32
 
@@ -69,6 +72,7 @@ module Aws::Macie2
69
72
  add_plugin(Aws::Plugins::ClientMetricsPlugin)
70
73
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
71
74
  add_plugin(Aws::Plugins::TransferEncoding)
75
+ add_plugin(Aws::Plugins::HttpChecksum)
72
76
  add_plugin(Aws::Plugins::SignatureV4)
73
77
  add_plugin(Aws::Plugins::Protocols::RestJson)
74
78
 
@@ -161,7 +165,7 @@ module Aws::Macie2
161
165
  # @option options [String] :endpoint
162
166
  # The client endpoint is normally constructed from the `:region`
163
167
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be a valid HTTP(S) URI.
168
+ # to test or custom endpoints. This should be a valid HTTP(S) URI.
165
169
  #
166
170
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
171
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -176,7 +180,7 @@ module Aws::Macie2
176
180
  # requests fetching endpoints information. Defaults to 60 sec.
177
181
  #
178
182
  # @option options [Boolean] :endpoint_discovery (false)
179
- # When set to `true`, endpoint discovery will be enabled for operations when available. Defaults to `false`.
183
+ # When set to `true`, endpoint discovery will be enabled for operations when available.
180
184
  #
181
185
  # @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
182
186
  # The log formatter.
@@ -324,7 +328,7 @@ module Aws::Macie2
324
328
  # master_account: "__string", # required
325
329
  # })
326
330
  #
327
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/AcceptInvitation AWS API Documentation
331
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/AcceptInvitation AWS API Documentation
328
332
  #
329
333
  # @overload accept_invitation(params = {})
330
334
  # @param [Hash] params ({})
@@ -333,27 +337,6 @@ module Aws::Macie2
333
337
  req.send_request(options)
334
338
  end
335
339
 
336
- # Archives one or more findings.
337
- #
338
- # @option params [required, Array<String>] :finding_ids
339
- #
340
- # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
341
- #
342
- # @example Request syntax with placeholder values
343
- #
344
- # resp = client.archive_findings({
345
- # finding_ids: ["__string"], # required
346
- # })
347
- #
348
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/ArchiveFindings AWS API Documentation
349
- #
350
- # @overload archive_findings(params = {})
351
- # @param [Hash] params ({})
352
- def archive_findings(params = {}, options = {})
353
- req = build_request(:archive_findings, params)
354
- req.send_request(options)
355
- end
356
-
357
340
  # Retrieves information about one or more custom data identifiers.
358
341
  #
359
342
  # @option params [Array<String>] :ids
@@ -381,7 +364,7 @@ module Aws::Macie2
381
364
  # resp.not_found_identifier_ids #=> Array
382
365
  # resp.not_found_identifier_ids[0] #=> String
383
366
  #
384
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/BatchGetCustomDataIdentifiers AWS API Documentation
367
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/BatchGetCustomDataIdentifiers AWS API Documentation
385
368
  #
386
369
  # @overload batch_get_custom_data_identifiers(params = {})
387
370
  # @param [Hash] params ({})
@@ -510,7 +493,7 @@ module Aws::Macie2
510
493
  # resp.job_arn #=> String
511
494
  # resp.job_id #=> String
512
495
  #
513
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/CreateClassificationJob AWS API Documentation
496
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/CreateClassificationJob AWS API Documentation
514
497
  #
515
498
  # @overload create_classification_job(params = {})
516
499
  # @param [Hash] params ({})
@@ -566,7 +549,7 @@ module Aws::Macie2
566
549
  #
567
550
  # resp.custom_data_identifier_id #=> String
568
551
  #
569
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/CreateCustomDataIdentifier AWS API Documentation
552
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/CreateCustomDataIdentifier AWS API Documentation
570
553
  #
571
554
  # @overload create_custom_data_identifier(params = {})
572
555
  # @param [Hash] params ({})
@@ -579,8 +562,9 @@ module Aws::Macie2
579
562
  # filter.
580
563
  #
581
564
  # @option params [required, String] :action
582
- # The action to perform on findings that meet the filter criteria. Valid
583
- # values are:
565
+ # The action to perform on findings that meet the filter criteria. To
566
+ # suppress (automatically archive) findings that meet the criteria, set
567
+ # this value to ARCHIVE. Valid values are:
584
568
  #
585
569
  # @option params [String] :client_token
586
570
  # **A suitable default value is auto-generated.** You should normally
@@ -636,7 +620,7 @@ module Aws::Macie2
636
620
  # resp.arn #=> String
637
621
  # resp.id #=> String
638
622
  #
639
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/CreateFindingsFilter AWS API Documentation
623
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/CreateFindingsFilter AWS API Documentation
640
624
  #
641
625
  # @overload create_findings_filter(params = {})
642
626
  # @param [Hash] params ({})
@@ -672,7 +656,7 @@ module Aws::Macie2
672
656
  # resp.unprocessed_accounts[0].error_code #=> String, one of "ClientError", "InternalError"
673
657
  # resp.unprocessed_accounts[0].error_message #=> String
674
658
  #
675
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/CreateInvitations AWS API Documentation
659
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/CreateInvitations AWS API Documentation
676
660
  #
677
661
  # @overload create_invitations(params = {})
678
662
  # @param [Hash] params ({})
@@ -712,7 +696,7 @@ module Aws::Macie2
712
696
  #
713
697
  # resp.arn #=> String
714
698
  #
715
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/CreateMember AWS API Documentation
699
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/CreateMember AWS API Documentation
716
700
  #
717
701
  # @overload create_member(params = {})
718
702
  # @param [Hash] params ({})
@@ -733,7 +717,7 @@ module Aws::Macie2
733
717
  # 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
734
718
  # })
735
719
  #
736
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/CreateSampleFindings AWS API Documentation
720
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/CreateSampleFindings AWS API Documentation
737
721
  #
738
722
  # @overload create_sample_findings(params = {})
739
723
  # @param [Hash] params ({})
@@ -764,7 +748,7 @@ module Aws::Macie2
764
748
  # resp.unprocessed_accounts[0].error_code #=> String, one of "ClientError", "InternalError"
765
749
  # resp.unprocessed_accounts[0].error_message #=> String
766
750
  #
767
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/DeclineInvitations AWS API Documentation
751
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DeclineInvitations AWS API Documentation
768
752
  #
769
753
  # @overload decline_invitations(params = {})
770
754
  # @param [Hash] params ({})
@@ -785,7 +769,7 @@ module Aws::Macie2
785
769
  # id: "__string", # required
786
770
  # })
787
771
  #
788
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/DeleteCustomDataIdentifier AWS API Documentation
772
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DeleteCustomDataIdentifier AWS API Documentation
789
773
  #
790
774
  # @overload delete_custom_data_identifier(params = {})
791
775
  # @param [Hash] params ({})
@@ -806,7 +790,7 @@ module Aws::Macie2
806
790
  # id: "__string", # required
807
791
  # })
808
792
  #
809
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/DeleteFindingsFilter AWS API Documentation
793
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DeleteFindingsFilter AWS API Documentation
810
794
  #
811
795
  # @overload delete_findings_filter(params = {})
812
796
  # @param [Hash] params ({})
@@ -837,7 +821,7 @@ module Aws::Macie2
837
821
  # resp.unprocessed_accounts[0].error_code #=> String, one of "ClientError", "InternalError"
838
822
  # resp.unprocessed_accounts[0].error_message #=> String
839
823
  #
840
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/DeleteInvitations AWS API Documentation
824
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DeleteInvitations AWS API Documentation
841
825
  #
842
826
  # @overload delete_invitations(params = {})
843
827
  # @param [Hash] params ({})
@@ -859,7 +843,7 @@ module Aws::Macie2
859
843
  # id: "__string", # required
860
844
  # })
861
845
  #
862
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/DeleteMember AWS API Documentation
846
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DeleteMember AWS API Documentation
863
847
  #
864
848
  # @overload delete_member(params = {})
865
849
  # @param [Hash] params ({})
@@ -951,7 +935,7 @@ module Aws::Macie2
951
935
  # resp.buckets[0].versioning #=> Boolean
952
936
  # resp.next_token #=> String
953
937
  #
954
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/DescribeBuckets AWS API Documentation
938
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DescribeBuckets AWS API Documentation
955
939
  #
956
940
  # @overload describe_buckets(params = {})
957
941
  # @param [Hash] params ({})
@@ -1038,7 +1022,7 @@ module Aws::Macie2
1038
1022
  # resp.tags #=> Hash
1039
1023
  # resp.tags["__string"] #=> String
1040
1024
  #
1041
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/DescribeClassificationJob AWS API Documentation
1025
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DescribeClassificationJob AWS API Documentation
1042
1026
  #
1043
1027
  # @overload describe_classification_job(params = {})
1044
1028
  # @param [Hash] params ({})
@@ -1060,7 +1044,7 @@ module Aws::Macie2
1060
1044
  # resp.auto_enable #=> Boolean
1061
1045
  # resp.max_account_limit_reached #=> Boolean
1062
1046
  #
1063
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/DescribeOrganizationConfiguration AWS API Documentation
1047
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DescribeOrganizationConfiguration AWS API Documentation
1064
1048
  #
1065
1049
  # @overload describe_organization_configuration(params = {})
1066
1050
  # @param [Hash] params ({})
@@ -1074,7 +1058,7 @@ module Aws::Macie2
1074
1058
  #
1075
1059
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1076
1060
  #
1077
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/DisableMacie AWS API Documentation
1061
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DisableMacie AWS API Documentation
1078
1062
  #
1079
1063
  # @overload disable_macie(params = {})
1080
1064
  # @param [Hash] params ({})
@@ -1096,7 +1080,7 @@ module Aws::Macie2
1096
1080
  # admin_account_id: "__string", # required
1097
1081
  # })
1098
1082
  #
1099
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/DisableOrganizationAdminAccount AWS API Documentation
1083
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DisableOrganizationAdminAccount AWS API Documentation
1100
1084
  #
1101
1085
  # @overload disable_organization_admin_account(params = {})
1102
1086
  # @param [Hash] params ({})
@@ -1109,7 +1093,7 @@ module Aws::Macie2
1109
1093
  #
1110
1094
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
1111
1095
  #
1112
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/DisassociateFromMasterAccount AWS API Documentation
1096
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DisassociateFromMasterAccount AWS API Documentation
1113
1097
  #
1114
1098
  # @overload disassociate_from_master_account(params = {})
1115
1099
  # @param [Hash] params ({})
@@ -1130,7 +1114,7 @@ module Aws::Macie2
1130
1114
  # id: "__string", # required
1131
1115
  # })
1132
1116
  #
1133
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/DisassociateMember AWS API Documentation
1117
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DisassociateMember AWS API Documentation
1134
1118
  #
1135
1119
  # @overload disassociate_member(params = {})
1136
1120
  # @param [Hash] params ({})
@@ -1147,9 +1131,10 @@ module Aws::Macie2
1147
1131
  # not need to pass this option.**
1148
1132
  #
1149
1133
  # @option params [String] :finding_publishing_frequency
1150
- # The frequency with which Amazon Macie publishes findings for an
1151
- # account. This includes adding findings to AWS Security Hub and
1152
- # exporting finding events to Amazon CloudWatch. Valid values are:
1134
+ # The frequency with which Amazon Macie publishes updates to policy
1135
+ # findings for an account. This includes publishing updates to AWS
1136
+ # Security Hub and Amazon EventBridge (formerly called Amazon CloudWatch
1137
+ # Events). Valid values are:
1153
1138
  #
1154
1139
  # @option params [String] :status
1155
1140
  # The status of an Amazon Macie account. Valid values are:
@@ -1164,7 +1149,7 @@ module Aws::Macie2
1164
1149
  # status: "PAUSED", # accepts PAUSED, ENABLED
1165
1150
  # })
1166
1151
  #
1167
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/EnableMacie AWS API Documentation
1152
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/EnableMacie AWS API Documentation
1168
1153
  #
1169
1154
  # @overload enable_macie(params = {})
1170
1155
  # @param [Hash] params ({})
@@ -1191,7 +1176,7 @@ module Aws::Macie2
1191
1176
  # client_token: "__string",
1192
1177
  # })
1193
1178
  #
1194
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/EnableOrganizationAdminAccount AWS API Documentation
1179
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/EnableOrganizationAdminAccount AWS API Documentation
1195
1180
  #
1196
1181
  # @overload enable_organization_admin_account(params = {})
1197
1182
  # @param [Hash] params ({})
@@ -1241,7 +1226,7 @@ module Aws::Macie2
1241
1226
  # resp.size_in_bytes #=> Integer
1242
1227
  # resp.size_in_bytes_compressed #=> Integer
1243
1228
  #
1244
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/GetBucketStatistics AWS API Documentation
1229
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetBucketStatistics AWS API Documentation
1245
1230
  #
1246
1231
  # @overload get_bucket_statistics(params = {})
1247
1232
  # @param [Hash] params ({})
@@ -1250,7 +1235,7 @@ module Aws::Macie2
1250
1235
  req.send_request(options)
1251
1236
  end
1252
1237
 
1253
- # Retrieves the configuration settings for exporting data classification
1238
+ # Retrieves the configuration settings for storing data classification
1254
1239
  # results.
1255
1240
  #
1256
1241
  # @return [Types::GetClassificationExportConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -1263,7 +1248,7 @@ module Aws::Macie2
1263
1248
  # resp.configuration.s3_destination.key_prefix #=> String
1264
1249
  # resp.configuration.s3_destination.kms_key_arn #=> String
1265
1250
  #
1266
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/GetClassificationExportConfiguration AWS API Documentation
1251
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetClassificationExportConfiguration AWS API Documentation
1267
1252
  #
1268
1253
  # @overload get_classification_export_configuration(params = {})
1269
1254
  # @param [Hash] params ({})
@@ -1314,7 +1299,7 @@ module Aws::Macie2
1314
1299
  # resp.tags #=> Hash
1315
1300
  # resp.tags["__string"] #=> String
1316
1301
  #
1317
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/GetCustomDataIdentifier AWS API Documentation
1302
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetCustomDataIdentifier AWS API Documentation
1318
1303
  #
1319
1304
  # @overload get_custom_data_identifier(params = {})
1320
1305
  # @param [Hash] params ({})
@@ -1370,7 +1355,7 @@ module Aws::Macie2
1370
1355
  # resp.counts_by_group[0].count #=> Integer
1371
1356
  # resp.counts_by_group[0].group_key #=> String
1372
1357
  #
1373
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/GetFindingStatistics AWS API Documentation
1358
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetFindingStatistics AWS API Documentation
1374
1359
  #
1375
1360
  # @overload get_finding_statistics(params = {})
1376
1361
  # @param [Hash] params ({})
@@ -1482,7 +1467,7 @@ module Aws::Macie2
1482
1467
  # resp.findings[0].region #=> String
1483
1468
  # resp.findings[0].resources_affected.s3_bucket.arn #=> String
1484
1469
  # resp.findings[0].resources_affected.s3_bucket.created_at #=> Time
1485
- # resp.findings[0].resources_affected.s3_bucket.default_server_side_encryption.encryption_type #=> String, one of "NONE", "AES256", "aws:kms"
1470
+ # resp.findings[0].resources_affected.s3_bucket.default_server_side_encryption.encryption_type #=> String, one of "NONE", "AES256", "aws:kms", "UNKNOWN"
1486
1471
  # resp.findings[0].resources_affected.s3_bucket.default_server_side_encryption.kms_master_key_id #=> String
1487
1472
  # resp.findings[0].resources_affected.s3_bucket.name #=> String
1488
1473
  # resp.findings[0].resources_affected.s3_bucket.owner.display_name #=> String
@@ -1510,7 +1495,7 @@ module Aws::Macie2
1510
1495
  # resp.findings[0].resources_affected.s3_object.last_modified #=> Time
1511
1496
  # resp.findings[0].resources_affected.s3_object.path #=> String
1512
1497
  # resp.findings[0].resources_affected.s3_object.public_access #=> Boolean
1513
- # resp.findings[0].resources_affected.s3_object.server_side_encryption.encryption_type #=> String, one of "NONE", "AES256", "aws:kms"
1498
+ # resp.findings[0].resources_affected.s3_object.server_side_encryption.encryption_type #=> String, one of "NONE", "AES256", "aws:kms", "UNKNOWN"
1514
1499
  # resp.findings[0].resources_affected.s3_object.server_side_encryption.kms_master_key_id #=> String
1515
1500
  # resp.findings[0].resources_affected.s3_object.size #=> Integer
1516
1501
  # resp.findings[0].resources_affected.s3_object.storage_class #=> String, one of "STANDARD", "REDUCED_REDUNDANCY", "STANDARD_IA", "INTELLIGENT_TIERING", "DEEP_ARCHIVE", "ONEZONE_IA", "GLACIER"
@@ -1526,7 +1511,7 @@ module Aws::Macie2
1526
1511
  # 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"
1527
1512
  # resp.findings[0].updated_at #=> Time
1528
1513
  #
1529
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/GetFindings AWS API Documentation
1514
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetFindings AWS API Documentation
1530
1515
  #
1531
1516
  # @overload get_findings(params = {})
1532
1517
  # @param [Hash] params ({})
@@ -1577,7 +1562,7 @@ module Aws::Macie2
1577
1562
  # resp.tags #=> Hash
1578
1563
  # resp.tags["__string"] #=> String
1579
1564
  #
1580
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/GetFindingsFilter AWS API Documentation
1565
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetFindingsFilter AWS API Documentation
1581
1566
  #
1582
1567
  # @overload get_findings_filter(params = {})
1583
1568
  # @param [Hash] params ({})
@@ -1597,7 +1582,7 @@ module Aws::Macie2
1597
1582
  #
1598
1583
  # resp.invitations_count #=> Integer
1599
1584
  #
1600
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/GetInvitationsCount AWS API Documentation
1585
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetInvitationsCount AWS API Documentation
1601
1586
  #
1602
1587
  # @overload get_invitations_count(params = {})
1603
1588
  # @param [Hash] params ({})
@@ -1625,7 +1610,7 @@ module Aws::Macie2
1625
1610
  # resp.status #=> String, one of "PAUSED", "ENABLED"
1626
1611
  # resp.updated_at #=> Time
1627
1612
  #
1628
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/GetMacieSession AWS API Documentation
1613
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetMacieSession AWS API Documentation
1629
1614
  #
1630
1615
  # @overload get_macie_session(params = {})
1631
1616
  # @param [Hash] params ({})
@@ -1648,7 +1633,7 @@ module Aws::Macie2
1648
1633
  # resp.master.invited_at #=> Time
1649
1634
  # resp.master.relationship_status #=> String, one of "Enabled", "Paused", "Invited", "Created", "Removed", "Resigned", "EmailVerificationInProgress", "EmailVerificationFailed"
1650
1635
  #
1651
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/GetMasterAccount AWS API Documentation
1636
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetMasterAccount AWS API Documentation
1652
1637
  #
1653
1638
  # @overload get_master_account(params = {})
1654
1639
  # @param [Hash] params ({})
@@ -1691,7 +1676,7 @@ module Aws::Macie2
1691
1676
  # resp.tags["__string"] #=> String
1692
1677
  # resp.updated_at #=> Time
1693
1678
  #
1694
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/GetMember AWS API Documentation
1679
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetMember AWS API Documentation
1695
1680
  #
1696
1681
  # @overload get_member(params = {})
1697
1682
  # @param [Hash] params ({})
@@ -1749,7 +1734,7 @@ module Aws::Macie2
1749
1734
  # resp.records[0].usage[0].service_limit.value #=> Integer
1750
1735
  # resp.records[0].usage[0].type #=> String, one of "DATA_INVENTORY_EVALUATION", "SENSITIVE_DATA_DISCOVERY"
1751
1736
  #
1752
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/GetUsageStatistics AWS API Documentation
1737
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetUsageStatistics AWS API Documentation
1753
1738
  #
1754
1739
  # @overload get_usage_statistics(params = {})
1755
1740
  # @param [Hash] params ({})
@@ -1771,7 +1756,7 @@ module Aws::Macie2
1771
1756
  # resp.usage_totals[0].estimated_cost #=> String
1772
1757
  # resp.usage_totals[0].type #=> String, one of "DATA_INVENTORY_EVALUATION", "SENSITIVE_DATA_DISCOVERY"
1773
1758
  #
1774
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/GetUsageTotals AWS API Documentation
1759
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetUsageTotals AWS API Documentation
1775
1760
  #
1776
1761
  # @overload get_usage_totals(params = {})
1777
1762
  # @param [Hash] params ({})
@@ -1841,7 +1826,7 @@ module Aws::Macie2
1841
1826
  # resp.items[0].name #=> String
1842
1827
  # resp.next_token #=> String
1843
1828
  #
1844
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/ListClassificationJobs AWS API Documentation
1829
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ListClassificationJobs AWS API Documentation
1845
1830
  #
1846
1831
  # @overload list_classification_jobs(params = {})
1847
1832
  # @param [Hash] params ({})
@@ -1879,7 +1864,7 @@ module Aws::Macie2
1879
1864
  # resp.items[0].name #=> String
1880
1865
  # resp.next_token #=> String
1881
1866
  #
1882
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/ListCustomDataIdentifiers AWS API Documentation
1867
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ListCustomDataIdentifiers AWS API Documentation
1883
1868
  #
1884
1869
  # @overload list_custom_data_identifiers(params = {})
1885
1870
  # @param [Hash] params ({})
@@ -1936,7 +1921,7 @@ module Aws::Macie2
1936
1921
  # resp.finding_ids[0] #=> String
1937
1922
  # resp.next_token #=> String
1938
1923
  #
1939
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/ListFindings AWS API Documentation
1924
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ListFindings AWS API Documentation
1940
1925
  #
1941
1926
  # @overload list_findings(params = {})
1942
1927
  # @param [Hash] params ({})
@@ -1974,7 +1959,7 @@ module Aws::Macie2
1974
1959
  # resp.findings_filter_list_items[0].tags["__string"] #=> String
1975
1960
  # resp.next_token #=> String
1976
1961
  #
1977
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/ListFindingsFilters AWS API Documentation
1962
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ListFindingsFilters AWS API Documentation
1978
1963
  #
1979
1964
  # @overload list_findings_filters(params = {})
1980
1965
  # @param [Hash] params ({})
@@ -2011,7 +1996,7 @@ module Aws::Macie2
2011
1996
  # resp.invitations[0].relationship_status #=> String, one of "Enabled", "Paused", "Invited", "Created", "Removed", "Resigned", "EmailVerificationInProgress", "EmailVerificationFailed"
2012
1997
  # resp.next_token #=> String
2013
1998
  #
2014
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/ListInvitations AWS API Documentation
1999
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ListInvitations AWS API Documentation
2015
2000
  #
2016
2001
  # @overload list_invitations(params = {})
2017
2002
  # @param [Hash] params ({})
@@ -2056,7 +2041,7 @@ module Aws::Macie2
2056
2041
  # resp.members[0].updated_at #=> Time
2057
2042
  # resp.next_token #=> String
2058
2043
  #
2059
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/ListMembers AWS API Documentation
2044
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ListMembers AWS API Documentation
2060
2045
  #
2061
2046
  # @overload list_members(params = {})
2062
2047
  # @param [Hash] params ({})
@@ -2091,7 +2076,7 @@ module Aws::Macie2
2091
2076
  # resp.admin_accounts[0].status #=> String, one of "ENABLED", "DISABLING_IN_PROGRESS"
2092
2077
  # resp.next_token #=> String
2093
2078
  #
2094
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/ListOrganizationAdminAccounts AWS API Documentation
2079
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ListOrganizationAdminAccounts AWS API Documentation
2095
2080
  #
2096
2081
  # @overload list_organization_admin_accounts(params = {})
2097
2082
  # @param [Hash] params ({})
@@ -2121,7 +2106,7 @@ module Aws::Macie2
2121
2106
  # resp.tags #=> Hash
2122
2107
  # resp.tags["__string"] #=> String
2123
2108
  #
2124
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/ListTagsForResource AWS API Documentation
2109
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ListTagsForResource AWS API Documentation
2125
2110
  #
2126
2111
  # @overload list_tags_for_resource(params = {})
2127
2112
  # @param [Hash] params ({})
@@ -2130,13 +2115,13 @@ module Aws::Macie2
2130
2115
  req.send_request(options)
2131
2116
  end
2132
2117
 
2133
- # Creates or updates the configuration settings for exporting data
2118
+ # Creates or updates the configuration settings for storing data
2134
2119
  # classification results.
2135
2120
  #
2136
2121
  # @option params [required, Types::ClassificationExportConfiguration] :configuration
2137
- # Specifies where to export data classification results to, and the
2122
+ # Specifies where to store data classification results, and the
2138
2123
  # encryption settings to use when storing results in that location.
2139
- # Currently, you can export classification results only to an S3 bucket.
2124
+ # Currently, you can store classification results only in an S3 bucket.
2140
2125
  #
2141
2126
  # @return [Types::PutClassificationExportConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2142
2127
  #
@@ -2160,7 +2145,7 @@ module Aws::Macie2
2160
2145
  # resp.configuration.s3_destination.key_prefix #=> String
2161
2146
  # resp.configuration.s3_destination.kms_key_arn #=> String
2162
2147
  #
2163
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/PutClassificationExportConfiguration AWS API Documentation
2148
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/PutClassificationExportConfiguration AWS API Documentation
2164
2149
  #
2165
2150
  # @overload put_classification_export_configuration(params = {})
2166
2151
  # @param [Hash] params ({})
@@ -2191,7 +2176,7 @@ module Aws::Macie2
2191
2176
  # },
2192
2177
  # })
2193
2178
  #
2194
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/TagResource AWS API Documentation
2179
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/TagResource AWS API Documentation
2195
2180
  #
2196
2181
  # @overload tag_resource(params = {})
2197
2182
  # @param [Hash] params ({})
@@ -2230,7 +2215,7 @@ module Aws::Macie2
2230
2215
  #
2231
2216
  # resp.match_count #=> Integer
2232
2217
  #
2233
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/TestCustomDataIdentifier AWS API Documentation
2218
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/TestCustomDataIdentifier AWS API Documentation
2234
2219
  #
2235
2220
  # @overload test_custom_data_identifier(params = {})
2236
2221
  # @param [Hash] params ({})
@@ -2239,27 +2224,6 @@ module Aws::Macie2
2239
2224
  req.send_request(options)
2240
2225
  end
2241
2226
 
2242
- # Reactivates (unarchives) one or more findings.
2243
- #
2244
- # @option params [required, Array<String>] :finding_ids
2245
- #
2246
- # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
2247
- #
2248
- # @example Request syntax with placeholder values
2249
- #
2250
- # resp = client.unarchive_findings({
2251
- # finding_ids: ["__string"], # required
2252
- # })
2253
- #
2254
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/UnarchiveFindings AWS API Documentation
2255
- #
2256
- # @overload unarchive_findings(params = {})
2257
- # @param [Hash] params ({})
2258
- def unarchive_findings(params = {}, options = {})
2259
- req = build_request(:unarchive_findings, params)
2260
- req.send_request(options)
2261
- end
2262
-
2263
2227
  # Removes one or more tags (keys and values) from a classification job,
2264
2228
  # custom data identifier, findings filter, or member account.
2265
2229
  #
@@ -2276,7 +2240,7 @@ module Aws::Macie2
2276
2240
  # tag_keys: ["__string"], # required
2277
2241
  # })
2278
2242
  #
2279
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/UntagResource AWS API Documentation
2243
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/UntagResource AWS API Documentation
2280
2244
  #
2281
2245
  # @overload untag_resource(params = {})
2282
2246
  # @param [Hash] params ({})
@@ -2301,7 +2265,7 @@ module Aws::Macie2
2301
2265
  # job_status: "RUNNING", # required, accepts RUNNING, PAUSED, CANCELLED, COMPLETE, IDLE
2302
2266
  # })
2303
2267
  #
2304
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/UpdateClassificationJob AWS API Documentation
2268
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/UpdateClassificationJob AWS API Documentation
2305
2269
  #
2306
2270
  # @overload update_classification_job(params = {})
2307
2271
  # @param [Hash] params ({})
@@ -2313,8 +2277,9 @@ module Aws::Macie2
2313
2277
  # Updates the criteria and other settings for a findings filter.
2314
2278
  #
2315
2279
  # @option params [String] :action
2316
- # The action to perform on findings that meet the filter criteria. Valid
2317
- # values are:
2280
+ # The action to perform on findings that meet the filter criteria. To
2281
+ # suppress (automatically archive) findings that meet the criteria, set
2282
+ # this value to ARCHIVE. Valid values are:
2318
2283
  #
2319
2284
  # @option params [String] :description
2320
2285
  #
@@ -2360,7 +2325,7 @@ module Aws::Macie2
2360
2325
  # resp.arn #=> String
2361
2326
  # resp.id #=> String
2362
2327
  #
2363
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/UpdateFindingsFilter AWS API Documentation
2328
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/UpdateFindingsFilter AWS API Documentation
2364
2329
  #
2365
2330
  # @overload update_findings_filter(params = {})
2366
2331
  # @param [Hash] params ({})
@@ -2373,9 +2338,10 @@ module Aws::Macie2
2373
2338
  # configuration settings for a Macie account.
2374
2339
  #
2375
2340
  # @option params [String] :finding_publishing_frequency
2376
- # The frequency with which Amazon Macie publishes findings for an
2377
- # account. This includes adding findings to AWS Security Hub and
2378
- # exporting finding events to Amazon CloudWatch. Valid values are:
2341
+ # The frequency with which Amazon Macie publishes updates to policy
2342
+ # findings for an account. This includes publishing updates to AWS
2343
+ # Security Hub and Amazon EventBridge (formerly called Amazon CloudWatch
2344
+ # Events). Valid values are:
2379
2345
  #
2380
2346
  # @option params [String] :status
2381
2347
  # The status of an Amazon Macie account. Valid values are:
@@ -2389,7 +2355,7 @@ module Aws::Macie2
2389
2355
  # status: "PAUSED", # accepts PAUSED, ENABLED
2390
2356
  # })
2391
2357
  #
2392
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/UpdateMacieSession AWS API Documentation
2358
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/UpdateMacieSession AWS API Documentation
2393
2359
  #
2394
2360
  # @overload update_macie_session(params = {})
2395
2361
  # @param [Hash] params ({})
@@ -2415,7 +2381,7 @@ module Aws::Macie2
2415
2381
  # status: "PAUSED", # required, accepts PAUSED, ENABLED
2416
2382
  # })
2417
2383
  #
2418
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/UpdateMemberSession AWS API Documentation
2384
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/UpdateMemberSession AWS API Documentation
2419
2385
  #
2420
2386
  # @overload update_member_session(params = {})
2421
2387
  # @param [Hash] params ({})
@@ -2436,7 +2402,7 @@ module Aws::Macie2
2436
2402
  # auto_enable: false, # required
2437
2403
  # })
2438
2404
  #
2439
- # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01T00:00:00Z/UpdateOrganizationConfiguration AWS API Documentation
2405
+ # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/UpdateOrganizationConfiguration AWS API Documentation
2440
2406
  #
2441
2407
  # @overload update_organization_configuration(params = {})
2442
2408
  # @param [Hash] params ({})
@@ -2458,7 +2424,7 @@ module Aws::Macie2
2458
2424
  params: params,
2459
2425
  config: config)
2460
2426
  context[:gem_name] = 'aws-sdk-macie2'
2461
- context[:gem_version] = '1.0.0'
2427
+ context[:gem_version] = '1.5.0'
2462
2428
  Seahorse::Client::Request.new(handlers, context)
2463
2429
  end
2464
2430