aws-sdk-macie2 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: 2dab61020196dfda27cc0a9ecd2bf179866b107565de54fb924c23da8a9cf928
4
- data.tar.gz: 95844f89076304185c2df59c29772c4d16754f2769cc259938ee2ced411c28f8
3
+ metadata.gz: 0b5789886aaf27043565816cb7df2446c818023327af81333835cc3600d63630
4
+ data.tar.gz: 9e7e163b06a43c8617cccd45536f355ac7608f5d9cdfd966b4db7b578da1606c
5
5
  SHA512:
6
- metadata.gz: c4e68866d3a82fbd933857f94b1c05a491bee4d6dba9db5ecd7b07fa9915248efc5dd12be27322e2aebed6740858311654e5b5aeb83c2e3d51fa3f9057bc18ab
7
- data.tar.gz: ff06b95df76b5a24c67b58c75b133cf4703e005db1a57396facb49491efe93cdf63cf42eac24dc7503df66b9bc6bf18f4f017b3c920273069aec513eeaa3718e
6
+ metadata.gz: 821d6c898a3651164a0e692452c82a7eb37020b7e67c1f59ebe48c9fed4b3610041e7ea40d2881e8b96f3dabbe912730a0c2b06bd9383cb11e79653eb0a158aa
7
+ data.tar.gz: 23af6b074e8adb3f26e9f12d7402ef84fea962ceaa810b2892c9d71335aecc923d73ed276223688b69eae9f900dec4b0fcab66408016c925d78e7112d5883d7c
@@ -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.18.0'
51
+ GEM_VERSION = '1.19.0'
52
52
 
53
53
  end
@@ -872,8 +872,8 @@ module Aws::Macie2
872
872
  # or more S3 buckets that Amazon Macie monitors and analyzes.
873
873
  #
874
874
  # @option params [Hash<String,Types::BucketCriteriaAdditionalProperties>] :criteria
875
- # Specifies, as a map, one or more attribute-based conditions that
876
- # filter the results of a query for information about S3 buckets.
875
+ # Specifies, as a map, one or more property-based conditions that filter
876
+ # the results of a query for information about S3 buckets.
877
877
  #
878
878
  # @option params [Integer] :max_results
879
879
  #
@@ -2544,7 +2544,7 @@ module Aws::Macie2
2544
2544
  params: params,
2545
2545
  config: config)
2546
2546
  context[:gem_name] = 'aws-sdk-macie2'
2547
- context[:gem_version] = '1.18.0'
2547
+ context[:gem_version] = '1.19.0'
2548
2548
  Seahorse::Client::Request.new(handlers, context)
2549
2549
  end
2550
2550
 
@@ -412,7 +412,7 @@ module Aws::Macie2
412
412
  include Aws::Structure
413
413
  end
414
414
 
415
- # Specifies the operator to use in an attribute-based condition that
415
+ # Specifies the operator to use in a property-based condition that
416
416
  # filters the results of a query for information about S3 buckets.
417
417
  #
418
418
  # @note When making an API call, you may pass BucketCriteriaAdditionalProperties
@@ -1301,7 +1301,13 @@ module Aws::Macie2
1301
1301
  class CreateSampleFindingsResponse < Aws::EmptyStructure; end
1302
1302
 
1303
1303
  # Specifies the operator to use in a property-based condition that
1304
- # filters the results of a query for findings.
1304
+ # filters the results of a query for findings. For detailed information
1305
+ # and examples of each operator, see [Fundamentals of filtering
1306
+ # findings][1] in the *Amazon Macie User Guide*.
1307
+ #
1308
+ #
1309
+ #
1310
+ # [1]: https://docs.aws.amazon.com/macie/latest/user/findings-filter-basics.html
1305
1311
  #
1306
1312
  # @note When making an API call, you may pass CriterionAdditionalProperties
1307
1313
  # data as a hash:
@@ -1630,7 +1636,7 @@ module Aws::Macie2
1630
1636
  # }
1631
1637
  #
1632
1638
  # @!attribute [rw] criteria
1633
- # Specifies, as a map, one or more attribute-based conditions that
1639
+ # Specifies, as a map, one or more property-based conditions that
1634
1640
  # filter the results of a query for information about S3 buckets.
1635
1641
  # @return [Hash<String,Types::BucketCriteriaAdditionalProperties>]
1636
1642
  #
@@ -1764,11 +1770,14 @@ module Aws::Macie2
1764
1770
  # @return [Hash<String,String>]
1765
1771
  #
1766
1772
  # @!attribute [rw] user_paused_details
