aws-sdk-macie2 1.28.0 → 1.32.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: dbbad04367b91fe07755bd485b002b407250c6cd7c276fb7d8cd81f7e8fac2c7
4
- data.tar.gz: 526029b883dd217c33c22620b005429ef114bca51b1ec993dac1fee054e6fe1f
3
+ metadata.gz: b1d1c365940c65f16f4d50e8ef4d31c6db6e17b68ed1fde79e99aa18a7b98d3e
4
+ data.tar.gz: 91b3288f478cdade51d573ab65f233ba5fad754566c43d4516ff56f91751c193
5
5
  SHA512:
6
- metadata.gz: 3f206e8a1f70890b8d9de97a1b8c44fe376c384a94dbd3fb1ba78d682fd2ae5db99461a4bf1b790dbbed45b26eece4e9c5396f9ce9db8ae44dd3a1e1e829e01a
7
- data.tar.gz: 43af1625460f102f29f5de184950992455ce5d78493c60b39df55a029fff11b8c7beeca5ffc12c31c1c50190caa2214d9cbd262b47303d2775a449eb768a4c6b
6
+ metadata.gz: 212ab4525f590a646bce8869c00a86f2786d1c835cc21dd4ca9578e6fbe8ca6f27f1682837199ff710ca81491cb75c182bb4455890145f379342951b6008d739
7
+ data.tar.gz: 211ddfbc975999ea2bd16791608e2251e5c301f71d0dc81b3d54f4ea34bd0f7dde458453036299e5b2e38ceed94c553233d9cd15f7818650b19c39140f91910f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,26 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.32.0 (2021-07-30)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.31.0 (2021-07-28)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.30.0 (2021-07-06)
15
+ ------------------
16
+
17
+ * Feature - Sensitive data findings in Amazon Macie now include enhanced location data for JSON and JSON Lines files
18
+
19
+ 1.29.0 (2021-06-08)
20
+ ------------------
21
+
22
+ * Feature - This release of the Amazon Macie API introduces stricter validation of S3 object criteria for classification jobs.
23
+
4
24
  1.28.0 (2021-05-14)
5
25
  ------------------
6
26
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.28.0
1
+ 1.32.0
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-macie2/customizations'
48
48
  # @!group service
49
49
  module Aws::Macie2
50
50
 
51
- GEM_VERSION = '1.28.0'
51
+ GEM_VERSION = '1.32.0'
52
52
 
53
53
  end
@@ -454,7 +454,7 @@ module Aws::Macie2
454
454
  # {
455
455
  # simple_scope_term: {
456
456
  # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
457
- # key: "BUCKET_CREATION_DATE", # accepts BUCKET_CREATION_DATE, OBJECT_EXTENSION, OBJECT_LAST_MODIFIED_DATE, OBJECT_SIZE, TAG, OBJECT_KEY
457
+ # key: "OBJECT_EXTENSION", # accepts OBJECT_EXTENSION, OBJECT_LAST_MODIFIED_DATE, OBJECT_SIZE, OBJECT_KEY
458
458
  # values: ["__string"],
459
459
  # },
460
460
  # tag_scope_term: {
@@ -476,7 +476,7 @@ module Aws::Macie2
476
476
  # {
477
477
  # simple_scope_term: {
478
478
  # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
479
- # key: "BUCKET_CREATION_DATE", # accepts BUCKET_CREATION_DATE, OBJECT_EXTENSION, OBJECT_LAST_MODIFIED_DATE, OBJECT_SIZE, TAG, OBJECT_KEY
479
+ # key: "OBJECT_EXTENSION", # accepts OBJECT_EXTENSION, OBJECT_LAST_MODIFIED_DATE, OBJECT_SIZE, OBJECT_KEY
480
480
  # values: ["__string"],
481
481
  # },
482
482
  # tag_scope_term: {
@@ -734,7 +734,7 @@ module Aws::Macie2
734
734
  # Associates an account with an Amazon Macie administrator account.
735
735
  #
736
736
  # @option params [required, Types::AccountDetail] :account
737
- # Specifies details for an account to associate with an Amazon Macie
737
+ # Specifies the details of an account to associate with an Amazon Macie
738
738
  # administrator account.
739
739
  #
740
740
  # @option params [Hash<String,String>] :tags
@@ -1079,7 +1079,7 @@ module Aws::Macie2
1079
1079
  # resp.s3_job_definition.bucket_definitions[0].buckets[0] #=> String
1080
1080
  # resp.s3_job_definition.scoping.excludes.and #=> Array
1081
1081
  # resp.s3_job_definition.scoping.excludes.and[0].simple_scope_term.comparator #=> String, one of "EQ", "GT", "GTE", "LT", "LTE", "NE", "CONTAINS", "STARTS_WITH"
1082
- # resp.s3_job_definition.scoping.excludes.and[0].simple_scope_term.key #=> String, one of "BUCKET_CREATION_DATE", "OBJECT_EXTENSION", "OBJECT_LAST_MODIFIED_DATE", "OBJECT_SIZE", "TAG", "OBJECT_KEY"
1082
+ # resp.s3_job_definition.scoping.excludes.and[0].simple_scope_term.key #=> String, one of "OBJECT_EXTENSION", "OBJECT_LAST_MODIFIED_DATE", "OBJECT_SIZE", "OBJECT_KEY"
1083
1083
  # resp.s3_job_definition.scoping.excludes.and[0].simple_scope_term.values #=> Array
1084
1084
  # resp.s3_job_definition.scoping.excludes.and[0].simple_scope_term.values[0] #=> String
1085
1085
  # resp.s3_job_definition.scoping.excludes.and[0].tag_scope_term.comparator #=> String, one of "EQ", "GT", "GTE", "LT", "LTE", "NE", "CONTAINS", "STARTS_WITH"
@@ -1090,7 +1090,7 @@ module Aws::Macie2
1090
1090
  # resp.s3_job_definition.scoping.excludes.and[0].tag_scope_term.target #=> String, one of "S3_OBJECT"
1091
1091
  # resp.s3_job_definition.scoping.includes.and #=> Array
1092
1092
  # resp.s3_job_definition.scoping.includes.and[0].simple_scope_term.comparator #=> String, one of "EQ", "GT", "GTE", "LT", "LTE", "NE", "CONTAINS", "STARTS_WITH"
1093
- # resp.s3_job_definition.scoping.includes.and[0].simple_scope_term.key #=> String, one of "BUCKET_CREATION_DATE", "OBJECT_EXTENSION", "OBJECT_LAST_MODIFIED_DATE", "OBJECT_SIZE", "TAG", "OBJECT_KEY"
1093
+ # resp.s3_job_definition.scoping.includes.and[0].simple_scope_term.key #=> String, one of "OBJECT_EXTENSION", "OBJECT_LAST_MODIFIED_DATE", "OBJECT_SIZE", "OBJECT_KEY"
1094
1094
  # resp.s3_job_definition.scoping.includes.and[0].simple_scope_term.values #=> Array
1095
1095
  # resp.s3_job_definition.scoping.includes.and[0].simple_scope_term.values[0] #=> String
