aws-sdk-macie 1.26.0 → 1.27.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-macie.rb +1 -1
- data/lib/aws-sdk-macie/client.rb +19 -17
- data/lib/aws-sdk-macie/types.rb +5 -4
- 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: fd995afaff7fbdb3813745067c5e4adcfc0c4d2bb0099219ce5438b8c21eb4e8
|
|
4
|
+
data.tar.gz: 01fb476faaf3f2b68efb5b7bc86bc00b5c1558247b09c5a3d98ef835490dcba5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 44553ea7c0f6e8715f6b036083f5fe385c2681d3a2d44faefac8102808494f2075162411eeec320d8ae15d3ce617ec6c8c638921e2df98f524683915c7f39e83
|
|
7
|
+
data.tar.gz: b1eb385aefa7ee9781d21800e168640d72f386852fa3708953e22bda840527a9a691dde331754e7906ae8b6a371ddd5255e73f51bcfb429cff12ef24cd32b702
|
data/lib/aws-sdk-macie.rb
CHANGED
data/lib/aws-sdk-macie/client.rb
CHANGED
|
@@ -364,9 +364,9 @@ module Aws::Macie
|
|
|
364
364
|
# Associates specified S3 resources with Amazon Macie Classic for
|
|
365
365
|
# monitoring and data classification. If memberAccountId isn't
|
|
366
366
|
# specified, the action associates specified S3 resources with Macie
|
|
367
|
-
# Classic for the current
|
|
368
|
-
# specified, the action associates specified S3
|
|
369
|
-
# Classic for the specified member account.
|
|
367
|
+
# Classic for the current Macie Classic administrator account. If
|
|
368
|
+
# memberAccountId is specified, the action associates specified S3
|
|
369
|
+
# resources with Macie Classic for the specified member account.
|
|
370
370
|
#
|
|
371
371
|
# @option params [String] :member_account_id
|
|
372
372
|
# The ID of the Amazon Macie Classic member account whose resources you
|
|
@@ -438,13 +438,14 @@ module Aws::Macie
|
|
|
438
438
|
|
|
439
439
|
# Removes specified S3 resources from being monitored by Amazon Macie
|
|
440
440
|
# Classic. If memberAccountId isn't specified, the action removes
|
|
441
|
-
# specified S3 resources from Macie Classic for the current
|
|
442
|
-
# account. If memberAccountId is specified, the
|
|
443
|
-
# S3 resources from Macie Classic for the
|
|
441
|
+
# specified S3 resources from Macie Classic for the current Macie
|
|
442
|
+
# Classic administrator account. If memberAccountId is specified, the
|
|
443
|
+
# action removes specified S3 resources from Macie Classic for the
|
|
444
|
+
# specified member account.
|
|
444
445
|
#
|
|
445
446
|
# @option params [String] :member_account_id
|
|
446
447
|
# The ID of the Amazon Macie Classic member account whose resources you
|
|
447
|
-
# want to remove from being monitored by
|
|
448
|
+
# want to remove from being monitored by Macie Classic.
|
|
448
449
|
#
|
|
449
450
|
# @option params [required, Array<Types::S3Resource>] :associated_s3_resources
|
|
450
451
|
# The S3 resources (buckets or prefixes) that you want to remove from
|
|
@@ -483,8 +484,8 @@ module Aws::Macie
|
|
|
483
484
|
req.send_request(options)
|
|
484
485
|
end
|
|
485
486
|
|
|
486
|
-
# Lists all Amazon Macie Classic member accounts for the current
|
|
487
|
-
#
|
|
487
|
+
# Lists all Amazon Macie Classic member accounts for the current Macie
|
|
488
|
+
# Classic administrator account.
|
|
488
489
|
#
|
|
489
490
|
# @option params [String] :next_token
|
|
490
491
|
# Use this parameter when paginating results. Set the value of this
|
|
@@ -528,9 +529,10 @@ module Aws::Macie
|
|
|
528
529
|
|
|
529
530
|
# Lists all the S3 resources associated with Amazon Macie Classic. If
|
|
530
531
|
# memberAccountId isn't specified, the action lists the S3 resources
|
|
531
|
-
# associated with
|
|
532
|
-
# If memberAccountId is specified, the action
|
|
533
|
-
# associated with
|
|
532
|
+
# associated with Macie Classic for the current Macie Classic
|
|
533
|
+
# administrator account. If memberAccountId is specified, the action
|
|
534
|
+
# lists the S3 resources associated with Macie Classic for the specified
|
|
535
|
+
# member account.
|
|
534
536
|
#
|
|
535
537
|
# @option params [String] :member_account_id
|
|
536
538
|
# The Amazon Macie Classic member account ID whose associated S3
|
|
@@ -582,10 +584,10 @@ module Aws::Macie
|
|
|
582
584
|
# Updates the classification types for the specified S3 resources. If
|
|
583
585
|
# memberAccountId isn't specified, the action updates the
|
|
584
586
|
# classification types of the S3 resources associated with Amazon Macie
|
|
585
|
-
# Classic for the current
|
|
586
|
-
# specified, the action updates the classification
|
|
587
|
-
# resources associated with
|
|
588
|
-
# member account.
|
|
587
|
+
# Classic for the current Macie Classic administrator account. If
|
|
588
|
+
# memberAccountId is specified, the action updates the classification
|
|
589
|
+
# types of the S3 resources associated with Macie Classic for the
|
|
590
|
+
# specified member account.
|
|
589
591
|
#
|
|
590
592
|
# @option params [String] :member_account_id
|
|
591
593
|
# The AWS ID of the Amazon Macie Classic member account whose S3
|
|
@@ -644,7 +646,7 @@ module Aws::Macie
|
|
|
644
646
|
params: params,
|
|
645
647
|
config: config)
|
|
646
648
|
context[:gem_name] = 'aws-sdk-macie'
|
|
647
|
-
context[:gem_version] = '1.
|
|
649
|
+
context[:gem_version] = '1.27.0'
|
|
648
650
|
Seahorse::Client::Request.new(handlers, context)
|
|
649
651
|
end
|
|
650
652
|
|
data/lib/aws-sdk-macie/types.rb
CHANGED
|
@@ -118,7 +118,7 @@ module Aws::Macie
|
|
|
118
118
|
# A continuous classification of the objects that are added to a
|
|
119
119
|
# specified S3 bucket. Amazon Macie Classic begins performing
|
|
120
120
|
# continuous classification after a bucket is successfully associated
|
|
121
|
-
# with
|
|
121
|
+
# with Macie Classic.
|
|
122
122
|
# @return [String]
|
|
123
123
|
#
|
|
124
124
|
# @see http://docs.aws.amazon.com/goto/WebAPI/macie-2017-12-19/ClassificationType AWS API Documentation
|
|
@@ -151,7 +151,7 @@ module Aws::Macie
|
|
|
151
151
|
# A continuous classification of the objects that are added to a
|
|
152
152
|
# specified S3 bucket. Amazon Macie Classic begins performing
|
|
153
153
|
# continuous classification after a bucket is successfully associated
|
|
154
|
-
# with
|
|
154
|
+
# with Macie Classic.
|
|
155
155
|
# @return [String]
|
|
156
156
|
#
|
|
157
157
|
# @see http://docs.aws.amazon.com/goto/WebAPI/macie-2017-12-19/ClassificationTypeUpdate AWS API Documentation
|
|
@@ -198,7 +198,7 @@ module Aws::Macie
|
|
|
198
198
|
#
|
|
199
199
|
# @!attribute [rw] member_account_id
|
|
200
200
|
# The ID of the Amazon Macie Classic member account whose resources
|
|
201
|
-
# you want to remove from being monitored by
|
|
201
|
+
# you want to remove from being monitored by Macie Classic.
|
|
202
202
|
# @return [String]
|
|
203
203
|
#
|
|
204
204
|
# @!attribute [rw] associated_s3_resources
|
|
@@ -352,7 +352,8 @@ module Aws::Macie
|
|
|
352
352
|
|
|
353
353
|
# @!attribute [rw] member_accounts
|
|
354
354
|
# A list of the Amazon Macie Classic member accounts returned by the
|
|
355
|
-
# action. The current
|
|
355
|
+
# action. The current Macie Classic administrator account is also
|
|
356
|
+
# included in this list.
|
|
356
357
|
# @return [Array<Types::MemberAccount>]
|
|
357
358
|
#
|
|
358
359
|
# @!attribute [rw] next_token
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-macie
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.27.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-02-
|
|
11
|
+
date: 2021-02-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|