aws-sdk-macie2 1.13.0 → 1.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/aws-sdk-macie2.rb +1 -1
- data/lib/aws-sdk-macie2/client.rb +10 -9
- data/lib/aws-sdk-macie2/types.rb +18 -18
- 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: '08472611350a28f1c844e93e383cd1d06a2a35f98ac320cf775ab9f69ce2a4da'
|
4
|
+
data.tar.gz: e9f6a5ff506dddc69b26f7a32b988cdbecde33771c17b6b493e74e670e025a83
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1ccc59fe16e236b58ac6861c36d657f7a4c8264dee29cd9821bc04b01a9b9d3e0e80a57ccf186341bbdad8f61c0b8ebf51f0d8f643d996a6ea4834d814b56f1e
|
7
|
+
data.tar.gz: 963bd725cc3e09b8e50032c99a3076d8b6fbb0792d69d49a153bbc23f4ebe41a4975bf274d0659a7a305c8cf65645aa7c1a4ac86d7cad00bc7ff9c3de1a1a509
|
data/lib/aws-sdk-macie2.rb
CHANGED
@@ -1094,8 +1094,8 @@ module Aws::Macie2
|
|
1094
1094
|
req.send_request(options)
|
1095
1095
|
end
|
1096
1096
|
|
1097
|
-
# Disables an account as
|
1098
|
-
# an AWS organization.
|
1097
|
+
# Disables an account as the delegated Amazon Macie administrator
|
1098
|
+
# account for an AWS organization.
|
1099
1099
|
#
|
1100
1100
|
# @option params [required, String] :admin_account_id
|
1101
1101
|
#
|
@@ -1185,8 +1185,8 @@ module Aws::Macie2
|
|
1185
1185
|
req.send_request(options)
|
1186
1186
|
end
|
1187
1187
|
|
1188
|
-
#
|
1189
|
-
# AWS organization.
|
1188
|
+
# Designates an account as the delegated Amazon Macie administrator
|
1189
|
+
# account for an AWS organization.
|
1190
1190
|
#
|
1191
1191
|
# @option params [required, String] :admin_account_id
|
1192
1192
|
#
|
@@ -2152,8 +2152,8 @@ module Aws::Macie2
|
|
2152
2152
|
req.send_request(options)
|
2153
2153
|
end
|
2154
2154
|
|
2155
|
-
# Retrieves information about the
|
2156
|
-
#
|
2155
|
+
# Retrieves information about the delegated Amazon Macie administrator
|
2156
|
+
# account for an AWS organization.
|
2157
2157
|
#
|
2158
2158
|
# @option params [Integer] :max_results
|
2159
2159
|
#
|
@@ -2358,7 +2358,7 @@ module Aws::Macie2
|
|
2358
2358
|
# @option params [required, String] :job_id
|
2359
2359
|
#
|
2360
2360
|
# @option params [required, String] :job_status
|
2361
|
-
# The
|
2361
|
+
# The status of a classification job. Possible values are:
|
2362
2362
|
#
|
2363
2363
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
2364
2364
|
#
|
@@ -2494,7 +2494,8 @@ module Aws::Macie2
|
|
2494
2494
|
req.send_request(options)
|
2495
2495
|
end
|
2496
2496
|
|
2497
|
-
# Updates Amazon Macie configuration settings for an AWS
|
2497
|
+
# Updates the Amazon Macie configuration settings for an AWS
|
2498
|
+
# organization.
|
2498
2499
|
#
|
2499
2500
|
# @option params [required, Boolean] :auto_enable
|
2500
2501
|
#
|
@@ -2528,7 +2529,7 @@ module Aws::Macie2
|
|
2528
2529
|
params: params,
|
2529
2530
|
config: config)
|
2530
2531
|
context[:gem_name] = 'aws-sdk-macie2'
|
2531
|
-
context[:gem_version] = '1.
|
2532
|
+
context[:gem_version] = '1.14.0'
|
2532
2533
|
Seahorse::Client::Request.new(handlers, context)
|
2533
2534
|
end
|
2534
2535
|
|
data/lib/aws-sdk-macie2/types.rb
CHANGED
@@ -120,15 +120,15 @@ module Aws::Macie2
|
|
120
120
|
include Aws::Structure
|
121
121
|
end
|
122
122
|
|
123
|
-
# Provides information about
|
124
|
-
#
|
123
|
+
# Provides information about the delegated Amazon Macie administrator
|
124
|
+
# account for an AWS organization.
|
125
125
|
#
|
126
126
|
# @!attribute [rw] account_id
|
127
127
|
# @return [String]
|
128
128
|
#
|
129
129
|
# @!attribute [rw] status
|
130
|
-
# The current status of an account as
|
131
|
-
#
|
130
|
+
# The current status of an account as the delegated Amazon Macie
|
131
|
+
# administrator account for an AWS organization.
|
132
132
|
# @return [String]
|
133
133
|
#
|
134
134
|
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/AdminAccount AWS API Documentation
|
@@ -779,9 +779,9 @@ module Aws::Macie2
|
|
779
779
|
# @return [Boolean]
|
780
780
|
#
|
781
781
|
# @!attribute [rw] custom_data_identifiers
|
782
|
-
# Provides information about
|
783
|
-
#
|
784
|
-
#
|
782
|
+
# Provides information about custom data identifiers that produced a
|
783
|
+
# sensitive data finding, and the number of occurrences of the data
|
784
|
+
# that they detected for the finding.
|
785
785
|
# @return [Types::CustomDataIdentifiers]
|
786
786
|
#
|
787
787
|
# @!attribute [rw] mime_type
|
@@ -1367,9 +1367,9 @@ module Aws::Macie2
|
|
1367
1367
|
include Aws::Structure
|
1368
1368
|
end
|
1369
1369
|
|
1370
|
-
# Provides information about
|
1371
|
-
#
|
1372
|
-
#
|
1370
|
+
# Provides information about custom data identifiers that produced a
|
1371
|
+
# sensitive data finding, and the number of occurrences of the data that
|
1372
|
+
# they detected for the finding.
|
1373
1373
|
#
|
1374
1374
|
# @!attribute [rw] detections
|
1375
1375
|
# Provides information about custom data identifiers that produced a
|
@@ -1707,7 +1707,7 @@ module Aws::Macie2
|
|
1707
1707
|
# @return [String]
|
1708
1708
|
#
|
1709
1709
|
# @!attribute [rw] job_status
|
1710
|
-
# The
|
1710
|
+
# The status of a classification job. Possible values are:
|
1711
1711
|
# @return [String]
|
1712
1712
|
#
|
1713
1713
|
# @!attribute [rw] job_type
|
@@ -1924,9 +1924,9 @@ module Aws::Macie2
|
|
1924
1924
|
#
|
1925
1925
|
class EnableMacieResponse < Aws::EmptyStructure; end
|
1926
1926
|
|
1927
|
-
# Specifies an account to designate as a delegated
|
1928
|
-
#
|
1929
|
-
# be a user of the
|
1927
|
+
# Specifies an account to designate as a delegated Amazon Macie
|
1928
|
+
# administrator account for an AWS organization. To submit this request,
|
1929
|
+
# you must be a user of the management account for the AWS organization.
|
1930
1930
|
#
|
1931
1931
|
# @note When making an API call, you may pass EnableOrganizationAdminAccountRequest
|
1932
1932
|
# data as a hash:
|
@@ -3183,7 +3183,7 @@ module Aws::Macie2
|
|
3183
3183
|
# @return [String]
|
3184
3184
|
#
|
3185
3185
|
# @!attribute [rw] job_status
|
3186
|
-
# The
|
3186
|
+
# The status of a classification job. Possible values are:
|
3187
3187
|
# @return [String]
|
3188
3188
|
#
|
3189
3189
|
# @!attribute [rw] job_type
|
@@ -3674,8 +3674,8 @@ module Aws::Macie2
|
|
3674
3674
|
include Aws::Structure
|
3675
3675
|
end
|
3676
3676
|
|
3677
|
-
# Provides information about the
|
3678
|
-
#
|
3677
|
+
# Provides information about the delegated Amazon Macie administrator
|
3678
|
+
# accounts for an AWS organization.
|
3679
3679
|
#
|
3680
3680
|
# @!attribute [rw] admin_accounts
|
3681
3681
|
# @return [Array<Types::AdminAccount>]
|
@@ -4915,7 +4915,7 @@ module Aws::Macie2
|
|
4915
4915
|
# @return [String]
|
4916
4916
|
#
|
4917
4917
|
# @!attribute [rw] job_status
|
4918
|
-
# The
|
4918
|
+
# The status of a classification job. Possible values are:
|
4919
4919
|
# @return [String]
|
4920
4920
|
#
|
4921
4921
|
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/UpdateClassificationJobRequest AWS API Documentation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-macie2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.14.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-10-
|
11
|
+
date: 2020-10-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|