aws-sdk-macie2 1.19.0 → 1.20.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: 0b5789886aaf27043565816cb7df2446c818023327af81333835cc3600d63630
4
- data.tar.gz: 9e7e163b06a43c8617cccd45536f355ac7608f5d9cdfd966b4db7b578da1606c
3
+ metadata.gz: 4426193ca2f5746dd8d21f3fd30c831d9f92da0a82b43cfe3b27a92f438ce863
4
+ data.tar.gz: 72f799cf10b57149bc47a0f74a8d9be2347f791536504eaf06e03b915dfa9c69
5
5
  SHA512:
6
- metadata.gz: 821d6c898a3651164a0e692452c82a7eb37020b7e67c1f59ebe48c9fed4b3610041e7ea40d2881e8b96f3dabbe912730a0c2b06bd9383cb11e79653eb0a158aa
7
- data.tar.gz: 23af6b074e8adb3f26e9f12d7402ef84fea962ceaa810b2892c9d71335aecc923d73ed276223688b69eae9f900dec4b0fcab66408016c925d78e7112d5883d7c
6
+ metadata.gz: 5d8838a29788a466b0ff25212e3886e43b4cdce5d2269ce612cb51de99d42f9d2891cb8b50d78f57478b27fdc0918af93a09388e87a4c51c8f81ac75649b05fc
7
+ data.tar.gz: d0f3df117805fdbe8121a4840cc5c0094cac6a91a71e1ebb1d419ff886c2f3c759267a6405f2951c4f5cfee3655c666705831afc424828b855fe0b9a0196e88d
@@ -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.19.0'
51
+ GEM_VERSION = '1.20.0'
52
52
 
53
53
  end
@@ -436,8 +436,8 @@ module Aws::Macie2
436
436
  # s3_job_definition: { # required
437
437
  # bucket_definitions: [
438
438
  # {
439
- # account_id: "__string",
440
- # buckets: ["__string"],
439
+ # account_id: "__string", # required
440
+ # buckets: ["__string"], # required
441
441
  # },
442
442
  # ],
443
443
  # scoping: {
@@ -445,12 +445,12 @@ module Aws::Macie2
445
445
  # and: [
446
446
  # {
447
447
  # simple_scope_term: {
448
- # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS
449
- # key: "BUCKET_CREATION_DATE", # accepts BUCKET_CREATION_DATE, OBJECT_EXTENSION, OBJECT_LAST_MODIFIED_DATE, OBJECT_SIZE, TAG
448
+ # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
449
+ # key: "BUCKET_CREATION_DATE", # accepts BUCKET_CREATION_DATE, OBJECT_EXTENSION, OBJECT_LAST_MODIFIED_DATE, OBJECT_SIZE, TAG, OBJECT_KEY
450
450
  # values: ["__string"],
451
451
  # },
452
452
  # tag_scope_term: {
453
- # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS
453
+ # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
454
454
  # key: "__string",
455
455
  # tag_values: [
456
456
  # {
@@ -467,12 +467,12 @@ module Aws::Macie2
467
467
  # and: [
468
468
  # {
469
469
  # simple_scope_term: {
470
- # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS
471
- # key: "BUCKET_CREATION_DATE", # accepts BUCKET_CREATION_DATE, OBJECT_EXTENSION, OBJECT_LAST_MODIFIED_DATE, OBJECT_SIZE, TAG
470
+ # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
471
+ # key: "BUCKET_CREATION_DATE", # accepts BUCKET_CREATION_DATE, OBJECT_EXTENSION, OBJECT_LAST_MODIFIED_DATE, OBJECT_SIZE, TAG, OBJECT_KEY
472
472
  # values: ["__string"],
473
473
  # },
474
474
  # tag_scope_term: {
475
- # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS
475
+ # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
476
476
  # key: "__string",
477
477
  # tag_values: [
478
478
  # {
@@ -1024,22 +1024,22 @@ module Aws::Macie2
1024
1024
  # resp.s3_job_definition.bucket_definitions[0].buckets #=> Array
1025
1025
  # resp.s3_job_definition.bucket_definitions[0].buckets[0] #=> String
