aws-sdk-macie 1.18.0 → 1.19.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 77515a74eb8e8893cd384fee896f75752ef4d263a0871c4518b7104bfdc40261
4
- data.tar.gz: deb3c4f25ecd950d18be2a83274eabcf49c030806a6e7e53c9568a649ad4798e
3
+ metadata.gz: 49d57b471ae5bfd189fc32491a4e72b4d761a3b05a2c74d17a90642deef3c373
4
+ data.tar.gz: 0a1a5c9c94e4e8c2e0d079e7bdf963ed49af59a6a9e7ce6691bb3b7518d93848
5
5
  SHA512:
6
- metadata.gz: 0edd448029414234fbf0344bbb715c3576194208e7b24a55c03bd3f024a2c84ebbceddc0abd6e7de09597b68b8accab31d5ac309ddbfa9d09a7b349b86d610fb
7
- data.tar.gz: 61fa80f0621c6d6d568ed7edd45a15d8aec07315c32d0a0c5e7ca46a4a5de7b1e17f2c4a2023063b2a44409a6ec4e5c4c5c2d0f679955ba2ed68cad9da8cf907
6
+ metadata.gz: a32ba1642e78e3981f0bb78f57887ef6788deb9c01613f76e07b4dae321963b28ea30a178fc23d617aa115691d16d8cd90aeb94649850eef8fce0c9894736de6
7
+ data.tar.gz: 92ad872e241fac99beddd444568cc5472e804055a3542edb0a0b85a882d4fa7639623d272dbbe02a94998108c664cf9f6cffec29bb6292aa0c107cedd3b3cfa0
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-macie/customizations'
45
45
  # @service
46
46
  module Aws::Macie
47
47
 
48
- GEM_VERSION = '1.18.0'
48
+ GEM_VERSION = '1.19.0'
49
49
 
50
50
  end
@@ -318,12 +318,12 @@ module Aws::Macie
318
318
 
319
319
  # @!group API Operations
320
320
 
321
- # Associates a specified AWS account with Amazon Macie as a member
322
- # account.
321
+ # Associates a specified AWS account with Amazon Macie Classic as a
322
+ # member account.
323
323
  #
324
324
  # @option params [required, String] :member_account_id
325
325
  # The ID of the AWS account that you want to associate with Amazon Macie
326
- # as a member account.
326
+ # Classic as a member account.
327
327
  #
328
328
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
329
329
  #
@@ -342,19 +342,20 @@ module Aws::Macie
342
342
  req.send_request(options)
343
343
  end
344
344
 
345
- # Associates specified S3 resources with Amazon Macie for monitoring and
346
- # data classification. If memberAccountId isn't specified, the action
347
- # associates specified S3 resources with Macie for the current master
348
- # account. If memberAccountId is specified, the action associates
349
- # specified S3 resources with Macie for the specified member account.
345
+ # Associates specified S3 resources with Amazon Macie Classic for
346
+ # monitoring and data classification. If memberAccountId isn't
347
+ # specified, the action associates specified S3 resources with Macie
348
+ # Classic for the current master account. If memberAccountId is
349
+ # specified, the action associates specified S3 resources with Macie
350
+ # Classic for the specified member account.
350
351
  #
351
352
  # @option params [String] :member_account_id
352
- # The ID of the Amazon Macie member account whose resources you want to
353
- # associate with Macie.
353
+ # The ID of the Amazon Macie Classic member account whose resources you
354
+ # want to associate with Macie Classic.
354
355
  #
355
356
  # @option params [required, Array<Types::S3ResourceClassification>] :s3_resources
356
- # The S3 resources that you want to associate with Amazon Macie for
357
- # monitoring and data classification.
357
+ # The S3 resources that you want to associate with Amazon Macie Classic
358
+ # for monitoring and data classification.
358
359
  #
359
360
  # @return [Types::AssociateS3ResourcesResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
360
361
  #
