aws-sdk-macie2 1.38.0 → 1.39.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-macie2/client.rb +14 -14
- data/lib/aws-sdk-macie2/types.rb +22 -23
- data/lib/aws-sdk-macie2.rb +1 -1
- 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: a3c2909657a4094ee5b72219440f6bbe8761877bae0bfdd12a20fadd90239499
|
4
|
+
data.tar.gz: 5151af023791e1e1accccc9e3fa1bf4c05c5ea1dee9186bb12efce022ae06b51
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6e9b254b1fb3e693fb7a2f83a05c44e6cf457b656f7a1087a71a7cdbcbb5c84e21ac19169be6584d8e37e7bc6eb9c26671eeb1722e164bf0534e7340c9da21a5
|
7
|
+
data.tar.gz: b5325d88819c81795e0b50843df0f60f4654edd9af10216ae21adf794a3f9eb958cf7bf9edf1a8ac0c847de319ef890e8812e0091a231da146a094f9a6428997
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.39.0
|
@@ -1183,8 +1183,8 @@ module Aws::Macie2
|
|
1183
1183
|
req.send_request(options)
|
1184
1184
|
end
|
1185
1185
|
|
1186
|
-
# Retrieves the Amazon Macie configuration settings for an
|
1187
|
-
#
|
1186
|
+
# Retrieves the Amazon Macie configuration settings for an organization
|
1187
|
+
# in Organizations.
|
1188
1188
|
#
|
1189
1189
|
# @return [Types::DescribeOrganizationConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1190
1190
|
#
|
@@ -1205,8 +1205,8 @@ module Aws::Macie2
|
|
1205
1205
|
req.send_request(options)
|
1206
1206
|
end
|
1207
1207
|
|
1208
|
-
# Disables
|
1209
|
-
# account.
|
1208
|
+
# Disables Amazon Macie and deletes all settings and resources for a
|
1209
|
+
# Macie account.
|
1210
1210
|
#
|
1211
1211
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
1212
1212
|
#
|
@@ -1220,7 +1220,7 @@ module Aws::Macie2
|
|
1220
1220
|
end
|
1221
1221
|
|
1222
1222
|
# Disables an account as the delegated Amazon Macie administrator
|
1223
|
-
# account for an
|
1223
|
+
# account for an organization in Organizations.
|
1224
1224
|
#
|
1225
1225
|
# @option params [required, String] :admin_account_id
|
1226
1226
|
#
|
@@ -1335,7 +1335,7 @@ module Aws::Macie2
|
|
1335
1335
|
end
|
1336
1336
|
|
1337
1337
|
# Designates an account as the delegated Amazon Macie administrator
|
1338
|
-
# account for an
|
1338
|
+
# account for an organization in Organizations.
|
1339
1339
|
#
|
1340
1340
|
# @option params [required, String] :admin_account_id
|
1341
1341
|
#
|
@@ -1384,8 +1384,8 @@ module Aws::Macie2
|
|
1384
1384
|
req.send_request(options)
|
1385
1385
|
end
|
1386
1386
|
|
1387
|
-
# Retrieves (queries) aggregated statistical data
|
1388
|
-
#
|
1387
|
+
# Retrieves (queries) aggregated statistical data about S3 buckets that
|
1388
|
+
# Amazon Macie monitors and analyzes.
|
1389
1389
|
#
|
1390
1390
|
# @option params [String] :account_id
|
1391
1391
|
#
|
@@ -2436,7 +2436,7 @@ module Aws::Macie2
|
|
2436
2436
|
end
|
2437
2437
|
|
2438
2438
|
# Retrieves information about the delegated Amazon Macie administrator
|
2439
|
-
# account for an
|
2439
|
+
# account for an organization in Organizations.
|
2440
2440
|
#
|
2441
2441
|
# @option params [Integer] :max_results
|
2442
2442
|
#
|
@@ -2880,8 +2880,8 @@ module Aws::Macie2
|
|
2880
2880
|
req.send_request(options)
|
2881
2881
|
end
|
2882
2882
|
|
2883
|
-
# Suspends or re-enables
|
2884
|
-
#
|
2883
|
+
# Suspends or re-enables Amazon Macie, or updates the configuration
|
2884
|
+
# settings for a Macie account.
|
2885
2885
|
#
|
2886
2886
|
# @option params [String] :finding_publishing_frequency
|
2887
2887
|
# The frequency with which Amazon Macie publishes updates to policy
|
@@ -2941,8 +2941,8 @@ module Aws::Macie2
|
|
2941
2941
|
req.send_request(options)
|
2942
2942
|
end
|
2943
2943
|
|
2944
|
-
# Updates the Amazon Macie configuration settings for an
|
2945
|
-
#
|
2944
|
+
# Updates the Amazon Macie configuration settings for an organization in
|
2945
|
+
# Organizations.
|
2946
2946
|
#
|
2947
2947
|
# @option params [required, Boolean] :auto_enable
|
2948
2948
|
#
|
@@ -2976,7 +2976,7 @@ module Aws::Macie2
|
|
2976
2976
|
params: params,
|
2977
2977
|
config: config)
|
2978
2978
|
context[:gem_name] = 'aws-sdk-macie2'
|
2979
|
-
context[:gem_version] = '1.
|
2979
|
+
context[:gem_version] = '1.39.0'
|
2980
2980
|
Seahorse::Client::Request.new(handlers, context)
|
2981
2981
|
end
|
2982
2982
|
|
data/lib/aws-sdk-macie2/types.rb
CHANGED
@@ -132,15 +132,15 @@ module Aws::Macie2
|
|
132
132
|
end
|
133
133
|
|
134
134
|
# Provides information about the delegated Amazon Macie administrator
|
135
|
-
# account for an
|
135
|
+
# account for an organization in Organizations.
|
136
136
|
#
|
137
137
|
# @!attribute [rw] account_id
|
138
138
|
# @return [String]
|
139
139
|
#
|
140
140
|
# @!attribute [rw] status
|
141
141
|
# The current status of an account as the delegated Amazon Macie
|
142
|
-
# administrator account for an
|
143
|
-
#
|
142
|
+
# administrator account for an organization in Organizations. Possible
|
143
|
+
# values are:
|
144
144
|
# @return [String]
|
145
145
|
#
|
146
146
|
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/AdminAccount AWS API Documentation
|
@@ -1376,7 +1376,12 @@ module Aws::Macie2
|
|
1376
1376
|
include Aws::Structure
|
1377
1377
|
end
|
1378
1378
|
|
1379
|
-
# Specifies the settings for an Amazon Macie membership invitation.
|
1379
|
+
# Specifies the settings for an Amazon Macie membership invitation. When
|
1380
|
+
# you send an invitation, Macie notifies the recipient by creating an
|
1381
|
+
# Health event for the recipient's account and, if Macie is already
|
1382
|
+
# enabled for the account, displaying an **Accounts** badge and
|
1383
|
+
# notification on the recipient's console. You can optionally notify
|
1384
|
+
# the recipient by also sending the invitation as an email message.
|
1380
1385
|
#
|
1381
1386
|
# @note When making an API call, you may pass CreateInvitationsRequest
|
1382
1387
|
# data as a hash:
|
@@ -2106,7 +2111,7 @@ module Aws::Macie2
|
|
2106
2111
|
class DescribeOrganizationConfigurationRequest < Aws::EmptyStructure; end
|
2107
2112
|
|
2108
2113
|
# Provides information about the Amazon Macie configuration settings for
|
2109
|
-
# an
|
2114
|
+
# an organization in Organizations.
|
2110
2115
|
#
|
2111
2116
|
# @!attribute [rw] auto_enable
|
2112
2117
|
# @return [Boolean]
|
@@ -2266,10 +2271,10 @@ module Aws::Macie2
|
|
2266
2271
|
#
|
2267
2272
|
class EnableMacieResponse < Aws::EmptyStructure; end
|
2268
2273
|
|
2269
|
-
# Specifies an account to designate as
|
2270
|
-
# administrator account for an
|
2271
|
-
#
|
2272
|
-
#
|
2274
|
+
# Specifies an account to designate as the delegated Amazon Macie
|
2275
|
+
# administrator account for an organization in Organizations. To submit
|
2276
|
+
# this request, you must be a user of the Organizations management
|
2277
|
+
# account.
|
2273
2278
|
#
|
2274
2279
|
# @note When making an API call, you may pass EnableOrganizationAdminAccountRequest
|
2275
2280
|
# data as a hash:
|
@@ -2594,8 +2599,7 @@ module Aws::Macie2
|
|
2594
2599
|
# invitation.
|
2595
2600
|
#
|
2596
2601
|
# @!attribute [rw] administrator
|
2597
|
-
# Provides information about an Amazon Macie membership invitation
|
2598
|
-
# that was received by an account.
|
2602
|
+
# Provides information about an Amazon Macie membership invitation.
|
2599
2603
|
# @return [Types::Invitation]
|
2600
2604
|
#
|
2601
2605
|
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetAdministratorAccountResponse AWS API Documentation
|
@@ -3129,8 +3133,7 @@ module Aws::Macie2
|
|
3129
3133
|
# that invitation.
|
3130
3134
|
#
|
3131
3135
|
# @!attribute [rw] master
|
3132
|
-
# Provides information about an Amazon Macie membership invitation
|
3133
|
-
# that was received by an account.
|
3136
|
+
# Provides information about an Amazon Macie membership invitation.
|
3134
3137
|
# @return [Types::Invitation]
|
3135
3138
|
#
|
3136
3139
|
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/GetMasterAccountResponse AWS API Documentation
|
@@ -3182,8 +3185,7 @@ module Aws::Macie2
|
|
3182
3185
|
#
|
3183
3186
|
# @!attribute [rw] relationship_status
|
3184
3187
|
# The current status of the relationship between an account and an
|
3185
|
-
# associated Amazon Macie administrator account
|
3186
|
-
# Possible values are:
|
3188
|
+
# associated Amazon Macie administrator account. Possible values are:
|
3187
3189
|
# @return [String]
|
3188
3190
|
#
|
3189
3191
|
# @!attribute [rw] tags
|
@@ -3386,8 +3388,7 @@ module Aws::Macie2
|
|
3386
3388
|
include Aws::Structure
|
3387
3389
|
end
|
3388
3390
|
|
3389
|
-
# Provides information about an Amazon Macie membership invitation
|
3390
|
-
# was received by an account.
|
3391
|
+
# Provides information about an Amazon Macie membership invitation.
|
3391
3392
|
#
|
3392
3393
|
# @!attribute [rw] account_id
|
3393
3394
|
# @return [String]
|
@@ -3400,8 +3401,7 @@ module Aws::Macie2
|
|
3400
3401
|
#
|
3401
3402
|
# @!attribute [rw] relationship_status
|
3402
3403
|
# The current status of the relationship between an account and an
|
3403
|
-
# associated Amazon Macie administrator account
|
3404
|
-
# Possible values are:
|
3404
|
+
# associated Amazon Macie administrator account. Possible values are:
|
3405
3405
|
# @return [String]
|
3406
3406
|
#
|
3407
3407
|
# @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/Invitation AWS API Documentation
|
@@ -4273,7 +4273,7 @@ module Aws::Macie2
|
|
4273
4273
|
end
|
4274
4274
|
|
4275
4275
|
# Provides information about the delegated Amazon Macie administrator
|
4276
|
-
# accounts for an
|
4276
|
+
# accounts for an organization in Organizations.
|
4277
4277
|
#
|
4278
4278
|
# @!attribute [rw] admin_accounts
|
4279
4279
|
# @return [Array<Types::AdminAccount>]
|
@@ -4490,8 +4490,7 @@ module Aws::Macie2
|
|
4490
4490
|
#
|
4491
4491
|
# @!attribute [rw] relationship_status
|
4492
4492
|
# The current status of the relationship between an account and an
|
4493
|
-
# associated Amazon Macie administrator account
|
4494
|
-
# Possible values are:
|
4493
|
+
# associated Amazon Macie administrator account. Possible values are:
|
4495
4494
|
# @return [String]
|
4496
4495
|
#
|
4497
4496
|
# @!attribute [rw] tags
|
@@ -6560,7 +6559,7 @@ module Aws::Macie2
|
|
6560
6559
|
class UpdateMemberSessionResponse < Aws::EmptyStructure; end
|
6561
6560
|
|
6562
6561
|
# Specifies whether to enable Amazon Macie automatically for accounts
|
6563
|
-
# that are added to an
|
6562
|
+
# that are added to an organization in Organizations.
|
6564
6563
|
#
|
6565
6564
|
# @note When making an API call, you may pass UpdateOrganizationConfigurationRequest
|
6566
6565
|
# data as a hash:
|
data/lib/aws-sdk-macie2.rb
CHANGED
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.39.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-11-
|
11
|
+
date: 2021-11-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|