1026
1026
  # resp.s3_job_definition.scoping.excludes.and #=> Array
1027
- # resp.s3_job_definition.scoping.excludes.and[0].simple_scope_term.comparator #=> String, one of "EQ", "GT", "GTE", "LT", "LTE", "NE", "CONTAINS"
1028
- # resp.s3_job_definition.scoping.excludes.and[0].simple_scope_term.key #=> String, one of "BUCKET_CREATION_DATE", "OBJECT_EXTENSION", "OBJECT_LAST_MODIFIED_DATE", "OBJECT_SIZE", "TAG"
1027
+ # resp.s3_job_definition.scoping.excludes.and[0].simple_scope_term.comparator #=> String, one of "EQ", "GT", "GTE", "LT", "LTE", "NE", "CONTAINS", "STARTS_WITH"
1028
+ # resp.s3_job_definition.scoping.excludes.and[0].simple_scope_term.key #=> String, one of "BUCKET_CREATION_DATE", "OBJECT_EXTENSION", "OBJECT_LAST_MODIFIED_DATE", "OBJECT_SIZE", "TAG", "OBJECT_KEY"
1029
1029
  # resp.s3_job_definition.scoping.excludes.and[0].simple_scope_term.values #=> Array
1030
1030
  # resp.s3_job_definition.scoping.excludes.and[0].simple_scope_term.values[0] #=> String
1031
- # resp.s3_job_definition.scoping.excludes.and[0].tag_scope_term.comparator #=> String, one of "EQ", "GT", "GTE", "LT", "LTE", "NE", "CONTAINS"
1031
+ # resp.s3_job_definition.scoping.excludes.and[0].tag_scope_term.comparator #=> String, one of "EQ", "GT", "GTE", "LT", "LTE", "NE", "CONTAINS", "STARTS_WITH"
1032
1032
  # resp.s3_job_definition.scoping.excludes.and[0].tag_scope_term.key #=> String
1033
1033
  # resp.s3_job_definition.scoping.excludes.and[0].tag_scope_term.tag_values #=> Array
1034
1034
  # resp.s3_job_definition.scoping.excludes.and[0].tag_scope_term.tag_values[0].key #=> String
1035
1035
  # resp.s3_job_definition.scoping.excludes.and[0].tag_scope_term.tag_values[0].value #=> String
1036
1036
  # resp.s3_job_definition.scoping.excludes.and[0].tag_scope_term.target #=> String, one of "S3_OBJECT"
1037
1037
  # resp.s3_job_definition.scoping.includes.and #=> Array
1038
- # resp.s3_job_definition.scoping.includes.and[0].simple_scope_term.comparator #=> String, one of "EQ", "GT", "GTE", "LT", "LTE", "NE", "CONTAINS"
1039
- # resp.s3_job_definition.scoping.includes.and[0].simple_scope_term.key #=> String, one of "BUCKET_CREATION_DATE", "OBJECT_EXTENSION", "OBJECT_LAST_MODIFIED_DATE", "OBJECT_SIZE", "TAG"
1038
+ # resp.s3_job_definition.scoping.includes.and[0].simple_scope_term.comparator #=> String, one of "EQ", "GT", "GTE", "LT", "LTE", "NE", "CONTAINS", "STARTS_WITH"
1039
+ # resp.s3_job_definition.scoping.includes.and[0].simple_scope_term.key #=> String, one of "BUCKET_CREATION_DATE", "OBJECT_EXTENSION", "OBJECT_LAST_MODIFIED_DATE", "OBJECT_SIZE", "TAG", "OBJECT_KEY"
1040
1040
  # resp.s3_job_definition.scoping.includes.and[0].simple_scope_term.values #=> Array
1041
1041
  # resp.s3_job_definition.scoping.includes.and[0].simple_scope_term.values[0] #=> String
1042
- # resp.s3_job_definition.scoping.includes.and[0].tag_scope_term.comparator #=> String, one of "EQ", "GT", "GTE", "LT", "LTE", "NE", "CONTAINS"
1042
+ # resp.s3_job_definition.scoping.includes.and[0].tag_scope_term.comparator #=> String, one of "EQ", "GT", "GTE", "LT", "LTE", "NE", "CONTAINS", "STARTS_WITH"
1043
1043
  # resp.s3_job_definition.scoping.includes.and[0].tag_scope_term.key #=> String
