aws-sdk-macie2 1.29.0 → 1.30.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: 3878382d7c7ed53a86dafb8cea701e72a54672a8f83b93e6053d1387d16e55cb
4
- data.tar.gz: d9ff15aa4081687611b80e3dba4473979b9972bcf7249230e7f6169d884a609b
3
+ metadata.gz: 232bc446a0243796309d19bf5aafdfad40b74d68b4ff0ebe1b50415be479fefd
4
+ data.tar.gz: 7785e1080209e283b6085aba928d4bd9f4a44488f05888a2b278198ce625df39
5
5
  SHA512:
6
- metadata.gz: 7e2ea9c56f9b62fade287a9271cb478c6216b6b6f63fb5a19f5d6858203c515742af3fafa5aadcf9fbabc464f88933746e03793a983797a32d3045e13b672759
7
- data.tar.gz: e504481ec27a749a3835e111bf9d87f3f60d0eb8a9541461e719149615ce08549ff3255620c7e731500aae6793b0919bc3e8bf64ca5eafd9e5e358cb5fc13135
6
+ metadata.gz: 64f7b9f13447bae91c958b92a1058994df8211522f1a7fc2da58a07adcbb76ff2e32dd7b14bfb0dc27fdb66ccc22d15881c1a659b0525049c1215e17fa7bc83b
7
+ data.tar.gz: 8dc82698448743d22d131b796be529a4ec80a5b1b555e99060b2f1e7b32bfebf904696eb73ffd4b14035454753b1b554d2732c742219792d6447584bcc514ef4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.30.0 (2021-07-06)
5
+ ------------------
6
+
7
+ * Feature - Sensitive data findings in Amazon Macie now include enhanced location data for JSON and JSON Lines files
8
+
4
9
  1.29.0 (2021-06-08)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.29.0
1
+ 1.30.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.29.0'
51
+ GEM_VERSION = '1.30.0'
52
52
 
53
53
  end
@@ -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
@@ -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
  #
@@ -2800,10 +2801,10 @@ module Aws::Macie2
2800
2801
  #
2801
2802
  # @option params [String] :finding_publishing_frequency
2802
2803
  # The frequency with which Amazon Macie publishes updates to policy
2803
- # findings for an account. This includes publishing updates to AWS
2804
- # Security Hub and Amazon EventBridge (formerly called Amazon CloudWatch
2805
- # Events). For more information, see [Monitoring and processing
2806
- # 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:
2807
2808
  #
2808
2809
  #
2809
2810
  #
@@ -2856,8 +2857,8 @@ module Aws::Macie2
2856
2857
  req.send_request(options)
2857
2858
  end
2858
2859
 
2859
- # Updates the Amazon Macie configuration settings for an AWS
2860
- # organization.
2860
+ # Updates the Amazon Macie configuration settings for an Amazon Web
2861
+ # Services organization.
2861
2862
  #
2862
2863
  # @option params [required, Boolean] :auto_enable
2863
2864
  #
@@ -2891,7 +2892,7 @@ module Aws::Macie2
2891
2892
  params: params,
2892
2893
  config: config)
2893
2894
  context[:gem_name] = 'aws-sdk-macie2'
2894
- context[:gem_version] = '1.29.0'
2895
+ context[:gem_version] = '1.30.0'
2895
2896
  Seahorse::Client::Request.new(handlers, context)
2896
2897
  end
2897
2898
 
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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,13 +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 a Microsoft Word 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.
4478
4474
  # @return [Types::Range]
4479
4475
  #
4480
4476
  # @!attribute [rw] offset_range
4481
- # Provides details about the location of an occurrence of sensitive
4482
- # data in a Microsoft Word 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.
4483
4479
  # @return [Types::Range]
4484
4480
  #
4485
4481
  # @!attribute [rw] page_number
@@ -4566,8 +4562,8 @@ module Aws::Macie2
4566
4562
  include Aws::Structure
4567
4563
  end
4568
4564
 
4569
- # Specifies configuration settings for publishing findings to AWS
4570
- # Security Hub automatically.
4565
+ # Specifies configuration settings for publishing findings to Security
4566
+ # Hub automatically.
4571
4567
  #
4572
4568
  # @note When making an API call, you may pass PutFindingsPublicationConfigurationRequest
4573
4569
  # data as a hash:
@@ -4587,8 +4583,8 @@ module Aws::Macie2
4587
4583
  #
4588
4584
  # @!attribute [rw] security_hub_configuration