@@ -393,11 +394,11 @@ module Aws::Macie
393
394
  req.send_request(options)
394
395
  end
395
396
 
396
- # Removes the specified member account from Amazon Macie.
397
+ # Removes the specified member account from Amazon Macie Classic.
397
398
  #
398
399
  # @option params [required, String] :member_account_id
399
- # The ID of the member account that you want to remove from Amazon
400
- # Macie.
400
+ # The ID of the member account that you want to remove from Amazon Macie
401
+ # Classic.
401
402
  #
402
403
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
403
404
  #
@@ -416,19 +417,19 @@ module Aws::Macie
416
417
  req.send_request(options)
417
418
  end
418
419
 
419
- # Removes specified S3 resources from being monitored by Amazon Macie.
420
- # If memberAccountId isn't specified, the action removes specified S3
421
- # resources from Macie for the current master account. If
422
- # memberAccountId is specified, the action removes specified S3
423
- # resources from Macie for the specified member account.
420
+ # Removes specified S3 resources from being monitored by Amazon Macie
421
+ # Classic. If memberAccountId isn't specified, the action removes
422
+ # specified S3 resources from Macie Classic for the current master
423
+ # account. If memberAccountId is specified, the action removes specified
424
+ # S3 resources from Macie Classic for the specified member account.
424
425
  #
425
426
  # @option params [String] :member_account_id
426
- # The ID of the Amazon Macie member account whose resources you want to
427
- # remove from being monitored by Amazon Macie.
427
+ # The ID of the Amazon Macie Classic member account whose resources you
428
+ # want to remove from being monitored by Amazon Macie Classic.
428
429
  #
429
430
  # @option params [required, Array<Types::S3Resource>] :associated_s3_resources
430
431
  # The S3 resources (buckets or prefixes) that you want to remove from
431
- # being monitored and classified by Amazon Macie.
432
+ # being monitored and classified by Amazon Macie Classic.
432
433
  #
433
434
  # @return [Types::DisassociateS3ResourcesResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
434
435
  #
@@ -463,8 +464,8 @@ module Aws::Macie
463
464
  req.send_request(options)
464
465
  end
465
466
 
466
- # Lists all Amazon Macie member accounts for the current Amazon Macie
467
- # master account.
467
+ # Lists all Amazon Macie Classic member accounts for the current Amazon
468
+ # Macie Classic master account.
468
469
  #
469
470
  # @option params [String] :next_token
470
471
  # Use this parameter when paginating results. Set the value of this
@@ -506,15 +507,15 @@ module Aws::Macie
506
507
  req.send_request(options)
507
508
  end
508
509
 
509
- # Lists all the S3 resources associated with Amazon Macie. If
510
+ # Lists all the S3 resources associated with Amazon Macie Classic. If
510
511
  # memberAccountId isn't specified, the action lists the S3 resources
511
- # associated with Amazon Macie for the current master account. If
512
- # memberAccountId is specified, the action lists the S3 resources
513
- # associated with Amazon Macie for the specified member account.
512
+ # associated with Amazon Macie Classic for the current master account.
513
+ # If memberAccountId is specified, the action lists the S3 resources
514
+ # associated with Amazon Macie Classic for the specified member account.
514
515
  #
515
516
  # @option params [String] :member_account_id
516
- # The Amazon Macie member account ID whose associated S3 resources you
517
- # want to list.
517
+ # The Amazon Macie Classic member account ID whose associated S3
518
+ # resources you want to list.
518
519
  #
519
520
  # @option params [String] :next_token
520
521
  # Use this parameter when paginating results. Set its value to null on
@@ -562,13 +563,14 @@ module Aws::Macie
562
563
  # Updates the classification types for the specified S3 resources. If
563
564
  # memberAccountId isn't specified, the action updates the
564
565
  # classification types of the S3 resources associated with Amazon Macie