1044
1044
  # resp.s3_job_definition.scoping.includes.and[0].tag_scope_term.tag_values #=> Array
1045
1045
  # resp.s3_job_definition.scoping.includes.and[0].tag_scope_term.tag_values[0].key #=> String
@@ -1892,14 +1892,14 @@ module Aws::Macie2
1892
1892
  # filter_criteria: {
1893
1893
  # excludes: [
1894
1894
  # {
1895
- # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS
1895
+ # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
1896
1896
  # key: "jobType", # accepts jobType, jobStatus, createdAt, name
1897
1897
  # values: ["__string"],
1898
1898
  # },
1899
1899
  # ],
1900
1900
  # includes: [
1901
1901
  # {
1902
- # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS
1902
+ # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
1903
1903
  # key: "jobType", # accepts jobType, jobStatus, createdAt, name
1904
1904
  # values: ["__string"],
1905
1905
  # },
@@ -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.19.0'
2547
+ context[:gem_version] = '1.20.0'
2548
2548
  Seahorse::Client::Request.new(handlers, context)
2549
2549
  end
2550
2550
 
@@ -1077,8 +1077,8 @@ module Aws::Macie2
1077
1077
  S3Bucket.add_member(:tags, Shapes::ShapeRef.new(shape: KeyValuePairList, location_name: "tags"))
1078
1078
  S3Bucket.struct_class = Types::S3Bucket
1079
1079
 
1080
- S3BucketDefinitionForJob.add_member(:account_id, Shapes::ShapeRef.new(shape: __string, location_name: "accountId"))
1081
- S3BucketDefinitionForJob.add_member(:buckets, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "buckets"))
1080
+ S3BucketDefinitionForJob.add_member(:account_id, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "accountId"))
1081
+ S3BucketDefinitionForJob.add_member(:buckets, Shapes::ShapeRef.new(shape: __listOf__string, required: true, location_name: "buckets"))
1082
1082
  S3BucketDefinitionForJob.struct_class = Types::S3BucketDefinitionForJob
1083
1083
 
1084
1084
  S3BucketOwner.add_member(:display_name, Shapes::ShapeRef.new(shape: __string, location_name: "displayName"))
@@ -104,12 +104,12 @@ module Aws::Macie2
104
104
  # Provides information about the block public access settings for an
105
105
  # S3 bucket. These settings can apply to a bucket at the account level
106
106
  # or bucket level. For detailed information about each setting, see
107
- # [Using Amazon S3 block public access][1] in the *Amazon Simple
108
- # Storage Service Developer Guide*.
107
+ # [Blocking public access to your Amazon S3 storage][1] in the *Amazon
108
+ # Simple Storage Service User Guide*.
109
109
  #
110
110
  #
111
111
  #
112
- # [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html
112
+ # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-control-block-public-access.html
113
113
  # @return [Types::BlockPublicAccess]
114
114
  #
115
115
  # @see http://docs.aws.amazon.com/goto/WebAPI/macie2-2020-01-01/AccountLevelPermissions AWS API Documentation
@@ -306,13 +306,13 @@ module Aws::Macie2
306
306
 
307
307
  # Provides information about the block public access settings for an S3
308
308
  # bucket. These settings can apply to a bucket at the account level or
309
- # bucket level. For detailed information about each setting, see [Using
310
- # Amazon S3 block public access][1] in the *Amazon Simple Storage
311
- # Service Developer Guide*.
309
+ # bucket level. For detailed information about each setting, see
310
+ # [Blocking public access to your Amazon S3 storage][1] in the *Amazon
311
+ # Simple Storage Service User Guide*.
312
312
  #
313
313
  #
314
314
  #
315
- # [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html
315
+ # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-control-block-public-access.html
316
316
  #
317
317
  # @!attribute [rw] block_public_acls
318
318
  # @return [Boolean]
@@ -475,12 +475,12 @@ module Aws::Macie2
475
475
  # Provides information about the block public access settings for an