1096
1096
  # resp.s3_job_definition.scoping.includes.and[0].tag_scope_term.comparator #=> String, one of "EQ", "GT", "GTE", "LT", "LTE", "NE", "CONTAINS", "STARTS_WITH"
@@ -1137,8 +1137,8 @@ module Aws::Macie2
1137
1137
  req.send_request(options)
1138
1138
  end
1139
1139
 
1140
- # Retrieves the Amazon Macie configuration settings for an AWS
1141
- # organization.
1140
+ # Retrieves the Amazon Macie configuration settings for an Amazon Web
1141
+ # Services organization.
1142
1142
  #
1143
1143
  # @return [Types::DescribeOrganizationConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1144
1144
  #
@@ -1174,7 +1174,7 @@ module Aws::Macie2
1174
1174
  end
1175
1175
 
1176
1176
  # Disables an account as the delegated Amazon Macie administrator
1177
- # account for an AWS organization.
1177
+ # account for an Amazon Web Services organization.
1178
1178
  #
1179
1179
  # @option params [required, String] :admin_account_id
1180
1180
  #
@@ -1257,10 +1257,10 @@ module Aws::Macie2
1257
1257
  #
1258
1258
  # @option params [String] :finding_publishing_frequency
1259
1259
  # The frequency with which Amazon Macie publishes updates to policy
1260
- # findings for an account. This includes publishing updates to AWS
1261
- # Security Hub and Amazon EventBridge (formerly called Amazon CloudWatch
1262
- # Events). For more information, see [Monitoring and processing
1263
- # findings][1] in the *Amazon Macie User Guide*. Valid values are:
1260
+ # findings for an account. This includes publishing updates to Security
1261
+ # Hub and Amazon EventBridge (formerly called Amazon CloudWatch Events).
1262
+ # For more information, see [Monitoring and processing findings][1] in
1263
+ # the *Amazon Macie User Guide*. Valid values are:
1264
1264
  #
1265
1265
  #
1266
1266
  #
@@ -1289,7 +1289,7 @@ module Aws::Macie2
1289
1289
  end
1290
1290
 
1291
1291
  # Designates an account as the delegated Amazon Macie administrator
1292
- # account for an AWS organization.
1292
+ # account for an Amazon Web Services organization.
1293
1293
  #
1294
1294
  # @option params [required, String] :admin_account_id
1295
1295
  #
@@ -1792,7 +1792,7 @@ module Aws::Macie2
1792
1792
  req.send_request(options)
1793
1793
  end
1794
1794
 
1795
- # Retrieves the configuration settings for publishing findings to AWS
1795
+ # Retrieves the configuration settings for publishing findings to
1796
1796
  # Security Hub.
1797
1797
  #
1798
1798
  # @return [Types::GetFindingsPublicationConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -2354,7 +2354,7 @@ module Aws::Macie2
2354
2354
  end
2355
2355
 
2356
2356
  # Retrieves information about the delegated Amazon Macie administrator
2357
- # account for an AWS organization.
2357
+ # account for an Amazon Web Services organization.
2358
2358
  #
2359
2359
  # @option params [Integer] :max_results
2360
2360
  #
@@ -2459,8 +2459,8 @@ module Aws::Macie2
2459
2459
  req.send_request(options)
2460
2460
  end
2461
2461
 
2462
- # Updates the configuration settings for publishing findings to AWS
2463
- # Security Hub.
2462
+ # Updates the configuration settings for publishing findings to Security
2463
+ # Hub.
2464
2464
  #
2465
2465
  # @option params [String] :client_token
2466
2466
  # **A suitable default value is auto-generated.** You should normally
@@ -2468,7 +2468,7 @@ module Aws::Macie2
2468
2468
  #
2469
2469
  # @option params [Types::SecurityHubConfiguration] :security_hub_configuration
2470
2470
  # Specifies configuration settings that determine which findings are
2471
- # published to AWS Security Hub automatically. For information about how
2471
+ # published to Security Hub automatically. For information about how
2472
2472
  # Macie publishes findings to Security Hub, see [Amazon Macie
2473
2473
  # integration with Security Hub][1] in the *Amazon Macie User Guide*.
2474
2474
  #
@@ -2497,8 +2497,8 @@ module Aws::Macie2
2497
2497
  req.send_request(options)
2498
2498
  end
2499
2499
 
2500
- # Retrieves (queries) statistical data and other information about AWS
2501
- # resources that Amazon Macie monitors and analyzes.
2500
+ # Retrieves (queries) statistical data and other information about
2501
+ # Amazon Web Services resources that Amazon Macie monitors and analyzes.
2502
2502
  #
2503
2503
  # @option params [Types::SearchResourcesBucketCriteria] :bucket_criteria
2504
2504
  # Specifies property- and tag-based conditions that define filter
@@ -2511,7 +2511,8 @@ module Aws::Macie2
2511
2511
  #
2512
2512
  # @option params [Types::SearchResourcesSortCriteria] :sort_criteria
2513
2513
  # Specifies criteria for sorting the results of a query for information
2514
- # about AWS resources that Amazon Macie monitors and analyzes.
2514
+ # about Amazon Web Services resources that Amazon Macie monitors and
2515
+ # analyzes.
2515
2516
  #
2516
2517
  # @return [Types::SearchResourcesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2517
2518
  #
@@ -2748,6 +2749,10 @@ module Aws::Macie2
2748
2749
  #
2749
2750
  # @option params [Integer] :position
2750
2751
  #
2752
+ # @option params [String] :client_token
2753
+ # **A suitable default value is auto-generated.** You should normally
2754
+ # not need to pass this option.**
2755
+ #
2751
2756
  # @return [Types::UpdateFindingsFilterResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2752
2757
  #
2753
2758
  # * {Types::UpdateFindingsFilterResponse#arn #arn} => String
@@ -2774,6 +2779,7 @@ module Aws::Macie2
2774
2779
  # id: "__string", # required
2775
2780
  # name: "__string",
2776
2781
  # position: 1,
2782
+ # client_token: "__string",
2777
2783
  # })
2778
2784
  #
2779
2785
  # @example Response structure
@@ -2795,10 +2801,10 @@ module Aws::Macie2
2795
2801
  #
2796
2802
  # @option params [String] :finding_publishing_frequency
2797
2803
  # The frequency with which Amazon Macie publishes updates to policy
2798
- # findings for an account. This includes publishing updates to AWS
2799
- # Security Hub and Amazon EventBridge (formerly called Amazon CloudWatch
2800
- # Events). For more information, see [Monitoring and processing
2801
- # findings][1] in the *Amazon Macie User Guide*. Valid values are:
2804
+ # findings for an account. This includes publishing updates to Security
2805
+ # Hub and Amazon EventBridge (formerly called Amazon CloudWatch Events).
2806
+ # For more information, see [Monitoring and processing findings][1] in
2807
+ # the *Amazon Macie User Guide*. Valid values are:
2802
2808
  #
2803
2809
  #
2804
2810
  #