4589
4585
  # Specifies configuration settings that determine which findings are
4590
- # published to AWS Security Hub automatically. For information about
4591
- # 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
4592
4588
  # integration with Security Hub][1] in the *Amazon Macie User Guide*.
4593
4589
  #
4594
4590
  #
@@ -4609,8 +4605,8 @@ module Aws::Macie2
4609
4605
  #
4610
4606
  class PutFindingsPublicationConfigurationResponse < Aws::EmptyStructure; end
4611
4607
 
4612
- # Provides details about the location of an occurrence of sensitive data
4613
- # in a Microsoft Word document or 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.
4614
4610
  #
4615
4611
  # @!attribute [rw] end
4616
4612
  # @return [Integer]
@@ -4632,7 +4628,8 @@ module Aws::Macie2
4632
4628
  end
4633
4629
 
4634
4630
  # Specifies the location of an occurrence of sensitive data in an Apache
4635
- # Avro object container or Apache Parquet file.
4631
+ # Avro object container, Apache Parquet file, JSON file, or JSON Lines
4632
+ # file.
4636
4633
  #
4637
4634
  # @!attribute [rw] json_path
4638
4635
  # @return [String]
@@ -4650,8 +4647,8 @@ module Aws::Macie2
4650
4647
  end
4651
4648
 
4652
4649
  # Provides information about settings that define whether one or more
4653
- # objects in an S3 bucket are replicated to S3 buckets for other AWS
4654
- # 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.
4655
4652
  #
4656
4653
  # @!attribute [rw] replicated
4657
4654
  # @return [Boolean]
@@ -4689,11 +4686,11 @@ module Aws::Macie2
4689
4686
  # Provides information about the resources that a finding applies to.
4690
4687
  #
4691
4688
  # @!attribute [rw] s3_bucket
4692
- # Provides information about an S3 bucket that a finding applies to.
4689
+ # Provides information about the S3 bucket that a finding applies to.
4693
4690
  # @return [Types::S3Bucket]
4694
4691
  #
4695
4692
  # @!attribute [rw] s3_object
4696
- # Provides information about an S3 object that a finding applies to.
4693
+ # Provides information about the S3 object that a finding applies to.
4697
4694
  # @return [Types::S3Object]
4698
4695
  #
4699
4696
  # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ResourcesAffected AWS API Documentation
@@ -4705,7 +4702,7 @@ module Aws::Macie2
4705
4702
  include Aws::Structure
4706
4703
  end
4707
4704
 
4708
- # Provides information about an S3 bucket that a finding applies to.
4705
+ # Provides information about the S3 bucket that a finding applies to.
4709
4706
  #
4710
4707
  # @!attribute [rw] allows_unencrypted_object_uploads
4711
4708
  # @return [String]
@@ -4825,9 +4822,9 @@ module Aws::Macie2
4825
4822
  include Aws::Structure
4826
4823
  end
4827
4824
 
4828
- # Specifies an AWS account that owns S3 buckets for a classification job
4829
- # to analyze, and one or more specific buckets to analyze for that
4830
- # 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.
4831
4828
  #
4832
4829
  # @note When making an API call, you may pass S3BucketDefinitionForJob
4833
4830
  # data as a hash:
@@ -5033,7 +5030,7 @@ module Aws::Macie2
5033
5030
  include Aws::Structure
5034
5031
  end
5035
5032
 
5036
- # Provides information about an S3 object that a finding applies to.
5033
+ # Provides information about the S3 object that a finding applies to.
5037
5034
  #
5038
5035
  # @!attribute [rw] bucket_arn
5039
5036
  # @return [String]
@@ -5223,14 +5220,14 @@ module Aws::Macie2
5223
5220
  #
5224
5221
  # @!attribute [rw] excludes
5225
5222
  # Specifies property- and tag-based conditions that define filter
5226
- # criteria for including or excluding AWS resources from the query
5227
- # results.
5223
+ # criteria for including or excluding Amazon Web Services resources
5224
+ # from the query results.
5228
5225
  # @return [Types::SearchResourcesCriteriaBlock]
5229
5226
  #
5230
5227
  # @!attribute [rw] includes
5231
5228
  # Specifies property- and tag-based conditions that define filter
5232
- # criteria for including or excluding AWS resources from the query
5233
- # results.
5229
+ # criteria for including or excluding Amazon Web Services resources
5230
+ # from the query results.
5234
5231
  # @return [Types::SearchResourcesCriteriaBlock]