476
476
  # S3 bucket. These settings can apply to a bucket at the account level
477
477
  # or bucket level. For detailed information about each setting, see
478
- # [Using Amazon S3 block public access][1] in the *Amazon Simple
479
- # Storage Service Developer Guide*.
478
+ # [Blocking public access to your Amazon S3 storage][1] in the *Amazon
479
+ # Simple Storage Service User Guide*.
480
480
  #
481
481
  #
482
482
  #
483
- # [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/access-control-block-public-access.html
483
+ # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/access-control-block-public-access.html
484
484
  # @return [Types::BlockPublicAccess]
485
485
  #
486
486
  # @!attribute [rw] bucket_policy
@@ -869,8 +869,8 @@ module Aws::Macie2
869
869
  # s3_job_definition: { # required
870
870
  # bucket_definitions: [
871
871
  # {
872
- # account_id: "__string",
873
- # buckets: ["__string"],
872
+ # account_id: "__string", # required
873
+ # buckets: ["__string"], # required
874
874
  # },
875
875
  # ],
876
876
  # scoping: {
@@ -878,12 +878,12 @@ module Aws::Macie2
878
878
  # and: [
879
879
  # {
880
880
  # simple_scope_term: {
881
- # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS
882
- # key: "BUCKET_CREATION_DATE", # accepts BUCKET_CREATION_DATE, OBJECT_EXTENSION, OBJECT_LAST_MODIFIED_DATE, OBJECT_SIZE, TAG
881
+ # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
882
+ # key: "BUCKET_CREATION_DATE", # accepts BUCKET_CREATION_DATE, OBJECT_EXTENSION, OBJECT_LAST_MODIFIED_DATE, OBJECT_SIZE, TAG, OBJECT_KEY
883
883
  # values: ["__string"],
884
884
  # },
885
885
  # tag_scope_term: {
886
- # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS
886
+ # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
887
887
  # key: "__string",
888
888
  # tag_values: [
889
889
  # {
@@ -900,12 +900,12 @@ module Aws::Macie2
900
900
  # and: [
901
901
  # {
902
902
  # simple_scope_term: {
903
- # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS
904
- # key: "BUCKET_CREATION_DATE", # accepts BUCKET_CREATION_DATE, OBJECT_EXTENSION, OBJECT_LAST_MODIFIED_DATE, OBJECT_SIZE, TAG
903
+ # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
904
+ # key: "BUCKET_CREATION_DATE", # accepts BUCKET_CREATION_DATE, OBJECT_EXTENSION, OBJECT_LAST_MODIFIED_DATE, OBJECT_SIZE, TAG, OBJECT_KEY
905
905
  # values: ["__string"],
906
906
  # },
907
907
  # tag_scope_term: {
908
- # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS
908
+ # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
909
909
  # key: "__string",
910
910
  # tag_values: [
911
911
  # {
@@ -3161,12 +3161,12 @@ module Aws::Macie2
3161
3161
  #
3162
3162
  # {
3163
3163
  # simple_scope_term: {
3164
- # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS
3165
- # key: "BUCKET_CREATION_DATE", # accepts BUCKET_CREATION_DATE, OBJECT_EXTENSION, OBJECT_LAST_MODIFIED_DATE, OBJECT_SIZE, TAG
3164
+ # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
3165
+ # key: "BUCKET_CREATION_DATE", # accepts BUCKET_CREATION_DATE, OBJECT_EXTENSION, OBJECT_LAST_MODIFIED_DATE, OBJECT_SIZE, TAG, OBJECT_KEY
3166
3166
  # values: ["__string"],
3167
3167
  # },
3168
3168
  # tag_scope_term: {
3169
- # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS
3169
+ # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
3170
3170
  # key: "__string",
3171
3171
  # tag_values: [
3172
3172
  # {
@@ -3209,12 +3209,12 @@ module Aws::Macie2
3209
3209
  # and: [
3210
3210
  # {
3211
3211
  # simple_scope_term: {