565
- # for the current master account. If memberAccountId is specified, the
566
- # action updates the classification types of the S3 resources associated
567
- # with Amazon Macie for the specified member account.
566
+ # Classic for the current master account. If memberAccountId is
567
+ # specified, the action updates the classification types of the S3
568
+ # resources associated with Amazon Macie Classic for the specified
569
+ # member account.
568
570
  #
569
571
  # @option params [String] :member_account_id
570
- # The AWS ID of the Amazon Macie member account whose S3 resources'
571
- # classification types you want to update.
572
+ # The AWS ID of the Amazon Macie Classic member account whose S3
573
+ # resources' classification types you want to update.
572
574
  #
573
575
  # @option params [required, Array<Types::S3ResourceClassificationUpdate>] :s3_resources_update
574
576
  # The S3 resources whose classification types you want to update.
@@ -623,7 +625,7 @@ module Aws::Macie
623
625
  params: params,
624
626
  config: config)
625
627
  context[:gem_name] = 'aws-sdk-macie'
626
- context[:gem_version] = '1.18.0'
628
+ context[:gem_version] = '1.19.0'
627
629
  Seahorse::Client::Request.new(handlers, context)
628
630
  end
629
631
 
@@ -34,7 +34,7 @@ module Aws::Macie
34
34
  #
35
35
  # @!attribute [rw] member_account_id
36
36
  # The ID of the AWS account that you want to associate with Amazon
37
- # Macie as a member account.
37
+ # Macie Classic as a member account.
38
38
  # @return [String]
39
39
  #
40
40
  # @see http://docs.aws.amazon.com/goto/WebAPI/macie-2017-12-19/AssociateMemberAccountRequest AWS API Documentation
@@ -62,13 +62,13 @@ module Aws::Macie
62
62
  # }
63
63
  #
64
64
  # @!attribute [rw] member_account_id
65
- # The ID of the Amazon Macie member account whose resources you want
66
- # to associate with Macie.
65
+ # The ID of the Amazon Macie Classic member account whose resources
66
+ # you want to associate with Macie Classic.
67
67
  # @return [String]
68
68
  #
69
69
  # @!attribute [rw] s3_resources
70
- # The S3 resources that you want to associate with Amazon Macie for
71
- # monitoring and data classification.
70
+ # The S3 resources that you want to associate with Amazon Macie
71
+ # Classic for monitoring and data classification.
72
72
  # @return [Array<Types::S3ResourceClassification>]
73
73
  #
74
74
  # @see http://docs.aws.amazon.com/goto/WebAPI/macie-2017-12-19/AssociateS3ResourcesRequest AWS API Documentation
@@ -80,8 +80,9 @@ module Aws::Macie
80
80
  end
81
81
 
82
82
  # @!attribute [rw] failed_s3_resources
83
- # S3 resources that couldn't be associated with Amazon Macie. An
84
- # error code and an error message are provided for each failed item.
83
+ # S3 resources that couldn't be associated with Amazon Macie Classic.
84
+ # An error code and an error message are provided for each failed
85
+ # item.
85
86
  # @return [Array<Types::FailedS3Resource>]
86
87
  #
87
88
  # @see http://docs.aws.amazon.com/goto/WebAPI/macie-2017-12-19/AssociateS3ResourcesResult AWS API Documentation
@@ -91,8 +92,8 @@ module Aws::Macie
91
92
  include Aws::Structure
92
93
  end
93
94
 
94
- # The classification type that Amazon Macie applies to the associated S3
95
- # resources.
95
+ # The classification type that Amazon Macie Classic applies to the
96
+ # associated S3 resources.
96
97
  #
97
98
  # @note When making an API call, you may pass ClassificationType
98
99
  # data as a hash:
@@ -109,9 +110,9 @@ module Aws::Macie
109
110
  #
110
111
  # @!attribute [rw] continuous
111
112
  # A continuous classification of the objects that are added to a