@@ -2851,8 +2857,8 @@ module Aws::Macie2
2851
2857
  req.send_request(options)
2852
2858
  end
2853
2859
 
2854
- # Updates the Amazon Macie configuration settings for an AWS
2855
- # organization.
2860
+ # Updates the Amazon Macie configuration settings for an Amazon Web
2861
+ # Services organization.
2856
2862
  #
2857
2863
  # @option params [required, Boolean] :auto_enable
2858
2864
  #
@@ -2886,7 +2892,7 @@ module Aws::Macie2
2886
2892
  params: params,
2887
2893
  config: config)
2888
2894
  context[:gem_name] = 'aws-sdk-macie2'
2889
- context[:gem_version] = '1.28.0'
2895
+ context[:gem_version] = '1.32.0'
2890
2896
  Seahorse::Client::Request.new(handlers, context)
2891
2897
  end
2892
2898
 
@@ -1384,6 +1384,7 @@ module Aws::Macie2
1384
1384
  UpdateFindingsFilterRequest.add_member(:id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "id"))
1385
1385
  UpdateFindingsFilterRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
1386
1386
  UpdateFindingsFilterRequest.add_member(:position, Shapes::ShapeRef.new(shape: __integer, location_name: "position"))
1387
+ UpdateFindingsFilterRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: __string, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
1387
1388
  UpdateFindingsFilterRequest.struct_class = Types::UpdateFindingsFilterRequest
1388
1389
 
1389
1390
  UpdateFindingsFilterResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
@@ -11,11 +11,12 @@ module Aws::Macie2
11
11
  module Types
12
12
 
13
13
  # Specifies an Amazon Macie membership invitation to accept. In the
14
- # request, you have to specify the ID for the AWS account that sent the
15
- # invitation. Otherwise, a validation error occurs. To specify this ID,
16
- # we recommend that you use the administratorAccountId property instead
17
- # of the masterAccount property. The masterAccount property has been
18
- # deprecated and is retained only for backward compatibility.
14
+ # request, you have to specify the ID for the Amazon Web Services
15
+ # account that sent the invitation. Otherwise, a validation error
16
+ # occurs. To specify this ID, we recommend that you use the
17
+ # administratorAccountId property instead of the masterAccount property.
18
+ # The masterAccount property has been deprecated and is retained only
19
+ # for backward compatibility.
19
20
  #
20
21
  # @note When making an API call, you may pass AcceptInvitationRequest
21
22
  # data as a hash:
@@ -81,7 +82,7 @@ module Aws::Macie2
81
82
  include Aws::Structure
82
83
  end
83
84
 
84
- # Specifies details for an account to associate with an Amazon Macie
85
+ # Specifies the details of an account to associate with an Amazon Macie
85
86
  # administrator account.
86
87
  #
87
88
  # @note When making an API call, you may pass AccountDetail
@@ -131,14 +132,15 @@ module Aws::Macie2
131
132
  end
132
133
 
133
134
  # Provides information about the delegated Amazon Macie administrator
134
- # account for an AWS organization.
135
+ # account for an Amazon Web Services organization.
135
136
  #
136
137
  # @!attribute [rw] account_id
137
138
  # @return [String]
138
139
  #
139
140
  # @!attribute [rw] status
140
141
  # The current status of an account as the delegated Amazon Macie
141
- # administrator account for an AWS organization. Possible values are:
142
+ # administrator account for an Amazon Web Services organization.
143
+ # Possible values are:
142
144
  # @return [String]
143
145
  #
144
146
  # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/AdminAccount AWS API Documentation
@@ -178,8 +180,8 @@ module Aws::Macie2
178
180
 
179
181
  # Provides information about an identity that performed an action on an
180
182
  # affected resource by using temporary security credentials. The
181
- # credentials were obtained using the AssumeRole operation of the AWS
182
- # Security Token Service (AWS STS) API.
183
+ # credentials were obtained using the AssumeRole operation of the
184
+ # Security Token Service (STS) API.
183
185
  #
184
186
  # @!attribute [rw] access_key_id
185
187
  # @return [String]
@@ -210,9 +212,10 @@ module Aws::Macie2
210
212
  include Aws::Structure
211
213
  end
212
214
 
213
- # Provides information about an AWS account and entity that performed an
214
- # action on an affected resource. The action was performed using the
215
- # credentials for an AWS account other than your own account.
215
+ # Provides information about an Amazon Web Services account and entity
216
+ # that performed an action on an affected resource. The action was
217
+ # performed using the credentials for an Amazon Web Services account
218
+ # other than your own account.
216
219
  #
217
220
  # @!attribute [rw] account_id
218
221
  # @return [String]
@@ -229,8 +232,8 @@ module Aws::Macie2
229
232
  include Aws::Structure
230
233
  end
231
234
 
232
- # Provides information about an AWS service that performed an action on
233
- # an affected resource.
235
+ # Provides information about an Amazon Web Service that performed an
236
+ # action on an affected resource.
234
237
  #
235
238
  # @!attribute [rw] invoked_by
236
239
  # @return [String]
@@ -408,7 +411,7 @@ module Aws::Macie2
408
411
  end
409
412
 
410
413
  # Provides information about the number of S3 buckets that are or
411
- # aren't shared with other AWS accounts.
414
+ # aren't shared with other Amazon Web Services accounts.
412
415
  #
413
416
  # @!attribute [rw] external
414
417
  # @return [Integer]
@@ -594,8 +597,8 @@ module Aws::Macie2
594
597
  #
595
598
  # @!attribute [rw] replication_details
596
599
  # Provides information about settings that define whether one or more
597
- # objects in an S3 bucket are replicated to S3 buckets for other AWS
598
- # accounts and, if so, which accounts.
600
+ # objects in an S3 bucket are replicated to S3 buckets for other
601
+ # Amazon Web Services accounts and, if so, which accounts.
599
602
  # @return [Types::ReplicationDetails]
600
603
  #
601
604
  # @!attribute [rw] server_side_encryption
@@ -970,7 +973,7 @@ module Aws::Macie2
970
973
  # {
971
974
  # simple_scope_term: {
972
975
  # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
973
- # key: "BUCKET_CREATION_DATE", # accepts BUCKET_CREATION_DATE, OBJECT_EXTENSION, OBJECT_LAST_MODIFIED_DATE, OBJECT_SIZE, TAG, OBJECT_KEY
976
+ # key: "OBJECT_EXTENSION", # accepts OBJECT_EXTENSION, OBJECT_LAST_MODIFIED_DATE, OBJECT_SIZE, OBJECT_KEY
974
977
  # values: ["__string"],
975
978
  # },
976
979
  # tag_scope_term: {
@@ -992,7 +995,7 @@ module Aws::Macie2
992
995
  # {
993
996
  # simple_scope_term: {
994
997
  # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
995
- # key: "BUCKET_CREATION_DATE", # accepts BUCKET_CREATION_DATE, OBJECT_EXTENSION, OBJECT_LAST_MODIFIED_DATE, OBJECT_SIZE, TAG, OBJECT_KEY
998
+ # key: "OBJECT_EXTENSION", # accepts OBJECT_EXTENSION, OBJECT_LAST_MODIFIED_DATE, OBJECT_SIZE, OBJECT_KEY
996
999
  # values: ["__string"],