1767
- # Provides information about when a classification job was paused and
1768
- # when it will expire and be cancelled if it isn't resumed. This
1769
- # object is present only if a job's current status (jobStatus) is
1770
- # USER\_PAUSED. The information in this object applies only to a job
1771
- # that was paused while it had a status of RUNNING.
1773
+ # Provides information about when a classification job was paused. For
1774
+ # a one-time job, this object also specifies when the job will expire
1775
+ # and be cancelled if it isn't resumed. For a recurring job, this
1776
+ # object also specifies when the paused job run will expire and be
1777
+ # cancelled if it isn't resumed. This object is present only if a
1778
+ # job's current status (jobStatus) is USER\_PAUSED. The information
1779
+ # in this object applies only to a job that was paused while it had a
1780
+ # status of RUNNING.
1772
1781
  # @return [Types::UserPausedDetails]
1773
1782
  #
1774
1783
  # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/DescribeClassificationJobResponse AWS API Documentation
@@ -2180,8 +2189,16 @@ module Aws::Macie2
2180
2189
  # }
2181
2190
  #
2182
2191
  # @!attribute [rw] criterion
2183
- # Specifies a condition that defines a property, operator, and value
2184
- # to use to filter the results of a query for findings.
2192
+ # Specifies a condition that defines a property, operator, and one or
2193
+ # more values to filter the results of a query for findings. The
2194
+ # number of values depends on the property and operator specified by
2195
+ # the condition. For information about defining filter conditions, see
2196
+ # [Fundamentals of filtering findings][1] in the *Amazon Macie User
2197
+ # Guide*.
2198
+ #
2199
+ #
2200
+ #
2201
+ # [1]: https://docs.aws.amazon.com/macie/latest/user/findings-filter-basics.html
2185
2202
  # @return [Hash<String,Types::CriterionAdditionalProperties>]
2186
2203
  #
2187
2204
  # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/FindingCriteria AWS API Documentation
@@ -3254,11 +3271,14 @@ module Aws::Macie2
3254
3271
  # @return [String]
3255
3272
  #
3256
3273
  # @!attribute [rw] user_paused_details
3257
- # Provides information about when a classification job was paused and
3258
- # when it will expire and be cancelled if it isn't resumed. This
3259
- # object is present only if a job's current status (jobStatus) is
3260
- # USER\_PAUSED. The information in this object applies only to a job
3261
- # that was paused while it had a status of RUNNING.
3274
+ # Provides information about when a classification job was paused. For
3275
+ # a one-time job, this object also specifies when the job will expire
3276
+ # and be cancelled if it isn't resumed. For a recurring job, this
3277
+ # object also specifies when the paused job run will expire and be
3278
+ # cancelled if it isn't resumed. This object is present only if a
3279
+ # job's current status (jobStatus) is USER\_PAUSED. The information
3280
+ # in this object applies only to a job that was paused while it had a
3281
+ # status of RUNNING.
3262
3282
  # @return [Types::UserPausedDetails]
3263
3283
  #
3264
3284
  # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/JobSummary AWS API Documentation
@@ -4988,7 +5008,13 @@ module Aws::Macie2
4988
5008
  #
4989
5009
  class UntagResourceResponse < Aws::EmptyStructure; end
4990
5010
 
4991
- # Changes the status of a classification job.
5011
+ # Changes the status of a classification job. For more information about
5012
+ # pausing, resuming, or cancelling jobs, see [Managing and monitoring
5013
+ # sensitive data discovery jobs][1] in the *Amazon Macie User Guide*.
5014
+ #
5015
+ #
5016
+ #
5017
+ # [1]: https://docs.aws.amazon.com/macie/latest/user/discovery-jobs-manage.html
4992
5018
  #
4993
5019
  # @note When making an API call, you may pass UpdateClassificationJobRequest
4994
5020
  # data as a hash:
@@ -5409,11 +5435,14 @@ module Aws::Macie2
5409
5435
  include Aws::Structure
5410
5436
  end
5411
5437
 
5412
- # Provides information about when a classification job was paused and
5413
- # when it will expire and be cancelled if it isn't resumed. This object
5414
- # is present only if a job's current status (jobStatus) is
5415
- # USER\_PAUSED. The information in this object applies only to a job
5416
- # that was paused while it had a status of RUNNING.
5438
+ # Provides information about when a classification job was paused. For a
5439
+ # one-time job, this object also specifies when the job will expire and
5440
+ # be cancelled if it isn't resumed. For a recurring job, this object
5441
+ # also specifies when the paused job run will expire and be cancelled if
5442
+ # it isn't resumed. This object is present only if a job's current
5443
+ # status (jobStatus) is USER\_PAUSED. The information in this object
5444
+ # applies only to a job that was paused while it had a status of
5445
+ # RUNNING.
5417
5446
  #
5418
5447
  # @!attribute [rw] job_expires_at
5419
5448
  # @return [Time]
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.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-11-20 00:00:00.000000000 Z
11
+ date: 2020-12-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core