aws-sdk-macie 1.26.0 → 1.27.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: 17ee0399c11bf157bf1e82a0c5c01c77119718c6addc809dd273652eacdb4060
4
- data.tar.gz: '0607304950239b9e26c89693bd1c0f3a2a70307fd540a3f4e4bbd01d2b4eb360'
3
+ metadata.gz: fd995afaff7fbdb3813745067c5e4adcfc0c4d2bb0099219ce5438b8c21eb4e8
4
+ data.tar.gz: 01fb476faaf3f2b68efb5b7bc86bc00b5c1558247b09c5a3d98ef835490dcba5
5
5
  SHA512:
6
- metadata.gz: 6e6bebcf590b9de694da8a75c2e0b21802d67346e69fbf1235ea530a7b89dd3a6f9e3f3ed802e51e9893a0cebe780d5fc18b82ff1ee116d2fcef3e76bd76e7df
7
- data.tar.gz: 9de2b3f0b085d9dbdab9b377018fca7880d27ab76df5e78167e084bb318777e09135350691c74d42da3c887bb310e3a57c72f961939a7744b385419608f3d343
6
+ metadata.gz: 44553ea7c0f6e8715f6b036083f5fe385c2681d3a2d44faefac8102808494f2075162411eeec320d8ae15d3ce617ec6c8c638921e2df98f524683915c7f39e83
7
+ data.tar.gz: b1eb385aefa7ee9781d21800e168640d72f386852fa3708953e22bda840527a9a691dde331754e7906ae8b6a371ddd5255e73f51bcfb429cff12ef24cd32b702
data/lib/aws-sdk-macie.rb CHANGED
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-macie/customizations'
48
48
  # @!group service
49
49
  module Aws::Macie
50
50
 
51
- GEM_VERSION = '1.26.0'
51
+ GEM_VERSION = '1.27.0'
52
52
 
53
53
  end
@@ -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 master account. If memberAccountId is
368
- # specified, the action associates specified S3 resources with Macie
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 master
442
- # account. If memberAccountId is specified, the action removes specified
443
- # S3 resources from Macie Classic for the specified member account.
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 Amazon Macie Classic.
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 Amazon
487
- # Macie Classic master account.
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 Amazon Macie Classic for the current master account.
532
- # If memberAccountId is specified, the action lists the S3 resources
533
- # associated with Amazon Macie Classic for the specified member account.
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 master account. If memberAccountId is
586
- # specified, the action updates the classification types of the S3
587
- # resources associated with Amazon Macie Classic for the specified
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.26.0'
649
+ context[:gem_version] = '1.27.0'
648
650
  Seahorse::Client::Request.new(handlers, context)
649
651
  end
650
652
 
@@ -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 Amazon Macie Classic.
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 Amazon Macie Classic.
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 Amazon Macie Classic.
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 master account is also included in this list.
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.26.0
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-02 00:00:00.000000000 Z
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