112
- # specified S3 bucket. Amazon Macie begins performing continuous
113
- # classification after a bucket is successfully associated with Amazon
114
- # Macie.
113
+ # specified S3 bucket. Amazon Macie Classic begins performing
114
+ # continuous classification after a bucket is successfully associated
115
+ # with Amazon Macie Classic.
115
116
  # @return [String]
116
117
  #
117
118
  # @see http://docs.aws.amazon.com/goto/WebAPI/macie-2017-12-19/ClassificationType AWS API Documentation
@@ -122,9 +123,9 @@ module Aws::Macie
122
123
  include Aws::Structure
123
124
  end
124
125
 
125
- # The classification type that Amazon Macie applies to the associated S3
126
- # resources. At least one of the classification types (oneTime or
127
- # continuous) must be specified.
126
+ # The classification type that Amazon Macie Classic applies to the
127
+ # associated S3 resources. At least one of the classification types
128
+ # (oneTime or continuous) must be specified.
128
129
  #
129
130
  # @note When making an API call, you may pass ClassificationTypeUpdate
130
131
  # data as a hash:
@@ -141,9 +142,9 @@ module Aws::Macie
141
142
  #
142
143
  # @!attribute [rw] continuous
143
144
  # A continuous classification of the objects that are added to a
144
- # specified S3 bucket. Amazon Macie begins performing continuous
145
- # classification after a bucket is successfully associated with Amazon
146
- # Macie.
145
+ # specified S3 bucket. Amazon Macie Classic begins performing
146
+ # continuous classification after a bucket is successfully associated
147
+ # with Amazon Macie Classic.
147
148
  # @return [String]
148
149
  #
149
150
  # @see http://docs.aws.amazon.com/goto/WebAPI/macie-2017-12-19/ClassificationTypeUpdate AWS API Documentation
@@ -163,7 +164,7 @@ module Aws::Macie
163
164
  #
164
165
  # @!attribute [rw] member_account_id
165
166
  # The ID of the member account that you want to remove from Amazon
166
- # Macie.
167
+ # Macie Classic.
167
168
  # @return [String]
168
169
  #
169
170
  # @see http://docs.aws.amazon.com/goto/WebAPI/macie-2017-12-19/DisassociateMemberAccountRequest AWS API Documentation
@@ -187,13 +188,13 @@ module Aws::Macie
187
188
  # }
188
189
  #
189
190
  # @!attribute [rw] member_account_id
190
- # The ID of the Amazon Macie member account whose resources you want
191
- # to remove from being monitored by Amazon Macie.
191
+ # The ID of the Amazon Macie Classic member account whose resources
192
+ # you want to remove from being monitored by Amazon Macie Classic.
192
193
  # @return [String]
193
194
  #
194
195
  # @!attribute [rw] associated_s3_resources
195
196
  # The S3 resources (buckets or prefixes) that you want to remove from
196
- # being monitored and classified by Amazon Macie.
197
+ # being monitored and classified by Amazon Macie Classic.
197
198
  # @return [Array<Types::S3Resource>]
198
199
  #
199
200
  # @see http://docs.aws.amazon.com/goto/WebAPI/macie-2017-12-19/DisassociateS3ResourcesRequest AWS API Documentation
@@ -206,8 +207,8 @@ module Aws::Macie
206
207
 
207
208
  # @!attribute [rw] failed_s3_resources
208
209
  # S3 resources that couldn't be removed from being monitored and
209
- # classified by Amazon Macie. An error code and an error message are
210
- # provided for each failed item.
210
+ # classified by Amazon Macie Classic. An error code and an error
211
+ # message are provided for each failed item.
211
212
  # @return [Array<Types::FailedS3Resource>]
212
213
  #
213
214
  # @see http://docs.aws.amazon.com/goto/WebAPI/macie-2017-12-19/DisassociateS3ResourcesResult AWS API Documentation
@@ -334,8 +335,8 @@ module Aws::Macie
334
335
  end
335
336
 
336
337
  # @!attribute [rw] member_accounts