3212
- # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS
3213
- # key: "BUCKET_CREATION_DATE", # accepts BUCKET_CREATION_DATE, OBJECT_EXTENSION, OBJECT_LAST_MODIFIED_DATE, OBJECT_SIZE, TAG
3212
+ # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
3213
+ # key: "BUCKET_CREATION_DATE", # accepts BUCKET_CREATION_DATE, OBJECT_EXTENSION, OBJECT_LAST_MODIFIED_DATE, OBJECT_SIZE, TAG, OBJECT_KEY
3214
3214
  # values: ["__string"],
3215
3215
  # },
3216
3216
  # tag_scope_term: {
3217
- # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS
3217
+ # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
3218
3218
  # key: "__string",
3219
3219
  # tag_values: [
3220
3220
  # {
@@ -3345,14 +3345,14 @@ module Aws::Macie2
3345
3345
  # filter_criteria: {
3346
3346
  # excludes: [
3347
3347
  # {
3348
- # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS
3348
+ # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
3349
3349
  # key: "jobType", # accepts jobType, jobStatus, createdAt, name
3350
3350
  # values: ["__string"],
3351
3351
  # },
3352
3352
  # ],
3353
3353
  # includes: [
3354
3354
  # {
3355
- # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS
3355
+ # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
3356
3356
  # key: "jobType", # accepts jobType, jobStatus, createdAt, name
3357
3357
  # values: ["__string"],
3358
3358
  # },
@@ -3618,14 +3618,14 @@ module Aws::Macie2
3618
3618
  # {
3619
3619
  # excludes: [
3620
3620
  # {
3621
- # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS
3621
+ # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
3622
3622
  # key: "jobType", # accepts jobType, jobStatus, createdAt, name
3623
3623
  # values: ["__string"],
3624
3624
  # },
3625
3625
  # ],
3626
3626
  # includes: [
3627
3627
  # {
3628
- # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS
3628
+ # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
3629
3629
  # key: "jobType", # accepts jobType, jobStatus, createdAt, name
3630
3630
  # values: ["__string"],
3631
3631
  # },
@@ -3655,7 +3655,7 @@ module Aws::Macie2
3655
3655
  # data as a hash:
3656
3656
  #
3657
3657
  # {
3658
- # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS
3658
+ # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
3659
3659
  # key: "jobType", # accepts jobType, jobStatus, createdAt, name
3660
3660
  # values: ["__string"],
3661
3661
  # }
@@ -4243,8 +4243,8 @@ module Aws::Macie2
4243
4243
  # data as a hash:
4244
4244
  #
4245
4245
  # {
4246
- # account_id: "__string",
4247
- # buckets: ["__string"],
4246
+ # account_id: "__string", # required
4247
+ # buckets: ["__string"], # required
4248
4248
  # }
4249
4249
  #
4250
4250
  # @!attribute [rw] account_id
@@ -4319,8 +4319,8 @@ module Aws::Macie2
4319
4319
  # {
4320
4320
  # bucket_definitions: [
4321
4321
  # {
4322
- # account_id: "__string",
4323
- # buckets: ["__string"],
4322
+ # account_id: "__string", # required
4323
+ # buckets: ["__string"], # required
4324
4324
  # },
4325
4325
  # ],
4326
4326
  # scoping: {
@@ -4328,12 +4328,12 @@ module Aws::Macie2
4328
4328
  # and: [
4329
4329
  # {
4330
4330
  # simple_scope_term: {
4331
- # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS
4332
- # key: "BUCKET_CREATION_DATE", # accepts BUCKET_CREATION_DATE, OBJECT_EXTENSION, OBJECT_LAST_MODIFIED_DATE, OBJECT_SIZE, TAG
4331
+ # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
4332
+ # key: "BUCKET_CREATION_DATE", # accepts BUCKET_CREATION_DATE, OBJECT_EXTENSION, OBJECT_LAST_MODIFIED_DATE, OBJECT_SIZE, TAG, OBJECT_KEY
4333
4333
  # values: ["__string"],
4334
4334
  # },
4335
4335
  # tag_scope_term: {
4336
- # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS
4336
+ # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
4337
4337
  # key: "__string",
4338
4338
  # tag_values: [
4339
4339
  # {