997
1000
  # },
998
1001
  # tag_scope_term: {
@@ -1364,8 +1367,8 @@ module Aws::Macie2
1364
1367
  include Aws::Structure
1365
1368
  end
1366
1369
 
1367
- # Specifies an AWS account to associate with an Amazon Macie
1368
- # administrator account.
1370
+ # Specifies an Amazon Web Services account to associate with an Amazon
1371
+ # Macie administrator account.
1369
1372
  #
1370
1373
  # @note When making an API call, you may pass CreateMemberRequest
1371
1374
  # data as a hash:
@@ -1381,8 +1384,8 @@ module Aws::Macie2
1381
1384
  # }
1382
1385
  #
1383
1386
  # @!attribute [rw] account
1384
- # Specifies details for an account to associate with an Amazon Macie
1385
- # administrator account.
1387
+ # Specifies the details of an account to associate with an Amazon
1388
+ # Macie administrator account.
1386
1389
  # @return [Types::AccountDetail]
1387
1390
  #
1388
1391
  # @!attribute [rw] tags
@@ -1642,9 +1645,9 @@ module Aws::Macie2
1642
1645
  # @return [String]
1643
1646
  #
1644
1647
  # @!attribute [rw] occurrences
1645
- # Provides the location of 1-15 occurrences of sensitive data that was
1646
- # detected by managed data identifiers or a custom data identifier and
1647
- # produced a sensitive data finding.
1648
+ # Specifies the location of 1-15 occurrences of sensitive data that
1649
+ # was detected by managed data identifiers or a custom data identifier
1650
+ # and produced a sensitive data finding.
1648
1651
  # @return [Types::Occurrences]
1649
1652
  #
1650
1653
  # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/CustomDetection AWS API Documentation
@@ -1710,9 +1713,9 @@ module Aws::Macie2
1710
1713
  # @return [Integer]
1711
1714
  #
1712
1715
  # @!attribute [rw] occurrences
1713
- # Provides the location of 1-15 occurrences of sensitive data that was
1714
- # detected by managed data identifiers or a custom data identifier and
1715
- # produced a sensitive data finding.
1716
+ # Specifies the location of 1-15 occurrences of sensitive data that
1717
+ # was detected by managed data identifiers or a custom data identifier
1718
+ # and produced a sensitive data finding.
1716
1719
  # @return [Types::Occurrences]
1717
1720
  #
1718
1721
  # @!attribute [rw] type
@@ -2041,7 +2044,7 @@ module Aws::Macie2
2041
2044
  class DescribeOrganizationConfigurationRequest < Aws::EmptyStructure; end
2042
2045
 
2043
2046
  # Provides information about the Amazon Macie configuration settings for
2044
- # an AWS organization.
2047
+ # an Amazon Web Services organization.
2045
2048
  #
2046
2049
  # @!attribute [rw] auto_enable
2047
2050
  # @return [Boolean]
@@ -2172,7 +2175,7 @@ module Aws::Macie2
2172
2175
  #
2173
2176
  # @!attribute [rw] finding_publishing_frequency
2174
2177
  # The frequency with which Amazon Macie publishes updates to policy
2175
- # findings for an account. This includes publishing updates to AWS
2178
+ # findings for an account. This includes publishing updates to
2176
2179
  # Security Hub and Amazon EventBridge (formerly called Amazon
2177
2180
  # CloudWatch Events). For more information, see [Monitoring and
2178
2181
  # processing findings][1] in the *Amazon Macie User Guide*. Valid
@@ -2202,8 +2205,9 @@ module Aws::Macie2
2202
2205
  class EnableMacieResponse < Aws::EmptyStructure; end
2203
2206
 
2204
2207
  # Specifies an account to designate as a delegated Amazon Macie
2205
- # administrator account for an AWS organization. To submit this request,
2206
- # you must be a user of the management account for the AWS organization.
2208
+ # administrator account for an Amazon Web Services organization. To
2209
+ # submit this request, you must be a user of the management account for
2210
+ # the Amazon Web Services organization.
2207
2211
  #
2208
2212
  # @note When making an API call, you may pass EnableOrganizationAdminAccountRequest
2209
2213
  # data as a hash:
@@ -2237,7 +2241,7 @@ module Aws::Macie2
2237
2241
  # Provides information about an identity that performed an action on an
2238
2242
  # affected resource by using temporary security credentials. The
2239
2243
  # credentials were obtained using the GetFederationToken operation of
2240
- # the AWS Security Token Service (AWS STS) API.
2244
+ # the Security Token Service (STS) API.
2241
2245
  #
2242
2246
  # @!attribute [rw] access_key_id
2243
2247
  # @return [String]
@@ -2594,7 +2598,7 @@ module Aws::Macie2
2594
2598
  #
2595
2599
  # @!attribute [rw] bucket_count_by_shared_access_type
2596
2600
  # Provides information about the number of S3 buckets that are or
2597
- # aren't shared with other AWS accounts.
2601
+ # aren't shared with other Amazon Web Services accounts.
2598
2602
  # @return [Types::BucketCountBySharedAccessType]
2599
2603
  #
2600
2604
  # @!attribute [rw] classifiable_object_count
@@ -2901,12 +2905,12 @@ module Aws::Macie2
2901
2905
  class GetFindingsPublicationConfigurationRequest < Aws::EmptyStructure; end
2902
2906
 
2903
2907
  # Provides information about the current configuration settings for
2904
- # publishing findings to AWS Security Hub automatically.
2908
+ # publishing findings to Security Hub automatically.
2905
2909
  #
2906
2910
  # @!attribute [rw] security_hub_configuration
2907
2911
  # Specifies configuration settings that determine which findings are
2908
- # published to AWS Security Hub automatically. For information about
2909
- # how Macie publishes findings to Security Hub, see [Amazon Macie
2912
+ # published to Security Hub automatically. For information about how
2913
+ # Macie publishes findings to Security Hub, see [Amazon Macie
2910
2914
  # integration with Security Hub][1] in the *Amazon Macie User Guide*.
2911
2915
  #
2912
2916
  #
@@ -3000,7 +3004,7 @@ module Aws::Macie2
3000
3004
  #
3001
3005
  # @!attribute [rw] finding_publishing_frequency
3002
3006
  # The frequency with which Amazon Macie publishes updates to policy
3003
- # findings for an account. This includes publishing updates to AWS
3007
+ # findings for an account. This includes publishing updates to
3004
3008
  # Security Hub and Amazon EventBridge (formerly called Amazon
3005
3009
  # CloudWatch Events). For more information, see [Monitoring and
3006
3010
  # processing findings][1] in the *Amazon Macie User Guide*. Valid
@@ -3262,7 +3266,7 @@ module Aws::Macie2
3262
3266
  include Aws::Structure
3263
3267
  end
3264
3268
 