5235
5232
  #
5236
5233
  # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/SearchResourcesBucketCriteria AWS API Documentation
@@ -5243,7 +5240,7 @@ module Aws::Macie2
5243
5240
  end
5244
5241
 
5245
5242
  # Specifies a property- or tag-based filter condition for including or
5246
- # excluding AWS resources from the query results.
5243
+ # excluding Amazon Web Services resources from the query results.
5247
5244
  #
5248
5245
  # @note When making an API call, you may pass SearchResourcesCriteria
5249
5246
  # data as a hash:
@@ -5267,12 +5264,14 @@ module Aws::Macie2
5267
5264
  #
5268
5265
  # @!attribute [rw] simple_criterion
5269
5266
  # Specifies a property-based filter condition that determines which
5270
- # AWS resources are included or excluded from the query results.
5267
+ # Amazon Web Services resources are included or excluded from the
5268
+ # query results.
5271
5269
  # @return [Types::SearchResourcesSimpleCriterion]
5272
5270
  #
5273
5271
  # @!attribute [rw] tag_criterion
5274
- # Specifies a tag-based filter condition that determines which AWS
5275
- # 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.
5276
5275
  # @return [Types::SearchResourcesTagCriterion]
5277
5276
  #
5278
5277
  # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/SearchResourcesCriteria AWS API Documentation
@@ -5285,8 +5284,8 @@ module Aws::Macie2
5285
5284
  end
5286
5285
 
5287
5286
  # Specifies property- and tag-based conditions that define filter
5288
- # criteria for including or excluding AWS resources from the query
5289
- # results.
5287
+ # criteria for including or excluding Amazon Web Services resources from
5288
+ # the query results.
5290
5289
  #
5291
5290
  # @note When making an API call, you may pass SearchResourcesCriteriaBlock
5292
5291
  # data as a hash:
@@ -5324,8 +5323,8 @@ module Aws::Macie2
5324
5323
  end
5325
5324
 
5326
5325
  # Specifies criteria for filtering, sorting, and paginating the results
5327
- # of a query for statistical data and other information about AWS
5328
- # 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.
5329
5328
  #
5330
5329
  # @note When making an API call, you may pass SearchResourcesRequest
5331
5330
  # data as a hash:
@@ -5395,8 +5394,8 @@ module Aws::Macie2
5395
5394
  #
5396
5395
  # @!attribute [rw] sort_criteria
5397
5396
  # Specifies criteria for sorting the results of a query for
5398
- # information about AWS resources that Amazon Macie monitors and
5399
- # analyzes.
5397
+ # information about Amazon Web Services resources that Amazon Macie
5398
+ # monitors and analyzes.
5400
5399
  # @return [Types::SearchResourcesSortCriteria]
5401
5400
  #
5402
5401
  # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/SearchResourcesRequest AWS API Documentation
@@ -5411,8 +5410,8 @@ module Aws::Macie2
5411
5410
  end
5412
5411
 
5413
5412
  # Provides the results of a query that retrieved statistical data and
5414
- # other information about AWS resources that Amazon Macie monitors and
5415
- # analyzes.
5413
+ # other information about Amazon Web Services resources that Amazon
5414
+ # Macie monitors and analyzes.
5416
5415
  #
5417
5416
  # @!attribute [rw] matching_resources
5418
5417
  # @return [Array<Types::MatchingResource>]
@@ -5429,8 +5428,9 @@ module Aws::Macie2
5429
5428
  include Aws::Structure
5430
5429
  end
5431
5430
 
5432
- # Specifies a property-based filter condition that determines which AWS
5433
- # 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.
5434
5434
  #
5435
5435
  # @note When making an API call, you may pass SearchResourcesSimpleCriterion
5436
5436
  # data as a hash:
@@ -5465,7 +5465,8 @@ module Aws::Macie2
5465
5465
  end
5466
5466
 
5467
5467
  # Specifies criteria for sorting the results of a query for information
5468
- # about AWS resources that Amazon Macie monitors and analyzes.
5468
+ # about Amazon Web Services resources that Amazon Macie monitors and
5469
+ # analyzes.
5469
5470
  #
5470
5471
  # @note When making an API call, you may pass SearchResourcesSortCriteria
5471
5472
  # data as a hash:
@@ -5491,8 +5492,9 @@ module Aws::Macie2
5491
5492
  include Aws::Structure
5492
5493
  end
5493
5494
 
