aws-sdk-macie2 1.3.1 → 1.8.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-macie2.rb +3 -1
- data/lib/aws-sdk-macie2/client.rb +53 -27
- data/lib/aws-sdk-macie2/client_api.rb +59 -0
- data/lib/aws-sdk-macie2/errors.rb +2 -0
- data/lib/aws-sdk-macie2/resource.rb +2 -0
- data/lib/aws-sdk-macie2/types.rb +414 -143
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 98186ae28d2dc91792fdebe275020ef48a64aa77f531d602ffee9a6e8debfbdf
|
4
|
+
data.tar.gz: 71dda0e3dadba654b59ad44a8b27598c63c0d5f16680f40ba36f2d486c822ec9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '016238587e761be991befe495b5dff7bc99b642520fe89e0f419df7b266c22296a55fda6db5c06dcef2cd11506f9474f3c1e81e38bcc39adde37bd84efbe0017'
|
7
|
+
data.tar.gz: 02d7f1649df590359c26c468e00f70c6539443b10d9dda87593b4bd325283f526e70b8a158014552c3b31dbba903153285c5af10f294c3a0ba13225e11a3f68d
|
data/lib/aws-sdk-macie2.rb
CHANGED
@@ -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.
|
50
|
+
GEM_VERSION = '1.8.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:
|
@@ -560,8 +562,9 @@ module Aws::Macie2
|
|
560
562
|
# filter.
|
561
563
|
#
|
562
564
|
# @option params [required, String] :action
|
563
|
-
# The action to perform on findings that meet the filter criteria.
|
564
|
-
#
|
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:
|
565
568
|
#
|
566
569
|
# @option params [String] :client_token
|
567
570
|
# **A suitable default value is auto-generated.** You should normally
|
@@ -754,7 +757,7 @@ module Aws::Macie2
|
|
754
757
|
req.send_request(options)
|
755
758
|
end
|
756
759
|
|
757
|
-
#
|
760
|
+
# Soft deletes a custom data identifier.
|
758
761
|
#
|
759
762
|
# @option params [required, String] :id
|
760
763
|
#
|
@@ -869,6 +872,8 @@ module Aws::Macie2
|
|
869
872
|
# * {Types::DescribeBucketsResponse#buckets #buckets} => Array<Types::BucketMetadata>
|
870
873
|
# * {Types::DescribeBucketsResponse#next_token #next_token} => String
|
871
874
|
#
|
875
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
876
|
+
#
|
872
877
|
# @example Request syntax with placeholder values
|
873
878
|
#
|
874
879
|
# resp = client.describe_buckets({
|
@@ -1128,9 +1133,10 @@ module Aws::Macie2
|
|
1128
1133
|
# not need to pass this option.**
|
1129
1134
|
#
|
1130
1135
|
# @option params [String] :finding_publishing_frequency
|
1131
|
-
# The frequency with which Amazon Macie publishes
|
1132
|
-
# account. This includes
|
1133
|
-
#
|
1136
|
+
# The frequency with which Amazon Macie publishes updates to policy
|
1137
|
+
# findings for an account. This includes publishing updates to AWS
|
1138
|
+
# Security Hub and Amazon EventBridge (formerly called Amazon CloudWatch
|
1139
|
+
# Events). Valid values are:
|
1134
1140
|
#
|
1135
1141
|
# @option params [String] :status
|
1136
1142
|
# The status of an Amazon Macie account. Valid values are:
|
@@ -1231,7 +1237,7 @@ module Aws::Macie2
|
|
1231
1237
|
req.send_request(options)
|
1232
1238
|
end
|
1233
1239
|
|
1234
|
-
# Retrieves the configuration settings for
|
1240
|
+
# Retrieves the configuration settings for storing data classification
|
1235
1241
|
# results.
|
1236
1242
|
#
|
1237
1243
|
# @return [Types::GetClassificationExportConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
@@ -1315,8 +1321,8 @@ module Aws::Macie2
|
|
1315
1321
|
# @option params [Integer] :size
|
1316
1322
|
#
|
1317
1323
|
# @option params [Types::FindingStatisticsSortCriteria] :sort_criteria
|
1318
|
-
# Specifies criteria for sorting the results of a query
|
1319
|
-
# about findings.
|
1324
|
+
# Specifies criteria for sorting the results of a query that retrieves
|
1325
|
+
# aggregated statistical data about findings.
|
1320
1326
|
#
|
1321
1327
|
# @return [Types::GetFindingStatisticsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1322
1328
|
#
|
@@ -1627,7 +1633,7 @@ module Aws::Macie2
|
|
1627
1633
|
# resp.master.account_id #=> String
|
1628
1634
|
# resp.master.invitation_id #=> String
|
1629
1635
|
# resp.master.invited_at #=> Time
|
1630
|
-
# resp.master.relationship_status #=> String, one of "Enabled", "Paused", "Invited", "Created", "Removed", "Resigned", "EmailVerificationInProgress", "EmailVerificationFailed"
|
1636
|
+
# resp.master.relationship_status #=> String, one of "Enabled", "Paused", "Invited", "Created", "Removed", "Resigned", "EmailVerificationInProgress", "EmailVerificationFailed", "RegionDisabled", "AccountSuspended"
|
1631
1637
|
#
|
1632
1638
|
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetMasterAccount AWS API Documentation
|
1633
1639
|
#
|
@@ -1667,7 +1673,7 @@ module Aws::Macie2
|
|
1667
1673
|
# resp.email #=> String
|
1668
1674
|
# resp.invited_at #=> Time
|
1669
1675
|
# resp.master_account_id #=> String
|
1670
|
-
# resp.relationship_status #=> String, one of "Enabled", "Paused", "Invited", "Created", "Removed", "Resigned", "EmailVerificationInProgress", "EmailVerificationFailed"
|
1676
|
+
# resp.relationship_status #=> String, one of "Enabled", "Paused", "Invited", "Created", "Removed", "Resigned", "EmailVerificationInProgress", "EmailVerificationFailed", "RegionDisabled", "AccountSuspended"
|
1671
1677
|
# resp.tags #=> Hash
|
1672
1678
|
# resp.tags["__string"] #=> String
|
1673
1679
|
# resp.updated_at #=> Time
|
@@ -1699,19 +1705,22 @@ module Aws::Macie2
|
|
1699
1705
|
# * {Types::GetUsageStatisticsResponse#next_token #next_token} => String
|
1700
1706
|
# * {Types::GetUsageStatisticsResponse#records #records} => Array<Types::UsageRecord>
|
1701
1707
|
#
|
1708
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
1709
|
+
#
|
1702
1710
|
# @example Request syntax with placeholder values
|
1703
1711
|
#
|
1704
1712
|
# resp = client.get_usage_statistics({
|
1705
1713
|
# filter_by: [
|
1706
1714
|
# {
|
1707
|
-
#
|
1715
|
+
# comparator: "GT", # accepts GT, GTE, LT, LTE, EQ, NE, CONTAINS
|
1716
|
+
# key: "accountId", # accepts accountId, serviceLimit, freeTrialStartDate, total
|
1708
1717
|
# values: ["__string"],
|
1709
1718
|
# },
|
1710
1719
|
# ],
|
1711
1720
|
# max_results: 1,
|
1712
1721
|
# next_token: "__string",
|
1713
1722
|
# sort_by: {
|
1714
|
-
# key: "accountId", # accepts accountId, total
|
1723
|
+
# key: "accountId", # accepts accountId, total, serviceLimitValue, freeTrialStartDate
|
1715
1724
|
# order_by: "ASC", # accepts ASC, DESC
|
1716
1725
|
# },
|
1717
1726
|
# })
|
@@ -1761,8 +1770,8 @@ module Aws::Macie2
|
|
1761
1770
|
req.send_request(options)
|
1762
1771
|
end
|
1763
1772
|
|
1764
|
-
# Retrieves
|
1765
|
-
#
|
1773
|
+
# Retrieves a subset of information about one or more classification
|
1774
|
+
# jobs.
|
1766
1775
|
#
|
1767
1776
|
# @option params [Types::ListJobsFilterCriteria] :filter_criteria
|
1768
1777
|
# Specifies criteria for filtering the results of a request for
|
@@ -1781,6 +1790,8 @@ module Aws::Macie2
|
|
1781
1790
|
# * {Types::ListClassificationJobsResponse#items #items} => Array<Types::JobSummary>
|
1782
1791
|
# * {Types::ListClassificationJobsResponse#next_token #next_token} => String
|
1783
1792
|
#
|
1793
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
1794
|
+
#
|
1784
1795
|
# @example Request syntax with placeholder values
|
1785
1796
|
#
|
1786
1797
|
# resp = client.list_classification_jobs({
|
@@ -1843,6 +1854,8 @@ module Aws::Macie2
|
|
1843
1854
|
# * {Types::ListCustomDataIdentifiersResponse#items #items} => Array<Types::CustomDataIdentifierSummary>
|
1844
1855
|
# * {Types::ListCustomDataIdentifiersResponse#next_token #next_token} => String
|
1845
1856
|
#
|
1857
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
1858
|
+
#
|
1846
1859
|
# @example Request syntax with placeholder values
|
1847
1860
|
#
|
1848
1861
|
# resp = client.list_custom_data_identifiers({
|
@@ -1888,6 +1901,8 @@ module Aws::Macie2
|
|
1888
1901
|
# * {Types::ListFindingsResponse#finding_ids #finding_ids} => Array<String>
|
1889
1902
|
# * {Types::ListFindingsResponse#next_token #next_token} => String
|
1890
1903
|
#
|
1904
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
1905
|
+
#
|
1891
1906
|
# @example Request syntax with placeholder values
|
1892
1907
|
#
|
1893
1908
|
# resp = client.list_findings({
|
@@ -1938,6 +1953,8 @@ module Aws::Macie2
|
|
1938
1953
|
# * {Types::ListFindingsFiltersResponse#findings_filter_list_items #findings_filter_list_items} => Array<Types::FindingsFilterListItem>
|
1939
1954
|
# * {Types::ListFindingsFiltersResponse#next_token #next_token} => String
|
1940
1955
|
#
|
1956
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
1957
|
+
#
|
1941
1958
|
# @example Request syntax with placeholder values
|
1942
1959
|
#
|
1943
1960
|
# resp = client.list_findings_filters({
|
@@ -1948,6 +1965,7 @@ module Aws::Macie2
|
|
1948
1965
|
# @example Response structure
|
1949
1966
|
#
|
1950
1967
|
# resp.findings_filter_list_items #=> Array
|
1968
|
+
# resp.findings_filter_list_items[0].action #=> String, one of "ARCHIVE", "NOOP"
|
1951
1969
|
# resp.findings_filter_list_items[0].arn #=> String
|
1952
1970
|
# resp.findings_filter_list_items[0].id #=> String
|
1953
1971
|
# resp.findings_filter_list_items[0].name #=> String
|
@@ -1976,6 +1994,8 @@ module Aws::Macie2
|
|
1976
1994
|
# * {Types::ListInvitationsResponse#invitations #invitations} => Array<Types::Invitation>
|
1977
1995
|
# * {Types::ListInvitationsResponse#next_token #next_token} => String
|
1978
1996
|
#
|
1997
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
1998
|
+
#
|
1979
1999
|
# @example Request syntax with placeholder values
|
1980
2000
|
#
|
1981
2001
|
# resp = client.list_invitations({
|
@@ -1989,7 +2009,7 @@ module Aws::Macie2
|
|
1989
2009
|
# resp.invitations[0].account_id #=> String
|
1990
2010
|
# resp.invitations[0].invitation_id #=> String
|
1991
2011
|
# resp.invitations[0].invited_at #=> Time
|
1992
|
-
# resp.invitations[0].relationship_status #=> String, one of "Enabled", "Paused", "Invited", "Created", "Removed", "Resigned", "EmailVerificationInProgress", "EmailVerificationFailed"
|
2012
|
+
# resp.invitations[0].relationship_status #=> String, one of "Enabled", "Paused", "Invited", "Created", "Removed", "Resigned", "EmailVerificationInProgress", "EmailVerificationFailed", "RegionDisabled", "AccountSuspended"
|
1993
2013
|
# resp.next_token #=> String
|
1994
2014
|
#
|
1995
2015
|
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ListInvitations AWS API Documentation
|
@@ -2015,6 +2035,8 @@ module Aws::Macie2
|
|
2015
2035
|
# * {Types::ListMembersResponse#members #members} => Array<Types::Member>
|
2016
2036
|
# * {Types::ListMembersResponse#next_token #next_token} => String
|
2017
2037
|
#
|
2038
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
2039
|
+
#
|
2018
2040
|
# @example Request syntax with placeholder values
|
2019
2041
|
#
|
2020
2042
|
# resp = client.list_members({
|
@@ -2031,7 +2053,7 @@ module Aws::Macie2
|
|
2031
2053
|
# resp.members[0].email #=> String
|
2032
2054
|
# resp.members[0].invited_at #=> Time
|
2033
2055
|
# resp.members[0].master_account_id #=> String
|
2034
|
-
# resp.members[0].relationship_status #=> String, one of "Enabled", "Paused", "Invited", "Created", "Removed", "Resigned", "EmailVerificationInProgress", "EmailVerificationFailed"
|
2056
|
+
# resp.members[0].relationship_status #=> String, one of "Enabled", "Paused", "Invited", "Created", "Removed", "Resigned", "EmailVerificationInProgress", "EmailVerificationFailed", "RegionDisabled", "AccountSuspended"
|
2035
2057
|
# resp.members[0].tags #=> Hash
|
2036
2058
|
# resp.members[0].tags["__string"] #=> String
|
2037
2059
|
# resp.members[0].updated_at #=> Time
|
@@ -2058,6 +2080,8 @@ module Aws::Macie2
|
|
2058
2080
|
# * {Types::ListOrganizationAdminAccountsResponse#admin_accounts #admin_accounts} => Array<Types::AdminAccount>
|
2059
2081
|
# * {Types::ListOrganizationAdminAccountsResponse#next_token #next_token} => String
|
2060
2082
|
#
|
2083
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
2084
|
+
#
|
2061
2085
|
# @example Request syntax with placeholder values
|
2062
2086
|
#
|
2063
2087
|
# resp = client.list_organization_admin_accounts({
|
@@ -2111,13 +2135,13 @@ module Aws::Macie2
|
|
2111
2135
|
req.send_request(options)
|
2112
2136
|
end
|
2113
2137
|
|
2114
|
-
# Creates or updates the configuration settings for
|
2138
|
+
# Creates or updates the configuration settings for storing data
|
2115
2139
|
# classification results.
|
2116
2140
|
#
|
2117
2141
|
# @option params [required, Types::ClassificationExportConfiguration] :configuration
|
2118
|
-
# Specifies where to
|
2142
|
+
# Specifies where to store data classification results, and the
|
2119
2143
|
# encryption settings to use when storing results in that location.
|
2120
|
-
# Currently, you can
|
2144
|
+
# Currently, you can store classification results only in an S3 bucket.
|
2121
2145
|
#
|
2122
2146
|
# @return [Types::PutClassificationExportConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2123
2147
|
#
|
@@ -2250,7 +2274,7 @@ module Aws::Macie2
|
|
2250
2274
|
# @option params [required, String] :job_id
|
2251
2275
|
#
|
2252
2276
|
# @option params [required, String] :job_status
|
2253
|
-
# The current status of a classification job.
|
2277
|
+
# The current status of a classification job. Possible values are:
|
2254
2278
|
#
|
2255
2279
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
2256
2280
|
#
|
@@ -2273,8 +2297,9 @@ module Aws::Macie2
|
|
2273
2297
|
# Updates the criteria and other settings for a findings filter.
|
2274
2298
|
#
|
2275
2299
|
# @option params [String] :action
|
2276
|
-
# The action to perform on findings that meet the filter criteria.
|
2277
|
-
#
|
2300
|
+
# The action to perform on findings that meet the filter criteria. To
|
2301
|
+
# suppress (automatically archive) findings that meet the criteria, set
|
2302
|
+
# this value to ARCHIVE. Valid values are:
|
2278
2303
|
#
|
2279
2304
|
# @option params [String] :description
|
2280
2305
|
#
|
@@ -2333,9 +2358,10 @@ module Aws::Macie2
|
|
2333
2358
|
# configuration settings for a Macie account.
|
2334
2359
|
#
|
2335
2360
|
# @option params [String] :finding_publishing_frequency
|
2336
|
-
# The frequency with which Amazon Macie publishes
|
2337
|
-
# account. This includes
|
2338
|
-
#
|
2361
|
+
# The frequency with which Amazon Macie publishes updates to policy
|
2362
|
+
# findings for an account. This includes publishing updates to AWS
|
2363
|
+
# Security Hub and Amazon EventBridge (formerly called Amazon CloudWatch
|
2364
|
+
# Events). Valid values are:
|
2339
2365
|
#
|
2340
2366
|
# @option params [String] :status
|
2341
2367
|
# The status of an Amazon Macie account. Valid values are:
|
@@ -2418,7 +2444,7 @@ module Aws::Macie2
|
|
2418
2444
|
params: params,
|
2419
2445
|
config: config)
|
2420
2446
|
context[:gem_name] = 'aws-sdk-macie2'
|
2421
|
-
context[:gem_version] = '1.
|
2447
|
+
context[:gem_version] = '1.8.0'
|
2422
2448
|
Seahorse::Client::Request.new(handlers, context)
|
2423
2449
|
end
|
2424
2450
|
|
@@ -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:
|
@@ -239,6 +241,7 @@ module Aws::Macie2
|
|
239
241
|
UsageByAccount = Shapes::StructureShape.new(name: 'UsageByAccount')
|
240
242
|
UsageRecord = Shapes::StructureShape.new(name: 'UsageRecord')
|
241
243
|
UsageStatisticsFilter = Shapes::StructureShape.new(name: 'UsageStatisticsFilter')
|
244
|
+
UsageStatisticsFilterComparator = Shapes::StringShape.new(name: 'UsageStatisticsFilterComparator')
|
242
245
|
UsageStatisticsFilterKey = Shapes::StringShape.new(name: 'UsageStatisticsFilterKey')
|
243
246
|
UsageStatisticsSortBy = Shapes::StructureShape.new(name: 'UsageStatisticsSortBy')
|
244
247
|
UsageStatisticsSortKey = Shapes::StringShape.new(name: 'UsageStatisticsSortKey')
|
@@ -675,6 +678,7 @@ module Aws::Macie2
|
|
675
678
|
FindingStatisticsSortCriteria.add_member(:order_by, Shapes::ShapeRef.new(shape: OrderBy, location_name: "orderBy"))
|
676
679
|
FindingStatisticsSortCriteria.struct_class = Types::FindingStatisticsSortCriteria
|
677
680
|
|
681
|
+
FindingsFilterListItem.add_member(:action, Shapes::ShapeRef.new(shape: FindingsFilterAction, location_name: "action"))
|
678
682
|
FindingsFilterListItem.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
679
683
|
FindingsFilterListItem.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
|
680
684
|
FindingsFilterListItem.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
@@ -1166,6 +1170,7 @@ module Aws::Macie2
|
|
1166
1170
|
UsageRecord.add_member(:usage, Shapes::ShapeRef.new(shape: __listOfUsageByAccount, location_name: "usage"))
|
1167
1171
|
UsageRecord.struct_class = Types::UsageRecord
|
1168
1172
|
|
1173
|
+
UsageStatisticsFilter.add_member(:comparator, Shapes::ShapeRef.new(shape: UsageStatisticsFilterComparator, location_name: "comparator"))
|
1169
1174
|
UsageStatisticsFilter.add_member(:key, Shapes::ShapeRef.new(shape: UsageStatisticsFilterKey, location_name: "key"))
|
1170
1175
|
UsageStatisticsFilter.add_member(:values, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "values"))
|
1171
1176
|
UsageStatisticsFilter.struct_class = Types::UsageStatisticsFilter
|
@@ -1469,6 +1474,12 @@ module Aws::Macie2
|
|
1469
1474
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1470
1475
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1471
1476
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1477
|
+
o[:pager] = Aws::Pager.new(
|
1478
|
+
limit_key: "max_results",
|
1479
|
+
tokens: {
|
1480
|
+
"next_token" => "next_token"
|
1481
|
+
}
|
1482
|
+
)
|
1472
1483
|
end)
|
1473
1484
|
|
1474
1485
|
api.add_operation(:describe_classification_job, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1754,6 +1765,12 @@ module Aws::Macie2
|
|
1754
1765
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1755
1766
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1756
1767
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1768
|
+
o[:pager] = Aws::Pager.new(
|
1769
|
+
limit_key: "max_results",
|
1770
|
+
tokens: {
|
1771
|
+
"next_token" => "next_token"
|
1772
|
+
}
|
1773
|
+
)
|
1757
1774
|
end)
|
1758
1775
|
|
1759
1776
|
api.add_operation(:get_usage_totals, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1784,6 +1801,12 @@ module Aws::Macie2
|
|
1784
1801
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1785
1802
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1786
1803
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1804
|
+
o[:pager] = Aws::Pager.new(
|
1805
|
+
limit_key: "max_results",
|
1806
|
+
tokens: {
|
1807
|
+
"next_token" => "next_token"
|
1808
|
+
}
|
1809
|
+
)
|
1787
1810
|
end)
|
1788
1811
|
|
1789
1812
|
api.add_operation(:list_custom_data_identifiers, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1799,6 +1822,12 @@ module Aws::Macie2
|
|
1799
1822
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1800
1823
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1801
1824
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1825
|
+
o[:pager] = Aws::Pager.new(
|
1826
|
+
limit_key: "max_results",
|
1827
|
+
tokens: {
|
1828
|
+
"next_token" => "next_token"
|
1829
|
+
}
|
1830
|
+
)
|
1802
1831
|
end)
|
1803
1832
|
|
1804
1833
|
api.add_operation(:list_findings, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1814,6 +1843,12 @@ module Aws::Macie2
|
|
1814
1843
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1815
1844
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1816
1845
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1846
|
+
o[:pager] = Aws::Pager.new(
|
1847
|
+
limit_key: "max_results",
|
1848
|
+
tokens: {
|
1849
|
+
"next_token" => "next_token"
|
1850
|
+
}
|
1851
|
+
)
|
1817
1852
|
end)
|
1818
1853
|
|
1819
1854
|
api.add_operation(:list_findings_filters, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1829,6 +1864,12 @@ module Aws::Macie2
|
|
1829
1864
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1830
1865
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1831
1866
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1867
|
+
o[:pager] = Aws::Pager.new(
|
1868
|
+
limit_key: "max_results",
|
1869
|
+
tokens: {
|
1870
|
+
"next_token" => "next_token"
|
1871
|
+
}
|
1872
|
+
)
|
1832
1873
|
end)
|
1833
1874
|
|
1834
1875
|
api.add_operation(:list_invitations, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1844,6 +1885,12 @@ module Aws::Macie2
|
|
1844
1885
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1845
1886
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1846
1887
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1888
|
+
o[:pager] = Aws::Pager.new(
|
1889
|
+
limit_key: "max_results",
|
1890
|
+
tokens: {
|
1891
|
+
"next_token" => "next_token"
|
1892
|
+
}
|
1893
|
+
)
|
1847
1894
|
end)
|
1848
1895
|
|
1849
1896
|
api.add_operation(:list_members, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1859,6 +1906,12 @@ module Aws::Macie2
|
|
1859
1906
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1860
1907
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1861
1908
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1909
|
+
o[:pager] = Aws::Pager.new(
|
1910
|
+
limit_key: "max_results",
|
1911
|
+
tokens: {
|
1912
|
+
"next_token" => "next_token"
|
1913
|
+
}
|
1914
|
+
)
|
1862
1915
|
end)
|
1863
1916
|
|
1864
1917
|
api.add_operation(:list_organization_admin_accounts, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1874,6 +1927,12 @@ module Aws::Macie2
|
|
1874
1927
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1875
1928
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1876
1929
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
1930
|
+
o[:pager] = Aws::Pager.new(
|
1931
|
+
limit_key: "max_results",
|
1932
|
+
tokens: {
|
1933
|
+
"next_token" => "next_token"
|
1934
|
+
}
|
1935
|
+
)
|
1877
1936
|
end)
|
1878
1937
|
|
1879
1938
|
api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
|
data/lib/aws-sdk-macie2/types.rb
CHANGED
@@ -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:
|
@@ -29,6 +31,7 @@ module Aws::Macie2
|
|
29
31
|
class AcceptInvitationRequest < Struct.new(
|
30
32
|
:invitation_id,
|
31
33
|
:master_account)
|
34
|
+
SENSITIVE = []
|
32
35
|
include Aws::Structure
|
33
36
|
end
|
34
37
|
|
@@ -50,6 +53,7 @@ module Aws::Macie2
|
|
50
53
|
class AccessControlList < Struct.new(
|
51
54
|
:allows_public_read_access,
|
52
55
|
:allows_public_write_access)
|
56
|
+
SENSITIVE = []
|
53
57
|
include Aws::Structure
|
54
58
|
end
|
55
59
|
|
@@ -63,6 +67,7 @@ module Aws::Macie2
|
|
63
67
|
#
|
64
68
|
class AccessDeniedException < Struct.new(
|
65
69
|
:message)
|
70
|
+
SENSITIVE = []
|
66
71
|
include Aws::Structure
|
67
72
|
end
|
68
73
|
|
@@ -88,6 +93,7 @@ module Aws::Macie2
|
|
88
93
|
class AccountDetail < Struct.new(
|
89
94
|
:account_id,
|
90
95
|
:email)
|
96
|
+
SENSITIVE = []
|
91
97
|
include Aws::Structure
|
92
98
|
end
|
93
99
|
|
@@ -110,6 +116,7 @@ module Aws::Macie2
|
|
110
116
|
#
|
111
117
|
class AccountLevelPermissions < Struct.new(
|
112
118
|
:block_public_access)
|
119
|
+
SENSITIVE = []
|
113
120
|
include Aws::Structure
|
114
121
|
end
|
115
122
|
|
@@ -129,21 +136,12 @@ module Aws::Macie2
|
|
129
136
|
class AdminAccount < Struct.new(
|
130
137
|
:account_id,
|
131
138
|
:status)
|
139
|
+
SENSITIVE = []
|
132
140
|
include Aws::Structure
|
133
141
|
end
|
134
142
|
|
135
|
-
#
|
136
|
-
#
|
137
|
-
# * The name of the operation that was invoked most recently and
|
138
|
-
# produced the finding (api).
|
139
|
-
#
|
140
|
-
# * The first date and time when any operation was invoked and produced
|
141
|
-
# the finding (firstSeen).
|
142
|
-
#
|
143
|
-
# * The most recent date and time when the specified operation was
|
144
|
-
# invoked and produced the finding (lastSeen).
|
145
|
-
#
|
146
|
-
# All date and time values are in UTC and extended ISO 8601 format.
|
143
|
+
# Provides information about an API operation that an entity invoked for
|
144
|
+
# an affected resource.
|
147
145
|
#
|
148
146
|
# @!attribute [rw] api
|
149
147
|
# @return [String]
|
@@ -164,10 +162,14 @@ module Aws::Macie2
|
|
164
162
|
:api_service_name,
|
165
163
|
:first_seen,
|
166
164
|
:last_seen)
|
165
|
+
SENSITIVE = []
|
167
166
|
include Aws::Structure
|
168
167
|
end
|
169
168
|
|
170
|
-
#
|
169
|
+
# Provides information about an identity that performed an action on an
|
170
|
+
# affected resource by using temporary security credentials. The
|
171
|
+
# credentials were obtained using the AssumeRole operation of the AWS
|
172
|
+
# Security Token Service (AWS STS) API.
|
171
173
|
#
|
172
174
|
# @!attribute [rw] access_key_id
|
173
175
|
# @return [String]
|
@@ -183,7 +185,7 @@ module Aws::Macie2
|
|
183
185
|
#
|
184
186
|
# @!attribute [rw] session_context
|
185
187
|
# Provides information about a session that was created for an entity
|
186
|
-
#
|
188
|
+
# that performed an action by using temporary security credentials.
|
187
189
|
# @return [Types::SessionContext]
|
188
190
|
#
|
189
191
|
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/AssumedRole AWS API Documentation
|
@@ -194,10 +196,13 @@ module Aws::Macie2
|
|
194
196
|
:arn,
|
195
197
|
:principal_id,
|
196
198
|
:session_context)
|
199
|
+
SENSITIVE = []
|
197
200
|
include Aws::Structure
|
198
201
|
end
|
199
202
|
|
200
|
-
#
|
203
|
+
# Provides information about an AWS account and entity that performed an
|
204
|
+
# action on an affected resource. The action was performed using the
|
205
|
+
# credentials for an AWS account other than your own account.
|
201
206
|
#
|
202
207
|
# @!attribute [rw] account_id
|
203
208
|
# @return [String]
|
@@ -210,10 +215,12 @@ module Aws::Macie2
|
|
210
215
|
class AwsAccount < Struct.new(
|
211
216
|
:account_id,
|
212
217
|
:principal_id)
|
218
|
+
SENSITIVE = []
|
213
219
|
include Aws::Structure
|
214
220
|
end
|
215
221
|
|
216
|
-
#
|
222
|
+
# Provides information about an AWS service that performed an action on
|
223
|
+
# an affected resource.
|
217
224
|
#
|
218
225
|
# @!attribute [rw] invoked_by
|
219
226
|
# @return [String]
|
@@ -222,6 +229,7 @@ module Aws::Macie2
|
|
222
229
|
#
|
223
230
|
class AwsService < Struct.new(
|
224
231
|
:invoked_by)
|
232
|
+
SENSITIVE = []
|
225
233
|
include Aws::Structure
|
226
234
|
end
|
227
235
|
|
@@ -254,6 +262,7 @@ module Aws::Macie2
|
|
254
262
|
:description,
|
255
263
|
:id,
|
256
264
|
:name)
|
265
|
+
SENSITIVE = []
|
257
266
|
include Aws::Structure
|
258
267
|
end
|
259
268
|
|
@@ -274,6 +283,7 @@ module Aws::Macie2
|
|
274
283
|
#
|
275
284
|
class BatchGetCustomDataIdentifiersRequest < Struct.new(
|
276
285
|
:ids)
|
286
|
+
SENSITIVE = []
|
277
287
|
include Aws::Structure
|
278
288
|
end
|
279
289
|
|
@@ -290,6 +300,7 @@ module Aws::Macie2
|
|
290
300
|
class BatchGetCustomDataIdentifiersResponse < Struct.new(
|
291
301
|
:custom_data_identifiers,
|
292
302
|
:not_found_identifier_ids)
|
303
|
+
SENSITIVE = []
|
293
304
|
include Aws::Structure
|
294
305
|
end
|
295
306
|
|
@@ -322,11 +333,13 @@ module Aws::Macie2
|
|
322
333
|
:block_public_policy,
|
323
334
|
:ignore_public_acls,
|
324
335
|
:restrict_public_buckets)
|
336
|
+
SENSITIVE = []
|
325
337
|
include Aws::Structure
|
326
338
|
end
|
327
339
|
|
328
|
-
#
|
329
|
-
# combination of permissions settings for each
|
340
|
+
# Provides information about the number of S3 buckets that are publicly
|
341
|
+
# accessible based on a combination of permissions settings for each
|
342
|
+
# bucket.
|
330
343
|
#
|
331
344
|
# @!attribute [rw] publicly_accessible
|
332
345
|
# @return [Integer]
|
@@ -343,12 +356,12 @@ module Aws::Macie2
|
|
343
356
|
:publicly_accessible,
|
344
357
|
:publicly_readable,
|
345
358
|
:publicly_writable)
|
359
|
+
SENSITIVE = []
|
346
360
|
include Aws::Structure
|
347
361
|
end
|
348
362
|
|
349
|
-
#
|
350
|
-
#
|
351
|
-
# encrypted.
|
363
|
+
# Provides information about the number of S3 buckets that use certain
|
364
|
+
# types of server-side encryption or don't encrypt objects by default.
|
352
365
|
#
|
353
366
|
# @!attribute [rw] kms_managed
|
354
367
|
# @return [Integer]
|
@@ -365,11 +378,12 @@ module Aws::Macie2
|
|
365
378
|
:kms_managed,
|
366
379
|
:s3_managed,
|
367
380
|
:unencrypted)
|
381
|
+
SENSITIVE = []
|
368
382
|
include Aws::Structure
|
369
383
|
end
|
370
384
|
|
371
|
-
#
|
372
|
-
#
|
385
|
+
# Provides information about the number of S3 buckets that are shared
|
386
|
+
# with other AWS accounts.
|
373
387
|
#
|
374
388
|
# @!attribute [rw] external
|
375
389
|
# @return [Integer]
|
@@ -386,6 +400,7 @@ module Aws::Macie2
|
|
386
400
|
:external,
|
387
401
|
:internal,
|
388
402
|
:not_shared)
|
403
|
+
SENSITIVE = []
|
389
404
|
include Aws::Structure
|
390
405
|
end
|
391
406
|
|
@@ -436,6 +451,7 @@ module Aws::Macie2
|
|
436
451
|
:lte,
|
437
452
|
:neq,
|
438
453
|
:prefix)
|
454
|
+
SENSITIVE = []
|
439
455
|
include Aws::Structure
|
440
456
|
end
|
441
457
|
|
@@ -470,6 +486,7 @@ module Aws::Macie2
|
|
470
486
|
:access_control_list,
|
471
487
|
:block_public_access,
|
472
488
|
:bucket_policy)
|
489
|
+
SENSITIVE = []
|
473
490
|
include Aws::Structure
|
474
491
|
end
|
475
492
|
|
@@ -498,6 +515,9 @@ module Aws::Macie2
|
|
498
515
|
# @return [Integer]
|
499
516
|
#
|
500
517
|
# @!attribute [rw] object_count_by_encryption_type
|
518
|
+
# Provides information about the number of objects that are in an S3
|
519
|
+
# bucket and use certain types of server-side encryption, use
|
520
|
+
# client-side encryption, or aren't encrypted.
|
501
521
|
# @return [Types::ObjectCountByEncryptionType]
|
502
522
|
#
|
503
523
|
# @!attribute [rw] public_access
|
@@ -548,11 +568,12 @@ module Aws::Macie2
|
|
548
568
|
:size_in_bytes_compressed,
|
549
569
|
:tags,
|
550
570
|
:versioning)
|
571
|
+
SENSITIVE = []
|
551
572
|
include Aws::Structure
|
552
573
|
end
|
553
574
|
|
554
575
|
# The account-level and bucket-level permissions settings for an S3
|
555
|
-
# bucket
|
576
|
+
# bucket.
|
556
577
|
#
|
557
578
|
# @!attribute [rw] account_level_permissions
|
558
579
|
# Provides information about account-level permissions settings that
|
@@ -569,6 +590,7 @@ module Aws::Macie2
|
|
569
590
|
class BucketPermissionConfiguration < Struct.new(
|
570
591
|
:account_level_permissions,
|
571
592
|
:bucket_level_permissions)
|
593
|
+
SENSITIVE = []
|
572
594
|
include Aws::Structure
|
573
595
|
end
|
574
596
|
|
@@ -586,6 +608,7 @@ module Aws::Macie2
|
|
586
608
|
class BucketPolicy < Struct.new(
|
587
609
|
:allows_public_read_access,
|
588
610
|
:allows_public_write_access)
|
611
|
+
SENSITIVE = []
|
589
612
|
include Aws::Structure
|
590
613
|
end
|
591
614
|
|
@@ -597,7 +620,7 @@ module Aws::Macie2
|
|
597
620
|
#
|
598
621
|
# @!attribute [rw] permission_configuration
|
599
622
|
# The account-level and bucket-level permissions settings for an S3
|
600
|
-
# bucket
|
623
|
+
# bucket.
|
601
624
|
# @return [Types::BucketPermissionConfiguration]
|
602
625
|
#
|
603
626
|
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/BucketPublicAccess AWS API Documentation
|
@@ -605,6 +628,7 @@ module Aws::Macie2
|
|
605
628
|
class BucketPublicAccess < Struct.new(
|
606
629
|
:effective_permission,
|
607
630
|
:permission_configuration)
|
631
|
+
SENSITIVE = []
|
608
632
|
include Aws::Structure
|
609
633
|
end
|
610
634
|
|
@@ -630,6 +654,7 @@ module Aws::Macie2
|
|
630
654
|
class BucketSortCriteria < Struct.new(
|
631
655
|
:attribute_name,
|
632
656
|
:order_by)
|
657
|
+
SENSITIVE = []
|
633
658
|
include Aws::Structure
|
634
659
|
end
|
635
660
|
|
@@ -647,8 +672,8 @@ module Aws::Macie2
|
|
647
672
|
#
|
648
673
|
# @!attribute [rw] result
|
649
674
|
# Provides detailed information about a sensitive data finding,
|
650
|
-
# including the types and number of occurrences of the data
|
651
|
-
# found.
|
675
|
+
# including the types and number of occurrences of the sensitive data
|
676
|
+
# that was found.
|
652
677
|
# @return [Types::ClassificationResult]
|
653
678
|
#
|
654
679
|
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/ClassificationDetails AWS API Documentation
|
@@ -658,12 +683,13 @@ module Aws::Macie2
|
|
658
683
|
:job_arn,
|
659
684
|
:job_id,
|
660
685
|
:result)
|
686
|
+
SENSITIVE = []
|
661
687
|
include Aws::Structure
|
662
688
|
end
|
663
689
|
|
664
|
-
# Specifies where to
|
690
|
+
# Specifies where to store data classification results, and the
|
665
691
|
# encryption settings to use when storing results in that location.
|
666
|
-
# Currently, you can
|
692
|
+
# Currently, you can store classification results only in an S3 bucket.
|
667
693
|
#
|
668
694
|
# @note When making an API call, you may pass ClassificationExportConfiguration
|
669
695
|
# data as a hash:
|
@@ -677,7 +703,7 @@ module Aws::Macie2
|
|
677
703
|
# }
|
678
704
|
#
|
679
705
|
# @!attribute [rw] s3_destination
|
680
|
-
# Specifies an S3 bucket to
|
706
|
+
# Specifies an S3 bucket to store data classification results in, and
|
681
707
|
# the encryption settings to use when storing results in that bucket.
|
682
708
|
# @return [Types::S3Destination]
|
683
709
|
#
|
@@ -685,12 +711,13 @@ module Aws::Macie2
|
|
685
711
|
#
|
686
712
|
class ClassificationExportConfiguration < Struct.new(
|
687
713
|
:s3_destination)
|
714
|
+
SENSITIVE = []
|
688
715
|
include Aws::Structure
|
689
716
|
end
|
690
717
|
|
691
718
|
# Provides detailed information about a sensitive data finding,
|
692
|
-
# including the types and number of occurrences of the data
|
693
|
-
# found.
|
719
|
+
# including the types and number of occurrences of the sensitive data
|
720
|
+
# that was found.
|
694
721
|
#
|
695
722
|
# @!attribute [rw] custom_data_identifiers
|
696
723
|
# Provides information about the number of occurrences of the data
|
@@ -721,6 +748,7 @@ module Aws::Macie2
|
|
721
748
|
:sensitive_data,
|
722
749
|
:size_classified,
|
723
750
|
:status)
|
751
|
+
SENSITIVE = []
|
724
752
|
include Aws::Structure
|
725
753
|
end
|
726
754
|
|
@@ -737,6 +765,7 @@ module Aws::Macie2
|
|
737
765
|
class ClassificationResultStatus < Struct.new(
|
738
766
|
:code,
|
739
767
|
:reason)
|
768
|
+
SENSITIVE = []
|
740
769
|
include Aws::Structure
|
741
770
|
end
|
742
771
|
|
@@ -750,11 +779,15 @@ module Aws::Macie2
|
|
750
779
|
#
|
751
780
|
class ConflictException < Struct.new(
|
752
781
|
:message)
|
782
|
+
SENSITIVE = []
|
753
783
|
include Aws::Structure
|
754
784
|
end
|
755
785
|
|
756
786
|
# Specifies the scope, schedule, and other settings for a classification
|
757
|
-
# job.
|
787
|
+
# job. You can't delete or change the settings for a classification job
|
788
|
+
# after you create it. In Amazon Macie, classification jobs are
|
789
|
+
# immutable. This ensures accurate data classification results for
|
790
|
+
# audits or investigations.
|
758
791
|
#
|
759
792
|
# @note When making an API call, you may pass CreateClassificationJobRequest
|
760
793
|
# data as a hash:
|
@@ -888,6 +921,7 @@ module Aws::Macie2
|
|
888
921
|
:sampling_percentage,
|
889
922
|
:schedule_frequency,
|
890
923
|
:tags)
|
924
|
+
SENSITIVE = []
|
891
925
|
include Aws::Structure
|
892
926
|
end
|
893
927
|
|
@@ -905,11 +939,15 @@ module Aws::Macie2
|
|
905
939
|
class CreateClassificationJobResponse < Struct.new(
|
906
940
|
:job_arn,
|
907
941
|
:job_id)
|
942
|
+
SENSITIVE = []
|
908
943
|
include Aws::Structure
|
909
944
|
end
|
910
945
|
|
911
946
|
# Specifies the criteria and other settings for a new custom data
|
912
|
-
# identifier.
|
947
|
+
# identifier. You can't change a custom data identifier after you
|
948
|
+
# create it. In Amazon Macie, custom data identifiers are immutable.
|
949
|
+
# This ensures accurate data classification results for audits or
|
950
|
+
# investigations.
|
913
951
|
#
|
914
952
|
# @note When making an API call, you may pass CreateCustomDataIdentifierRequest
|
915
953
|
# data as a hash:
|
@@ -967,6 +1005,7 @@ module Aws::Macie2
|
|
967
1005
|
:name,
|
968
1006
|
:regex,
|
969
1007
|
:tags)
|
1008
|
+
SENSITIVE = []
|
970
1009
|
include Aws::Structure
|
971
1010
|
end
|
972
1011
|
|
@@ -980,6 +1019,7 @@ module Aws::Macie2
|
|
980
1019
|
#
|
981
1020
|
class CreateCustomDataIdentifierResponse < Struct.new(
|
982
1021
|
:custom_data_identifier_id)
|
1022
|
+
SENSITIVE = []
|
983
1023
|
include Aws::Structure
|
984
1024
|
end
|
985
1025
|
|
@@ -1012,8 +1052,9 @@ module Aws::Macie2
|
|
1012
1052
|
# }
|
1013
1053
|
#
|
1014
1054
|
# @!attribute [rw] action
|
1015
|
-
# The action to perform on findings that meet the filter criteria.
|
1016
|
-
#
|
1055
|
+
# The action to perform on findings that meet the filter criteria. To
|
1056
|
+
# suppress (automatically archive) findings that meet the criteria,
|
1057
|
+
# set this value to ARCHIVE. Valid values are:
|
1017
1058
|
# @return [String]
|
1018
1059
|
#
|
1019
1060
|
# @!attribute [rw] client_token
|
@@ -1051,6 +1092,7 @@ module Aws::Macie2
|
|
1051
1092
|
:name,
|
1052
1093
|
:position,
|
1053
1094
|
:tags)
|
1095
|
+
SENSITIVE = []
|
1054
1096
|
include Aws::Structure
|
1055
1097
|
end
|
1056
1098
|
|
@@ -1068,6 +1110,7 @@ module Aws::Macie2
|
|
1068
1110
|
class CreateFindingsFilterResponse < Struct.new(
|
1069
1111
|
:arn,
|
1070
1112
|
:id)
|
1113
|
+
SENSITIVE = []
|
1071
1114
|
include Aws::Structure
|
1072
1115
|
end
|
1073
1116
|
|
@@ -1097,6 +1140,7 @@ module Aws::Macie2
|
|
1097
1140
|
:account_ids,
|
1098
1141
|
:disable_email_notification,
|
1099
1142
|
:message)
|
1143
|
+
SENSITIVE = []
|
1100
1144
|
include Aws::Structure
|
1101
1145
|
end
|
1102
1146
|
|
@@ -1110,6 +1154,7 @@ module Aws::Macie2
|
|
1110
1154
|
#
|
1111
1155
|
class CreateInvitationsResponse < Struct.new(
|
1112
1156
|
:unprocessed_accounts)
|
1157
|
+
SENSITIVE = []
|
1113
1158
|
include Aws::Structure
|
1114
1159
|
end
|
1115
1160
|
|
@@ -1144,6 +1189,7 @@ module Aws::Macie2
|
|
1144
1189
|
class CreateMemberRequest < Struct.new(
|
1145
1190
|
:account,
|
1146
1191
|
:tags)
|
1192
|
+
SENSITIVE = []
|
1147
1193
|
include Aws::Structure
|
1148
1194
|
end
|
1149
1195
|
|
@@ -1157,6 +1203,7 @@ module Aws::Macie2
|
|
1157
1203
|
#
|
1158
1204
|
class CreateMemberResponse < Struct.new(
|
1159
1205
|
:arn)
|
1206
|
+
SENSITIVE = []
|
1160
1207
|
include Aws::Structure
|
1161
1208
|
end
|
1162
1209
|
|
@@ -1177,6 +1224,7 @@ module Aws::Macie2
|
|
1177
1224
|
#
|
1178
1225
|
class CreateSampleFindingsRequest < Struct.new(
|
1179
1226
|
:finding_types)
|
1227
|
+
SENSITIVE = []
|
1180
1228
|
include Aws::Structure
|
1181
1229
|
end
|
1182
1230
|
|
@@ -1226,6 +1274,7 @@ module Aws::Macie2
|
|
1226
1274
|
:lt,
|
1227
1275
|
:lte,
|
1228
1276
|
:neq)
|
1277
|
+
SENSITIVE = []
|
1229
1278
|
include Aws::Structure
|
1230
1279
|
end
|
1231
1280
|
|
@@ -1254,6 +1303,7 @@ module Aws::Macie2
|
|
1254
1303
|
:description,
|
1255
1304
|
:id,
|
1256
1305
|
:name)
|
1306
|
+
SENSITIVE = []
|
1257
1307
|
include Aws::Structure
|
1258
1308
|
end
|
1259
1309
|
|
@@ -1262,7 +1312,9 @@ module Aws::Macie2
|
|
1262
1312
|
# that detected the data for the finding.
|
1263
1313
|
#
|
1264
1314
|
# @!attribute [rw] detections
|
1265
|
-
#
|
1315
|
+
# Provides information about custom data identifiers that produced a
|
1316
|
+
# sensitive data finding, and the number of occurrences of the data
|
1317
|
+
# that each identifier detected.
|
1266
1318
|
# @return [Array<Types::CustomDetection>]
|
1267
1319
|
#
|
1268
1320
|
# @!attribute [rw] total_count
|
@@ -1273,6 +1325,7 @@ module Aws::Macie2
|
|
1273
1325
|
class CustomDataIdentifiers < Struct.new(
|
1274
1326
|
:detections,
|
1275
1327
|
:total_count)
|
1328
|
+
SENSITIVE = []
|
1276
1329
|
include Aws::Structure
|
1277
1330
|
end
|
1278
1331
|
|
@@ -1295,9 +1348,13 @@ module Aws::Macie2
|
|
1295
1348
|
:arn,
|
1296
1349
|
:count,
|
1297
1350
|
:name)
|
1351
|
+
SENSITIVE = []
|
1298
1352
|
include Aws::Structure
|
1299
1353
|
end
|
1300
1354
|
|
1355
|
+
# Specifies that a classification job runs once a day, every day. This
|
1356
|
+
# is an empty object.
|
1357
|
+
#
|
1301
1358
|
# @api private
|
1302
1359
|
#
|
1303
1360
|
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DailySchedule AWS API Documentation
|
@@ -1321,6 +1378,7 @@ module Aws::Macie2
|
|
1321
1378
|
#
|
1322
1379
|
class DeclineInvitationsRequest < Struct.new(
|
1323
1380
|
:account_ids)
|
1381
|
+
SENSITIVE = []
|
1324
1382
|
include Aws::Structure
|
1325
1383
|
end
|
1326
1384
|
|
@@ -1335,11 +1393,12 @@ module Aws::Macie2
|
|
1335
1393
|
#
|
1336
1394
|
class DeclineInvitationsResponse < Struct.new(
|
1337
1395
|
:unprocessed_accounts)
|
1396
|
+
SENSITIVE = []
|
1338
1397
|
include Aws::Structure
|
1339
1398
|
end
|
1340
1399
|
|
1341
1400
|
# Provides information about sensitive data that was detected by managed
|
1342
|
-
# data identifiers and produced a finding.
|
1401
|
+
# data identifiers and produced a sensitive data finding.
|
1343
1402
|
#
|
1344
1403
|
# @!attribute [rw] count
|
1345
1404
|
# @return [Integer]
|
@@ -1352,6 +1411,7 @@ module Aws::Macie2
|
|
1352
1411
|
class DefaultDetection < Struct.new(
|
1353
1412
|
:count,
|
1354
1413
|
:type)
|
1414
|
+
SENSITIVE = []
|
1355
1415
|
include Aws::Structure
|
1356
1416
|
end
|
1357
1417
|
|
@@ -1369,6 +1429,7 @@ module Aws::Macie2
|
|
1369
1429
|
#
|
1370
1430
|
class DeleteCustomDataIdentifierRequest < Struct.new(
|
1371
1431
|
:id)
|
1432
|
+
SENSITIVE = []
|
1372
1433
|
include Aws::Structure
|
1373
1434
|
end
|
1374
1435
|
|
@@ -1390,6 +1451,7 @@ module Aws::Macie2
|
|
1390
1451
|
#
|
1391
1452
|
class DeleteFindingsFilterRequest < Struct.new(
|
1392
1453
|
:id)
|
1454
|
+
SENSITIVE = []
|
1393
1455
|
include Aws::Structure
|
1394
1456
|
end
|
1395
1457
|
|
@@ -1414,6 +1476,7 @@ module Aws::Macie2
|
|
1414
1476
|
#
|
1415
1477
|
class DeleteInvitationsRequest < Struct.new(
|
1416
1478
|
:account_ids)
|
1479
|
+
SENSITIVE = []
|
1417
1480
|
include Aws::Structure
|
1418
1481
|
end
|
1419
1482
|
|
@@ -1427,6 +1490,7 @@ module Aws::Macie2
|
|
1427
1490
|
#
|
1428
1491
|
class DeleteInvitationsResponse < Struct.new(
|
1429
1492
|
:unprocessed_accounts)
|
1493
|
+
SENSITIVE = []
|
1430
1494
|
include Aws::Structure
|
1431
1495
|
end
|
1432
1496
|
|
@@ -1444,6 +1508,7 @@ module Aws::Macie2
|
|
1444
1508
|
#
|
1445
1509
|
class DeleteMemberRequest < Struct.new(
|
1446
1510
|
:id)
|
1511
|
+
SENSITIVE = []
|
1447
1512
|
include Aws::Structure
|
1448
1513
|
end
|
1449
1514
|
|
@@ -1500,6 +1565,7 @@ module Aws::Macie2
|
|
1500
1565
|
:max_results,
|
1501
1566
|
:next_token,
|
1502
1567
|
:sort_criteria)
|
1568
|
+
SENSITIVE = []
|
1503
1569
|
include Aws::Structure
|
1504
1570
|
end
|
1505
1571
|
|
@@ -1518,6 +1584,7 @@ module Aws::Macie2
|
|
1518
1584
|
class DescribeBucketsResponse < Struct.new(
|
1519
1585
|
:buckets,
|
1520
1586
|
:next_token)
|
1587
|
+
SENSITIVE = []
|
1521
1588
|
include Aws::Structure
|
1522
1589
|
end
|
1523
1590
|
|
@@ -1535,6 +1602,7 @@ module Aws::Macie2
|
|
1535
1602
|
#
|
1536
1603
|
class DescribeClassificationJobRequest < Struct.new(
|
1537
1604
|
:job_id)
|
1605
|
+
SENSITIVE = []
|
1538
1606
|
include Aws::Structure
|
1539
1607
|
end
|
1540
1608
|
|
@@ -1565,7 +1633,7 @@ module Aws::Macie2
|
|
1565
1633
|
# @return [String]
|
1566
1634
|
#
|
1567
1635
|
# @!attribute [rw] job_status
|
1568
|
-
# The current status of a classification job.
|
1636
|
+
# The current status of a classification job. Possible values are:
|
1569
1637
|
# @return [String]
|
1570
1638
|
#
|
1571
1639
|
# @!attribute [rw] job_type
|
@@ -1619,6 +1687,7 @@ module Aws::Macie2
|
|
1619
1687
|
:schedule_frequency,
|
1620
1688
|
:statistics,
|
1621
1689
|
:tags)
|
1690
|
+
SENSITIVE = []
|
1622
1691
|
include Aws::Structure
|
1623
1692
|
end
|
1624
1693
|
|
@@ -1642,6 +1711,7 @@ module Aws::Macie2
|
|
1642
1711
|
class DescribeOrganizationConfigurationResponse < Struct.new(
|
1643
1712
|
:auto_enable,
|
1644
1713
|
:max_account_limit_reached)
|
1714
|
+
SENSITIVE = []
|
1645
1715
|
include Aws::Structure
|
1646
1716
|
end
|
1647
1717
|
|
@@ -1669,6 +1739,7 @@ module Aws::Macie2
|
|
1669
1739
|
#
|
1670
1740
|
class DisableOrganizationAdminAccountRequest < Struct.new(
|
1671
1741
|
:admin_account_id)
|
1742
|
+
SENSITIVE = []
|
1672
1743
|
include Aws::Structure
|
1673
1744
|
end
|
1674
1745
|
|
@@ -1700,6 +1771,7 @@ module Aws::Macie2
|
|
1700
1771
|
#
|
1701
1772
|
class DisassociateMemberRequest < Struct.new(
|
1702
1773
|
:id)
|
1774
|
+
SENSITIVE = []
|
1703
1775
|
include Aws::Structure
|
1704
1776
|
end
|
1705
1777
|
|
@@ -1707,6 +1779,9 @@ module Aws::Macie2
|
|
1707
1779
|
#
|
1708
1780
|
class DisassociateMemberResponse < Aws::EmptyStructure; end
|
1709
1781
|
|
1782
|
+
# Provides information about the domain name of the device that an
|
1783
|
+
# entity used to perform an action on an affected resource.
|
1784
|
+
#
|
1710
1785
|
# @!attribute [rw] domain_name
|
1711
1786
|
# @return [String]
|
1712
1787
|
#
|
@@ -1714,6 +1789,7 @@ module Aws::Macie2
|
|
1714
1789
|
#
|
1715
1790
|
class DomainDetails < Struct.new(
|
1716
1791
|
:domain_name)
|
1792
|
+
SENSITIVE = []
|
1717
1793
|
include Aws::Structure
|
1718
1794
|
end
|
1719
1795
|
|
@@ -1742,9 +1818,10 @@ module Aws::Macie2
|
|
1742
1818
|
# @return [String]
|
1743
1819
|
#
|
1744
1820
|
# @!attribute [rw] finding_publishing_frequency
|
1745
|
-
# The frequency with which Amazon Macie publishes
|
1746
|
-
# account. This includes
|
1747
|
-
#
|
1821
|
+
# The frequency with which Amazon Macie publishes updates to policy
|
1822
|
+
# findings for an account. This includes publishing updates to AWS
|
1823
|
+
# Security Hub and Amazon EventBridge (formerly called Amazon
|
1824
|
+
# CloudWatch Events). Valid values are:
|
1748
1825
|
# @return [String]
|
1749
1826
|
#
|
1750
1827
|
# @!attribute [rw] status
|
@@ -1757,6 +1834,7 @@ module Aws::Macie2
|
|
1757
1834
|
:client_token,
|
1758
1835
|
:finding_publishing_frequency,
|
1759
1836
|
:status)
|
1837
|
+
SENSITIVE = []
|
1760
1838
|
include Aws::Structure
|
1761
1839
|
end
|
1762
1840
|
|
@@ -1789,6 +1867,7 @@ module Aws::Macie2
|
|
1789
1867
|
class EnableOrganizationAdminAccountRequest < Struct.new(
|
1790
1868
|
:admin_account_id,
|
1791
1869
|
:client_token)
|
1870
|
+
SENSITIVE = []
|
1792
1871
|
include Aws::Structure
|
1793
1872
|
end
|
1794
1873
|
|
@@ -1796,7 +1875,10 @@ module Aws::Macie2
|
|
1796
1875
|
#
|
1797
1876
|
class EnableOrganizationAdminAccountResponse < Aws::EmptyStructure; end
|
1798
1877
|
|
1799
|
-
#
|
1878
|
+
# Provides information about an identity that performed an action on an
|
1879
|
+
# affected resource by using temporary security credentials. The
|
1880
|
+
# credentials were obtained using the GetFederationToken operation of
|
1881
|
+
# the AWS Security Token Service (AWS STS) API.
|
1800
1882
|
#
|
1801
1883
|
# @!attribute [rw] access_key_id
|
1802
1884
|
# @return [String]
|
@@ -1812,7 +1894,7 @@ module Aws::Macie2
|
|
1812
1894
|
#
|
1813
1895
|
# @!attribute [rw] session_context
|
1814
1896
|
# Provides information about a session that was created for an entity
|
1815
|
-
#
|
1897
|
+
# that performed an action by using temporary security credentials.
|
1816
1898
|
# @return [Types::SessionContext]
|
1817
1899
|
#
|
1818
1900
|
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/FederatedUser AWS API Documentation
|
@@ -1823,6 +1905,7 @@ module Aws::Macie2
|
|
1823
1905
|
:arn,
|
1824
1906
|
:principal_id,
|
1825
1907
|
:session_context)
|
1908
|
+
SENSITIVE = []
|
1826
1909
|
include Aws::Structure
|
1827
1910
|
end
|
1828
1911
|
|
@@ -1859,7 +1942,7 @@ module Aws::Macie2
|
|
1859
1942
|
# @return [String]
|
1860
1943
|
#
|
1861
1944
|
# @!attribute [rw] policy_details
|
1862
|
-
# Provides
|
1945
|
+
# Provides the details of a policy finding.
|
1863
1946
|
# @return [Types::PolicyDetails]
|
1864
1947
|
#
|
1865
1948
|
# @!attribute [rw] region
|
@@ -1911,6 +1994,7 @@ module Aws::Macie2
|
|
1911
1994
|
:title,
|
1912
1995
|
:type,
|
1913
1996
|
:updated_at)
|
1997
|
+
SENSITIVE = []
|
1914
1998
|
include Aws::Structure
|
1915
1999
|
end
|
1916
2000
|
|
@@ -1918,21 +2002,13 @@ module Aws::Macie2
|
|
1918
2002
|
# produced a policy finding.
|
1919
2003
|
#
|
1920
2004
|
# @!attribute [rw] action_type
|
2005
|
+
# The type of action that occurred for the resource and produced the
|
2006
|
+
# policy finding:
|
1921
2007
|
# @return [String]
|
1922
2008
|
#
|
1923
2009
|
# @!attribute [rw] api_call_details
|
1924
|
-
#
|
1925
|
-
#
|
1926
|
-
# * The name of the operation that was invoked most recently and
|
1927
|
-
# produced the finding (api).
|
1928
|
-
#
|
1929
|
-
# * The first date and time when any operation was invoked and
|
1930
|
-
# produced the finding (firstSeen).
|
1931
|
-
#
|
1932
|
-
# * The most recent date and time when the specified operation was
|
1933
|
-
# invoked and produced the finding (lastSeen).
|
1934
|
-
#
|
1935
|
-
# All date and time values are in UTC and extended ISO 8601 format.
|
2010
|
+
# Provides information about an API operation that an entity invoked
|
2011
|
+
# for an affected resource.
|
1936
2012
|
# @return [Types::ApiCallDetails]
|
1937
2013
|
#
|
1938
2014
|
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/FindingAction AWS API Documentation
|
@@ -1940,19 +2016,26 @@ module Aws::Macie2
|
|
1940
2016
|
class FindingAction < Struct.new(
|
1941
2017
|
:action_type,
|
1942
2018
|
:api_call_details)
|
2019
|
+
SENSITIVE = []
|
1943
2020
|
include Aws::Structure
|
1944
2021
|
end
|
1945
2022
|
|
1946
|
-
# Provides information about an entity
|
2023
|
+
# Provides information about an entity that performed an action that
|
1947
2024
|
# produced a policy finding for a resource.
|
1948
2025
|
#
|
1949
2026
|
# @!attribute [rw] domain_details
|
2027
|
+
# Provides information about the domain name of the device that an
|
2028
|
+
# entity used to perform an action on an affected resource.
|
1950
2029
|
# @return [Types::DomainDetails]
|
1951
2030
|
#
|
1952
2031
|
# @!attribute [rw] ip_address_details
|
2032
|
+
# Provides information about the IP address of the device that an
|
2033
|
+
# entity used to perform an action on an affected resource.
|
1953
2034
|
# @return [Types::IpAddressDetails]
|
1954
2035
|
#
|
1955
2036
|
# @!attribute [rw] user_identity
|
2037
|
+
# Provides information about the type and other characteristics of an
|
2038
|
+
# entity that performed an action on an affected resource.
|
1956
2039
|
# @return [Types::UserIdentity]
|
1957
2040
|
#
|
1958
2041
|
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/FindingActor AWS API Documentation
|
@@ -1961,6 +2044,7 @@ module Aws::Macie2
|
|
1961
2044
|
:domain_details,
|
1962
2045
|
:ip_address_details,
|
1963
2046
|
:user_identity)
|
2047
|
+
SENSITIVE = []
|
1964
2048
|
include Aws::Structure
|
1965
2049
|
end
|
1966
2050
|
|
@@ -1992,11 +2076,12 @@ module Aws::Macie2
|
|
1992
2076
|
#
|
1993
2077
|
class FindingCriteria < Struct.new(
|
1994
2078
|
:criterion)
|
2079
|
+
SENSITIVE = []
|
1995
2080
|
include Aws::Structure
|
1996
2081
|
end
|
1997
2082
|
|
1998
|
-
# Specifies criteria for sorting the results of a query
|
1999
|
-
# about findings.
|
2083
|
+
# Specifies criteria for sorting the results of a query that retrieves
|
2084
|
+
# aggregated statistical data about findings.
|
2000
2085
|
#
|
2001
2086
|
# @note When making an API call, you may pass FindingStatisticsSortCriteria
|
2002
2087
|
# data as a hash:
|
@@ -2018,11 +2103,18 @@ module Aws::Macie2
|
|
2018
2103
|
class FindingStatisticsSortCriteria < Struct.new(
|
2019
2104
|
:attribute_name,
|
2020
2105
|
:order_by)
|
2106
|
+
SENSITIVE = []
|
2021
2107
|
include Aws::Structure
|
2022
2108
|
end
|
2023
2109
|
|
2024
2110
|
# Provides information about a findings filter.
|
2025
2111
|
#
|
2112
|
+
# @!attribute [rw] action
|
2113
|
+
# The action to perform on findings that meet the filter criteria. To
|
2114
|
+
# suppress (automatically archive) findings that meet the criteria,
|
2115
|
+
# set this value to ARCHIVE. Valid values are:
|
2116
|
+
# @return [String]
|
2117
|
+
#
|
2026
2118
|
# @!attribute [rw] arn
|
2027
2119
|
# @return [String]
|
2028
2120
|
#
|
@@ -2041,15 +2133,17 @@ module Aws::Macie2
|
|
2041
2133
|
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/FindingsFilterListItem AWS API Documentation
|
2042
2134
|
#
|
2043
2135
|
class FindingsFilterListItem < Struct.new(
|
2136
|
+
:action,
|
2044
2137
|
:arn,
|
2045
2138
|
:id,
|
2046
2139
|
:name,
|
2047
2140
|
:tags)
|
2141
|
+
SENSITIVE = []
|
2048
2142
|
include Aws::Structure
|
2049
2143
|
end
|
2050
2144
|
|
2051
|
-
# Specifies an account that's associated with S3 buckets to
|
2052
|
-
# aggregated statistical data for.
|
2145
|
+
# Specifies an account that's associated with the S3 buckets to
|
2146
|
+
# retrieve aggregated statistical data for.
|
2053
2147
|
#
|
2054
2148
|
# @note When making an API call, you may pass GetBucketStatisticsRequest
|
2055
2149
|
# data as a hash:
|
@@ -2065,6 +2159,7 @@ module Aws::Macie2
|
|
2065
2159
|
#
|
2066
2160
|
class GetBucketStatisticsRequest < Struct.new(
|
2067
2161
|
:account_id)
|
2162
|
+
SENSITIVE = []
|
2068
2163
|
include Aws::Structure
|
2069
2164
|
end
|
2070
2165
|
|
@@ -2076,19 +2171,20 @@ module Aws::Macie2
|
|
2076
2171
|
# @return [Integer]
|
2077
2172
|
#
|
2078
2173
|
# @!attribute [rw] bucket_count_by_effective_permission
|
2079
|
-
#
|
2080
|
-
# combination of permissions settings
|
2174
|
+
# Provides information about the number of S3 buckets that are
|
2175
|
+
# publicly accessible based on a combination of permissions settings
|
2176
|
+
# for each bucket.
|
2081
2177
|
# @return [Types::BucketCountByEffectivePermission]
|
2082
2178
|
#
|
2083
2179
|
# @!attribute [rw] bucket_count_by_encryption_type
|
2084
|
-
#
|
2085
|
-
#
|
2086
|
-
#
|
2180
|
+
# Provides information about the number of S3 buckets that use certain
|
2181
|
+
# types of server-side encryption or don't encrypt objects by
|
2182
|
+
# default.
|
2087
2183
|
# @return [Types::BucketCountByEncryptionType]
|
2088
2184
|
#
|
2089
2185
|
# @!attribute [rw] bucket_count_by_shared_access_type
|
2090
|
-
#
|
2091
|
-
#
|
2186
|
+
# Provides information about the number of S3 buckets that are shared
|
2187
|
+
# with other AWS accounts.
|
2092
2188
|
# @return [Types::BucketCountBySharedAccessType]
|
2093
2189
|
#
|
2094
2190
|
# @!attribute [rw] classifiable_object_count
|
@@ -2118,6 +2214,7 @@ module Aws::Macie2
|
|
2118
2214
|
:object_count,
|
2119
2215
|
:size_in_bytes,
|
2120
2216
|
:size_in_bytes_compressed)
|
2217
|
+
SENSITIVE = []
|
2121
2218
|
include Aws::Structure
|
2122
2219
|
end
|
2123
2220
|
|
@@ -2128,12 +2225,12 @@ module Aws::Macie2
|
|
2128
2225
|
class GetClassificationExportConfigurationRequest < Aws::EmptyStructure; end
|
2129
2226
|
|
2130
2227
|
# Provides information about the current configuration settings for
|
2131
|
-
#
|
2228
|
+
# storing data classification results.
|
2132
2229
|
#
|
2133
2230
|
# @!attribute [rw] configuration
|
2134
|
-
# Specifies where to
|
2231
|
+
# Specifies where to store data classification results, and the
|
2135
2232
|
# encryption settings to use when storing results in that location.
|
2136
|
-
# Currently, you can
|
2233
|
+
# Currently, you can store classification results only in an S3
|
2137
2234
|
# bucket.
|
2138
2235
|
# @return [Types::ClassificationExportConfiguration]
|
2139
2236
|
#
|
@@ -2141,6 +2238,7 @@ module Aws::Macie2
|
|
2141
2238
|
#
|
2142
2239
|
class GetClassificationExportConfigurationResponse < Struct.new(
|
2143
2240
|
:configuration)
|
2241
|
+
SENSITIVE = []
|
2144
2242
|
include Aws::Structure
|
2145
2243
|
end
|
2146
2244
|
|
@@ -2158,6 +2256,7 @@ module Aws::Macie2
|
|
2158
2256
|
#
|
2159
2257
|
class GetCustomDataIdentifierRequest < Struct.new(
|
2160
2258
|
:id)
|
2259
|
+
SENSITIVE = []
|
2161
2260
|
include Aws::Structure
|
2162
2261
|
end
|
2163
2262
|
|
@@ -2214,11 +2313,13 @@ module Aws::Macie2
|
|
2214
2313
|
:name,
|
2215
2314
|
:regex,
|
2216
2315
|
:tags)
|
2316
|
+
SENSITIVE = []
|
2217
2317
|
include Aws::Structure
|
2218
2318
|
end
|
2219
2319
|
|
2220
2320
|
# Specifies criteria for filtering, grouping, sorting, and paginating
|
2221
|
-
# the results of a query
|
2321
|
+
# the results of a query that retrieves aggregated statistical data
|
2322
|
+
# about findings.
|
2222
2323
|
#
|
2223
2324
|
# @note When making an API call, you may pass GetFindingStatisticsRequest
|
2224
2325
|
# data as a hash:
|
@@ -2256,8 +2357,8 @@ module Aws::Macie2
|
|
2256
2357
|
# @return [Integer]
|
2257
2358
|
#
|
2258
2359
|
# @!attribute [rw] sort_criteria
|
2259
|
-
# Specifies criteria for sorting the results of a query
|
2260
|
-
#
|
2360
|
+
# Specifies criteria for sorting the results of a query that retrieves
|
2361
|
+
# aggregated statistical data about findings.
|
2261
2362
|
# @return [Types::FindingStatisticsSortCriteria]
|
2262
2363
|
#
|
2263
2364
|
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetFindingStatisticsRequest AWS API Documentation
|
@@ -2267,6 +2368,7 @@ module Aws::Macie2
|
|
2267
2368
|
:group_by,
|
2268
2369
|
:size,
|
2269
2370
|
:sort_criteria)
|
2371
|
+
SENSITIVE = []
|
2270
2372
|
include Aws::Structure
|
2271
2373
|
end
|
2272
2374
|
|
@@ -2280,6 +2382,7 @@ module Aws::Macie2
|
|
2280
2382
|
#
|
2281
2383
|
class GetFindingStatisticsResponse < Struct.new(
|
2282
2384
|
:counts_by_group)
|
2385
|
+
SENSITIVE = []
|
2283
2386
|
include Aws::Structure
|
2284
2387
|
end
|
2285
2388
|
|
@@ -2297,14 +2400,17 @@ module Aws::Macie2
|
|
2297
2400
|
#
|
2298
2401
|
class GetFindingsFilterRequest < Struct.new(
|
2299
2402
|
:id)
|
2403
|
+
SENSITIVE = []
|
2300
2404
|
include Aws::Structure
|
2301
2405
|
end
|
2302
2406
|
|
2303
|
-
# Provides information about
|
2407
|
+
# Provides information about the criteria and other settings for a
|
2408
|
+
# findings filter.
|
2304
2409
|
#
|
2305
2410
|
# @!attribute [rw] action
|
2306
|
-
# The action to perform on findings that meet the filter criteria.
|
2307
|
-
#
|
2411
|
+
# The action to perform on findings that meet the filter criteria. To
|
2412
|
+
# suppress (automatically archive) findings that meet the criteria,
|
2413
|
+
# set this value to ARCHIVE. Valid values are:
|
2308
2414
|
# @return [String]
|
2309
2415
|
#
|
2310
2416
|
# @!attribute [rw] arn
|
@@ -2344,6 +2450,7 @@ module Aws::Macie2
|
|
2344
2450
|
:name,
|
2345
2451
|
:position,
|
2346
2452
|
:tags)
|
2453
|
+
SENSITIVE = []
|
2347
2454
|
include Aws::Structure
|
2348
2455
|
end
|
2349
2456
|
|
@@ -2373,6 +2480,7 @@ module Aws::Macie2
|
|
2373
2480
|
class GetFindingsRequest < Struct.new(
|
2374
2481
|
:finding_ids,
|
2375
2482
|
:sort_criteria)
|
2483
|
+
SENSITIVE = []
|
2376
2484
|
include Aws::Structure
|
2377
2485
|
end
|
2378
2486
|
|
@@ -2386,6 +2494,7 @@ module Aws::Macie2
|
|
2386
2494
|
#
|
2387
2495
|
class GetFindingsResponse < Struct.new(
|
2388
2496
|
:findings)
|
2497
|
+
SENSITIVE = []
|
2389
2498
|
include Aws::Structure
|
2390
2499
|
end
|
2391
2500
|
|
@@ -2406,6 +2515,7 @@ module Aws::Macie2
|
|
2406
2515
|
#
|
2407
2516
|
class GetInvitationsCountResponse < Struct.new(
|
2408
2517
|
:invitations_count)
|
2518
|
+
SENSITIVE = []
|
2409
2519
|
include Aws::Structure
|
2410
2520
|
end
|
2411
2521
|
|
@@ -2422,9 +2532,10 @@ module Aws::Macie2
|
|
2422
2532
|
# @return [Time]
|
2423
2533
|
#
|
2424
2534
|
# @!attribute [rw] finding_publishing_frequency
|
2425
|
-
# The frequency with which Amazon Macie publishes
|
2426
|
-
# account. This includes
|
2427
|
-
#
|
2535
|
+
# The frequency with which Amazon Macie publishes updates to policy
|
2536
|
+
# findings for an account. This includes publishing updates to AWS
|
2537
|
+
# Security Hub and Amazon EventBridge (formerly called Amazon
|
2538
|
+
# CloudWatch Events). Valid values are:
|
2428
2539
|
# @return [String]
|
2429
2540
|
#
|
2430
2541
|
# @!attribute [rw] service_role
|
@@ -2445,6 +2556,7 @@ module Aws::Macie2
|
|
2445
2556
|
:service_role,
|
2446
2557
|
:status,
|
2447
2558
|
:updated_at)
|
2559
|
+
SENSITIVE = []
|
2448
2560
|
include Aws::Structure
|
2449
2561
|
end
|
2450
2562
|
|
@@ -2468,6 +2580,7 @@ module Aws::Macie2
|
|
2468
2580
|
#
|
2469
2581
|
class GetMasterAccountResponse < Struct.new(
|
2470
2582
|
:master)
|
2583
|
+
SENSITIVE = []
|
2471
2584
|
include Aws::Structure
|
2472
2585
|
end
|
2473
2586
|
|
@@ -2485,6 +2598,7 @@ module Aws::Macie2
|
|
2485
2598
|
#
|
2486
2599
|
class GetMemberRequest < Struct.new(
|
2487
2600
|
:id)
|
2601
|
+
SENSITIVE = []
|
2488
2602
|
include Aws::Structure
|
2489
2603
|
end
|
2490
2604
|
|
@@ -2532,6 +2646,7 @@ module Aws::Macie2
|
|
2532
2646
|
:relationship_status,
|
2533
2647
|
:tags,
|
2534
2648
|
:updated_at)
|
2649
|
+
SENSITIVE = []
|
2535
2650
|
include Aws::Structure
|
2536
2651
|
end
|
2537
2652
|
|
@@ -2545,14 +2660,15 @@ module Aws::Macie2
|
|
2545
2660
|
# {
|
2546
2661
|
# filter_by: [
|
2547
2662
|
# {
|
2548
|
-
#
|
2663
|
+
# comparator: "GT", # accepts GT, GTE, LT, LTE, EQ, NE, CONTAINS
|
2664
|
+
# key: "accountId", # accepts accountId, serviceLimit, freeTrialStartDate, total
|
2549
2665
|
# values: ["__string"],
|
2550
2666
|
# },
|
2551
2667
|
# ],
|
2552
2668
|
# max_results: 1,
|
2553
2669
|
# next_token: "__string",
|
2554
2670
|
# sort_by: {
|
2555
|
-
# key: "accountId", # accepts accountId, total
|
2671
|
+
# key: "accountId", # accepts accountId, total, serviceLimitValue, freeTrialStartDate
|
2556
2672
|
# order_by: "ASC", # accepts ASC, DESC
|
2557
2673
|
# },
|
2558
2674
|
# }
|
@@ -2578,6 +2694,7 @@ module Aws::Macie2
|
|
2578
2694
|
:max_results,
|
2579
2695
|
:next_token,
|
2580
2696
|
:sort_by)
|
2697
|
+
SENSITIVE = []
|
2581
2698
|
include Aws::Structure
|
2582
2699
|
end
|
2583
2700
|
|
@@ -2595,6 +2712,7 @@ module Aws::Macie2
|
|
2595
2712
|
class GetUsageStatisticsResponse < Struct.new(
|
2596
2713
|
:next_token,
|
2597
2714
|
:records)
|
2715
|
+
SENSITIVE = []
|
2598
2716
|
include Aws::Structure
|
2599
2717
|
end
|
2600
2718
|
|
@@ -2614,11 +2732,12 @@ module Aws::Macie2
|
|
2614
2732
|
#
|
2615
2733
|
class GetUsageTotalsResponse < Struct.new(
|
2616
2734
|
:usage_totals)
|
2735
|
+
SENSITIVE = []
|
2617
2736
|
include Aws::Structure
|
2618
2737
|
end
|
2619
2738
|
|
2620
|
-
# Provides a group of results for a query that retrieved
|
2621
|
-
# about findings.
|
2739
|
+
# Provides a group of results for a query that retrieved aggregated
|
2740
|
+
# statistical data about findings.
|
2622
2741
|
#
|
2623
2742
|
# @!attribute [rw] count
|
2624
2743
|
# @return [Integer]
|
@@ -2631,10 +2750,12 @@ module Aws::Macie2
|
|
2631
2750
|
class GroupCount < Struct.new(
|
2632
2751
|
:count,
|
2633
2752
|
:group_key)
|
2753
|
+
SENSITIVE = []
|
2634
2754
|
include Aws::Structure
|
2635
2755
|
end
|
2636
2756
|
|
2637
|
-
#
|
2757
|
+
# Provides information about an AWS Identity and Access Management (IAM)
|
2758
|
+
# user who performed an action on an affected resource.
|
2638
2759
|
#
|
2639
2760
|
# @!attribute [rw] account_id
|
2640
2761
|
# @return [String]
|
@@ -2655,6 +2776,7 @@ module Aws::Macie2
|
|
2655
2776
|
:arn,
|
2656
2777
|
:principal_id,
|
2657
2778
|
:user_name)
|
2779
|
+
SENSITIVE = []
|
2658
2780
|
include Aws::Structure
|
2659
2781
|
end
|
2660
2782
|
|
@@ -2668,6 +2790,7 @@ module Aws::Macie2
|
|
2668
2790
|
#
|
2669
2791
|
class InternalServerException < Struct.new(
|
2670
2792
|
:message)
|
2793
|
+
SENSITIVE = []
|
2671
2794
|
include Aws::Structure
|
2672
2795
|
end
|
2673
2796
|
|
@@ -2696,26 +2819,33 @@ module Aws::Macie2
|
|
2696
2819
|
:invitation_id,
|
2697
2820
|
:invited_at,
|
2698
2821
|
:relationship_status)
|
2822
|
+
SENSITIVE = []
|
2699
2823
|
include Aws::Structure
|
2700
2824
|
end
|
2701
2825
|
|
2826
|
+
# Provides information about the IP address of the device that an entity
|
2827
|
+
# used to perform an action on an affected resource.
|
2828
|
+
#
|
2702
2829
|
# @!attribute [rw] ip_address_v4
|
2703
2830
|
# @return [String]
|
2704
2831
|
#
|
2705
2832
|
# @!attribute [rw] ip_city
|
2706
|
-
#
|
2833
|
+
# Provides information about the city that an IP address originated
|
2834
|
+
# from.
|
2707
2835
|
# @return [Types::IpCity]
|
2708
2836
|
#
|
2709
2837
|
# @!attribute [rw] ip_country
|
2710
|
-
#
|
2838
|
+
# Provides information about the country that an IP address originated
|
2839
|
+
# from.
|
2711
2840
|
# @return [Types::IpCountry]
|
2712
2841
|
#
|
2713
2842
|
# @!attribute [rw] ip_geo_location
|
2714
|
-
#
|
2843
|
+
# Provides geographic coordinates that indicate where a specified IP
|
2844
|
+
# address originated from.
|
2715
2845
|
# @return [Types::IpGeoLocation]
|
2716
2846
|
#
|
2717
2847
|
# @!attribute [rw] ip_owner
|
2718
|
-
#
|
2848
|
+
# Provides information about the registered owner of an IP address.
|
2719
2849
|
# @return [Types::IpOwner]
|
2720
2850
|
#
|
2721
2851
|
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/IpAddressDetails AWS API Documentation
|
@@ -2726,10 +2856,12 @@ module Aws::Macie2
|
|
2726
2856
|
:ip_country,
|
2727
2857
|
:ip_geo_location,
|
2728
2858
|
:ip_owner)
|
2859
|
+
SENSITIVE = []
|
2729
2860
|
include Aws::Structure
|
2730
2861
|
end
|
2731
2862
|
|
2732
|
-
#
|
2863
|
+
# Provides information about the city that an IP address originated
|
2864
|
+
# from.
|
2733
2865
|
#
|
2734
2866
|
# @!attribute [rw] name
|
2735
2867
|
# @return [String]
|
@@ -2738,10 +2870,12 @@ module Aws::Macie2
|
|
2738
2870
|
#
|
2739
2871
|
class IpCity < Struct.new(
|
2740
2872
|
:name)
|
2873
|
+
SENSITIVE = []
|
2741
2874
|
include Aws::Structure
|
2742
2875
|
end
|
2743
2876
|
|
2744
|
-
#
|
2877
|
+
# Provides information about the country that an IP address originated
|
2878
|
+
# from.
|
2745
2879
|
#
|
2746
2880
|
# @!attribute [rw] code
|
2747
2881
|
# @return [String]
|
@@ -2754,10 +2888,12 @@ module Aws::Macie2
|
|
2754
2888
|
class IpCountry < Struct.new(
|
2755
2889
|
:code,
|
2756
2890
|
:name)
|
2891
|
+
SENSITIVE = []
|
2757
2892
|
include Aws::Structure
|
2758
2893
|
end
|
2759
2894
|
|
2760
|
-
#
|
2895
|
+
# Provides geographic coordinates that indicate where a specified IP
|
2896
|
+
# address originated from.
|
2761
2897
|
#
|
2762
2898
|
# @!attribute [rw] lat
|
2763
2899
|
# @return [Float]
|
@@ -2770,10 +2906,11 @@ module Aws::Macie2
|
|
2770
2906
|
class IpGeoLocation < Struct.new(
|
2771
2907
|
:lat,
|
2772
2908
|
:lon)
|
2909
|
+
SENSITIVE = []
|
2773
2910
|
include Aws::Structure
|
2774
2911
|
end
|
2775
2912
|
|
2776
|
-
#
|
2913
|
+
# Provides information about the registered owner of an IP address.
|
2777
2914
|
#
|
2778
2915
|
# @!attribute [rw] asn
|
2779
2916
|
# @return [String]
|
@@ -2794,6 +2931,7 @@ module Aws::Macie2
|
|
2794
2931
|
:asn_org,
|
2795
2932
|
:isp,
|
2796
2933
|
:org)
|
2934
|
+
SENSITIVE = []
|
2797
2935
|
include Aws::Structure
|
2798
2936
|
end
|
2799
2937
|
|
@@ -2814,14 +2952,18 @@ module Aws::Macie2
|
|
2814
2952
|
# }
|
2815
2953
|
#
|
2816
2954
|
# @!attribute [rw] daily_schedule
|
2955
|
+
# Specifies that a classification job runs once a day, every day. This
|
2956
|
+
# is an empty object.
|
2817
2957
|
# @return [Types::DailySchedule]
|
2818
2958
|
#
|
2819
2959
|
# @!attribute [rw] monthly_schedule
|
2820
|
-
#
|
2821
|
-
#
|
2960
|
+
# Specifies a monthly recurrence pattern for running a classification
|
2961
|
+
# job.
|
2822
2962
|
# @return [Types::MonthlySchedule]
|
2823
2963
|
#
|
2824
2964
|
# @!attribute [rw] weekly_schedule
|
2965
|
+
# Specifies a weekly recurrence pattern for running a classification
|
2966
|
+
# job.
|
2825
2967
|
# @return [Types::WeeklySchedule]
|
2826
2968
|
#
|
2827
2969
|
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/JobScheduleFrequency AWS API Documentation
|
@@ -2830,11 +2972,12 @@ module Aws::Macie2
|
|
2830
2972
|
:daily_schedule,
|
2831
2973
|
:monthly_schedule,
|
2832
2974
|
:weekly_schedule)
|
2975
|
+
SENSITIVE = []
|
2833
2976
|
include Aws::Structure
|
2834
2977
|
end
|
2835
2978
|
|
2836
|
-
# Specifies
|
2837
|
-
# classification job
|
2979
|
+
# Specifies a property- or tag-based condition that defines criteria for
|
2980
|
+
# including or excluding objects from a classification job.
|
2838
2981
|
#
|
2839
2982
|
# @note When making an API call, you may pass JobScopeTerm
|
2840
2983
|
# data as a hash:
|
@@ -2873,10 +3016,12 @@ module Aws::Macie2
|
|
2873
3016
|
class JobScopeTerm < Struct.new(
|
2874
3017
|
:simple_scope_term,
|
2875
3018
|
:tag_scope_term)
|
3019
|
+
SENSITIVE = []
|
2876
3020
|
include Aws::Structure
|
2877
3021
|
end
|
2878
3022
|
|
2879
|
-
#
|
3023
|
+
# Specifies one or more property- and tag-based conditions that define
|
3024
|
+
# criteria for including or excluding objects from a classification job.
|
2880
3025
|
#
|
2881
3026
|
# @note When making an API call, you may pass JobScopingBlock
|
2882
3027
|
# data as a hash:
|
@@ -2911,6 +3056,7 @@ module Aws::Macie2
|
|
2911
3056
|
#
|
2912
3057
|
class JobScopingBlock < Struct.new(
|
2913
3058
|
:and)
|
3059
|
+
SENSITIVE = []
|
2914
3060
|
include Aws::Structure
|
2915
3061
|
end
|
2916
3062
|
|
@@ -2927,7 +3073,7 @@ module Aws::Macie2
|
|
2927
3073
|
# @return [String]
|
2928
3074
|
#
|
2929
3075
|
# @!attribute [rw] job_status
|
2930
|
-
# The current status of a classification job.
|
3076
|
+
# The current status of a classification job. Possible values are:
|
2931
3077
|
# @return [String]
|
2932
3078
|
#
|
2933
3079
|
# @!attribute [rw] job_type
|
@@ -2946,6 +3092,7 @@ module Aws::Macie2
|
|
2946
3092
|
:job_status,
|
2947
3093
|
:job_type,
|
2948
3094
|
:name)
|
3095
|
+
SENSITIVE = []
|
2949
3096
|
include Aws::Structure
|
2950
3097
|
end
|
2951
3098
|
|
@@ -2964,6 +3111,7 @@ module Aws::Macie2
|
|
2964
3111
|
class KeyValuePair < Struct.new(
|
2965
3112
|
:key,
|
2966
3113
|
:value)
|
3114
|
+
SENSITIVE = []
|
2967
3115
|
include Aws::Structure
|
2968
3116
|
end
|
2969
3117
|
|
@@ -3021,6 +3169,7 @@ module Aws::Macie2
|
|
3021
3169
|
:max_results,
|
3022
3170
|
:next_token,
|
3023
3171
|
:sort_criteria)
|
3172
|
+
SENSITIVE = []
|
3024
3173
|
include Aws::Structure
|
3025
3174
|
end
|
3026
3175
|
|
@@ -3038,6 +3187,7 @@ module Aws::Macie2
|
|
3038
3187
|
class ListClassificationJobsResponse < Struct.new(
|
3039
3188
|
:items,
|
3040
3189
|
:next_token)
|
3190
|
+
SENSITIVE = []
|
3041
3191
|
include Aws::Structure
|
3042
3192
|
end
|
3043
3193
|
|
@@ -3063,6 +3213,7 @@ module Aws::Macie2
|
|
3063
3213
|
class ListCustomDataIdentifiersRequest < Struct.new(
|
3064
3214
|
:max_results,
|
3065
3215
|
:next_token)
|
3216
|
+
SENSITIVE = []
|
3066
3217
|
include Aws::Structure
|
3067
3218
|
end
|
3068
3219
|
|
@@ -3080,6 +3231,7 @@ module Aws::Macie2
|
|
3080
3231
|
class ListCustomDataIdentifiersResponse < Struct.new(
|
3081
3232
|
:items,
|
3082
3233
|
:next_token)
|
3234
|
+
SENSITIVE = []
|
3083
3235
|
include Aws::Structure
|
3084
3236
|
end
|
3085
3237
|
|
@@ -3102,6 +3254,7 @@ module Aws::Macie2
|
|
3102
3254
|
class ListFindingsFiltersRequest < Struct.new(
|
3103
3255
|
:max_results,
|
3104
3256
|
:next_token)
|
3257
|
+
SENSITIVE = []
|
3105
3258
|
include Aws::Structure
|
3106
3259
|
end
|
3107
3260
|
|
@@ -3118,6 +3271,7 @@ module Aws::Macie2
|
|
3118
3271
|
class ListFindingsFiltersResponse < Struct.new(
|
3119
3272
|
:findings_filter_list_items,
|
3120
3273
|
:next_token)
|
3274
|
+
SENSITIVE = []
|
3121
3275
|
include Aws::Structure
|
3122
3276
|
end
|
3123
3277
|
|
@@ -3171,6 +3325,7 @@ module Aws::Macie2
|
|
3171
3325
|
:max_results,
|
3172
3326
|
:next_token,
|
3173
3327
|
:sort_criteria)
|
3328
|
+
SENSITIVE = []
|
3174
3329
|
include Aws::Structure
|
3175
3330
|
end
|
3176
3331
|
|
@@ -3188,6 +3343,7 @@ module Aws::Macie2
|
|
3188
3343
|
class ListFindingsResponse < Struct.new(
|
3189
3344
|
:finding_ids,
|
3190
3345
|
:next_token)
|
3346
|
+
SENSITIVE = []
|
3191
3347
|
include Aws::Structure
|
3192
3348
|
end
|
3193
3349
|
|
@@ -3210,6 +3366,7 @@ module Aws::Macie2
|
|
3210
3366
|
class ListInvitationsRequest < Struct.new(
|
3211
3367
|
:max_results,
|
3212
3368
|
:next_token)
|
3369
|
+
SENSITIVE = []
|
3213
3370
|
include Aws::Structure
|
3214
3371
|
end
|
3215
3372
|
|
@@ -3227,6 +3384,7 @@ module Aws::Macie2
|
|
3227
3384
|
class ListInvitationsResponse < Struct.new(
|
3228
3385
|
:invitations,
|
3229
3386
|
:next_token)
|
3387
|
+
SENSITIVE = []
|
3230
3388
|
include Aws::Structure
|
3231
3389
|
end
|
3232
3390
|
|
@@ -3264,6 +3422,7 @@ module Aws::Macie2
|
|
3264
3422
|
class ListJobsFilterCriteria < Struct.new(
|
3265
3423
|
:excludes,
|
3266
3424
|
:includes)
|
3425
|
+
SENSITIVE = []
|
3267
3426
|
include Aws::Structure
|
3268
3427
|
end
|
3269
3428
|
|
@@ -3297,6 +3456,7 @@ module Aws::Macie2
|
|
3297
3456
|
:comparator,
|
3298
3457
|
:key,
|
3299
3458
|
:values)
|
3459
|
+
SENSITIVE = []
|
3300
3460
|
include Aws::Structure
|
3301
3461
|
end
|
3302
3462
|
|
@@ -3323,6 +3483,7 @@ module Aws::Macie2
|
|
3323
3483
|
class ListJobsSortCriteria < Struct.new(
|
3324
3484
|
:attribute_name,
|
3325
3485
|
:order_by)
|
3486
|
+
SENSITIVE = []
|
3326
3487
|
include Aws::Structure
|
3327
3488
|
end
|
3328
3489
|
|
@@ -3350,6 +3511,7 @@ module Aws::Macie2
|
|
3350
3511
|
:max_results,
|
3351
3512
|
:next_token,
|
3352
3513
|
:only_associated)
|
3514
|
+
SENSITIVE = []
|
3353
3515
|
include Aws::Structure
|
3354
3516
|
end
|
3355
3517
|
|
@@ -3367,6 +3529,7 @@ module Aws::Macie2
|
|
3367
3529
|
class ListMembersResponse < Struct.new(
|
3368
3530
|
:members,
|
3369
3531
|
:next_token)
|
3532
|
+
SENSITIVE = []
|
3370
3533
|
include Aws::Structure
|
3371
3534
|
end
|
3372
3535
|
|
@@ -3389,6 +3552,7 @@ module Aws::Macie2
|
|
3389
3552
|
class ListOrganizationAdminAccountsRequest < Struct.new(
|
3390
3553
|
:max_results,
|
3391
3554
|
:next_token)
|
3555
|
+
SENSITIVE = []
|
3392
3556
|
include Aws::Structure
|
3393
3557
|
end
|
3394
3558
|
|
@@ -3406,6 +3570,7 @@ module Aws::Macie2
|
|
3406
3570
|
class ListOrganizationAdminAccountsResponse < Struct.new(
|
3407
3571
|
:admin_accounts,
|
3408
3572
|
:next_token)
|
3573
|
+
SENSITIVE = []
|
3409
3574
|
include Aws::Structure
|
3410
3575
|
end
|
3411
3576
|
|
@@ -3423,6 +3588,7 @@ module Aws::Macie2
|
|
3423
3588
|
#
|
3424
3589
|
class ListTagsForResourceRequest < Struct.new(
|
3425
3590
|
:resource_arn)
|
3591
|
+
SENSITIVE = []
|
3426
3592
|
include Aws::Structure
|
3427
3593
|
end
|
3428
3594
|
|
@@ -3440,6 +3606,7 @@ module Aws::Macie2
|
|
3440
3606
|
#
|
3441
3607
|
class ListTagsForResourceResponse < Struct.new(
|
3442
3608
|
:tags)
|
3609
|
+
SENSITIVE = []
|
3443
3610
|
include Aws::Structure
|
3444
3611
|
end
|
3445
3612
|
|
@@ -3487,11 +3654,12 @@ module Aws::Macie2
|
|
3487
3654
|
:relationship_status,
|
3488
3655
|
:tags,
|
3489
3656
|
:updated_at)
|
3657
|
+
SENSITIVE = []
|
3490
3658
|
include Aws::Structure
|
3491
3659
|
end
|
3492
3660
|
|
3493
|
-
#
|
3494
|
-
#
|
3661
|
+
# Specifies a monthly recurrence pattern for running a classification
|
3662
|
+
# job.
|
3495
3663
|
#
|
3496
3664
|
# @note When making an API call, you may pass MonthlySchedule
|
3497
3665
|
# data as a hash:
|
@@ -3507,9 +3675,14 @@ module Aws::Macie2
|
|
3507
3675
|
#
|
3508
3676
|
class MonthlySchedule < Struct.new(
|
3509
3677
|
:day_of_month)
|
3678
|
+
SENSITIVE = []
|
3510
3679
|
include Aws::Structure
|
3511
3680
|
end
|
3512
3681
|
|
3682
|
+
# Provides information about the number of objects that are in an S3
|
3683
|
+
# bucket and use certain types of server-side encryption, use
|
3684
|
+
# client-side encryption, or aren't encrypted.
|
3685
|
+
#
|
3513
3686
|
# @!attribute [rw] customer_managed
|
3514
3687
|
# @return [Integer]
|
3515
3688
|
#
|
@@ -3529,10 +3702,11 @@ module Aws::Macie2
|
|
3529
3702
|
:kms_managed,
|
3530
3703
|
:s3_managed,
|
3531
3704
|
:unencrypted)
|
3705
|
+
SENSITIVE = []
|
3532
3706
|
include Aws::Structure
|
3533
3707
|
end
|
3534
3708
|
|
3535
|
-
# Provides
|
3709
|
+
# Provides the details of a policy finding.
|
3536
3710
|
#
|
3537
3711
|
# @!attribute [rw] action
|
3538
3712
|
# Provides information about an action that occurred for a resource
|
@@ -3540,7 +3714,7 @@ module Aws::Macie2
|
|
3540
3714
|
# @return [Types::FindingAction]
|
3541
3715
|
#
|
3542
3716
|
# @!attribute [rw] actor
|
3543
|
-
# Provides information about an entity
|
3717
|
+
# Provides information about an entity that performed an action that
|
3544
3718
|
# produced a policy finding for a resource.
|
3545
3719
|
# @return [Types::FindingActor]
|
3546
3720
|
#
|
@@ -3549,12 +3723,13 @@ module Aws::Macie2
|
|
3549
3723
|
class PolicyDetails < Struct.new(
|
3550
3724
|
:action,
|
3551
3725
|
:actor)
|
3726
|
+
SENSITIVE = []
|
3552
3727
|
include Aws::Structure
|
3553
3728
|
end
|
3554
3729
|
|
3555
|
-
# Specifies where to
|
3730
|
+
# Specifies where to store data classification results, and the
|
3556
3731
|
# encryption settings to use when storing results in that location.
|
3557
|
-
# Currently, you can
|
3732
|
+
# Currently, you can store classification results only in an S3 bucket.
|
3558
3733
|
#
|
3559
3734
|
# @note When making an API call, you may pass PutClassificationExportConfigurationRequest
|
3560
3735
|
# data as a hash:
|
@@ -3570,9 +3745,9 @@ module Aws::Macie2
|
|
3570
3745
|
# }
|
3571
3746
|
#
|
3572
3747
|
# @!attribute [rw] configuration
|
3573
|
-
# Specifies where to
|
3748
|
+
# Specifies where to store data classification results, and the
|
3574
3749
|
# encryption settings to use when storing results in that location.
|
3575
|
-
# Currently, you can
|
3750
|
+
# Currently, you can store classification results only in an S3
|
3576
3751
|
# bucket.
|
3577
3752
|
# @return [Types::ClassificationExportConfiguration]
|
3578
3753
|
#
|
@@ -3580,16 +3755,17 @@ module Aws::Macie2
|
|
3580
3755
|
#
|
3581
3756
|
class PutClassificationExportConfigurationRequest < Struct.new(
|
3582
3757
|
:configuration)
|
3758
|
+
SENSITIVE = []
|
3583
3759
|
include Aws::Structure
|
3584
3760
|
end
|
3585
3761
|
|
3586
|
-
# Provides information about updated settings for
|
3762
|
+
# Provides information about updated settings for storing data
|
3587
3763
|
# classification results.
|
3588
3764
|
#
|
3589
3765
|
# @!attribute [rw] configuration
|
3590
|
-
# Specifies where to
|
3766
|
+
# Specifies where to store data classification results, and the
|
3591
3767
|
# encryption settings to use when storing results in that location.
|
3592
|
-
# Currently, you can
|
3768
|
+
# Currently, you can store classification results only in an S3
|
3593
3769
|
# bucket.
|
3594
3770
|
# @return [Types::ClassificationExportConfiguration]
|
3595
3771
|
#
|
@@ -3597,6 +3773,7 @@ module Aws::Macie2
|
|
3597
3773
|
#
|
3598
3774
|
class PutClassificationExportConfigurationResponse < Struct.new(
|
3599
3775
|
:configuration)
|
3776
|
+
SENSITIVE = []
|
3600
3777
|
include Aws::Structure
|
3601
3778
|
end
|
3602
3779
|
|
@@ -3619,6 +3796,7 @@ module Aws::Macie2
|
|
3619
3796
|
:replicated,
|
3620
3797
|
:replicated_externally,
|
3621
3798
|
:replication_accounts)
|
3799
|
+
SENSITIVE = []
|
3622
3800
|
include Aws::Structure
|
3623
3801
|
end
|
3624
3802
|
|
@@ -3632,6 +3810,7 @@ module Aws::Macie2
|
|
3632
3810
|
#
|
3633
3811
|
class ResourceNotFoundException < Struct.new(
|
3634
3812
|
:message)
|
3813
|
+
SENSITIVE = []
|
3635
3814
|
include Aws::Structure
|
3636
3815
|
end
|
3637
3816
|
|
@@ -3650,6 +3829,7 @@ module Aws::Macie2
|
|
3650
3829
|
class ResourcesAffected < Struct.new(
|
3651
3830
|
:s3_bucket,
|
3652
3831
|
:s3_object)
|
3832
|
+
SENSITIVE = []
|
3653
3833
|
include Aws::Structure
|
3654
3834
|
end
|
3655
3835
|
|
@@ -3679,7 +3859,9 @@ module Aws::Macie2
|
|
3679
3859
|
# @return [Types::BucketPublicAccess]
|
3680
3860
|
#
|
3681
3861
|
# @!attribute [rw] tags
|
3682
|
-
#
|
3862
|
+
# Provides information about the tags that are associated with an S3
|
3863
|
+
# bucket or object. Each tag consists of a required tag key and an
|
3864
|
+
# associated tag value.
|
3683
3865
|
# @return [Array<Types::KeyValuePair>]
|
3684
3866
|
#
|
3685
3867
|
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/S3Bucket AWS API Documentation
|
@@ -3692,6 +3874,7 @@ module Aws::Macie2
|
|
3692
3874
|
:owner,
|
3693
3875
|
:public_access,
|
3694
3876
|
:tags)
|
3877
|
+
SENSITIVE = []
|
3695
3878
|
include Aws::Structure
|
3696
3879
|
end
|
3697
3880
|
|
@@ -3717,6 +3900,7 @@ module Aws::Macie2
|
|
3717
3900
|
class S3BucketDefinitionForJob < Struct.new(
|
3718
3901
|
:account_id,
|
3719
3902
|
:buckets)
|
3903
|
+
SENSITIVE = []
|
3720
3904
|
include Aws::Structure
|
3721
3905
|
end
|
3722
3906
|
|
@@ -3733,10 +3917,11 @@ module Aws::Macie2
|
|
3733
3917
|
class S3BucketOwner < Struct.new(
|
3734
3918
|
:display_name,
|
3735
3919
|
:id)
|
3920
|
+
SENSITIVE = []
|
3736
3921
|
include Aws::Structure
|
3737
3922
|
end
|
3738
3923
|
|
3739
|
-
# Specifies an S3 bucket to
|
3924
|
+
# Specifies an S3 bucket to store data classification results in, and
|
3740
3925
|
# the encryption settings to use when storing results in that bucket.
|
3741
3926
|
#
|
3742
3927
|
# @note When making an API call, you may pass S3Destination
|
@@ -3763,6 +3948,7 @@ module Aws::Macie2
|
|
3763
3948
|
:bucket_name,
|
3764
3949
|
:key_prefix,
|
3765
3950
|
:kms_key_arn)
|
3951
|
+
SENSITIVE = []
|
3766
3952
|
include Aws::Structure
|
3767
3953
|
end
|
3768
3954
|
|
@@ -3831,6 +4017,9 @@ module Aws::Macie2
|
|
3831
4017
|
# @return [Array<Types::S3BucketDefinitionForJob>]
|
3832
4018
|
#
|
3833
4019
|
# @!attribute [rw] scoping
|
4020
|
+
# Specifies one or more property- and tag-based conditions that refine
|
4021
|
+
# the scope of a classification job. These conditions define criteria
|
4022
|
+
# that determine which objects a job analyzes.
|
3834
4023
|
# @return [Types::Scoping]
|
3835
4024
|
#
|
3836
4025
|
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/S3JobDefinition AWS API Documentation
|
@@ -3838,6 +4027,7 @@ module Aws::Macie2
|
|
3838
4027
|
class S3JobDefinition < Struct.new(
|
3839
4028
|
:bucket_definitions,
|
3840
4029
|
:scoping)
|
4030
|
+
SENSITIVE = []
|
3841
4031
|
include Aws::Structure
|
3842
4032
|
end
|
3843
4033
|
|
@@ -3873,11 +4063,13 @@ module Aws::Macie2
|
|
3873
4063
|
# @return [Integer]
|
3874
4064
|
#
|
3875
4065
|
# @!attribute [rw] storage_class
|
3876
|
-
# The storage class of the S3 bucket or object.
|
4066
|
+
# The storage class of the S3 bucket or object. Possible values are:
|
3877
4067
|
# @return [String]
|
3878
4068
|
#
|
3879
4069
|
# @!attribute [rw] tags
|
3880
|
-
#
|
4070
|
+
# Provides information about the tags that are associated with an S3
|
4071
|
+
# bucket or object. Each tag consists of a required tag key and an
|
4072
|
+
# associated tag value.
|
3881
4073
|
# @return [Array<Types::KeyValuePair>]
|
3882
4074
|
#
|
3883
4075
|
# @!attribute [rw] version_id
|
@@ -3898,9 +4090,14 @@ module Aws::Macie2
|
|
3898
4090
|
:storage_class,
|
3899
4091
|
:tags,
|
3900
4092
|
:version_id)
|
4093
|
+
SENSITIVE = []
|
3901
4094
|
include Aws::Structure
|
3902
4095
|
end
|
3903
4096
|
|
4097
|
+
# Specifies one or more property- and tag-based conditions that refine
|
4098
|
+
# the scope of a classification job. These conditions define criteria
|
4099
|
+
# that determine which objects a job analyzes.
|
4100
|
+
#
|
3904
4101
|
# @note When making an API call, you may pass Scoping
|
3905
4102
|
# data as a hash:
|
3906
4103
|
#
|
@@ -3952,11 +4149,15 @@ module Aws::Macie2
|
|
3952
4149
|
# }
|
3953
4150
|
#
|
3954
4151
|
# @!attribute [rw] excludes
|
3955
|
-
#
|
4152
|
+
# Specifies one or more property- and tag-based conditions that define
|
4153
|
+
# criteria for including or excluding objects from a classification
|
4154
|
+
# job.
|
3956
4155
|
# @return [Types::JobScopingBlock]
|
3957
4156
|
#
|
3958
4157
|
# @!attribute [rw] includes
|
3959
|
-
#
|
4158
|
+
# Specifies one or more property- and tag-based conditions that define
|
4159
|
+
# criteria for including or excluding objects from a classification
|
4160
|
+
# job.
|
3960
4161
|
# @return [Types::JobScopingBlock]
|
3961
4162
|
#
|
3962
4163
|
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/Scoping AWS API Documentation
|
@@ -3964,6 +4165,7 @@ module Aws::Macie2
|
|
3964
4165
|
class Scoping < Struct.new(
|
3965
4166
|
:excludes,
|
3966
4167
|
:includes)
|
4168
|
+
SENSITIVE = []
|
3967
4169
|
include Aws::Structure
|
3968
4170
|
end
|
3969
4171
|
|
@@ -3971,10 +4173,15 @@ module Aws::Macie2
|
|
3971
4173
|
# occurrences of sensitive data that produced a finding.
|
3972
4174
|
#
|
3973
4175
|
# @!attribute [rw] category
|
4176
|
+
# The category of sensitive data that was detected and produced the
|
4177
|
+
# finding. Possible values are:
|
3974
4178
|
# @return [String]
|
3975
4179
|
#
|
3976
4180
|
# @!attribute [rw] detections
|
3977
|
-
#
|
4181
|
+
# Provides information about sensitive data that was detected by
|
4182
|
+
# managed data identifiers and produced a sensitive data finding, and
|
4183
|
+
# the number of occurrences of each type of sensitive data that was
|
4184
|
+
# detected.
|
3978
4185
|
# @return [Array<Types::DefaultDetection>]
|
3979
4186
|
#
|
3980
4187
|
# @!attribute [rw] total_count
|
@@ -3986,6 +4193,7 @@ module Aws::Macie2
|
|
3986
4193
|
:category,
|
3987
4194
|
:detections,
|
3988
4195
|
:total_count)
|
4196
|
+
SENSITIVE = []
|
3989
4197
|
include Aws::Structure
|
3990
4198
|
end
|
3991
4199
|
|
@@ -3993,8 +4201,8 @@ module Aws::Macie2
|
|
3993
4201
|
# S3 bucket or object.
|
3994
4202
|
#
|
3995
4203
|
# @!attribute [rw] encryption_type
|
3996
|
-
# The server-side encryption
|
3997
|
-
# S3 bucket
|
4204
|
+
# The type of server-side encryption that's used to encrypt objects
|
4205
|
+
# in the S3 bucket. Valid values are:
|
3998
4206
|
# @return [String]
|
3999
4207
|
#
|
4000
4208
|
# @!attribute [rw] kms_master_key_id
|
@@ -4005,6 +4213,7 @@ module Aws::Macie2
|
|
4005
4213
|
class ServerSideEncryption < Struct.new(
|
4006
4214
|
:encryption_type,
|
4007
4215
|
:kms_master_key_id)
|
4216
|
+
SENSITIVE = []
|
4008
4217
|
include Aws::Structure
|
4009
4218
|
end
|
4010
4219
|
|
@@ -4025,6 +4234,7 @@ module Aws::Macie2
|
|
4025
4234
|
:is_service_limited,
|
4026
4235
|
:unit,
|
4027
4236
|
:value)
|
4237
|
+
SENSITIVE = []
|
4028
4238
|
include Aws::Structure
|
4029
4239
|
end
|
4030
4240
|
|
@@ -4038,11 +4248,12 @@ module Aws::Macie2
|
|
4038
4248
|
#
|
4039
4249
|
class ServiceQuotaExceededException < Struct.new(
|
4040
4250
|
:message)
|
4251
|
+
SENSITIVE = []
|
4041
4252
|
include Aws::Structure
|
4042
4253
|
end
|
4043
4254
|
|
4044
4255
|
# Provides information about a session that was created for an entity
|
4045
|
-
#
|
4256
|
+
# that performed an action by using temporary security credentials.
|
4046
4257
|
#
|
4047
4258
|
# @!attribute [rw] attributes
|
4048
4259
|
# Provides information about the context in which temporary security
|
@@ -4059,6 +4270,7 @@ module Aws::Macie2
|
|
4059
4270
|
class SessionContext < Struct.new(
|
4060
4271
|
:attributes,
|
4061
4272
|
:session_issuer)
|
4273
|
+
SENSITIVE = []
|
4062
4274
|
include Aws::Structure
|
4063
4275
|
end
|
4064
4276
|
|
@@ -4076,6 +4288,7 @@ module Aws::Macie2
|
|
4076
4288
|
class SessionContextAttributes < Struct.new(
|
4077
4289
|
:creation_date,
|
4078
4290
|
:mfa_authenticated)
|
4291
|
+
SENSITIVE = []
|
4079
4292
|
include Aws::Structure
|
4080
4293
|
end
|
4081
4294
|
|
@@ -4105,6 +4318,7 @@ module Aws::Macie2
|
|
4105
4318
|
:principal_id,
|
4106
4319
|
:type,
|
4107
4320
|
:user_name)
|
4321
|
+
SENSITIVE = []
|
4108
4322
|
include Aws::Structure
|
4109
4323
|
end
|
4110
4324
|
|
@@ -4112,8 +4326,8 @@ module Aws::Macie2
|
|
4112
4326
|
# value.
|
4113
4327
|
#
|
4114
4328
|
# @!attribute [rw] description
|
4115
|
-
# The textual representation of the finding's severity.
|
4116
|
-
# are:
|
4329
|
+
# The textual representation of the finding's severity. Possible
|
4330
|
+
# values are:
|
4117
4331
|
# @return [String]
|
4118
4332
|
#
|
4119
4333
|
# @!attribute [rw] score
|
@@ -4124,6 +4338,7 @@ module Aws::Macie2
|
|
4124
4338
|
class Severity < Struct.new(
|
4125
4339
|
:description,
|
4126
4340
|
:score)
|
4341
|
+
SENSITIVE = []
|
4127
4342
|
include Aws::Structure
|
4128
4343
|
end
|
4129
4344
|
|
@@ -4157,6 +4372,7 @@ module Aws::Macie2
|
|
4157
4372
|
:comparator,
|
4158
4373
|
:key,
|
4159
4374
|
:values)
|
4375
|
+
SENSITIVE = []
|
4160
4376
|
include Aws::Structure
|
4161
4377
|
end
|
4162
4378
|
|
@@ -4182,6 +4398,7 @@ module Aws::Macie2
|
|
4182
4398
|
class SortCriteria < Struct.new(
|
4183
4399
|
:attribute_name,
|
4184
4400
|
:order_by)
|
4401
|
+
SENSITIVE = []
|
4185
4402
|
include Aws::Structure
|
4186
4403
|
end
|
4187
4404
|
|
@@ -4198,6 +4415,7 @@ module Aws::Macie2
|
|
4198
4415
|
class Statistics < Struct.new(
|
4199
4416
|
:approximate_number_of_objects_to_process,
|
4200
4417
|
:number_of_runs)
|
4418
|
+
SENSITIVE = []
|
4201
4419
|
include Aws::Structure
|
4202
4420
|
end
|
4203
4421
|
|
@@ -4229,6 +4447,7 @@ module Aws::Macie2
|
|
4229
4447
|
class TagResourceRequest < Struct.new(
|
4230
4448
|
:resource_arn,
|
4231
4449
|
:tags)
|
4450
|
+
SENSITIVE = []
|
4232
4451
|
include Aws::Structure
|
4233
4452
|
end
|
4234
4453
|
|
@@ -4278,6 +4497,7 @@ module Aws::Macie2
|
|
4278
4497
|
:key,
|
4279
4498
|
:tag_values,
|
4280
4499
|
:target)
|
4500
|
+
SENSITIVE = []
|
4281
4501
|
include Aws::Structure
|
4282
4502
|
end
|
4283
4503
|
|
@@ -4303,6 +4523,7 @@ module Aws::Macie2
|
|
4303
4523
|
class TagValuePair < Struct.new(
|
4304
4524
|
:key,
|
4305
4525
|
:value)
|
4526
|
+
SENSITIVE = []
|
4306
4527
|
include Aws::Structure
|
4307
4528
|
end
|
4308
4529
|
|
@@ -4342,6 +4563,7 @@ module Aws::Macie2
|
|
4342
4563
|
:maximum_match_distance,
|
4343
4564
|
:regex,
|
4344
4565
|
:sample_text)
|
4566
|
+
SENSITIVE = []
|
4345
4567
|
include Aws::Structure
|
4346
4568
|
end
|
4347
4569
|
|
@@ -4354,6 +4576,7 @@ module Aws::Macie2
|
|
4354
4576
|
#
|
4355
4577
|
class TestCustomDataIdentifierResponse < Struct.new(
|
4356
4578
|
:match_count)
|
4579
|
+
SENSITIVE = []
|
4357
4580
|
include Aws::Structure
|
4358
4581
|
end
|
4359
4582
|
|
@@ -4367,6 +4590,7 @@ module Aws::Macie2
|
|
4367
4590
|
#
|
4368
4591
|
class ThrottlingException < Struct.new(
|
4369
4592
|
:message)
|
4593
|
+
SENSITIVE = []
|
4370
4594
|
include Aws::Structure
|
4371
4595
|
end
|
4372
4596
|
|
@@ -4389,6 +4613,7 @@ module Aws::Macie2
|
|
4389
4613
|
:account_id,
|
4390
4614
|
:error_code,
|
4391
4615
|
:error_message)
|
4616
|
+
SENSITIVE = []
|
4392
4617
|
include Aws::Structure
|
4393
4618
|
end
|
4394
4619
|
|
@@ -4411,6 +4636,7 @@ module Aws::Macie2
|
|
4411
4636
|
class UntagResourceRequest < Struct.new(
|
4412
4637
|
:resource_arn,
|
4413
4638
|
:tag_keys)
|
4639
|
+
SENSITIVE = []
|
4414
4640
|
include Aws::Structure
|
4415
4641
|
end
|
4416
4642
|
|
@@ -4435,7 +4661,7 @@ module Aws::Macie2
|
|
4435
4661
|
# @return [String]
|
4436
4662
|
#
|
4437
4663
|
# @!attribute [rw] job_status
|
4438
|
-
# The current status of a classification job.
|
4664
|
+
# The current status of a classification job. Possible values are:
|
4439
4665
|
# @return [String]
|
4440
4666
|
#
|
4441
4667
|
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/UpdateClassificationJobRequest AWS API Documentation
|
@@ -4443,6 +4669,7 @@ module Aws::Macie2
|
|
4443
4669
|
class UpdateClassificationJobRequest < Struct.new(
|
4444
4670
|
:job_id,
|
4445
4671
|
:job_status)
|
4672
|
+
SENSITIVE = []
|
4446
4673
|
include Aws::Structure
|
4447
4674
|
end
|
4448
4675
|
|
@@ -4476,8 +4703,9 @@ module Aws::Macie2
|
|
4476
4703
|
# }
|
4477
4704
|
#
|
4478
4705
|
# @!attribute [rw] action
|
4479
|
-
# The action to perform on findings that meet the filter criteria.
|
4480
|
-
#
|
4706
|
+
# The action to perform on findings that meet the filter criteria. To
|
4707
|
+
# suppress (automatically archive) findings that meet the criteria,
|
4708
|
+
# set this value to ARCHIVE. Valid values are:
|
4481
4709
|
# @return [String]
|
4482
4710
|
#
|
4483
4711
|
# @!attribute [rw] description
|
@@ -4506,6 +4734,7 @@ module Aws::Macie2
|
|
4506
4734
|
:id,
|
4507
4735
|
:name,
|
4508
4736
|
:position)
|
4737
|
+
SENSITIVE = []
|
4509
4738
|
include Aws::Structure
|
4510
4739
|
end
|
4511
4740
|
|
@@ -4523,6 +4752,7 @@ module Aws::Macie2
|
|
4523
4752
|
class UpdateFindingsFilterResponse < Struct.new(
|
4524
4753
|
:arn,
|
4525
4754
|
:id)
|
4755
|
+
SENSITIVE = []
|
4526
4756
|
include Aws::Structure
|
4527
4757
|
end
|
4528
4758
|
|
@@ -4538,9 +4768,10 @@ module Aws::Macie2
|
|
4538
4768
|
# }
|
4539
4769
|
#
|
4540
4770
|
# @!attribute [rw] finding_publishing_frequency
|
4541
|
-
# The frequency with which Amazon Macie publishes
|
4542
|
-
# account. This includes
|
4543
|
-
#
|
4771
|
+
# The frequency with which Amazon Macie publishes updates to policy
|
4772
|
+
# findings for an account. This includes publishing updates to AWS
|
4773
|
+
# Security Hub and Amazon EventBridge (formerly called Amazon
|
4774
|
+
# CloudWatch Events). Valid values are:
|
4544
4775
|
# @return [String]
|
4545
4776
|
#
|
4546
4777
|
# @!attribute [rw] status
|
@@ -4552,6 +4783,7 @@ module Aws::Macie2
|
|
4552
4783
|
class UpdateMacieSessionRequest < Struct.new(
|
4553
4784
|
:finding_publishing_frequency,
|
4554
4785
|
:status)
|
4786
|
+
SENSITIVE = []
|
4555
4787
|
include Aws::Structure
|
4556
4788
|
end
|
4557
4789
|
|
@@ -4581,6 +4813,7 @@ module Aws::Macie2
|
|
4581
4813
|
class UpdateMemberSessionRequest < Struct.new(
|
4582
4814
|
:id,
|
4583
4815
|
:status)
|
4816
|
+
SENSITIVE = []
|
4584
4817
|
include Aws::Structure
|
4585
4818
|
end
|
4586
4819
|
|
@@ -4605,6 +4838,7 @@ module Aws::Macie2
|
|
4605
4838
|
#
|
4606
4839
|
class UpdateOrganizationConfigurationRequest < Struct.new(
|
4607
4840
|
:auto_enable)
|
4841
|
+
SENSITIVE = []
|
4608
4842
|
include Aws::Structure
|
4609
4843
|
end
|
4610
4844
|
|
@@ -4639,6 +4873,7 @@ module Aws::Macie2
|
|
4639
4873
|
:estimated_cost,
|
4640
4874
|
:service_limit,
|
4641
4875
|
:type)
|
4876
|
+
SENSITIVE = []
|
4642
4877
|
include Aws::Structure
|
4643
4878
|
end
|
4644
4879
|
|
@@ -4659,23 +4894,30 @@ module Aws::Macie2
|
|
4659
4894
|
:account_id,
|
4660
4895
|
:free_trial_start_date,
|
4661
4896
|
:usage)
|
4897
|
+
SENSITIVE = []
|
4662
4898
|
include Aws::Structure
|
4663
4899
|
end
|
4664
4900
|
|
4665
|
-
# Specifies
|
4901
|
+
# Specifies a condition for filtering the results of a query for account
|
4666
4902
|
# quotas and usage data.
|
4667
4903
|
#
|
4668
4904
|
# @note When making an API call, you may pass UsageStatisticsFilter
|
4669
4905
|
# data as a hash:
|
4670
4906
|
#
|
4671
4907
|
# {
|
4672
|
-
#
|
4908
|
+
# comparator: "GT", # accepts GT, GTE, LT, LTE, EQ, NE, CONTAINS
|
4909
|
+
# key: "accountId", # accepts accountId, serviceLimit, freeTrialStartDate, total
|
4673
4910
|
# values: ["__string"],
|
4674
4911
|
# }
|
4675
4912
|
#
|
4913
|
+
# @!attribute [rw] comparator
|
4914
|
+
# The operator to use in a condition that filters the results of a
|
4915
|
+
# query for account quotas and usage data. Valid values are:
|
4916
|
+
# @return [String]
|
4917
|
+
#
|
4676
4918
|
# @!attribute [rw] key
|
4677
|
-
# The field to use
|
4678
|
-
# and usage data.
|
4919
|
+
# The field to use in a condition that filters the results of a query
|
4920
|
+
# for account quotas and usage data. Valid values are:
|
4679
4921
|
# @return [String]
|
4680
4922
|
#
|
4681
4923
|
# @!attribute [rw] values
|
@@ -4684,8 +4926,10 @@ module Aws::Macie2
|
|
4684
4926
|
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/UsageStatisticsFilter AWS API Documentation
|
4685
4927
|
#
|
4686
4928
|
class UsageStatisticsFilter < Struct.new(
|
4929
|
+
:comparator,
|
4687
4930
|
:key,
|
4688
4931
|
:values)
|
4932
|
+
SENSITIVE = []
|
4689
4933
|
include Aws::Structure
|
4690
4934
|
end
|
4691
4935
|
|
@@ -4696,13 +4940,13 @@ module Aws::Macie2
|
|
4696
4940
|
# data as a hash:
|
4697
4941
|
#
|
4698
4942
|
# {
|
4699
|
-
# key: "accountId", # accepts accountId, total
|
4943
|
+
# key: "accountId", # accepts accountId, total, serviceLimitValue, freeTrialStartDate
|
4700
4944
|
# order_by: "ASC", # accepts ASC, DESC
|
4701
4945
|
# }
|
4702
4946
|
#
|
4703
4947
|
# @!attribute [rw] key
|
4704
4948
|
# The field to use to sort the results of a query for account quotas
|
4705
|
-
# and usage data.
|
4949
|
+
# and usage data. Valid values are:
|
4706
4950
|
# @return [String]
|
4707
4951
|
#
|
4708
4952
|
# @!attribute [rw] order_by
|
@@ -4713,6 +4957,7 @@ module Aws::Macie2
|
|
4713
4957
|
class UsageStatisticsSortBy < Struct.new(
|
4714
4958
|
:key,
|
4715
4959
|
:order_by)
|
4960
|
+
SENSITIVE = []
|
4716
4961
|
include Aws::Structure
|
4717
4962
|
end
|
4718
4963
|
|
@@ -4737,35 +4982,52 @@ module Aws::Macie2
|
|
4737
4982
|
:currency,
|
4738
4983
|
:estimated_cost,
|
4739
4984
|
:type)
|
4985
|
+
SENSITIVE = []
|
4740
4986
|
include Aws::Structure
|
4741
4987
|
end
|
4742
4988
|
|
4989
|
+
# Provides information about the type and other characteristics of an
|
4990
|
+
# entity that performed an action on an affected resource.
|
4991
|
+
#
|
4743
4992
|
# @!attribute [rw] assumed_role
|
4744
|
-
#
|
4993
|
+
# Provides information about an identity that performed an action on
|
4994
|
+
# an affected resource by using temporary security credentials. The
|
4995
|
+
# credentials were obtained using the AssumeRole operation of the AWS
|
4996
|
+
# Security Token Service (AWS STS) API.
|
4745
4997
|
# @return [Types::AssumedRole]
|
4746
4998
|
#
|
4747
4999
|
# @!attribute [rw] aws_account
|
4748
|
-
#
|
5000
|
+
# Provides information about an AWS account and entity that performed
|
5001
|
+
# an action on an affected resource. The action was performed using
|
5002
|
+
# the credentials for an AWS account other than your own account.
|
4749
5003
|
# @return [Types::AwsAccount]
|
4750
5004
|
#
|
4751
5005
|
# @!attribute [rw] aws_service
|
4752
|
-
#
|
5006
|
+
# Provides information about an AWS service that performed an action
|
5007
|
+
# on an affected resource.
|
4753
5008
|
# @return [Types::AwsService]
|
4754
5009
|
#
|
4755
5010
|
# @!attribute [rw] federated_user
|
4756
|
-
#
|
5011
|
+
# Provides information about an identity that performed an action on
|
5012
|
+
# an affected resource by using temporary security credentials. The
|
5013
|
+
# credentials were obtained using the GetFederationToken operation of
|
5014
|
+
# the AWS Security Token Service (AWS STS) API.
|
4757
5015
|
# @return [Types::FederatedUser]
|
4758
5016
|
#
|
4759
5017
|
# @!attribute [rw] iam_user
|
4760
|
-
#
|
5018
|
+
# Provides information about an AWS Identity and Access Management
|
5019
|
+
# (IAM) user who performed an action on an affected resource.
|
4761
5020
|
# @return [Types::IamUser]
|
4762
5021
|
#
|
4763
5022
|
# @!attribute [rw] root
|
4764
|
-
#
|
5023
|
+
# Provides information about an AWS account and entity that performed
|
5024
|
+
# an action on an affected resource. The action was performed using
|
5025
|
+
# the credentials for your AWS account.
|
4765
5026
|
# @return [Types::UserIdentityRoot]
|
4766
5027
|
#
|
4767
5028
|
# @!attribute [rw] type
|
4768
|
-
#
|
5029
|
+
# The type of entity that performed the action on the affected
|
5030
|
+
# resource. Possible values are:
|
4769
5031
|
# @return [String]
|
4770
5032
|
#
|
4771
5033
|
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/UserIdentity AWS API Documentation
|
@@ -4778,10 +5040,13 @@ module Aws::Macie2
|
|
4778
5040
|
:iam_user,
|
4779
5041
|
:root,
|
4780
5042
|
:type)
|
5043
|
+
SENSITIVE = []
|
4781
5044
|
include Aws::Structure
|
4782
5045
|
end
|
4783
5046
|
|
4784
|
-
#
|
5047
|
+
# Provides information about an AWS account and entity that performed an
|
5048
|
+
# action on an affected resource. The action was performed using the
|
5049
|
+
# credentials for your AWS account.
|
4785
5050
|
#
|
4786
5051
|
# @!attribute [rw] account_id
|
4787
5052
|
# @return [String]
|
@@ -4798,6 +5063,7 @@ module Aws::Macie2
|
|
4798
5063
|
:account_id,
|
4799
5064
|
:arn,
|
4800
5065
|
:principal_id)
|
5066
|
+
SENSITIVE = []
|
4801
5067
|
include Aws::Structure
|
4802
5068
|
end
|
4803
5069
|
|
@@ -4811,9 +5077,13 @@ module Aws::Macie2
|
|
4811
5077
|
#
|
4812
5078
|
class ValidationException < Struct.new(
|
4813
5079
|
:message)
|
5080
|
+
SENSITIVE = []
|
4814
5081
|
include Aws::Structure
|
4815
5082
|
end
|
4816
5083
|
|
5084
|
+
# Specifies a weekly recurrence pattern for running a classification
|
5085
|
+
# job.
|
5086
|
+
#
|
4817
5087
|
# @note When making an API call, you may pass WeeklySchedule
|
4818
5088
|
# data as a hash:
|
4819
5089
|
#
|
@@ -4828,6 +5098,7 @@ module Aws::Macie2
|
|
4828
5098
|
#
|
4829
5099
|
class WeeklySchedule < Struct.new(
|
4830
5100
|
:day_of_week)
|
5101
|
+
SENSITIVE = []
|
4831
5102
|
include Aws::Structure
|
4832
5103
|
end
|
4833
5104
|
|