3265
- # Provides information about an AWS Identity and Access Management (IAM)
3269
+ # Provides information about an Identity and Access Management (IAM)
3266
3270
  # user who performed an action on an affected resource.
3267
3271
  #
3268
3272
  # @!attribute [rw] account_id
@@ -3512,7 +3516,9 @@ module Aws::Macie2
3512
3516
  end
3513
3517
 
3514
3518
  # Specifies a property- or tag-based condition that defines criteria for
3515
- # including or excluding S3 objects from a classification job.
3519
+ # including or excluding S3 objects from a classification job. A
3520
+ # JobScopeTerm object can contain only one simpleScopeTerm object or one
3521
+ # tagScopeTerm object.
3516
3522
  #
3517
3523
  # @note When making an API call, you may pass JobScopeTerm
3518
3524
  # data as a hash:
@@ -3520,7 +3526,7 @@ module Aws::Macie2
3520
3526
  # {
3521
3527
  # simple_scope_term: {
3522
3528
  # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
3523
- # key: "BUCKET_CREATION_DATE", # accepts BUCKET_CREATION_DATE, OBJECT_EXTENSION, OBJECT_LAST_MODIFIED_DATE, OBJECT_SIZE, TAG, OBJECT_KEY
3529
+ # key: "OBJECT_EXTENSION", # accepts OBJECT_EXTENSION, OBJECT_LAST_MODIFIED_DATE, OBJECT_SIZE, OBJECT_KEY
3524
3530
  # values: ["__string"],
3525
3531
  # },
3526
3532
  # tag_scope_term: {
@@ -3543,9 +3549,7 @@ module Aws::Macie2
3543
3549
  #
3544
3550
  # @!attribute [rw] tag_scope_term
3545
3551
  # Specifies a tag-based condition that determines whether an S3 object
3546
- # is included or excluded from a classification job. Tag keys and
3547
- # values are case sensitive. Also, Amazon Macie doesn't support use
3548
- # of partial values or wildcard characters in tag-based conditions.
3552
+ # is included or excluded from a classification job.
3549
3553
  # @return [Types::TagScopeTerm]
3550
3554
  #
3551
3555
  # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/JobScopeTerm AWS API Documentation
@@ -3569,7 +3573,7 @@ module Aws::Macie2
3569
3573
  # {
3570
3574
  # simple_scope_term: {
3571
3575
  # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
3572
- # key: "BUCKET_CREATION_DATE", # accepts BUCKET_CREATION_DATE, OBJECT_EXTENSION, OBJECT_LAST_MODIFIED_DATE, OBJECT_SIZE, TAG, OBJECT_KEY
3576
+ # key: "OBJECT_EXTENSION", # accepts OBJECT_EXTENSION, OBJECT_LAST_MODIFIED_DATE, OBJECT_SIZE, OBJECT_KEY
3573
3577
  # values: ["__string"],
3574
3578
  # },
3575
3579
  # tag_scope_term: {
@@ -4150,7 +4154,7 @@ module Aws::Macie2
4150
4154
  end
4151
4155
 
4152
4156
  # Provides information about the delegated Amazon Macie administrator
4153
- # accounts for an AWS organization.
4157
+ # accounts for an Amazon Web Services organization.
4154
4158
  #
4155
4159
  # @!attribute [rw] admin_accounts
4156
4160
  # @return [Array<Types::AdminAccount>]
@@ -4279,8 +4283,8 @@ module Aws::Macie2
4279
4283
  include Aws::Structure
4280
4284
  end
4281
4285
 
4282
- # Provides statistical data and other information about an AWS resource
4283
- # that Amazon Macie monitors and analyzes.
4286
+ # Provides statistical data and other information about an Amazon Web
4287
+ # Services resource that Amazon Macie monitors and analyzes.
4284
4288
  #
4285
4289
  # @!attribute [rw] matching_bucket
4286
4290
  # Provides statistical data and other information about an S3 bucket
@@ -4426,7 +4430,7 @@ module Aws::Macie2
4426
4430
  include Aws::Structure
4427
4431
  end
4428
4432
 
4429
- # Provides the location of 1-15 occurrences of sensitive data that was
4433
+ # Specifies the location of 1-15 occurrences of sensitive data that was
4430
4434
  # detected by managed data identifiers or a custom data identifier and
4431
4435
  # produced a sensitive data finding.
4432
4436
  #
@@ -4436,15 +4440,9 @@ module Aws::Macie2
4436
4440
  # @return [Array<Types::Cell>]
4437
4441
  #
4438
4442
  # @!attribute [rw] line_ranges
4439
- # Provides details about the location of occurrences of sensitive data
4440
- # in an Adobe Portable Document Format file, Microsoft Word document,
4441
- # or non-binary text file.
4442
4443
  # @return [Array<Types::Range>]
4443
4444
  #
4444
4445
  # @!attribute [rw] offset_ranges
4445
- # Provides details about the location of occurrences of sensitive data
4446
- # in an Adobe Portable Document Format file, Microsoft Word document,
4447
- # or non-binary text file.
4448
4446
  # @return [Array<Types::Range>]
4449
4447
  #
4450
4448
  # @!attribute [rw] pages
@@ -4453,8 +4451,6 @@ module Aws::Macie2
4453
4451
  # @return [Array<Types::Page>]
4454
4452
  #
4455
4453
  # @!attribute [rw] records
4456
- # Specifies the location of occurrences of sensitive data in an Apache
4457
- # Parquet file.
4458
4454
  # @return [Array<Types::Record>]
4459
4455
  #
4460
4456
  # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/Occurrences AWS API Documentation
@@ -4473,15 +4469,13 @@ module Aws::Macie2
4473
4469
  # Portable Document Format file.
4474
4470
  #
4475
4471
  # @!attribute [rw] line_range
4476
- # Provides details about the location of an occurrence of sensitive
4477
- # data in an Adobe Portable Document Format file, Microsoft Word
4478
- # document, or non-binary text file.
4472
+ # Specifies the location of an occurrence of sensitive data in a
4473
+ # non-binary text file, such as an HTML, TXT, or XML file.
4479
4474
  # @return [Types::Range]
4480
4475
  #
4481
4476
  # @!attribute [rw] offset_range
4482
- # Provides details about the location of an occurrence of sensitive
4483
- # data in an Adobe Portable Document Format file, Microsoft Word
4484
- # document, or non-binary text file.
4477
+ # Specifies the location of an occurrence of sensitive data in a
4478
+ # non-binary text file, such as an HTML, TXT, or XML file.
4485
4479
  # @return [Types::Range]
4486
4480
  #
4487
4481
  # @!attribute [rw] page_number
@@ -4568,8 +4562,8 @@ module Aws::Macie2
4568
4562
  include Aws::Structure
4569
4563
  end
4570
4564
 
4571
- # Specifies configuration settings for publishing findings to AWS
4572
- # Security Hub automatically.
4565
+ # Specifies configuration settings for publishing findings to Security
4566
+ # Hub automatically.
4573
4567
  #
4574
4568
  # @note When making an API call, you may pass PutFindingsPublicationConfigurationRequest
