aws-sdk-macie2 1.13.0 → 1.14.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a56a50543d74ace8c73c8cae1b6cd35de42df77aa683ec2f9222ee04fae38e91
4
- data.tar.gz: 59039616a9fe749b66baec4a9257c423d49afc277e60c73e451965ee5d68cc09
3
+ metadata.gz: '08472611350a28f1c844e93e383cd1d06a2a35f98ac320cf775ab9f69ce2a4da'
4
+ data.tar.gz: e9f6a5ff506dddc69b26f7a32b988cdbecde33771c17b6b493e74e670e025a83
5
5
  SHA512:
6
- metadata.gz: 43830f57dd2cc682b3cf8be84269a606a13dd0ca2c05c66c520ddd3bfbfe68090169fb3581d4af0a31a7570e29cc11b39ecfb8146407b2e9ed092359f8f6b7c9
7
- data.tar.gz: 6819a7f5ccb44ac2c7418e827f24cd05a2095c9c3db08436871881e1b4d8e764ffe9639b77d62c3e69a0ecf96f398c666fca08406ea00b917e0691d45f78041a
6
+ metadata.gz: 1ccc59fe16e236b58ac6861c36d657f7a4c8264dee29cd9821bc04b01a9b9d3e0e80a57ccf186341bbdad8f61c0b8ebf51f0d8f643d996a6ea4834d814b56f1e
7
+ data.tar.gz: 963bd725cc3e09b8e50032c99a3076d8b6fbb0792d69d49a153bbc23f4ebe41a4975bf274d0659a7a305c8cf65645aa7c1a4ac86d7cad00bc7ff9c3de1a1a509
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-macie2/customizations'
48
48
  # @!group service
49
49
  module Aws::Macie2
50
50
 
51
- GEM_VERSION = '1.13.0'
51
+ GEM_VERSION = '1.14.0'
52
52
 
53
53
  end
@@ -1094,8 +1094,8 @@ module Aws::Macie2
1094
1094
  req.send_request(options)
1095
1095
  end
1096
1096
 
1097
- # Disables an account as a delegated administrator of Amazon Macie for
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
- # Enables an account as a delegated administrator of Amazon Macie for an
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 account that's designated as the
2156
- # delegated administrator of Amazon Macie for an AWS organization.
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 current status of a classification job. Possible values are:
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 organization.
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.13.0'
2532
+ context[:gem_version] = '1.14.0'
2532
2533
  Seahorse::Client::Request.new(handlers, context)
2533
2534
  end
2534
2535
 
@@ -120,15 +120,15 @@ module Aws::Macie2
120
120
  include Aws::Structure
121
121
  end
122
122
 
123
- # Provides information about an account that's designated as a
124
- # delegated administrator of Amazon Macie for an AWS organization.
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 a delegated administrator of
131
- # Amazon Macie for an AWS organization.
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 the number of occurrences of the data
783
- # that produced a sensitive data finding, and the custom data
784
- # identifiers that detected the data for the finding.
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 the number of occurrences of the data that
1371
- # produced a sensitive data finding, and the custom data identifiers
1372
- # that detected the data for the finding.
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 current status of a classification job. Possible values are:
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 administrator of
1928
- # Amazon Macie for an AWS organization. To submit this request, you must
1929
- # be a user of the master account for the AWS organization.
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 current status of a classification job. Possible values are:
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 accounts that are designated as
3678
- # delegated administrators of Amazon Macie for an AWS organization.
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 current status of a classification job. Possible values are:
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.13.0
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-15 00:00:00.000000000 Z
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