aws-sdk-frauddetector 1.34.0 → 1.35.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: 4af4018b79650dba88c791f86d08b9791750ca33a1ea3ad8addade51587284bb
4
- data.tar.gz: '080b13143480e89d84d5ca241f886f9ebd41531dfd67541df13ba54b9d628384'
3
+ metadata.gz: a733de8a6680e47e4813196d0b04adad8fc5f396de12acc6ea0b6dd502bc2119
4
+ data.tar.gz: '0668e0ffd5f66777eaaeaee593365939d3e8d834f6afc9e984014d47267c71f3'
5
5
  SHA512:
6
- metadata.gz: e3426d3fcab51b18ac957b279a217ee0d980c06e911eb1a7d4c4b35add813269f02fc66118965914838a20919091c9b409062562d55ea14bb89ec35d43263aeb
7
- data.tar.gz: 510c3fc7f95f2a30b72fd16f734da50b50474c29a239aab7595e9a00abd0aeb219cb447de72f4c7f11d2c5569eb7c45746d90458e7bcff9a4303a29ef14c261e
6
+ metadata.gz: '09c6bc6d7fcdedc8446ad71e7ca765d039bd0ef6d3d8b5ea973704e952e28532d4a41da59a2a8422cb9d0adc2469322e95144cabb5b121b5e00515237705ed34'
7
+ data.tar.gz: 215163ddc47feb3a839802c8f7825e127f29292fb61520153a4de8f75456b9fbd9fdef557d01860836d1d6a218410890876a158e779976b50f4bb582ecb9a5af
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.35.0 (2022-10-18)
5
+ ------------------
6
+
7
+ * Feature - Documentation Updates for Amazon Fraud Detector
8
+
4
9
  1.34.0 (2022-07-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.34.0
1
+ 1.35.0
@@ -517,8 +517,16 @@ module Aws::FraudDetector
517
517
  #
518
518
  # @option params [required, String] :iam_role_arn
519
519
  # The ARN of the IAM role created for Amazon S3 bucket that holds your
520
- # data file. The IAM role must have read and write permissions to both
521
- # input and output S3 buckets.
520
+ # data file.
521
+ #
522
+ # The IAM role must have read permissions to your input S3 bucket and
523
+ # write permissions to your output S3 bucket. For more information about
524
+ # bucket permissions, see [User policy examples][1] in the *Amazon S3
525
+ # User Guide*.
526
+ #
527
+ #
528
+ #
529
+ # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/example-policies-s3.html
522
530
  #
523
531
  # @option params [Array<Types::Tag>] :tags
524
532
  # A collection of key-value pairs associated with this request.
@@ -573,6 +581,15 @@ module Aws::FraudDetector
573
581
  # @option params [required, String] :iam_role_arn
574
582
  # The ARN of the IAM role to use for this job request.
575
583
  #
584
+ # The IAM Role must have read permissions to your input S3 bucket and
585
+ # write permissions to your output S3 bucket. For more information about
586
+ # bucket permissions, see [User policy examples][1] in the *Amazon S3
587
+ # User Guide*.
588
+ #
589
+ #
590
+ #
591
+ # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/example-policies-s3.html
592
+ #
576
593
  # @option params [Array<Types::Tag>] :tags
577
594
  # A collection of key and value pairs.
578
595
  #
@@ -2973,6 +2990,9 @@ module Aws::FraudDetector
2973
2990
  # @option params [required, String] :kms_encryption_key_arn
2974
2991
  # The KMS encryption key ARN.
2975
2992
  #
2993
+ # The KMS key must be single-Region key. Amazon Fraud Detector does not
2994
+ # support multi-Region KMS key.
2995
+ #
2976
2996
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
2977
2997
  #
2978
2998
  # @example Request syntax with placeholder values
@@ -3298,6 +3318,8 @@ module Aws::FraudDetector
3298
3318
  # @option params [required, String] :status
3299
3319
  # The new status.
3300
3320
  #
3321
+ # The only supported values are `ACTIVE` and `INACTIVE`
3322
+ #
3301
3323
  # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
3302
3324
  #
3303
3325
  # @example Request syntax with placeholder values
@@ -3639,7 +3661,7 @@ module Aws::FraudDetector
3639
3661
  params: params,
3640
3662
  config: config)
3641
3663
  context[:gem_name] = 'aws-sdk-frauddetector'
3642
- context[:gem_version] = '1.34.0'
3664
+ context[:gem_version] = '1.35.0'
3643
3665
  Seahorse::Client::Request.new(handlers, context)
3644
3666
  end
3645
3667
 
@@ -592,8 +592,16 @@ module Aws::FraudDetector
592
592
  #
593
593
  # @!attribute [rw] iam_role_arn
594
594
  # The ARN of the IAM role created for Amazon S3 bucket that holds your
595
- # data file. The IAM role must have read and write permissions to both
596
- # input and output S3 buckets.
595
+ # data file.
596
+ #
597
+ # The IAM role must have read permissions to your input S3 bucket and
598
+ # write permissions to your output S3 bucket. For more information
599
+ # about bucket permissions, see [User policy examples][1] in the
600
+ # *Amazon S3 User Guide*.
601
+ #
602
+ #
603
+ #
604
+ # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/example-policies-s3.html
597
605
  # @return [String]
598
606
  #
599
607
  # @!attribute [rw] tags
@@ -662,6 +670,15 @@ module Aws::FraudDetector
662
670
  #
663
671
  # @!attribute [rw] iam_role_arn
664
672
  # The ARN of the IAM role to use for this job request.
673
+ #
674
+ # The IAM Role must have read permissions to your input S3 bucket and
675
+ # write permissions to your output S3 bucket. For more information
676
+ # about bucket permissions, see [User policy examples][1] in the
677
+ # *Amazon S3 User Guide*.
678
+ #
679
+ #
680
+ #
681
+ # [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/example-policies-s3.html
665
682
  # @return [String]
666
683
  #
667
684
  # @!attribute [rw] tags
@@ -4460,6 +4477,9 @@ module Aws::FraudDetector
4460
4477
  #
4461
4478
  # @!attribute [rw] kms_encryption_key_arn
4462
4479
  # The KMS encryption key ARN.
4480
+ #
4481
+ # The KMS key must be single-Region key. Amazon Fraud Detector does
4482
+ # not support multi-Region KMS key.
4463
4483
  # @return [String]
4464
4484
  #
4465
4485
  # @see http://docs.aws.amazon.com/goto/WebAPI/frauddetector-2019-11-15/PutKMSEncryptionKeyRequest AWS API Documentation
@@ -5212,6 +5232,8 @@ module Aws::FraudDetector
5212
5232
  #
5213
5233
  # @!attribute [rw] status
5214
5234
  # The new status.
5235
+ #
5236
+ # The only supported values are `ACTIVE` and `INACTIVE`
5215
5237
  # @return [String]
5216
5238
  #
5217
5239
  # @see http://docs.aws.amazon.com/goto/WebAPI/frauddetector-2019-11-15/UpdateDetectorVersionStatusRequest AWS API Documentation
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-frauddetector/customizations'
48
48
  # @!group service
49
49
  module Aws::FraudDetector
50
50
 
51
- GEM_VERSION = '1.34.0'
51
+ GEM_VERSION = '1.35.0'
52
52
 
53
53
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-frauddetector
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.34.0
4
+ version: 1.35.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: 2022-07-21 00:00:00.000000000 Z
11
+ date: 2022-10-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core