4575
4569
  # data as a hash:
@@ -4589,8 +4583,8 @@ module Aws::Macie2
4589
4583
  #
4590
4584
  # @!attribute [rw] security_hub_configuration
4591
4585
  # Specifies configuration settings that determine which findings are
4592
- # published to AWS Security Hub automatically. For information about
4593
- # how Macie publishes findings to Security Hub, see [Amazon Macie
4586
+ # published to Security Hub automatically. For information about how
4587
+ # Macie publishes findings to Security Hub, see [Amazon Macie
4594
4588
  # integration with Security Hub][1] in the *Amazon Macie User Guide*.
4595
4589
  #
4596
4590
  #
@@ -4611,9 +4605,8 @@ module Aws::Macie2
4611
4605
  #
4612
4606
  class PutFindingsPublicationConfigurationResponse < Aws::EmptyStructure; end
4613
4607
 
4614
- # Provides details about the location of an occurrence of sensitive data
4615
- # in an Adobe Portable Document Format file, Microsoft Word document, or
4616
- # non-binary text file.
4608
+ # Specifies the location of an occurrence of sensitive data in a
4609
+ # non-binary text file, such as an HTML, TXT, or XML file.
4617
4610
  #
4618
4611
  # @!attribute [rw] end
4619
4612
  # @return [Integer]
@@ -4635,7 +4628,8 @@ module Aws::Macie2
4635
4628
  end
4636
4629
 
4637
4630
  # Specifies the location of an occurrence of sensitive data in an Apache
4638
- # Avro object container or Apache Parquet file.
4631
+ # Avro object container, Apache Parquet file, JSON file, or JSON Lines
4632
+ # file.
4639
4633
  #
4640
4634
  # @!attribute [rw] json_path
4641
4635
  # @return [String]
@@ -4653,8 +4647,8 @@ module Aws::Macie2
4653
4647
  end
4654
4648
 
4655
4649
  # Provides information about settings that define whether one or more
4656
- # objects in an S3 bucket are replicated to S3 buckets for other AWS
4657
- # accounts and, if so, which accounts.
4650
+ # objects in an S3 bucket are replicated to S3 buckets for other Amazon
4651
+ # Web Services accounts and, if so, which accounts.
4658
4652
  #
4659
4653
  # @!attribute [rw] replicated
4660
4654
  # @return [Boolean]
@@ -4692,11 +4686,11 @@ module Aws::Macie2
4692
4686
  # Provides information about the resources that a finding applies to.
4693
4687
  #
4694
4688
  # @!attribute [rw] s3_bucket
4695
- # Provides information about an S3 bucket that a finding applies to.
4689
+ # Provides information about the S3 bucket that a finding applies to.
4696
4690
  # @return [Types::S3Bucket]
4697
4691
  #
4698
4692
  # @!attribute [rw] s3_object
4699
- # Provides information about an S3 object that a finding applies to.
4693
+ # Provides information about the S3 object that a finding applies to.
4700
4694
  # @return [Types::S3Object]
4701
4695
  #
4702
4696
  # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ResourcesAffected AWS API Documentation
@@ -4708,7 +4702,7 @@ module Aws::Macie2
4708
4702
  include Aws::Structure
4709
4703
  end
4710
4704
 
4711
- # Provides information about an S3 bucket that a finding applies to.
4705
+ # Provides information about the S3 bucket that a finding applies to.
4712
4706
  #
4713
4707
  # @!attribute [rw] allows_unencrypted_object_uploads
4714
4708
  # @return [String]
@@ -4828,9 +4822,9 @@ module Aws::Macie2
4828
4822
  include Aws::Structure
4829
4823
  end
4830
4824
 
4831
- # Specifies an AWS account that owns S3 buckets for a classification job
4832
- # to analyze, and one or more specific buckets to analyze for that
4833
- # account.
4825
+ # Specifies an Amazon Web Services account that owns S3 buckets for a
4826
+ # classification job to analyze, and one or more specific buckets to
4827
+ # analyze for that account.
4834
4828
  #
4835
4829
  # @note When making an API call, you may pass S3BucketDefinitionForJob
4836
4830
  # data as a hash:
@@ -4927,7 +4921,7 @@ module Aws::Macie2
4927
4921
  # {
4928
4922
  # simple_scope_term: {
4929
4923
  # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
4930
- # key: "BUCKET_CREATION_DATE", # accepts BUCKET_CREATION_DATE, OBJECT_EXTENSION, OBJECT_LAST_MODIFIED_DATE, OBJECT_SIZE, TAG, OBJECT_KEY
4924
+ # key: "OBJECT_EXTENSION", # accepts OBJECT_EXTENSION, OBJECT_LAST_MODIFIED_DATE, OBJECT_SIZE, OBJECT_KEY
4931
4925
  # values: ["__string"],
4932
4926
  # },
4933
4927
  # tag_scope_term: {
@@ -4949,7 +4943,7 @@ module Aws::Macie2
4949
4943
  # {
4950
4944
  # simple_scope_term: {
4951
4945
  # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
4952
- # key: "BUCKET_CREATION_DATE", # accepts BUCKET_CREATION_DATE, OBJECT_EXTENSION, OBJECT_LAST_MODIFIED_DATE, OBJECT_SIZE, TAG, OBJECT_KEY
4946
+ # key: "OBJECT_EXTENSION", # accepts OBJECT_EXTENSION, OBJECT_LAST_MODIFIED_DATE, OBJECT_SIZE, OBJECT_KEY
4953
4947
  # values: ["__string"],
4954
4948
  # },
4955
4949
  # tag_scope_term: {
@@ -5036,7 +5030,7 @@ module Aws::Macie2
5036
5030
  include Aws::Structure
5037
5031
  end
5038
5032
 
5039
- # Provides information about an S3 object that a finding applies to.
5033
+ # Provides information about the S3 object that a finding applies to.
5040
5034
  #
5041
5035
  # @!attribute [rw] bucket_arn
5042
5036
  # @return [String]
@@ -5112,7 +5106,7 @@ module Aws::Macie2
5112
5106
  # {
5113
5107
  # simple_scope_term: {
5114
5108
  # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
5115
- # key: "BUCKET_CREATION_DATE", # accepts BUCKET_CREATION_DATE, OBJECT_EXTENSION, OBJECT_LAST_MODIFIED_DATE, OBJECT_SIZE, TAG, OBJECT_KEY
5109
+ # key: "OBJECT_EXTENSION", # accepts OBJECT_EXTENSION, OBJECT_LAST_MODIFIED_DATE, OBJECT_SIZE, OBJECT_KEY
5116
5110
  # values: ["__string"],
5117
5111
  # },
5118
5112
  # tag_scope_term: {
@@ -5134,7 +5128,7 @@ module Aws::Macie2
5134
5128
  # {
5135
5129
  # simple_scope_term: {
5136
5130
  # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