5494
- # Specifies a tag-based filter condition that determines which AWS
5495
- # 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.
5496
5498
  #
5497
5499
  # @note When making an API call, you may pass SearchResourcesTagCriterion
5498
5500
  # data as a hash:
@@ -5553,7 +5555,7 @@ module Aws::Macie2
5553
5555
  end
5554
5556
 
5555
5557
  # Specifies configuration settings that determine which findings are
5556
- # published to AWS Security Hub automatically. For information about how
5558
+ # published to Security Hub automatically. For information about how
5557
5559
  # Macie publishes findings to Security Hub, see [Amazon Macie
5558
5560
  # integration with Security Hub][1] in the *Amazon Macie User Guide*.
5559
5561
  #
@@ -6297,7 +6299,7 @@ module Aws::Macie2
6297
6299
  #
6298
6300
  # @!attribute [rw] finding_publishing_frequency
6299
6301
  # The frequency with which Amazon Macie publishes updates to policy
6300
- # findings for an account. This includes publishing updates to AWS
6302
+ # findings for an account. This includes publishing updates to
6301
6303
  # Security Hub and Amazon EventBridge (formerly called Amazon
6302
6304
  # CloudWatch Events). For more information, see [Monitoring and
6303
6305
  # processing findings][1] in the *Amazon Macie User Guide*. Valid
@@ -6356,7 +6358,7 @@ module Aws::Macie2
6356
6358
  class UpdateMemberSessionResponse < Aws::EmptyStructure; end
6357
6359
 
6358
6360
  # Specifies whether to enable Amazon Macie automatically for accounts
6359
- # that are added to an AWS organization.
6361
+ # that are added to an Amazon Web Services organization.
6360
6362
  #
6361
6363
  # @note When making an API call, you may pass UpdateOrganizationConfigurationRequest
6362
6364
  # data as a hash:
@@ -6530,37 +6532,39 @@ module Aws::Macie2
6530
6532
  # @!attribute [rw] assumed_role
6531
6533
  # Provides information about an identity that performed an action on
6532
6534
  # an affected resource by using temporary security credentials. The
6533
- # credentials were obtained using the AssumeRole operation of the AWS
6534
- # Security Token Service (AWS STS) API.
6535
+ # credentials were obtained using the AssumeRole operation of the
6536
+ # Security Token Service (STS) API.
6535
6537
  # @return [Types::AssumedRole]
6536
6538
  #
6537
6539
  # @!attribute [rw] aws_account
6538
- # Provides information about an AWS account and entity that performed
6539
- # an action on an affected resource. The action was performed using
6540
- # 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.
6541
6544
  # @return [Types::AwsAccount]
6542
6545
  #
6543
6546
  # @!attribute [rw] aws_service
6544
- # Provides information about an AWS service that performed an action
6545
- # on an affected resource.
6547
+ # Provides information about an Amazon Web Service that performed an
6548
+ # action on an affected resource.
6546
6549
  # @return [Types::AwsService]
6547
6550
  #
6548
6551
  # @!attribute [rw] federated_user
6549
6552
  # Provides information about an identity that performed an action on
6550
6553
  # an affected resource by using temporary security credentials. The
6551
6554
  # credentials were obtained using the GetFederationToken operation of
6552
- # the AWS Security Token Service (AWS STS) API.
6555
+ # the Security Token Service (STS) API.
6553
6556
  # @return [Types::FederatedUser]
6554
6557
  #
6555
6558
  # @!attribute [rw] iam_user
6556
- # Provides information about an AWS Identity and Access Management
6557
- # (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.
6558
6561
  # @return [Types::IamUser]
6559
6562
  #
6560
6563
  # @!attribute [rw] root
6561
- # Provides information about an AWS account and entity that performed
6562
- # an action on an affected resource. The action was performed using
6563
- # 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.
6564
6568
  # @return [Types::UserIdentityRoot]
6565
6569
  #
6566
6570
  # @!attribute [rw] type
@@ -6582,9 +6586,9 @@ module Aws::Macie2
6582
6586
  include Aws::Structure
6583
6587
  end
6584
6588
 
6585
- # Provides information about an AWS account and entity that performed an
6586
- # action on an affected resource. The action was performed using the
6587
- # 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.
6588
6592
  #
6589
6593
  # @!attribute [rw] account_id
6590
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.29.0
4
+ version: 1.30.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-06-08 00:00:00.000000000 Z
11
+ date: 2021-07-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core