337
- # A list of the Amazon Macie member accounts returned by the action.
338
- # The current master account is also included in this list.
338
+ # A list of the Amazon Macie Classic member accounts returned by the
339
+ # action. The current master account is also included in this list.
339
340
  # @return [Array<Types::MemberAccount>]
340
341
  #
341
342
  # @!attribute [rw] next_token
@@ -364,8 +365,8 @@ module Aws::Macie
364
365
  # }
365
366
  #
366
367
  # @!attribute [rw] member_account_id
367
- # The Amazon Macie member account ID whose associated S3 resources you
368
- # want to list.
368
+ # The Amazon Macie Classic member account ID whose associated S3
369
+ # resources you want to list.
369
370
  # @return [String]
370
371
  #
371
372
  # @!attribute [rw] next_token
@@ -409,10 +410,10 @@ module Aws::Macie
409
410
  include Aws::Structure
410
411
  end
411
412
 
412
- # Contains information about the Amazon Macie member account.
413
+ # Contains information about the Amazon Macie Classic member account.
413
414
  #
414
415
  # @!attribute [rw] account_id
415
- # The AWS account ID of the Amazon Macie member account.
416
+ # The AWS account ID of the Amazon Macie Classic member account.
416
417
  # @return [String]
417
418
  #
418
419
  # @see http://docs.aws.amazon.com/goto/WebAPI/macie-2017-12-19/MemberAccount AWS API Documentation
@@ -451,8 +452,8 @@ module Aws::Macie
451
452
  include Aws::Structure
452
453
  end
453
454
 
454
- # The S3 resources that you want to associate with Amazon Macie for
455
- # monitoring and data classification. This data type is used as a
455
+ # The S3 resources that you want to associate with Amazon Macie Classic
456
+ # for monitoring and data classification. This data type is used as a
456
457
  # request parameter in the AssociateS3Resources action and a response
457
458
  # parameter in the ListS3Resources action.
458
459
  #
@@ -470,17 +471,17 @@ module Aws::Macie
470
471
  #
471
472
  # @!attribute [rw] bucket_name
472
473
  # The name of the S3 bucket that you want to associate with Amazon
473
- # Macie.
474
+ # Macie Classic.
474
475
  # @return [String]
475
476
  #
476
477
  # @!attribute [rw] prefix
477
478
  # The prefix of the S3 bucket that you want to associate with Amazon
478
- # Macie.
479
+ # Macie Classic.
479
480
  # @return [String]
480
481
  #
481
482
  # @!attribute [rw] classification_type
482
483
  # The classification type that you want to specify for the resource
483
- # associated with Amazon Macie.
484
+ # associated with Amazon Macie Classic.
484
485
  # @return [Types::ClassificationType]
485
486
  #
486
487
  # @see http://docs.aws.amazon.com/goto/WebAPI/macie-2017-12-19/S3ResourceClassification AWS API Documentation
@@ -520,7 +521,7 @@ module Aws::Macie
520
521
  #
521
522
  # @!attribute [rw] classification_type_update
522
523
  # The classification type that you want to update for the resource
523
- # associated with Amazon Macie.
524
+ # associated with Amazon Macie Classic.
524
525
  # @return [Types::ClassificationTypeUpdate]
525
526
  #
526
527
  # @see http://docs.aws.amazon.com/goto/WebAPI/macie-2017-12-19/S3ResourceClassificationUpdate AWS API Documentation
@@ -550,8 +551,8 @@ module Aws::Macie
550
551
  # }
551
552
  #
552
553
  # @!attribute [rw] member_account_id
553
- # The AWS ID of the Amazon Macie member account whose S3 resources'
554
- # classification types you want to update.
554
+ # The AWS ID of the Amazon Macie Classic member account whose S3
555
+ # resources' classification types you want to update.
555
556
  # @return [String]
556
557
  #
557
558
  # @!attribute [rw] s3_resources_update
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.18.0
4
+ version: 1.19.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-05-07 00:00:00.000000000 Z
11
+ date: 2020-05-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core