5137
- # key: "BUCKET_CREATION_DATE", # accepts BUCKET_CREATION_DATE, OBJECT_EXTENSION, OBJECT_LAST_MODIFIED_DATE, OBJECT_SIZE, TAG, OBJECT_KEY
5131
+ # key: "OBJECT_EXTENSION", # accepts OBJECT_EXTENSION, OBJECT_LAST_MODIFIED_DATE, OBJECT_SIZE, OBJECT_KEY
5138
5132
  # values: ["__string"],
5139
5133
  # },
5140
5134
  # tag_scope_term: {
@@ -5226,14 +5220,14 @@ module Aws::Macie2
5226
5220
  #
5227
5221
  # @!attribute [rw] excludes
5228
5222
  # Specifies property- and tag-based conditions that define filter
5229
- # criteria for including or excluding AWS resources from the query
5230
- # results.
5223
+ # criteria for including or excluding Amazon Web Services resources
5224
+ # from the query results.
5231
5225
  # @return [Types::SearchResourcesCriteriaBlock]
5232
5226
  #
5233
5227
  # @!attribute [rw] includes
5234
5228
  # Specifies property- and tag-based conditions that define filter
5235
- # criteria for including or excluding AWS resources from the query
5236
- # results.
5229
+ # criteria for including or excluding Amazon Web Services resources
5230
+ # from the query results.
5237
5231
  # @return [Types::SearchResourcesCriteriaBlock]
5238
5232
  #
5239
5233
  # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/SearchResourcesBucketCriteria AWS API Documentation
@@ -5246,7 +5240,7 @@ module Aws::Macie2
5246
5240
  end
5247
5241
 
5248
5242
  # Specifies a property- or tag-based filter condition for including or
5249
- # excluding AWS resources from the query results.
5243
+ # excluding Amazon Web Services resources from the query results.
5250
5244
  #
5251
5245
  # @note When making an API call, you may pass SearchResourcesCriteria
5252
5246
  # data as a hash:
@@ -5270,12 +5264,14 @@ module Aws::Macie2
5270
5264
  #
5271
5265
  # @!attribute [rw] simple_criterion
5272
5266
  # Specifies a property-based filter condition that determines which
5273
- # AWS resources are included or excluded from the query results.
5267
+ # Amazon Web Services resources are included or excluded from the
5268
+ # query results.
5274
5269
  # @return [Types::SearchResourcesSimpleCriterion]
5275
5270
  #
5276
5271
  # @!attribute [rw] tag_criterion
5277
- # Specifies a tag-based filter condition that determines which AWS
5278
- # resources are included or excluded from the query results.
5272
+ # Specifies a tag-based filter condition that determines which Amazon
5273
+ # Web Services resources are included or excluded from the query
5274
+ # results.
5279
5275
  # @return [Types::SearchResourcesTagCriterion]
5280
5276
  #
5281
5277
  # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/SearchResourcesCriteria AWS API Documentation
@@ -5288,8 +5284,8 @@ module Aws::Macie2
5288
5284
  end
5289
5285
 
5290
5286
  # Specifies property- and tag-based conditions that define filter
5291
- # criteria for including or excluding AWS resources from the query
5292
- # results.
5287
+ # criteria for including or excluding Amazon Web Services resources from
5288
+ # the query results.
5293
5289
  #
5294
5290
  # @note When making an API call, you may pass SearchResourcesCriteriaBlock
5295
5291
  # data as a hash:
@@ -5327,8 +5323,8 @@ module Aws::Macie2
5327
5323
  end
5328
5324
 
5329
5325
  # Specifies criteria for filtering, sorting, and paginating the results
5330
- # of a query for statistical data and other information about AWS
5331
- # resources that Amazon Macie monitors and analyzes.
5326
+ # of a query for statistical data and other information about Amazon Web
5327
+ # Services resources that Amazon Macie monitors and analyzes.
5332
5328
  #
5333
5329
  # @note When making an API call, you may pass SearchResourcesRequest
5334
5330
  # data as a hash:
@@ -5398,8 +5394,8 @@ module Aws::Macie2
5398
5394
  #
5399
5395
  # @!attribute [rw] sort_criteria
5400
5396
  # Specifies criteria for sorting the results of a query for
5401
- # information about AWS resources that Amazon Macie monitors and
5402
- # analyzes.
5397
+ # information about Amazon Web Services resources that Amazon Macie
5398
+ # monitors and analyzes.
5403
5399
  # @return [Types::SearchResourcesSortCriteria]
5404
5400
  #
5405
5401
  # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/SearchResourcesRequest AWS API Documentation
@@ -5414,8 +5410,8 @@ module Aws::Macie2
5414
5410
  end
5415
5411
 
5416
5412
  # Provides the results of a query that retrieved statistical data and
5417
- # other information about AWS resources that Amazon Macie monitors and
5418
- # analyzes.
5413
+ # other information about Amazon Web Services resources that Amazon
5414
+ # Macie monitors and analyzes.
5419
5415
  #
5420
5416
  # @!attribute [rw] matching_resources
5421
5417
  # @return [Array<Types::MatchingResource>]
@@ -5432,8 +5428,9 @@ module Aws::Macie2
5432
5428
  include Aws::Structure
5433
5429
  end
5434
5430
 
5435
- # Specifies a property-based filter condition that determines which AWS
5436
- # resources are included or excluded from the query results.
5431
+ # Specifies a property-based filter condition that determines which
5432
+ # Amazon Web Services resources are included or excluded from the query
5433
+ # results.
5437
5434
  #
5438
5435
  # @note When making an API call, you may pass SearchResourcesSimpleCriterion
5439
5436
  # data as a hash:
@@ -5468,7 +5465,8 @@ module Aws::Macie2
5468
5465
  end
5469
5466
 
5470
5467
  # Specifies criteria for sorting the results of a query for information
5471
- # about AWS resources that Amazon Macie monitors and analyzes.
5468
+ # about Amazon Web Services resources that Amazon Macie monitors and
5469
+ # analyzes.
5472
5470
  #
5473
5471
  # @note When making an API call, you may pass SearchResourcesSortCriteria
5474
5472
  # data as a hash:
@@ -5494,8 +5492,9 @@ module Aws::Macie2
5494
5492
  include Aws::Structure
5495
5493
  end
5496
5494
 
5497
- # Specifies a tag-based filter condition that determines which AWS
5498
- # resources are included or excluded from the query results.
5495
+ # Specifies a tag-based filter condition that determines which Amazon
5496
+ # Web Services resources are included or excluded from the query
5497
+ # results.
5499
5498
  #
5500
5499
  # @note When making an API call, you may pass SearchResourcesTagCriterion
5501
5500
  # data as a hash:
@@ -5556,7 +5555,7 @@ module Aws::Macie2
5556
5555
  end
5557
5556
 
5558
5557
  # Specifies configuration settings that determine which findings are
5559
- # published to AWS Security Hub automatically. For information about how
5558
+ # published to Security Hub automatically. For information about how
5560
5559
  # Macie publishes findings to Security Hub, see [Amazon Macie
5561
5560
  # integration with Security Hub][1] in the *Amazon Macie User Guide*.
5562
5561
  #
@@ -5803,7 +5802,7 @@ module Aws::Macie2
5803
5802
  #