@@ -4350,12 +4350,12 @@ module Aws::Macie2
4350
4350
  # and: [
4351
4351
  # {
4352
4352
  # simple_scope_term: {
4353
- # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS
4354
- # key: "BUCKET_CREATION_DATE", # accepts BUCKET_CREATION_DATE, OBJECT_EXTENSION, OBJECT_LAST_MODIFIED_DATE, OBJECT_SIZE, TAG
4353
+ # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
4354
+ # key: "BUCKET_CREATION_DATE", # accepts BUCKET_CREATION_DATE, OBJECT_EXTENSION, OBJECT_LAST_MODIFIED_DATE, OBJECT_SIZE, TAG, OBJECT_KEY
4355
4355
  # values: ["__string"],
4356
4356
  # },
4357
4357
  # tag_scope_term: {
4358
- # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS
4358
+ # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
4359
4359
  # key: "__string",
4360
4360
  # tag_values: [
4361
4361
  # {
@@ -4466,12 +4466,12 @@ module Aws::Macie2
4466
4466
  # and: [
4467
4467
  # {
4468
4468
  # simple_scope_term: {
4469
- # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS
4470
- # key: "BUCKET_CREATION_DATE", # accepts BUCKET_CREATION_DATE, OBJECT_EXTENSION, OBJECT_LAST_MODIFIED_DATE, OBJECT_SIZE, TAG
4469
+ # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
4470
+ # key: "BUCKET_CREATION_DATE", # accepts BUCKET_CREATION_DATE, OBJECT_EXTENSION, OBJECT_LAST_MODIFIED_DATE, OBJECT_SIZE, TAG, OBJECT_KEY
4471
4471
  # values: ["__string"],
4472
4472
  # },
4473
4473
  # tag_scope_term: {
4474
- # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS
4474
+ # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
4475
4475
  # key: "__string",
4476
4476
  # tag_values: [
4477
4477
  # {
@@ -4488,12 +4488,12 @@ module Aws::Macie2
4488
4488
  # and: [
4489
4489
  # {
4490
4490
  # simple_scope_term: {
4491
- # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS
4492
- # key: "BUCKET_CREATION_DATE", # accepts BUCKET_CREATION_DATE, OBJECT_EXTENSION, OBJECT_LAST_MODIFIED_DATE, OBJECT_SIZE, TAG
4491
+ # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
4492
+ # key: "BUCKET_CREATION_DATE", # accepts BUCKET_CREATION_DATE, OBJECT_EXTENSION, OBJECT_LAST_MODIFIED_DATE, OBJECT_SIZE, TAG, OBJECT_KEY
4493
4493
  # values: ["__string"],
4494
4494
  # },
4495
4495
  # tag_scope_term: {
4496
- # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS
4496
+ # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
4497
4497
  # key: "__string",
4498
4498
  # tag_values: [
4499
4499
  # {
@@ -4711,8 +4711,8 @@ module Aws::Macie2
4711
4711
  # data as a hash:
4712
4712
  #
4713
4713
  # {
4714
- # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS
4715
- # key: "BUCKET_CREATION_DATE", # accepts BUCKET_CREATION_DATE, OBJECT_EXTENSION, OBJECT_LAST_MODIFIED_DATE, OBJECT_SIZE, TAG
4714
+ # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
4715
+ # key: "BUCKET_CREATION_DATE", # accepts BUCKET_CREATION_DATE, OBJECT_EXTENSION, OBJECT_LAST_MODIFIED_DATE, OBJECT_SIZE, TAG, OBJECT_KEY
4716
4716
  # values: ["__string"],
4717
4717
  # }
4718
4718
  #
@@ -4825,7 +4825,7 @@ module Aws::Macie2
4825
4825
  # data as a hash:
4826
4826
  #
4827
4827
  # {
4828
- # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS
4828
+ # comparator: "EQ", # accepts EQ, GT, GTE, LT, LTE, NE, CONTAINS, STARTS_WITH
4829
4829
  # key: "__string",
4830
4830
  # tag_values: [
4831
4831
  # {
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.19.0
4
+ version: 1.20.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-12-30 00:00:00.000000000 Z
11
+ date: 2021-01-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core