5804
5803
  # {
5805
5804
  # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
5806
- # key: "BUCKET_CREATION_DATE", # accepts BUCKET_CREATION_DATE, OBJECT_EXTENSION, OBJECT_LAST_MODIFIED_DATE, OBJECT_SIZE, TAG, OBJECT_KEY
5805
+ # key: "OBJECT_EXTENSION", # accepts OBJECT_EXTENSION, OBJECT_LAST_MODIFIED_DATE, OBJECT_SIZE, OBJECT_KEY
5807
5806
  # values: ["__string"],
5808
5807
  # }
5809
5808
  #
@@ -5972,9 +5971,7 @@ module Aws::Macie2
5972
5971
  class TagResourceResponse < Aws::EmptyStructure; end
5973
5972
 
5974
5973
  # Specifies a tag-based condition that determines whether an S3 object
5975
- # is included or excluded from a classification job. Tag keys and values
5976
- # are case sensitive. Also, Amazon Macie doesn't support use of partial
5977
- # values or wildcard characters in tag-based conditions.
5974
+ # is included or excluded from a classification job.
5978
5975
  #
5979
5976
  # @note When making an API call, you may pass TagScopeTerm
5980
5977
  # data as a hash:
@@ -6226,6 +6223,7 @@ module Aws::Macie2
6226
6223
  # id: "__string", # required
6227
6224
  # name: "__string",
6228
6225
  # position: 1,
6226
+ # client_token: "__string",
6229
6227
  # }
6230
6228
  #
6231
6229
  # @!attribute [rw] action
@@ -6251,6 +6249,11 @@ module Aws::Macie2
6251
6249
  # @!attribute [rw] position
6252
6250
  # @return [Integer]
6253
6251
  #
6252
+ # @!attribute [rw] client_token
6253
+ # **A suitable default value is auto-generated.** You should normally
6254
+ # not need to pass this option.
6255
+ # @return [String]
6256
+ #
6254
6257
  # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/UpdateFindingsFilterRequest AWS API Documentation
6255
6258
  #
6256
6259
  class UpdateFindingsFilterRequest < Struct.new(
@@ -6259,7 +6262,8 @@ module Aws::Macie2
6259
6262
  :finding_criteria,
6260
6263
  :id,
6261
6264
  :name,
6262
- :position)
6265
+ :position,
6266
+ :client_token)
6263
6267
  SENSITIVE = []
6264
6268
  include Aws::Structure
6265
6269
  end
@@ -6295,7 +6299,7 @@ module Aws::Macie2
6295
6299
  #
6296
6300
  # @!attribute [rw] finding_publishing_frequency
6297
6301
  # The frequency with which Amazon Macie publishes updates to policy
6298
- # findings for an account. This includes publishing updates to AWS
6302
+ # findings for an account. This includes publishing updates to
6299
6303
  # Security Hub and Amazon EventBridge (formerly called Amazon
6300
6304
  # CloudWatch Events). For more information, see [Monitoring and
6301
6305
  # processing findings][1] in the *Amazon Macie User Guide*. Valid
@@ -6354,7 +6358,7 @@ module Aws::Macie2
6354
6358
  class UpdateMemberSessionResponse < Aws::EmptyStructure; end
6355
6359
 
6356
6360
  # Specifies whether to enable Amazon Macie automatically for accounts
6357
- # that are added to an AWS organization.
6361
+ # that are added to an Amazon Web Services organization.
6358
6362
  #
6359
6363
  # @note When making an API call, you may pass UpdateOrganizationConfigurationRequest
6360
6364
  # data as a hash:
@@ -6528,37 +6532,39 @@ module Aws::Macie2
6528
6532
  # @!attribute [rw] assumed_role
6529
6533
  # Provides information about an identity that performed an action on
6530
6534
  # an affected resource by using temporary security credentials. The
6531
- # credentials were obtained using the AssumeRole operation of the AWS
6532
- # Security Token Service (AWS STS) API.
6535
+ # credentials were obtained using the AssumeRole operation of the
6536
+ # Security Token Service (STS) API.
6533
6537
  # @return [Types::AssumedRole]
6534
6538
  #
6535
6539
  # @!attribute [rw] aws_account
6536
- # Provides information about an AWS account and entity that performed
6537
- # an action on an affected resource. The action was performed using
6538
- # the credentials for an AWS account other than your own account.
6540
+ # Provides information about an Amazon Web Services account and entity
6541
+ # that performed an action on an affected resource. The action was
6542
+ # performed using the credentials for an Amazon Web Services account
6543
+ # other than your own account.
6539
6544
  # @return [Types::AwsAccount]
6540
6545
  #
6541
6546
  # @!attribute [rw] aws_service
6542
- # Provides information about an AWS service that performed an action
6543
- # on an affected resource.
6547
+ # Provides information about an Amazon Web Service that performed an
6548
+ # action on an affected resource.
6544
6549
  # @return [Types::AwsService]
6545
6550
  #
6546
6551
  # @!attribute [rw] federated_user
6547
6552
  # Provides information about an identity that performed an action on
6548
6553
  # an affected resource by using temporary security credentials. The
6549
6554
  # credentials were obtained using the GetFederationToken operation of
6550
- # the AWS Security Token Service (AWS STS) API.
6555
+ # the Security Token Service (STS) API.
6551
6556
  # @return [Types::FederatedUser]
6552
6557
  #
6553
6558
  # @!attribute [rw] iam_user
6554
- # Provides information about an AWS Identity and Access Management
6555
- # (IAM) user who performed an action on an affected resource.
6559
+ # Provides information about an Identity and Access Management (IAM)
6560
+ # user who performed an action on an affected resource.
6556
6561
  # @return [Types::IamUser]
6557
6562
  #
6558
6563
  # @!attribute [rw] root
6559
- # Provides information about an AWS account and entity that performed
6560
- # an action on an affected resource. The action was performed using
6561
- # the credentials for your AWS account.
6564
+ # Provides information about an Amazon Web Services account and entity
6565
+ # that performed an action on an affected resource. The action was
6566
+ # performed using the credentials for your Amazon Web Services
6567
+ # account.
6562
6568
  # @return [Types::UserIdentityRoot]
6563
6569
  #
6564
6570
  # @!attribute [rw] type
@@ -6580,9 +6586,9 @@ module Aws::Macie2
6580
6586
  include Aws::Structure
6581
6587
  end
6582
6588
 
6583
- # Provides information about an AWS account and entity that performed an
6584
- # action on an affected resource. The action was performed using the
6585
- # credentials for your AWS account.
6589
+ # Provides information about an Amazon Web Services account and entity
6590
+ # that performed an action on an affected resource. The action was
6591
+ # performed using the credentials for your Amazon Web Services account.
6586
6592
  #
6587
6593
  # @!attribute [rw] account_id
6588
6594
  # @return [String]
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.28.0
4
+ version: 1.32.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-05-14 00:00:00.000000000 Z
11
+ date: 2021-07-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.112.0
22
+ version: 3.119.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.112.0
32
+ version: 3.119.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement